X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=95cc1369e1f3bf21e6fe5702148a2400dc3abc2a;hb=7dcf766ccdb4773635481a86b1a43c3c86c32d42;hp=767a242634ed52d5fb293a918044d550bc2607d5;hpb=af9ef181ebfa7de412407fbc8ecd44940f2f3921;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 767a242..95cc136 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.4],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.5],[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.2]) +YAZPP_INIT([threads],[1.2.3]) 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