2010-08-19 06:01:43 +00:00
|
|
|
AC_MSG_RESULT([
|
|
|
|
QuakeForge has been configured successfully.
|
|
|
|
|
|
|
|
Build type :$BUILD_TYPE
|
2012-02-09 16:49:45 +00:00
|
|
|
Server support :${SV_TARGETS:- no}
|
|
|
|
Client support :${CL_TARGETS:- no}
|
2021-03-26 06:26:13 +00:00
|
|
|
Tools support :${tools_list:- no}
|
2012-02-12 12:16:10 +00:00
|
|
|
Sound support :${SOUND_TYPES:- no} ${snd_output_default}
|
|
|
|
CD Audio system :${CDTYPE:- no} ${cd_default}
|
2010-08-19 06:01:43 +00:00
|
|
|
IPv6 networking : $NETTYPE_IPV6
|
|
|
|
Compression support: gz=$HAVE_ZLIB ogg=$HAVE_VORBIS flac=$HAVE_FLAC png=$HAVE_PNG
|
2012-02-09 16:49:45 +00:00
|
|
|
HTTP support : ${CURL:-no}
|
2010-08-19 06:01:43 +00:00
|
|
|
Compiler version : $CCVER
|
|
|
|
Compiler flags : $CFLAGS
|
|
|
|
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
|
|
|
|
])
|
|
|
|
|
|
|
|
if test -d $srcdir/.git; then
|
|
|
|
echo "WARNING: Hackers at work, watch for falling bits of code."
|
2011-04-22 06:53:29 +00:00
|
|
|
echo "(This is from a development git tree. Expect problems)"
|
2010-08-19 06:01:43 +00:00
|
|
|
echo
|
|
|
|
fi
|