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

version 1.632, 2010/07/09 02:43:12 version 1.633, 2010/07/09 04:10:58
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.631 2010/07/05 18:54:37 tgl Exp $  dnl $PostgreSQL: pgsql/configure.in,v 1.632 2010/07/09 02:43:12 scrappy 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.0beta3], [[email protected]])  AC_INIT([PostgreSQL], [9.1devel], [[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.632  
changed lines
  Added in v.1.633


PostgreSQL CVSweb <[email protected]>