stasis-aries-wal/reconf

12 lines
134 B
Text
Raw Normal View History

2004-06-24 21:10:31 +00:00
#!/bin/sh
rm -f config.cache
rm -f acconfig.h
#touch acconfig.h
#aclocal -I m4
aclocal
autoconf
autoheader
#acconfig
automake -a
exit