summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
blob: 541e18788d67d2f95b83c09612d619a816221f1e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ -z $AUTORECONF ]; then
	AUTORECONF=autoreconf
fi

#rm -rf autom4te.cache
$AUTORECONF -f -v -i
#touch stamp-h.in