Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / reconf
blob29d9a0df40b2f0d4ab101e141779016f3e4ac1cd
1 #!/bin/sh
3 # $Id: reconf,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
5 # re autoconf/automake shell script
8 die(){
9 echo "$@" ; exit
12 aclocal -I . || die "The command 'aclocal -I .' failed"
13 autoheader || die "The command 'autoheader' failed"
14 automake || die "The command 'automake' failed"
15 autoconf || die "The command 'autoconf' failed"