summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
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 && \