mirror of
https://github.com/yawut/SDL.git
synced 2026-06-13 04:00:50 -05:00
10 lines
157 B
Bash
Executable File
10 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
aclocal
|
|
automake --foreign --add-missing
|
|
autoconf
|
|
|
|
# Run configure for this platform
|
|
#./configure $*
|
|
echo "Now you are ready to run ./configure"
|