mirror of
https://github.com/yawut/SDL.git
synced 2026-07-02 00:13:39 -05:00
Added yet another variant of autoconf to the list
This commit is contained in:
parent
58d8b8d8d0
commit
6ca7e9990c
|
|
@ -3,7 +3,7 @@
|
|||
# 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…
Reference in New Issue
Block a user