X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=0a62c88403046074300060bf99d9f9e78c8f8df0;hb=4f8873c1f52ae189e60d4bc2f0ec30fa90f02ce5;hp=c4816b8316dadd1243cdbe6f7ef9a54a8e6ba559;hpb=4e876b7359785f69806459e19fcaa8aea37fc15d;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index c4816b8..0a62c88 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],[0.9], [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,7 +134,7 @@ AC_CONFIG_FILES([ src/Makefile src/Jamfile doc/Makefile - doc/metaproxy.xml + doc/main.xml doc/print.dsl doc/html.dsl doc/tkl.xsl