Added warning to reconf-1.8. Created reconf-1.9

This commit is contained in:
Sears Russell 2008-04-13 04:22:48 +00:00
parent afbd89e3ff
commit 609ed81c05
2 changed files with 11 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/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

10
reconf-1.9 Executable file
View file

@ -0,0 +1,10 @@
#!/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.9 -I m4
autoconf
autoheader
libtoolize --automake
automake-1.9 -a
exit