X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=30efeda311485b21e6d8c74ac784c6f92271c8e2;hb=1eacfa2a7a9bd1611cfdb7823441bb6b8727921f;hp=a20072467efe78f60221ac81215724b3d7523509;hpb=cb2467a71f98decd7adbaf768d3a1c0a1df65bdf;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index a200724..30efeda 100644 --- a/configure.ac +++ b/configure.ac @@ -2,17 +2,17 @@ ## Process this file with autoconf to produce a configure script. # Autoconf and automake setup -AC_PREREQ(2.57) -AC_INIT(metaproxy, 0.9, adam@indexdata.dk) +AC_PREREQ(2.59) +AC_INIT([metaproxy],[1.0.5], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) -AC_CONFIG_SRCDIR(configure.ac) -AC_CONFIG_AUX_DIR(config) +AC_CONFIG_SRCDIR([configure.ac]) +AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM ##AC_PREFIX_DEFAULT(`pwd`/install) -AM_INIT_AUTOMAKE(1.8) +AM_INIT_AUTOMAKE([1.8]) # Checks for programs. AC_PROG_CXX @@ -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