2008-04-13 04:22:48 +00:00
|
|
|
#!/bin/sh
|
|
|
|
echo WARNING: This script is obsolete, but sometimes works when reconf does not.
|
2009-04-18 04:10:30 +00:00
|
|
|
rm configure.in
|
|
|
|
ln -s configure.in.automake configure.in
|
2008-04-13 04:22:48 +00:00
|
|
|
rm -f config.cache
|
|
|
|
rm -f acconfig.h
|
|
|
|
aclocal-1.9 -I m4
|
|
|
|
autoconf
|
|
|
|
autoheader
|
|
|
|
libtoolize --automake
|
|
|
|
automake-1.9 -a
|
|
|
|
exit
|