diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-09 16:46:25 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-16 17:22:01 -0200 |
commit | 945689548d1055a850c1ad2b10de71edfafcc2a3 (patch) | |
tree | 3ba31ce1f5b3541106dc1123d8d33a758a5ffcba /autogen.sh | |
parent | c171d586405435ada89b2dbdd91ba10272939d8b (diff) | |
download | gtk+-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-x | autogen.sh | 2 |
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 $? |