forked from e16/e16
1
0
Fork 0

autofoo: Drop pkg_revision some more

This commit is contained in:
Kim Woelders 2022-07-23 14:24:51 +02:00
parent dee8d4f369
commit 845cbedaf7
1 changed files with 1 additions and 1 deletions

View File

@ -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