mirror of
https://github.com/yawut/SDL.git
synced 2026-04-02 07:04:54 -05:00
Need to generate aclocal.m4 when rebuilding configure, but we don't need to check it in.
This commit is contained in:
parent
c5701fe360
commit
9bbe4b2a44
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user