Diff for /pgsql/configure.in between versions 1.425 and 1.426

version 1.425, 2005/08/25 02:28:03 version 1.426, 2005/09/16 17:15:53
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 dnl $PostgreSQL: pgsql/configure.in,v 1.424 2005/08/24 21:32:37 pgsql Exp $  dnl $PostgreSQL: pgsql/configure.in,v 1.425 2005/08/25 02:28:03 tgl Exp $
 dnl  dnl
 dnl Developers, please strive to achieve this order:  dnl Developers, please strive to achieve this order:
 dnl  dnl
Line 17  dnl Read the Autoconf manual for details Line 17  dnl Read the Autoconf manual for details
 dnl  dnl
 m4_pattern_forbid(^PGAC_)dnl to catch undefined macros  m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
   
 AC_INIT([PostgreSQL], [8.1beta1], [[email protected]])  AC_INIT([PostgreSQL], [8.1beta2], [[email protected]])
   
 AC_PREREQ(2.59)  AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])  AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])

Removed from v.1.425  
changed lines
  Added in v.1.426


PostgreSQL CVSweb <[email protected]>