Code

src/Makefile.am: Link foobar against libfoobar.
[template.git] / bootstrap.sh
1 #! /bin/sh
3 libtoolize=libtoolize
5 if which glibtoolize > /dev/null 2>&1; then
6         libtoolize=glibtoolize
7 fi
9 set -ex
11 test ! -f Makefile || make distclean
13 rm -rf libltdl
15 rm -rf autom4te.cache
16 rm -f config.cache
18 aclocal
19 autoheader
20 $libtoolize --ltdl --copy --force
21 automake --add-missing --copy --foreign
22 autoconf -Wall