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"