diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:24:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:24:49 +0100 |
commit | e4068331e701c1a64a304225097a672ca8e2bf05 (patch) | |
tree | a00055152173158756ffc98edfc060735eaff21e /configure.ac | |
parent | df26d1ef3104371c8b66e0ba652547d1ae9cbe94 (diff) | |
download | dabmod-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.ac | 2 |
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 |