mirror of
https://github.com/yawut/SDL.git
synced 2026-08-16 05:46:44 -05:00
Need to generate aclocal.m4 when rebuilding configure, but we don't need to check it in.
This commit is contained in:
@@ -4,6 +4,7 @@ echo "Generating build information using autoconf"
|
||||
echo "This may take a while ..."
|
||||
|
||||
# Regenerate configuration files
|
||||
cat acinclude/* >aclocal.m4
|
||||
found=false
|
||||
for autoconf in autoconf autoconf259 autoconf-2.59
|
||||
do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
|
||||
|
||||
Reference in New Issue
Block a user