summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
blob: 6c8e11f4dacb9fff04b4ca296c8a985e0c7a4836 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autogen.sh - generates configure using the autotools
# $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $
libtoolize --force --copy
#libtoolize14  --force --copy
aclocal -I m4
autoheader
automake --add-missing --copy --foreign
autoconf
rm -rf autom4te.cache