summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2004-11-10 10:51:38 +0000
committerJames Henstridge <jamesh@src.gnome.org>2004-11-10 10:51:38 +0000
commitbae7135b48b705b81efa780119018b934640ec21 (patch)
tree6a43b7039e201951a147590ffbe9a76b03ee6851 /autogen.sh
parentbc9e517842177250ffd708da9e89484eab89c842 (diff)
downloadmetacity-bae7135b48b705b81efa780119018b934640ec21.tar.gz
fix so that autoheader is called after my changes.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d22053fe..8079212e 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