*** pgsql/configure.in 2004/08/01 06:19:16 1.370 --- pgsql/configure.in 2004/08/04 21:33:35 1.371 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql-server/configure.in,v 1.369 2004/07/20 20:37:13 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql-server/configure.in,v 1.370 2004/08/01 06:19:16 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** dnl Read the Autoconf manual for details *** 17,23 **** dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros ! AC_INIT([PostgreSQL], [7.5devel], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.53) AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group]) --- 17,23 ---- dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros ! AC_INIT([PostgreSQL], [8.0devel], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.53) AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])