projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1026ec
)
Require YAZ 3.0.16 or later
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Nov 2007 13:41:19 +0000
(13:41 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Nov 2007 13:41:19 +0000
(13:41 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e9a8a03
..
79ecc5b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
dnl Zebra, Index Data ApS, 1995-2007
-dnl $Id: configure.ac,v 1.66 2007-10-22 13:05:22 adam Exp $
+dnl $Id: configure.ac,v 1.67 2007-11-12 13:41:19 adam Exp $
dnl
AC_PREREQ(2.59)
AC_INIT([idzebra],[2.0.18],[zebra-help@indexdata.dk])
@@
-34,7
+34,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.16])
if test "$YAZVERSION" = "NONE"; then
AC_MSG_ERROR([YAZ development libraries required])
fi