run automake last
[platform/upstream/curl.git] / buildconf
1 #!/bin/sh
2
3 die(){
4         echo "$@"
5         exit
6 }
7
8 aclocal           || die "The command 'aclocal' failed"
9 autoheader        || die "The command 'autoheader' failed"
10 autoconf          || die "The command 'autoconf' failed"
11 automake          || die "The command 'automake $MAKEFILES' failed"