stasis-aries-wal/reconf-1.8

11 lines
209 B
Groff
Raw Normal View History

2004-07-09 22:05:33 +00:00
#!/bin/sh
echo WARNING: This script is obsolete, but sometimes works when reconf does not.
2004-07-09 22:05:33 +00:00
rm -f config.cache
rm -f acconfig.h
aclocal-1.8 -I m4
autoconf
autoheader
libtoolize --automake
automake-1.8 -a
exit