From 3a00bf973f23db9335f99684b05a699ff4c5414c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 24 Jan 2008 21:52:22 +0000 Subject: [PATCH] Require autoconf 2.60 (bug #2050) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9869bc3..19a92cd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ## Process this file with autoconf to produce a configure script. # Autoconf and automake setup -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM ##AC_PREFIX_DEFAULT(`pwd`/install) -AM_INIT_AUTOMAKE([1.8]) +AM_INIT_AUTOMAKE([1.9]) # Checks for programs. AC_PROG_CXX -- 1.7.10.4