mirror of
https://github.com/brl/mutter.git
synced 2024-11-08 23:16:20 -05:00
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…
Reference in New Issue
Block a user