From 875efad48170fa9c6ffde98cf8a235470726c692 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 1 Jul 2005 18:17:31 +0000 Subject: Update to autoconf 2.59 as well as updates of related scripts --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8d81a3789e..5c982ed419 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.413 2005/06/27 02:04:23 neilc Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.414 2005/07/01 18:17:30 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -19,7 +19,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros AC_INIT([PostgreSQL], [8.1devel], [pgsql-bugs@postgresql.org]) -AC_PREREQ(2.53) +AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group]) AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) AC_CONFIG_AUX_DIR(config) -- cgit v1.2.1