aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 8f52ed75..7f987c9d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,11 @@
#!/bin/sh
-aclocal -I ac \
+ACLOCAL=aclocal-1.11
+AUTOMAKE=automake-1.11
+
+$ACLOCAL -I ac \
&& libtoolize --force --copy \
&& autoheader \
- && automake --add-missing --foreign --copy \
+ && $AUTOMAKE --add-missing --foreign --copy \
&& autoconf \
&& ./configure $@