mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2025-01-10 11:10:47 +00:00
8 lines
158 B
Bash
8 lines
158 B
Bash
#!/bin/sh
|
|
#
|
|
aclocal -I acinclude
|
|
automake --foreign --include-deps --add-missing --copy
|
|
autoconf
|
|
|
|
#./configure $*
|
|
echo "Now you are ready to run ./configure"
|