added a configure summary trailer to report on main configuration options
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
18
configure
vendored
18
configure
vendored
@@ -22353,3 +22353,21 @@ if test "$no_recursion" != yes; then
|
||||
fi
|
||||
|
||||
|
||||
echo
|
||||
echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
|
||||
echo ""
|
||||
echo " Should wxWindows use a graphic toolkit? ${wxUSE_GUI}"
|
||||
echo " Which toolkit should wxWindows use? ${TOOLKIT}"
|
||||
|
||||
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG}"
|
||||
echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED}"
|
||||
|
||||
echo " Which libraries should wxWindows use?"
|
||||
echo " jpeg ${wxUSE_LIBJPEG}"
|
||||
echo " png ${wxUSE_LIBPNG}"
|
||||
echo " regex ${wxUSE_REGEX}"
|
||||
echo " tiff ${wxUSE_LIBTIFF}"
|
||||
echo " zlib ${wxUSE_ZLIB}"
|
||||
|
||||
echo ""
|
||||
|
||||
|
||||
19
configure.in
19
configure.in
@@ -5311,4 +5311,23 @@ AC_OUTPUT([
|
||||
]
|
||||
)
|
||||
|
||||
dnl report on what we decided to do
|
||||
echo
|
||||
echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
|
||||
echo ""
|
||||
echo " Should wxWindows use a graphic toolkit? ${wxUSE_GUI}"
|
||||
echo " Which toolkit should wxWindows use? ${TOOLKIT}"
|
||||
|
||||
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG}"
|
||||
echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED}"
|
||||
|
||||
echo " Which libraries should wxWindows use?"
|
||||
echo " jpeg ${wxUSE_LIBJPEG}"
|
||||
echo " png ${wxUSE_LIBPNG}"
|
||||
echo " regex ${wxUSE_REGEX}"
|
||||
echo " tiff ${wxUSE_LIBTIFF}"
|
||||
echo " zlib ${wxUSE_ZLIB}"
|
||||
|
||||
echo ""
|
||||
|
||||
dnl vi: set et sts=4 sw=4:
|
||||
|
||||
Reference in New Issue
Block a user