X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=bd3a054ffaa392b4dae8735a2d3a882d9da95e5b;hb=7411ed6df7fc0b535f83503f73d70e80f390e295;hp=2620e8a86fb6b4a0d31f1c50c01cd0cd70c6dd89;hpb=84d0e77ec401bb5c245502fc3c0d44864025fb9c;p=yazpp-moved-to-github.git diff --git a/configure.in b/configure.in index 2620e8a..bd3a054 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(configure.in) -AM_INIT_AUTOMAKE("yaz++",0.8) +AM_INIT_AUTOMAKE("yaz++",1.0.0) AC_PROG_CC AC_PROG_CPP @@ -8,8 +8,12 @@ AC_HEADER_STDC AM_DISABLE_SHARED AM_PROG_LIBTOOL -YAZ_INIT(threads,2.0.12) +YAZ_INIT(threads,2.0.29) +if test -z "$YAZLIB"; then + AC_MSG_ERROR([YAZ development libraries missing]) +fi YAZ_DOC +AC_CHECK_HEADERS(unistd.h sys/stat.h sys/time.h sys/types.h) AC_ARG_ENABLE(zoom,[ --disable-zoom disable ZOOM (for old C++ compilers)],[enable_zoom=$enableval],[enable_zoom=yes]) AM_CONDITIONAL(ZOOM, test $enable_zoom = "yes")