stasis-aries-wal/reconf-1.9

13 lines
269 B
Groff
Raw Normal View History

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