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:
830a3c8
)
Require YAZ 2.1.40 or later
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 Nov 2006 14:27:12 +0000
(14:27 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 Nov 2006 14:27:12 +0000
(14:27 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c9b6950
..
9f10d9f
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.39 2006-11-23 21:38:26 adam Exp $
+dnl $Id: configure.ac,v 1.40 2006-11-27 14:27:12 adam Exp $
dnl
AC_PREREQ(2.59)
AC_INIT([idzebra],[2.0.5],[zebra-help@indexdata.dk])
@@
-41,7
+41,7
@@
else
fi
dnl
dnl ------ YAZ
-YAZ_INIT($yazflag,2.1.35)
+YAZ_INIT($yazflag,2.1.40)
if test "$YAZVERSION" = "NONE"; then
AC_MSG_ERROR([YAZ development libraries required])
fi