mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 18:25:16 -05:00
Fall back to autogen259 if autogen isn't available
This commit is contained in:
@@ -5,7 +5,9 @@ echo "This may take a while ..."
|
||||
|
||||
# Regenerate configuration files
|
||||
cp acinclude.m4 aclocal.m4
|
||||
autoconf
|
||||
for autoconf in autoconf autoconf259
|
||||
do if which $autoconf >/dev/null; then $autoconf; break; fi
|
||||
done
|
||||
(cd test; sh autogen.sh)
|
||||
|
||||
# Run configure for this platform
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
#
|
||||
# Regenerate configuration files
|
||||
cp acinclude.m4 aclocal.m4
|
||||
autoconf
|
||||
for autoconf in autoconf autoconf259
|
||||
do if which $autoconf >/dev/null; then $autoconf; break; fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user