X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=63d36b1d6cbf81f2a68cf544bec138d3961d1891;hp=250420a32f124d4dd1a605eb0c18d0b9de24bccd;hb=13e7a3ad540a4312b12a1076aa17c29e326a0adf;hpb=acfd6b886f7fe89c9ac504a05283e7964161102d diff --git a/configure.ac b/configure.ac index 250420a..63d36b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ++ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.9 2006-07-07 06:18:24 adam Exp $ +dnl $Id: configure.ac,v 1.15 2007-03-20 16:21:58 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yazpp],[1.0.1],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.0.3],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -13,7 +13,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT(threads,2.1.18) +YAZ_INIT(threads,2.1.50) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -29,6 +29,7 @@ YAZPP_SRC_ROOT=`cd ${srcdir}; pwd` YAZPP_BUILD_ROOT=`pwd` AC_OUTPUT([ + Doxyfile Makefile src/Makefile include/Makefile @@ -41,3 +42,29 @@ AC_OUTPUT([ doc/common/Makefile doc/common/print.dsl ],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config]) + + +echo \ +"------------------------------------------------------------------------ + + YAZPP Package: ${PACKAGE} + YAZPP Version: ${VERSION} + Source code location: ${srcdir} + CPP Preprocessor: ${CPP} + CPP Preprocessor flags: ${CPPFLAGS} + CXX Compiler: ${CXX} + CXX Compiler flags: ${CXXFLAGS} + Linker flags: ${LDFLAGS} + Linked libs: ${LIBS} + Host System Type: ${host} + Install path: ${prefix} + Automake: ${AUTOMAKE} + Archiver: ${AR} + Ranlib: ${RANLIB} + YAZ Version: ${YAZVERSION} + YAZ Include: ${YAZINC} + YAZ La Lib: ${YAZLALIB} + YAZ Lib: ${YAZLIB} + Bugreport: ${PACKAGE_BUGREPORT} + +------------------------------------------------------------------------"