quakeforge/config.d/result.m4
Bill Currie b001bf20c0 [build] Remove hacker warning
The novelty has rather worn off, I think, and the message has long since
lost its meaning. Sure things still break sometimes, but I've been
trying to keep at least the master branch functional at all times, and
even dev branches.
2023-12-03 17:23:54 +09:00

26 lines
952 B
Text

AC_MSG_RESULT([
QuakeForge has been configured successfully.
Build type :$BUILD_TYPE
Server support :${SV_TARGETS:- no}
Client support :${CL_TARGETS:- no}
Tools support :${tools_list:- no}
Sound support :${SOUND_TYPES:- no} ${snd_output_default}
CD Audio system :${CDTYPE:- no} ${cd_default}
IPv6 networking : $NETTYPE_IPV6
Compression support: gz=$HAVE_ZLIB ogg=$HAVE_VORBIS flac=$HAVE_FLAC png=$HAVE_PNG
HTTP support : ${CURL:-no}
Compiler version : $CCVER
Compiler flags : $CFLAGS
SIMD Support : $simd
qfcc cpp invocation: $CPP_NAME
Shared game data directory : $sharepath
Per-user game data directory: $userpath
Plugin load directory : $expanded_plugindir
Global configuration file : $globalconf
User configuration file : $userconf
OpenGL dynamic lib : $gl_driver
libWildMidi Support : $HAVE_WILDMIDI
XDG support : $HAVE_XDG
])