|
1 | 1 | #! /bin/sh
|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 |
| -# Generated by GNU Autoconf 2.69 for PostgreSQL 18devel. |
| 3 | +# Generated by GNU Autoconf 2.69 for PostgreSQL 18beta1. |
4 | 4 | #
|
5 | 5 | # Report bugs to < [email protected]>.
|
6 | 6 | #
|
@@ -582,8 +582,8 @@ MAKEFLAGS=
|
582 | 582 | # Identity of this package.
|
583 | 583 | PACKAGE_NAME='PostgreSQL'
|
584 | 584 | PACKAGE_TARNAME='postgresql'
|
585 |
| -PACKAGE_VERSION='18devel' |
586 |
| -PACKAGE_STRING='PostgreSQL 18devel' |
| 585 | +PACKAGE_VERSION='18beta1' |
| 586 | +PACKAGE_STRING='PostgreSQL 18beta1' |
587 | 587 | PACKAGE_BUGREPORT=' [email protected]'
|
588 | 588 | PACKAGE_URL='https://www.postgresql.org/'
|
589 | 589 |
|
@@ -1468,7 +1468,7 @@ if test "$ac_init_help" = "long"; then
|
1468 | 1468 | # Omit some internal or obsolete options to make the list less imposing.
|
1469 | 1469 | # This message is too long to be a string in the A/UX 3.1 sh.
|
1470 | 1470 | cat <<_ACEOF
|
1471 |
| -\`configure' configures PostgreSQL 18devel to adapt to many kinds of systems. |
| 1471 | +\`configure' configures PostgreSQL 18beta1 to adapt to many kinds of systems. |
1472 | 1472 |
|
1473 | 1473 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
1474 | 1474 |
|
|
1533 | 1533 |
|
1534 | 1534 | if test -n "$ac_init_help"; then
|
1535 | 1535 | case $ac_init_help in
|
1536 |
| - short | recursive ) echo "Configuration of PostgreSQL 18devel:";; |
| 1536 | + short | recursive ) echo "Configuration of PostgreSQL 18beta1:";; |
1537 | 1537 | esac
|
1538 | 1538 | cat <<\_ACEOF
|
1539 | 1539 |
|
|
1724 | 1724 | test -n "$ac_init_help" && exit $ac_status
|
1725 | 1725 | if $ac_init_version; then
|
1726 | 1726 | cat <<\_ACEOF
|
1727 |
| -PostgreSQL configure 18devel |
| 1727 | +PostgreSQL configure 18beta1 |
1728 | 1728 | generated by GNU Autoconf 2.69
|
1729 | 1729 |
|
1730 | 1730 | Copyright (C) 2012 Free Software Foundation, Inc.
|
@@ -2477,7 +2477,7 @@ cat >config.log <<_ACEOF
|
2477 | 2477 | This file contains any messages produced by compilers while
|
2478 | 2478 | running configure, to aid debugging if configure makes a mistake.
|
2479 | 2479 |
|
2480 |
| -It was created by PostgreSQL $as_me 18devel, which was |
| 2480 | +It was created by PostgreSQL $as_me 18beta1, which was |
2481 | 2481 | generated by GNU Autoconf 2.69. Invocation command line was
|
2482 | 2482 |
|
2483 | 2483 | $ $0 $@
|
@@ -14540,7 +14540,7 @@ fi
|
14540 | 14540 | if test "$with_libcurl" = yes ; then
|
14541 | 14541 | # Error out early if this platform can't support libpq-oauth.
|
14542 | 14542 | if test "$ac_cv_header_sys_event_h" != yes -a "$ac_cv_header_sys_epoll_h" != yes; then
|
14543 |
| - as_fn_error $? "client OAuth is not supported on this platform" "$LINENO" 5 |
| 14543 | + as_fn_error $? "client-side OAuth is not supported on this platform" "$LINENO" 5 |
14544 | 14544 | fi
|
14545 | 14545 | fi
|
14546 | 14546 |
|
@@ -20049,7 +20049,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
20049 | 20049 | # report actual input values of CONFIG_FILES etc. instead of their
|
20050 | 20050 | # values after options handling.
|
20051 | 20051 | ac_log="
|
20052 |
| -This file was extended by PostgreSQL $as_me 18devel, which was |
| 20052 | +This file was extended by PostgreSQL $as_me 18beta1, which was |
20053 | 20053 | generated by GNU Autoconf 2.69. Invocation command line was
|
20054 | 20054 |
|
20055 | 20055 | CONFIG_FILES = $CONFIG_FILES
|
@@ -20120,7 +20120,7 @@ _ACEOF
|
20120 | 20120 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
20121 | 20121 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
20122 | 20122 | ac_cs_version="\\
|
20123 |
| -PostgreSQL config.status 18devel |
| 20123 | +PostgreSQL config.status 18beta1 |
20124 | 20124 | configured by $0, generated by GNU Autoconf 2.69,
|
20125 | 20125 | with options \\"\$ac_cs_config\\"
|
20126 | 20126 |
|
|
0 commit comments