8d29a075bbf4e10993925d6b8851a23bca586213
[platform/upstream/curl.git] / reconf
1 #!/bin/sh
2 #
3 # $Id$
4 #
5 # re autoconf/automake shell script
6 #
7
8 die(){
9         echo "$@" ; exit
10 }
11
12 aclocal    || die "ahhhhh"
13 autoheader || die "ahhhhh"
14 automake   || die "ahhhhh"
15 autoconf   || die "ahhhhh"
16