From: Elan Ruusamäe Date: Sat, 2 Nov 2013 21:21:13 +0000 (+0200) Subject: fix call to autoheader X-Git-Tag: 0.4.8~9 X-Git-Url: http://git.pld-linux.org/?p=projects%2Frc-scripts.git;a=commitdiff_plain;h=a9cf954e9f5a02c71cb62a115cb44f5eba5a8425 fix call to autoheader --- diff --git a/autogen.sh b/autogen.sh index e6441148..d0fcd738 100755 --- a/autogen.sh +++ b/autogen.sh @@ -125,7 +125,7 @@ do fi echo "Running aclocal $aclocalinclude ..." aclocal $aclocalinclude - if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then + if grep "^A[CM]_CONFIG_HEADER" configure.ac >/dev/null; then echo "Running autoheader..." autoheader fi