Add cscope files to gitignore
[lttng-tools.git] / configure.ac
index 21cfab070411d22ea1c4a79e957594c6df1c61a2..a8e04f5ab5cd39b44ba4edaf5be4a5e4629d3f39 100644 (file)
@@ -259,6 +259,15 @@ AC_CHECK_LIB([c], [open_memstream],
 ]
 )
 
+AC_ARG_ENABLE([git-version],
+              [AC_HELP_STRING([--disable-git-version],
+                              [Do not use the git version for the build])],
+              [have_git_version=$enableval], [have_git_version=yes]
+)
+
+AM_CONDITIONAL([LTTNG_TOOLS_BUILD_GIT_SOURCE],
+       [test "x${have_git_version}" = "xyes"])
+
 # For Python
 # SWIG version needed or newer:
 swig_version=2.0.0
This page took 0.026714 seconds and 5 git commands to generate.