From: Marc Cromme Date: Wed, 23 Aug 2006 11:36:13 +0000 (+0000) Subject: reporting linked YAZPP version X-Git-Tag: METAPROXY.1.0.7~99 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=87eaa7d54db2a9d85964888682d6a2d3376a42c8;p=metaproxy-moved-to-github.git reporting linked YAZPP version --- diff --git a/configure.ac b/configure.ac index 8eeb7f8..ed7d326 100644 --- a/configure.ac +++ b/configure.ac @@ -117,11 +117,14 @@ AC_OUTPUT # postamble + echo \ "------------------------------------------------------------------------ -Configuration: + Package: ${PACKAGE} + Version: ${VERSION} Source code location: ${srcdir} + CPP Preprocessor: ${CPP} CPP Preprocessor flags: ${CPPFLAGS} CXX Compiler: ${CXX} CXX Compiler flags: ${CXXFLAGS} @@ -130,5 +133,12 @@ Configuration: Host System Type: ${host} Install path: ${prefix} Automake: ${AUTOMAKE} + Archiver: ${AR} + Ranlib: ${RANLIB} + YAZPP Version: ${YAZPPVERSION} + YAZPP Include: ${YAZPPINC} + YAZPP La Lib: ${YAZPPLALIB} + YAZPP Lib: ${YAZPPLIB} + Bugreport: ${PACKAGE_BUGREPORT} ------------------------------------------------------------------------"