3 # $Id: reconf,v 1.1 2008-09-23 16:32:05 hoffman Exp $
5 # re autoconf/automake shell script
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"