ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Utilities / cmcurl-7.19.0 / reconf
blobb24966be0c9af95e1e1dee100084e7655b3f7d15
1 #!/bin/sh
3 # $Id: reconf,v 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"