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 $?
|
$ACLOCAL $ACLOCAL_FLAGS || exit $?
|
||||||
echo "Running autoconf ..."
|
echo "Running autoconf ..."
|
||||||
autoconf || exit $?
|
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..."
|
echo "Running autoheader..."
|
||||||
autoheader || exit $?
|
autoheader || exit $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user