diff options
author | James Henstridge <jamesh@src.gnome.org> | 2004-11-10 10:51:38 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2004-11-10 10:51:38 +0000 |
commit | bae7135b48b705b81efa780119018b934640ec21 (patch) | |
tree | 6a43b7039e201951a147590ffbe9a76b03ee6851 /autogen.sh | |
parent | bc9e517842177250ffd708da9e89484eab89c842 (diff) | |
download | mutter-bae7135b48b705b81efa780119018b934640ec21.tar.gz |
fix so that autoheader is called after my changes.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |