diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2005-07-01 18:17:31 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2005-07-01 18:17:31 +0000 |
| commit | 875efad48170fa9c6ffde98cf8a235470726c692 (patch) | |
| tree | fac48ed6bc37c98528f8b39f6d5aad3524f4844d /configure.in | |
| parent | 2f7d369a5c1538ab02be8d824ee074aa0e8f01b7 (diff) | |
| download | postgresql-875efad48170fa9c6ffde98cf8a235470726c692.tar.gz | |
Update to autoconf 2.59 as well as updates of related scripts
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
