Avoid YAZ 4.2.18 which is broken WRT SRU
[metaproxy-moved-to-github.git] / configure.ac
index a89a570..d647aa8 100644 (file)
@@ -3,7 +3,9 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.3.15],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],
+m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']),
+[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])