X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=070faf0ecaa0fcdaa0293a5233a1ee608268506b;hp=3340e8d63ed6202765a33dc61ca26d157a4ea2c4;hb=da282bc7680c343e21b6a3e48833f044724cb8d7;hpb=d508100e993ab5c9a415bd1826b939875dcfe91c diff --git a/configure.ac b/configure.ac index 3340e8d..070faf0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ++ Toolkit, Index Data 1994-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.16 2007-04-12 15:00:33 adam Exp $ +dnl $Id: configure.ac,v 1.19 2007-11-12 13:51:01 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yazpp],[1.0.3],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.0.4],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -13,12 +13,12 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT(threads,2.1.99) +YAZ_INIT([threads],[3.0.16]) 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")