This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 845cbedaf7661bd2059a37bf6379f828061cb1f8
Author: Kim Woelders <[email protected]>
AuthorDate: Sat Jul 23 14:24:51 2022 +0200
autofoo: Drop pkg_revision some more
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index db594a46..a504baaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
-AM_CONDITIONAL(SRC_IS_GIT, m4_ifdef([pkg_revision], [test -d $srcdir/.git], [false]))
+AM_CONDITIONAL(SRC_IS_GIT, test -d $srcdir/.git)
AC_USE_SYSTEM_EXTENSIONS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.