Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
00d8fa3b
Commit
00d8fa3b
authored
Aug 11, 2010
by
Guillaume Lazzara
Browse files
configure.ac: Display a summary of the configuration when the build directory is ready.
parent
6ca68abd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
00d8fa3b
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.
...
...
configure.ac
View file @
00d8fa3b
...
...
@@ -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
])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment