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