From e4068331e701c1a64a304225097a672ca8e2bf05 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 12 Nov 2013 20:24:49 +0100 Subject: make versioning git compatible, update INSTALL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3