X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=23f754d46bb323d8d273fd83cc50c1a75b3b4383;hp=6cdcd5620d7f04986ebae5a3a27f3e3b93046c5d;hb=36be234cea2889e546a98f46de4c742d9b9c4061;hpb=8b7166f0d46ca73ac4a241aebf153101da23012c diff --git a/configure.ac b/configure.ac index 6cdcd56..23f754d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ++ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.6 2006-06-02 08:43:11 adam Exp $ +dnl $Id: configure.ac,v 1.10 2006-07-07 12:34:13 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yazpp],[1.0.0],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.0.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -11,10 +11,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,2.1.23) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -40,6 +39,5 @@ AC_OUTPUT([ doc/Makefile 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 ],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config])