summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 1ac867aa6fd5e64d599713b208dc2d2db78b07e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

#rm -rf autom4te.cache
#rm -f aclocal.m4 ltmain.sh

#echo "Running autoreconf..." ; autoreconf -v --install || exit 1
#echo "Running configure..." ; ./configure --enable-maintainer-mode

set  -x
aclocal
autoconf
libtoolize --copy --force
autoheader
automake --foreign --add-missing --copy