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