2 # a quick hack script to generate necessary files from
5 # WARNING: if you run this you will change the versions
6 # of the tools which are used and, maybe, required!
7 touch Makefile.am configure.ac
9 echo "running libtoolize" >&2
10 libtoolize --force --copy --automake
12 echo "running aclocal" >&2
15 echo "running autoheader [ignore the warnings]" >&2
18 echo "running automake" >&2
19 automake --force-missing --foreign -a -c
21 echo "running autoconf" >&2
24 echo "autogen complete" >&2 ||
25 echo "ERROR: autogen.sh failed, autogen is incomplete" >&2