mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
No description
0342341142
default enabled/disabled depending on if building from cvs or dist tarbal. eg: AC_ARG_ENABLE(typecheck-progs, [ --disable-typecheck-progs disable type checking on progs field access]) if test "x$enable_typecheck_progs" $cvs_def_enabled; then AC_DEFINE(TYPECHECK_PROGS) fi typecheck-progs will default to enabled in cvs, disabled in release. reverse for cvs_def_disabled. |
||
---|---|---|
debian | ||
doc | ||
include | ||
libs | ||
nq | ||
qw | ||
RPM | ||
tools | ||
.gitignore | ||
acconfig.h | ||
acinclude.m4 | ||
bootstrap | ||
configure.in | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
quakeforge-config.in | ||
TODO |