mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
669771681a
Most of the guts of configure.ac have been moved to config.d and are then brought in by m4_include. This will make maintaining configure.ac much easier. Also drop use of PROGRAM and VERSION, using PACKAGE_NAME, PACKAGE_VERSION, and on occasion, PACKAGE_STRING instead, and clean out some old files we no longer need.
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
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_TARGETS- no}
|
|
Sound support :${SOUND_TYPES- no} ${SND_OUTPUT_DEFAULT}
|
|
CD Audio system :${CDTYPE- no}
|
|
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
|
|
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."
|
|
echo "(This is from a development subversion tree. Expect problems)"
|
|
echo
|
|
fi
|