1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-24 09:42:02 +01:00

configure summary

This commit is contained in:
2016-04-12 20:55:02 +01:00
parent bd9e0262ca
commit a216834e14
2 changed files with 15 additions and 2 deletions

View File

@ -133,3 +133,18 @@ AC_SUBST([AM_LDFLAGS])
AC_CONFIG_FILES([Makefile lib/Makefile utils/Makefile examples/Makefile])
AC_OUTPUT
echo "*********************************************"
echo "* ${PACKAGE_NAME} v${VERSION}" build options
echo "*********************************************"
echo "* C++ compiler : $CXX"
echo "* HDF5 support : `test x$HAVE_HDF5_TRUE = 'x' && echo yes \
|| echo no`"
echo "* Minuit minimizers: `test x$HAVE_MINUIT_TRUE = 'x' && echo yes \
|| echo no`"
echo "* NLopt minimizers : `test x$HAVE_NLOPT_TRUE = 'x' && echo yes \
|| echo no`"
echo "*********************************************"