X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=d58e72c4e19e2663efe38e847333724127a54b12;hb=1a8727a024e7c7b1fae2ef4c34f9d91626ec0cb6;hp=4f5426f9ea722b9e61b0e93bd17da8827a1278cb;hpb=3abd36b264b9b056aec68c7120f96c8fb8990405;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 4f5426f..d58e72c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.5],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.6],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.2.3]) +YAZPP_INIT([threads],[1.2.6]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi @@ -61,6 +61,7 @@ fi AC_DEFINE_UNQUOTED([VERSION_SHA1], "$SHA1", [SHA-1 from Git]) AC_CONFIG_FILES([ + metaproxy-config Doxyfile Makefile include/Makefile include/metaproxy/Makefile @@ -73,6 +74,9 @@ AC_CONFIG_FILES([ doc/common/Makefile doc/common/print.dsl etc/Makefile +],[ + sed s%echo_source=yes%echo_source=no%g < metaproxy-config > src/metaproxy-config && chmod +x metaproxy-config src/metaproxy-config + ]) AC_OUTPUT