Diff for /pgsql/configure.in between versions 1.631 and 1.632

version 1.631, 2010/07/05 18:54:37 version 1.632, 2010/07/09 02:43:12
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.630 2010/06/04 07:28:30 scrappy Exp $  dnl $PostgreSQL: pgsql/configure.in,v 1.631 2010/07/05 18:54:37 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], [9.0beta2], [[email protected]])  AC_INIT([PostgreSQL], [9.0beta3], [[email protected]])
   
 m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.  m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
 Untested combinations of 'autoconf' and PostgreSQL versions are not  Untested combinations of 'autoconf' and PostgreSQL versions are not

Removed from v.1.631  
changed lines
  Added in v.1.632


PostgreSQL CVSweb <[email protected]>