X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=fc6ab7ecd26f1bf80fccd7caf740a27efe468e79;hb=5cdddaf1ba96608fcbd221421503b609ded909bf;hp=c86187f22a294fcf8b5a99285cff4009938de27a;hpb=8d44038586521aee665448fe55ab04666cc89dc4;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index c86187f..fc6ab7e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.5.6],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.5.7],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -28,6 +28,7 @@ if test -z "$YAZLIB"; then fi YAZ_DOC +AC_SEARCH_LIBS([log],[m]) AC_CHECK_HEADERS([sys/time.h sys/socket.h unistd.h netinet/in.h netdb.h arpa/inet.h]) checkBoth=0 AC_CHECK_FUNC([connect]) @@ -79,12 +80,8 @@ echo \ Linked libs: ${LIBS} Host System Type: ${host} Install path: ${prefix} - Automake: ${AUTOMAKE} - Archiver: ${AR} - Ranlib: ${RANLIB} YAZ Version: ${YAZVERSION} YAZ Include: ${YAZINC} - YAZ La Lib: ${YAZLALIB} YAZ Lib: ${YAZLIB} Bugreport: ${PACKAGE_BUGREPORT}