|
|
| version 1.632, 2010/07/09 02:43:12 | version 1.632.2.3, 2010/09/17 01:18:39 |
|---|---|
| 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.2.2 2010/08/27 03:04:40 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.0.0], [[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 |