1
0
Fork 0

fix so that autoheader is called after my changes.

This commit is contained in:
James Henstridge 2004-11-10 10:51:38 +00:00
parent bc9e517842
commit bae7135b48

View file

@ -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