X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=f27b2068c8d879539df1a6e0c5e0208063ad7644;hb=38140bf14e3fe76270ed12160eaf3bb29b428051;hp=5349e6de5cbb26ffcf70a21b5fbc45080178a8df;hpb=5fc12d397f0e5b6e69347b6a157004fc2bbcf02d;p=yazpp-moved-to-github.git diff --git a/configure.ac b/configure.ac index 5349e6d..f27b206 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.7 2006-06-02 10:57:55 adam Exp $ +dnl $Id: configure.ac,v 1.13 2007-01-25 18:36:48 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yazpp],[1.0.0],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.0.2],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -11,10 +11,9 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_HEADER_STDC -AM_DISABLE_SHARED AM_PROG_LIBTOOL -YAZ_INIT(threads,2.1.18) +YAZ_INIT(threads,2.1.23) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -30,6 +29,7 @@ YAZPP_SRC_ROOT=`cd ${srcdir}; pwd` YAZPP_BUILD_ROOT=`pwd` AC_OUTPUT([ + Doxyfile Makefile src/Makefile include/Makefile @@ -42,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} + +------------------------------------------------------------------------"