From: Zoltan Varga Date: Wed, 9 Jan 2013 12:16:42 +0000 (+0100) Subject: Fix the check for autoheader in eglib/autogen.sh and autogen.sh too. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5f2040f703951ff3c980626d3916d23063a1563;p=gc Fix the check for autoheader in eglib/autogen.sh and autogen.sh too. --- diff --git a/autogen.sh b/autogen.sh index 4cfc3872..376c3878 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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