last-svn-commit-457-g00d8fa3 configure.ac: Display a summary of the configuration when the build directory is ready.

--- ChangeLog | 5 +++ configure.ac | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 88 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8a1e37..ca2698f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-08-11 Guillaume Lazzara <z@lrde.epita.fr> + * configure.ac: Display a summary of the configuration when the + build directory is ready. + +2010-08-11 Guillaume Lazzara <z@lrde.epita.fr> + * configure.ac: Set oln_with_* variables correctly. 2010-08-11 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/configure.ac b/configure.ac index 9c9e263..594856f 100644 --- a/configure.ac +++ b/configure.ac @@ -655,5 +655,87 @@ if test -z "$TOOLS_CXXFLAGS"; then fi fi - +AC_MSG_RESULT([-------------------------------------------------------------]) +AC_MSG_RESULT([Update Olena configuration]) AC_OUTPUT + + + +AC_MSG_RESULT([ +Olena is configured as follows. Please verify that this configuration +matches your expectations. + +Host system type: $host +Build system type: $build + +================ +| Dependencies | +================ + + + Option Value +------------------------------------------------------------------------------- +CFITSIO --with-cfitsio[=DIR] $oln_have_cfitsio +GDCM --with-gdcm[=DIR] $oln_have_gdcm +Magick++ --with-magickxx $oln_have_magickxx +Qt --with-qt $oln_have_qt +Tesseract --with-tesseract[=DIR] $oln_have_tesseract +TIFF --with-tiff[=DIR] $oln_have_tiff +Trimesh --enable-trimesh $enable_trimesh +------------------------------------------------------------------------------- + + + + +=========== +| Modules | +=========== + + + Option Value +------------------------------------------------------------------------------- +Scribo --enable-scribo $enable_scribo +Swilena --enable-swilena $enable_swilena +------------------------------------------------------------------------------- + + + + +============= +| Utilities | +============= + + + Option Value +------------------------------------------------------------------------------- +Apps --enable-apps $enable_apps +Tools --enable-tools $enable_tools +------------------------------------------------------------------------------- + + + +Options used to compile and link: + PREFIX = $PREFIX_DIR + EXEC-PREFIX = $EXEC_PREFIX_DIR + VERSION = $PACKAGE_VERSION + CC = $CC + CFLAGS = $CFLAGS + CPPFLAGS = $MAGICK_CPPFLAGS + DEFS = $DEFS + LDFLAGS = $LDFLAGS + LIBS = $MAGICK_LIBS + CXX = $CXX + CXXFLAGS = $CXXFLAGS + PKG_CONFIG = $PKG_CONFIG + QT_PATH = $QT_PATH + QMAKE = $QMAKE + MOC = $MOC + UIC = $UIC + RCC = $RCC + MAGICKXX_CFLAGS = $MAGICKXX_CFLAGS + MAGICKXX_LIBS = $MAGICKXX_LIBS + SCRIBO_CXXFLAGS = $SCRIBO_CXXFLAGS + APPS_CXXFLAGS = $APPS_CXXFLAGS + TOOLS_CXXFLAGS = $TOOLS_CXXFLAGS + +]) -- 1.5.6.5
participants (1)
-
Guillaume Lazzara