gnunet-c-tutorial: [fix] Add missing 'make' commands
[oweals/gnunet.git] / bootstrap
1 #!/bin/sh
2 rm -rf libltdl
3 echo -n "checking for libtoolize / libtool... "
4 which glibtoolize || which libtoolize || which libtool || {
5         echo "*** No libtoolize (libtool) or libtool found, please install it ***"
6         exit 1
7 }
8 autoreconf -if
9 contrib/pogen.sh