X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=0704eb6d9c1579f1a83b41e3c9e6ec626eb6e0be;hp=d5335c69140ee8661d439eea062efb4b97410439;hb=94f2358388fa1d1f188ef672ec9ee6acfa131c0e;hpb=61af33c72876fc89a25473b4dd5a42a259b47bf9 diff --git a/configure.ac b/configure.ac index d5335c6..0704eb6 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.4 2006-04-30 12:22:03 adam Exp $ +dnl $Id: configure.ac,v 1.12 2006-10-04 07:51:17 marc Exp $ AC_PREREQ(2.59) -AC_INIT([yazpp],[1.0.0],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.0.1],[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 @@ -38,7 +38,33 @@ AC_OUTPUT([ yazpp-config zoom/Makefile doc/Makefile - doc/yazpp.xml + doc/local.ent doc/common/Makefile - doc/common/html.dsl doc/common/html.xsl doc/common/print.dsl doc/common/tkl.xsl + 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} + +------------------------------------------------------------------------"