X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=9c71b823ab5fdbe1b324daa9588ac21f47aab140;hp=e9a8a037d5bffedbf390b1ba5a6aae1f8be1378c;hb=ce556bc293c5eed60090acaf82cc668d333abd7b;hpb=e30daf1c89e3b781de360a9dcad4f83e72e16d28 diff --git a/configure.ac b/configure.ac index e9a8a03..9c71b82 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,10 @@ -dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.66 2007-10-22 13:05:22 adam Exp $ +dnl Zebra, Index Data ApS, 1995-2008 dnl -AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.18],[zebra-help@indexdata.dk]) +AC_PREREQ(2.60) +AC_INIT([idzebra],[2.0.30],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE([1.8]) +AM_INIT_AUTOMAKE([1.9]) PACKAGE_SUFFIX="-2.0" AC_SUBST(PACKAGE_SUFFIX) dnl http://www.gnu.org/software/libtool/manual.html#Versioning @@ -34,7 +33,7 @@ if test "$ac_cv_lib_crypt_crypt" = "yes"; then fi dnl dnl ------ YAZ -YAZ_INIT([server icu],[3.0.15]) +YAZ_INIT([server icu],[3.0.17]) if test "$YAZVERSION" = "NONE"; then AC_MSG_ERROR([YAZ development libraries required]) fi @@ -318,15 +317,18 @@ AC_OUTPUT([ test/xpath/Makefile test/rusmarc/Makefile test/cddb/Makefile test/malxml/Makefile test/mbox/Makefile - test/config/Makefile test/sort2/Makefile + test/config/Makefile test/xelm/Makefile - test/dmoz/Makefile test/sort/Makefile test/zsh/Makefile + test/dmoz/Makefile test/zsh/Makefile test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile test/espec/Makefile test/filters/Makefile - examples/Makefile examples/gils/Makefile examples/zthes/Makefile - examples/marc21/Makefile examples/marcxml/Makefile - examples/alvis-oai/Makefile + examples/Makefile + examples/gils/Makefile + examples/marc21/Makefile + examples/marcxml/Makefile + examples/oai-pmh/Makefile + examples/zthes/Makefile idzebra.spec idzebra-config-2.0 Doxyfile