summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-09 16:46:25 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-16 17:22:01 -0200
commit945689548d1055a850c1ad2b10de71edfafcc2a3 (patch)
tree3ba31ce1f5b3541106dc1123d8d33a758a5ffcba /autogen.sh
parentc171d586405435ada89b2dbdd91ba10272939d8b (diff)
downloadgtk+-945689548d1055a850c1ad2b10de71edfafcc2a3.tar.gz
Add an m4 directory and a introspection.m4
So we don't need the introspection.m4 file to create a dist of gtk+
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 19d2bdc81a..ec767e5c6c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -109,7 +109,7 @@ rm -rf autom4te.cache
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
-$ACLOCAL $ACLOCAL_FLAGS || exit $?
+$ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?
gtkdocize || exit $?