1AC_MSG_RESULT([ 2 QuakeForge has been configured successfully. 3 4 Build type :$BUILD_TYPE 5 Server support :${SV_TARGETS:- no} 6 Client support :${CL_TARGETS:- no} 7 Tools support :${tools_dirs:- no} 8 Sound support :${SOUND_TYPES:- no} ${snd_output_default} 9 CD Audio system :${CDTYPE:- no} ${cd_default} 10 IPv6 networking : $NETTYPE_IPV6 11 Compression support: gz=$HAVE_ZLIB ogg=$HAVE_VORBIS flac=$HAVE_FLAC png=$HAVE_PNG 12 HTTP support : ${CURL:-no} 13 Compiler version : $CCVER 14 Compiler flags : $CFLAGS 15 qfcc cpp invocation: $CPP_NAME 16 17 Shared game data directory : $sharepath 18 Per-user game data directory: $userpath 19 Plugin load directory : $expanded_plugindir 20 Global configuration file : $globalconf 21 User configuration file : $userconf 22 OpenGL dynamic lib : $gl_driver 23 libWildMidi Support : $HAVE_WILDMIDI 24 XDG support : $HAVE_XDG 25]) 26 27if test -d $srcdir/.git; then 28 echo "WARNING: Hackers at work, watch for falling bits of code." 29 echo "(This is from a development git tree. Expect problems)" 30 echo 31fi 32