stasis-aries-wal/reconf

10 lines
120 B
Text
Raw Normal View History

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