Code

Added templates for a library.
[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