Code

40a1920fe9aa70451916b9442378c1e4d1779d3b
[template.git] / bootstrap.sh
1 #! /bin/sh
3 set -ex
5 test ! -f Makefile || make distclean
7 rm -rf libltdl
9 rm -rf autom4te.cache
10 rm -f config.cache
12 aclocal
13 autoheader
14 libtoolize --ltdl --copy --force
15 automake --add-missing --copy --foreign
16 autoconf -Wall