mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
197243140f
update SDL2 to v2.30.0
9 lines
107 B
Bash
Executable file
9 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp acinclude.m4 aclocal.m4
|
|
|
|
"${AUTOCONF:-autoconf}"
|
|
rm aclocal.m4
|
|
rm -rf autom4te.cache
|