summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 78f11a7..9d8dbac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,13 +1,13 @@
1#!/bin/sh 1#!/bin/sh
2 2
3if [ -z $ACLOCAL ]; then 3if [ -z $ACLOCAL ]; then
4 ACLOCAL=aclocal-1.5 4 ACLOCAL=aclocal-1.7
5fi 5fi
6if [ -z $AUTOCONF ]; then 6if [ -z $AUTOCONF ]; then
7 AUTOCONF=autoconf-2.53 7 AUTOCONF=autoconf-2.57
8fi 8fi
9if [ -z $AUTOHEADER ]; then 9if [ -z $AUTOHEADER ]; then
10 AUTOHEADER=autoheader-2.53 10 AUTOHEADER=autoheader-2.57
11fi 11fi
12rm -rf autom4te-2.53.cache 12rm -rf autom4te-2.53.cache
13$ACLOCAL -I m4 13$ACLOCAL -I m4