stasis-aries-wal/reconf-1.8
2008-04-13 04:22:48 +00:00

10 lines
209 B
Bash
Executable file

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