summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2013-11-12 20:24:49 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2013-11-12 20:24:49 +0100
commite4068331e701c1a64a304225097a672ca8e2bf05 (patch)
treea00055152173158756ffc98edfc060735eaff21e /configure.ac
parentdf26d1ef3104371c8b66e0ba652547d1ae9cbe94 (diff)
downloaddabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.gz
dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.bz2
dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.zip
make versioning git compatible, update INSTALL
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76845d0..b6612dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ AC_COMPILE_IFELSE(
[AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_DEFINE([M_PIl], [M_PI], [Replacing define])])
AC_LANG_POP([C++])
-AM_CONDITIONAL([IS_HG_REPO], [hg parents])
+AM_CONDITIONAL([IS_GIT_REPO], [test -d '.git'])
# Checks for library functions.
# Commented to remove rpl_malloc linking error