*** empty log message ***
[shibboleth/sp.git] / bootstrap
1 #!/bin/sh
2
3 set -x
4
5 # Remove autoconf 2.5x's cache directory
6 rm -rf autom4te*.cache
7
8 aclocal -I .                            || exit 1
9 autoheader                              || exit 1
10 # libtoolize --force --copy               || exit 1
11 automake --foreign --add-missing --copy || exit 1
12 autoconf                                || exit 1
13