stasis-aries-wal/reconf-1.8
2004-07-09 22:05:33 +00:00

9 lines
128 B
Bash
Executable file

#!/bin/sh
rm -f config.cache
rm -f acconfig.h
aclocal-1.8 -I m4
autoconf
autoheader
libtoolize --automake
automake-1.8 -a
exit