X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=fbd2d33ff59e56d11ccfc8547820c25cb569659a;hp=6bd70ffe1bdef208d33f3f608e604d9ba8e4847e;hb=688b83880520e7485087b56cc1dda29019d7413f;hpb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d diff --git a/configure.ac b/configure.ac index 6bd70ff..fbd2d33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,25 +1,24 @@ -dnl YAZ++ Toolkit, Index Data 1994-2006 +dnl YAZ++ Toolkit, Index Data 1994-2008 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.2 2006-03-29 13:14:13 adam Exp $ -AC_PREREQ(2.59) -AC_INIT([yazpp],[1.0.0],[adam@indexdata.dk]) +dnl $Id: configure.ac,v 1.22 2008-02-21 09:43:27 adam Exp $ +AC_PREREQ(2.60) +AC_INIT([yazpp],[1.1.0],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) -AM_INIT_AUTOMAKE([1.8]) +AM_INIT_AUTOMAKE([1.9]) AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_HEADER_STDC -AM_DISABLE_SHARED AM_PROG_LIBTOOL -YAZ_INIT(threads,2.1.11) +YAZ_INIT([threads],[3.0.25]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC -AC_CHECK_HEADERS(unistd.h sys/stat.h sys/time.h sys/types.h) +AC_CHECK_HEADERS([unistd.h sys/stat.h sys/time.h sys/types.h]) AC_ARG_ENABLE(zoom,[ --disable-zoom disable ZOOM (for old C++ compilers)],[enable_zoom=$enableval],[enable_zoom=yes]) AM_CONDITIONAL(ZOOM, test $enable_zoom = "yes") @@ -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/yazprint.dsl doc/yazphp.dsl doc/yazhtml.dsl - doc/tkl.xsl + doc/local.ent + 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} + +------------------------------------------------------------------------"