Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 93371ed

Browse files
author
PostgreSQL Daemon
committed
update for beta3, and update Copyright date to 2004
1 parent ae8f731 commit 93371ed

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.0beta2.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.0beta3.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -9,7 +9,7 @@
99
# This configure script is free software; the Free Software Foundation
1010
# gives unlimited permission to copy, distribute and modify it.
1111
#
12-
# Copyright 2003 PostgreSQL Global Development Group
12+
# Copyright 2004 PostgreSQL Global Development Group
1313

1414
if expr a : '\(a\)' >/dev/null 2>&1; then
1515
as_expr=expr
@@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
258258
# Identity of this package.
259259
PACKAGE_NAME='PostgreSQL'
260260
PACKAGE_TARNAME='postgresql'
261-
PACKAGE_VERSION='8.0.0beta2'
262-
PACKAGE_STRING='PostgreSQL 8.0.0beta2'
261+
PACKAGE_VERSION='8.0.0beta3'
262+
PACKAGE_STRING='PostgreSQL 8.0.0beta3'
263263
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
264264

265265
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -769,7 +769,7 @@ if test "$ac_init_help" = "long"; then
769769
# Omit some internal or obsolete options to make the list less imposing.
770770
# This message is too long to be a string in the A/UX 3.1 sh.
771771
cat <<_ACEOF
772-
\`configure' configures PostgreSQL 8.0.0beta2 to adapt to many kinds of systems.
772+
\`configure' configures PostgreSQL 8.0.0beta3 to adapt to many kinds of systems.
773773

774774
Usage: $0 [OPTION]... [VAR=VALUE]...
775775

@@ -830,7 +830,7 @@ fi
830830

831831
if test -n "$ac_init_help"; then
832832
case $ac_init_help in
833-
short | recursive ) echo "Configuration of PostgreSQL 8.0.0beta2:";;
833+
short | recursive ) echo "Configuration of PostgreSQL 8.0.0beta3:";;
834834
esac
835835
cat <<\_ACEOF
836836

@@ -950,15 +950,15 @@ fi
950950
test -n "$ac_init_help" && exit 0
951951
if $ac_init_version; then
952952
cat <<\_ACEOF
953-
PostgreSQL configure 8.0.0beta2
953+
PostgreSQL configure 8.0.0beta3
954954
generated by GNU Autoconf 2.53
955955

956956
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
957957
Free Software Foundation, Inc.
958958
This configure script is free software; the Free Software Foundation
959959
gives unlimited permission to copy, distribute and modify it.
960960

961-
Copyright 2003 PostgreSQL Global Development Group
961+
Copyright 2004 PostgreSQL Global Development Group
962962
_ACEOF
963963
exit 0
964964
fi
@@ -967,7 +967,7 @@ cat >&5 <<_ACEOF
967967
This file contains any messages produced by compilers while
968968
running configure, to aid debugging if configure makes a mistake.
969969

970-
It was created by PostgreSQL $as_me 8.0.0beta2, which was
970+
It was created by PostgreSQL $as_me 8.0.0beta3, which was
971971
generated by GNU Autoconf 2.53. Invocation command line was
972972

973973
$ $0 $@
@@ -18466,7 +18466,7 @@ _ASBOX
1846618466
} >&5
1846718467
cat >&5 <<_CSEOF
1846818468

18469-
This file was extended by PostgreSQL $as_me 8.0.0beta2, which was
18469+
This file was extended by PostgreSQL $as_me 8.0.0beta3, which was
1847018470
generated by GNU Autoconf 2.53. Invocation command line was
1847118471

1847218472
CONFIG_FILES = $CONFIG_FILES
@@ -18531,7 +18531,7 @@ _ACEOF
1853118531

1853218532
cat >>$CONFIG_STATUS <<_ACEOF
1853318533
ac_cs_version="\\
18534-
PostgreSQL config.status 8.0.0beta2
18534+
PostgreSQL config.status 8.0.0beta3
1853518535
configured by $0, generated by GNU Autoconf 2.53,
1853618536
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1853718537

configure.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.377 2004/09/17 22:31:59 petere Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.378 2004/09/27 02:17:14 pgsql Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -17,10 +17,10 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgreSQL], [8.0.0beta2], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.0.0beta3], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.53)
23-
AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])
23+
AC_COPYRIGHT([Copyright 2004 PostgreSQL Global Development Group])
2424
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2525
AC_CONFIG_AUX_DIR(config)
2626
AC_PREFIX_DEFAULT(/usr/local/pgsql)

0 commit comments

Comments
 (0)