Added warning to reconf-1.8. Created reconf-1.9
This commit is contained in:
parent
afbd89e3ff
commit
609ed81c05
2 changed files with 11 additions and 0 deletions
|
@ -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
10
reconf-1.9
Executable 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
|
Loading…
Reference in a new issue