xref: /netbsd-src/crypto/external/cpl/trousers/dist/bootstrap.sh (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1set -x
2aclocal || exit 1
3libtoolize --force -c || exit 1
4automake --add-missing -c --foreign || exit 1
5autoconf || exit 1
6