diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index e3407457b0..e5bbcdfac7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,8 +6,8 @@ if type -p gtkdocize > /dev/null; then gtkdocize --docdir docs gtkdocargs=--enable-gtk-doc fi - -aclocal && \ + +aclocal -I m4 && \ autoheader && \ autoconf && \ libtoolize --copy && \ |