From bae7135b48b705b81efa780119018b934640ec21 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Wed, 10 Nov 2004 10:51:38 +0000 Subject: [PATCH] fix so that autoheader is called after my changes. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d22053fe1..8079212e3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -119,7 +119,7 @@ do $ACLOCAL $ACLOCAL_FLAGS || exit $? echo "Running autoconf ..." autoconf || exit $? - if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then + if grep "^AC_CONFIG_HEADERS" configure.in >/dev/null; then echo "Running autoheader..." autoheader || exit $? fi