summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
blob: 9d8dbac8441e04a77b42141108832867f55c2ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

if [ -z $ACLOCAL ]; then
	ACLOCAL=aclocal-1.7
fi
if [ -z $AUTOCONF ]; then
	AUTOCONF=autoconf-2.57
fi
if [ -z $AUTOHEADER ]; then
	AUTOHEADER=autoheader-2.57
fi
rm -rf autom4te-2.53.cache
$ACLOCAL -I m4
$AUTOHEADER
$AUTOCONF
touch stamp-h.in