X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=30efeda311485b21e6d8c74ac784c6f92271c8e2;hb=1eacfa2a7a9bd1611cfdb7823441bb6b8727921f;hp=0a62c88403046074300060bf99d9f9e78c8f8df0;hpb=c7fcd39a6326f4d07c5ce6f286ee713e6150d681;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 0a62c88..30efeda 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[0.9], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.5], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -134,10 +134,10 @@ AC_CONFIG_FILES([ src/Makefile src/Jamfile doc/Makefile - doc/main.xml - doc/print.dsl - doc/html.dsl - doc/tkl.xsl + doc/local.ent + doc/common/Makefile + doc/common/print.dsl + etc/Makefile ]) AC_OUTPUT