stasis-aries-wal/reconf
2004-06-25 18:56:43 +00:00

11 lines
142 B
Bash
Executable file

#!/bin/sh
rm -f config.cache
rm -f acconfig.h
#touch acconfig.h
#aclocal -I m4
aclocal-1.8
autoconf
autoheader
#acconfig
automake-1.8 -a
exit