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

Commit4b2b693

Browse files
committed
Stamp 8.1 in configure.
1 parent31197bb commit4b2b693

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.0.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.1devel.
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.0'
262-
PACKAGE_STRING='PostgreSQL 8.0.0'
261+
PACKAGE_VERSION='8.1devel'
262+
PACKAGE_STRING='PostgreSQL 8.1devel'
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.0 to adapt to many kinds of systems.
776+
\`configure' configures PostgreSQL 8.1devel 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.0:";;
837+
short | recursive ) echo "Configuration of PostgreSQL 8.1devel:";;
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.0
958+
PostgreSQL configure 8.1devel
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.0, which was
975+
It was created by PostgreSQL $as_me 8.1devel, which was
976976
generated by GNU Autoconf 2.53. Invocation command line was
977977

978978
$ $0 $@
@@ -19241,7 +19241,7 @@ _ASBOX
1924119241
} >&5
1924219242
cat >&5 <<_CSEOF
1924319243

19244-
This file was extended by PostgreSQL $as_me 8.0.0, which was
19244+
This file was extended by PostgreSQL $as_me 8.1devel, which was
1924519245
generated by GNU Autoconf 2.53. Invocation command line was
1924619246

1924719247
CONFIG_FILES = $CONFIG_FILES
@@ -19306,7 +19306,7 @@ _ACEOF
1930619306

1930719307
cat >>$CONFIG_STATUS <<_ACEOF
1930819308
ac_cs_version="\\
19309-
PostgreSQL config.status 8.0.0
19309+
PostgreSQL config.status 8.1devel
1931019310
configured by $0, generated by GNU Autoconf 2.53,
1931119311
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1931219312

‎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.398 2005/01/17 20:47:07 pgsql Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.399 2005/01/18 05:23:36 momjian 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.0], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.1devel], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.53)
2323
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp