Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf51964f

Browse files
author
PostgreSQL Daemon
committed
tag configure for rc1 ..
1 parent59b3b80 commitf51964f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎configure

Lines changed: 9 additions & 9 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.0beta5.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.0rc1.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -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.0beta5'
262-
PACKAGE_STRING='PostgreSQL 8.0.0beta5'
261+
PACKAGE_VERSION='8.0.0rc1'
262+
PACKAGE_STRING='PostgreSQL 8.0.0rc1'
263263
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
264264

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

778778
Usage: $0 [OPTION]... [VAR=VALUE]...
779779

@@ -834,7 +834,7 @@ fi
834834

835835
if test -n "$ac_init_help"; then
836836
case $ac_init_help in
837-
short | recursive ) echo "Configuration of PostgreSQL 8.0.0beta5:";;
837+
short | recursive ) echo "Configuration of PostgreSQL 8.0.0rc1:";;
838838
esac
839839
cat <<\_ACEOF
840840

@@ -955,7 +955,7 @@ fi
955955
test -n "$ac_init_help" && exit 0
956956
if $ac_init_version; then
957957
cat <<\_ACEOF
958-
PostgreSQL configure 8.0.0beta5
958+
PostgreSQL configure 8.0.0rc1
959959
generated by GNU Autoconf 2.53
960960

961961
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -972,7 +972,7 @@ cat >&5 <<_ACEOF
972972
This file contains any messages produced by compilers while
973973
running configure, to aid debugging if configure makes a mistake.
974974

975-
It was created by PostgreSQL $as_me 8.0.0beta5, which was
975+
It was created by PostgreSQL $as_me 8.0.0rc1, which was
976976
generated by GNU Autoconf 2.53. Invocation command line was
977977

978978
$ $0 $@
@@ -19229,7 +19229,7 @@ _ASBOX
1922919229
} >&5
1923019230
cat >&5 <<_CSEOF
1923119231

19232-
This file was extended by PostgreSQL $as_me 8.0.0beta5, which was
19232+
This file was extended by PostgreSQL $as_me 8.0.0rc1, which was
1923319233
generated by GNU Autoconf 2.53. Invocation command line was
1923419234

1923519235
CONFIG_FILES = $CONFIG_FILES
@@ -19294,7 +19294,7 @@ _ACEOF
1929419294

1929519295
cat >>$CONFIG_STATUS <<_ACEOF
1929619296
ac_cs_version="\\
19297-
PostgreSQL config.status 8.0.0beta5
19297+
PostgreSQL config.status 8.0.0rc1
1929819298
configured by $0, generated by GNU Autoconf 2.53,
1929919299
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1930019300

‎configure.in

Lines changed: 2 additions & 2 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.389 2004/12/02 21:41:12 tgl Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.390 2004/12/03 22:24:53 pgsql Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -17,7 +17,7 @@ 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.0beta5], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.0.0rc1], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.53)
2323
AC_COPYRIGHT([Copyright 2004 PostgreSQL Global Development Group])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp