new
[libcurl.git] / reconf
blob9f8be2a918813f806e9d64c4c04e82f4f489dc55
1 #!/bin/sh
3 # $Id: reconf,v 1.1.1.1 1999-12-29 14:20:37 bagder Exp $
5 # re autoconf/automake shell script
8 die(){
9 echo "$@" ; exit
12 aclocal || die "ahhhhh"
13 autoheader || die "ahhhhh"
14 automake || die "ahhhhh"
15 autoconf || die "ahhhhh"