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

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