X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=0ee2b8af1edc1cb96d0df4b1d36f34a317ce6218;hp=0cef81364c15cfe066b1acba9ec0ecb5e40ab3fb;hb=67f914be470375a452aa07de5d807c400d383fb4;hpb=0e003c1f98eb27d793ddaa2579f286c2cea6d066 diff --git a/configure.ac b/configure.ac index 0cef813..0ee2b8a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,25 +1,23 @@ -dnl YAZ++ Toolkit, Index Data 1994-2006 +dnl YAZ++ Toolkit Index Data 1998-2008 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.5 2006-05-26 19:46:37 adam Exp $ -AC_PREREQ(2.59) -AC_INIT([yazpp],[1.0.0],[adam@indexdata.dk]) +AC_PREREQ(2.60) +AC_INIT([yazpp],[1.1.1],[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.18) +YAZ_INIT([threads],[3.0.30]) 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 +28,7 @@ YAZPP_SRC_ROOT=`cd ${srcdir}; pwd` YAZPP_BUILD_ROOT=`pwd` AC_OUTPUT([ + Doxyfile Makefile src/Makefile include/Makefile @@ -38,8 +37,34 @@ AC_OUTPUT([ yazpp-config zoom/Makefile doc/Makefile - doc/yazpp.xml + doc/local.ent doc/common/Makefile - doc/common/tkl.xsl doc/common/html.xsl doc/common/man.xsl - doc/common/print.dsl doc/common/html.dsl + doc/common/print.dsl + yazpp.spec ],[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} + +------------------------------------------------------------------------"