summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
blob: 20db562087df706c330a4b0838a7cb64ef2a5988 (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-1.9 -I m4
autoheader
automake-1.9 --add-missing --copy --foreign
autoconf
rm -rf autom4te.cache