mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-12-03 00:06:20 +00:00
449ef08dcc
- linux_process.c: add an SDLVisualTest_ScreenshotProcess() stub for linux builds succeed. - action_configparser.c: fixes -Wswitch warnings. - testharness.c: fixes 'is used uninitialized' warnings for userevents. - testharness.c: fixes format string argument to 'Force killing...' - testquit.c: fix type of options array in main(). - windows_screenshot.c: lowercase windows.h header name. - ran dos2unix on all sources and add missing newlines at files' ends. - minor adjustments to autotools build system (which actually seems to need more surgery for unnecessary stuff...)
12 lines
150 B
Bash
Executable File
12 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp acinclude.m4 aclocal.m4
|
|
|
|
if test "$AUTOCONF"x = x; then
|
|
AUTOCONF=autoconf
|
|
fi
|
|
|
|
$AUTOCONF || exit 1
|
|
rm aclocal.m4
|
|
rm -rf autom4te.cache
|