mirror of
https://github.com/yawut/SDL.git
synced 2026-03-31 14:14:41 -05:00
10 lines
143 B
Bash
Executable File
10 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
aclocal
|
|
automake --foreign
|
|
autoconf
|
|
|
|
# Run configure for this platform
|
|
#./configure $*
|
|
echo "Now you are ready to run ./configure"
|