stasis-aries-wal/reconf
2004-06-24 21:10:31 +00:00

11 lines
134 B
Bash
Executable file

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