mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
8a24b28d97
to auto-substitued the libs and headers. o unconditionally build qfcc (for now, anyway) when building quakeforge (needed for cs-code compilation) o when built as part of quakeforge (qfcc should still be buildable independently) always enable cpp o autoconfiscate the client-side code o build the client-side code using the built qfcc o install the client-side code in $(datadir)/quakeforge/id1
3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname $0`
|
|
aclocal && autoheader && automake --add-missing && autoconf
|