Added yet another variant of autoconf to the list
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401793
This commit is contained in:
parent
690f472d02
commit
6b9e7a15fd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ echo "This may take a while ..."
|
|||
# Regenerate configuration files
|
||||
cp acinclude.m4 aclocal.m4
|
||||
found=false
|
||||
for autoconf in autoconf autoconf259
|
||||
for autoconf in autoconf autoconf259 autoconf-2.59
|
||||
do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
|
||||
done
|
||||
if test x$found = xfalse; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue