added new screens and getting ready for networking, looking at SDL_net for cross platfrom networking so i dont have to touch windows
This commit is contained in:
9
SDL2_net-2.2.0/autogen.sh
Executable file
9
SDL2_net-2.2.0/autogen.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
"${ACLOCAL:-aclocal}" -I acinclude
|
||||
"${AUTOMAKE:-automake}" --foreign --include-deps --add-missing --copy
|
||||
"${AUTOCONF:-autoconf}"
|
||||
|
||||
echo "Now you are ready to run ./configure"
|
||||
Reference in New Issue
Block a user