fix so that autoheader is called after my changes.
This commit is contained in:
parent
bc9e517842
commit
bae7135b48
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user