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