X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=070faf0ecaa0fcdaa0293a5233a1ee608268506b;hp=63d36b1d6cbf81f2a68cf544bec138d3961d1891;hb=da282bc7680c343e21b6a3e48833f044724cb8d7;hpb=79076a95d4e3fc19cbf52bf2b7d35137809f3f7f diff --git a/configure.ac b/configure.ac index 63d36b1..070faf0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ -dnl YAZ++ Toolkit, Index Data 1994-2006 +dnl YAZ++ Toolkit, Index Data 1994-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.15 2007-03-20 16:21:58 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.50) +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")