X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=ed7d32690dc85fc82e02391246f0d976499686da;hb=c93d8c8db5ae24e01775060677f8e8e9c2afff34;hp=8b00725433e46690768f8bcbedbee44bc39d7de5;hpb=341693be9baf2a1039f1e8006d0c1a1bdb93f1d7;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 8b00725..ed7d326 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.5.1], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.6], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -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} ------------------------------------------------------------------------"