Commit 1e00017e authored by Sam Lantinga's avatar Sam Lantinga

Added yet another variant of autoconf to the list

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401794
parent 6b9e7a15
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Regenerate configuration files # Regenerate configuration files
cp acinclude.m4 aclocal.m4 cp acinclude.m4 aclocal.m4
found=false 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 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
done done
if test x$found = xfalse; then if test x$found = xfalse; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment