From 87eaa7d54db2a9d85964888682d6a2d3376a42c8 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Wed, 23 Aug 2006 11:36:13 +0000 Subject: [PATCH] reporting linked YAZPP version --- configure.ac | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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} ------------------------------------------------------------------------" -- 1.7.10.4