aboutsummaryrefslogtreecommitdiff
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 2b462cee..19503607 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
- aclocal -I m4 \
-&& libtoolize --force --copy \
+libtoolize --force --copy \
+&& aclocal -I m4 --force \
&& gtkdocize --copy \
&& autoheader --force \
&& automake --add-missing --copy --force \