projects
/
yazpp-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:
491fb00
)
Bump version to 0.9. Abort if YAZ is not found
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 11 Jan 2005 20:56:34 +0000
(20:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 11 Jan 2005 20:56:34 +0000
(20:56 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
8834f7a
..
57e0826
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,5
+1,5
@@
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE("yaz++",0.8)
+AM_INIT_AUTOMAKE("yaz++",0.9)
AC_PROG_CC
AC_PROG_CPP
@@
-9,6
+9,9
@@
AM_DISABLE_SHARED
AM_PROG_LIBTOOL
YAZ_INIT(threads,2.0.29)
+if test -z "$YAZLIB"; then
+ AC_MSG_ERROR([YAZ development libraries missing])
+fi
YAZ_DOC
AC_ARG_ENABLE(zoom,[ --disable-zoom disable ZOOM (for old C++ compilers)],[enable_zoom=$enableval],[enable_zoom=yes])