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:
Gilles Depeyrot
2002-10-03 20:46:45 +00:00
parent 7d1ab59731
commit 1d4874621e
2 changed files with 37 additions and 0 deletions

18
configure vendored
View File

@@ -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 ""

View File

@@ -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: