*** pgsql/configure.in 2007/01/02 21:25:50 1.494 --- pgsql/configure.in 2007/01/05 22:19:17 1.495 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.493 2006/12/21 16:05:12 petere 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/configure.in,v 1.494 2007/01/02 21:25:50 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** m4_pattern_forbid(^PGAC_)dnl to catch un *** 20,26 **** AC_INIT([PostgreSQL], [8.3devel], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.59) ! AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group]) AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) AC_CONFIG_AUX_DIR(config) AC_PREFIX_DEFAULT(/usr/local/pgsql) --- 20,26 ---- AC_INIT([PostgreSQL], [8.3devel], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.59) ! AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group]) AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) AC_CONFIG_AUX_DIR(config) AC_PREFIX_DEFAULT(/usr/local/pgsql)