]> granicus.if.org Git - gc/commitdiff
Fix the check for autoheader in eglib/autogen.sh and autogen.sh too.
authorZoltan Varga <vargaz@gmail.com>
Wed, 9 Jan 2013 12:16:42 +0000 (13:16 +0100)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 15 Sep 2013 08:59:51 +0000 (12:59 +0400)
autogen.sh

index 4cfc38728ee74a080205c7574d13d6953f32824b..376c387885677ce108f2841a1faa8061a235fa29 100755 (executable)
@@ -99,7 +99,7 @@ aclocal $ACLOCAL_FLAGS || {
   exit 1
 }
 
-if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
+if grep "^AC_CONFIG_HEADERS" configure.in >/dev/null; then
   echo "Running autoheader..."
   autoheader || { echo "**Error**: autoheader failed."; exit 1; }
 fi