]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
fix call to autoheader
authorElan Ruusamäe <glen@delfi.ee>
Sat, 2 Nov 2013 21:21:13 +0000 (23:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 2 Nov 2013 21:21:13 +0000 (23:21 +0200)
autogen.sh

index e644114856527015d4cd491b674e3ae4bc1766db..d0fcd73858da1aa9e8aa90ac426b098d4dd91f2a 100755 (executable)
@@ -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
This page took 0.045939 seconds and 4 git commands to generate.