mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2025-01-25 01:31:15 +00:00
9 lines
158 B
Bash
9 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"
|