Code

827027a30f0c23471c44fda9c3357db0dda123c0
[template.git] / bootstrap.sh
1 #! /bin/sh
3 set -ex
5 test ! -f Makefile || make distclean
7 rm -rf autom4te.cache
8 rm -f config.cache
10 aclocal
11 autoheader
12 automake --add-missing --copy --foreign
13 autoconf -Wall