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 ec58c07..a165baa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,8 @@
#! /bin/sh
-aclocal \
+aclocal-1.7 \
&& autoheader \
-&& automake --gnu --add-missing \
+&& automake-1.7 --gnu --add-missing \
&& autoconf \
&& CFLAGS="-Wall -pedantic -g" ./configure --enable-maintainer-mode