|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | -# Generated by GNU Autoconf 2.69 for PostgreSQL 9.4.6. |
| 3 | +# Generated by GNU Autoconf 2.69 for PostgreSQL 9.4.7. |
4 | 4 | # |
5 | 5 | # Report bugs to <pgsql-bugs@postgresql.org>. |
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='9.4.6' |
586 | | -PACKAGE_STRING='PostgreSQL 9.4.6' |
| 585 | +PACKAGE_VERSION='9.4.7' |
| 586 | +PACKAGE_STRING='PostgreSQL 9.4.7' |
587 | 587 | PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' |
588 | 588 | PACKAGE_URL='' |
589 | 589 |
|
@@ -1393,7 +1393,7 @@ if test "$ac_init_help" = "long"; then |
1393 | 1393 | # Omit some internal or obsolete options to make the list less imposing. |
1394 | 1394 | # This message is too long to be a string in the A/UX 3.1 sh. |
1395 | 1395 | cat <<_ACEOF |
1396 | | -\`configure' configures PostgreSQL 9.4.6 to adapt to many kinds of systems. |
| 1396 | +\`configure' configures PostgreSQL 9.4.7 to adapt to many kinds of systems. |
1397 | 1397 |
|
1398 | 1398 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1399 | 1399 |
|
|
1458 | 1458 |
|
1459 | 1459 | if test -n "$ac_init_help"; then |
1460 | 1460 | case $ac_init_help in |
1461 | | - short | recursive ) echo "Configuration of PostgreSQL 9.4.6:";; |
| 1461 | + short | recursive ) echo "Configuration of PostgreSQL 9.4.7:";; |
1462 | 1462 | esac |
1463 | 1463 | cat <<\_ACEOF |
1464 | 1464 |
|
|
1607 | 1607 | test -n "$ac_init_help" && exit $ac_status |
1608 | 1608 | if $ac_init_version; then |
1609 | 1609 | cat <<\_ACEOF |
1610 | | -PostgreSQL configure 9.4.6 |
| 1610 | +PostgreSQL configure 9.4.7 |
1611 | 1611 | generated by GNU Autoconf 2.69 |
1612 | 1612 |
|
1613 | 1613 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -2318,7 +2318,7 @@ cat >config.log <<_ACEOF |
2318 | 2318 | This file contains any messages produced by compilers while |
2319 | 2319 | running configure, to aid debugging if configure makes a mistake. |
2320 | 2320 |
|
2321 | | -It was created by PostgreSQL $as_me 9.4.6, which was |
| 2321 | +It was created by PostgreSQL $as_me 9.4.7, which was |
2322 | 2322 | generated by GNU Autoconf 2.69. Invocation command line was |
2323 | 2323 |
|
2324 | 2324 | $ $0 $@ |
@@ -11419,6 +11419,59 @@ $as_echo "#define GETTIMEOFDAY_1ARG 1" >>confdefs.h |
11419 | 11419 |
|
11420 | 11420 | fi |
11421 | 11421 |
|
| 11422 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcstombs_l declaration" >&5 |
| 11423 | +$as_echo_n "checking for wcstombs_l declaration... " >&6; } |
| 11424 | +if ${pgac_cv_func_wcstombs_l+:} false; then : |
| 11425 | + $as_echo_n "(cached) " >&6 |
| 11426 | +else |
| 11427 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 11428 | +/* end confdefs.h. */ |
| 11429 | +#include <stdlib.h> |
| 11430 | +#include <locale.h> |
| 11431 | +int |
| 11432 | +main () |
| 11433 | +{ |
| 11434 | +#ifndef wcstombs_l |
| 11435 | +(void) wcstombs_l; |
| 11436 | +#endif |
| 11437 | + ; |
| 11438 | + return 0; |
| 11439 | +} |
| 11440 | +_ACEOF |
| 11441 | +if ac_fn_c_try_compile "$LINENO"; then : |
| 11442 | + pgac_cv_func_wcstombs_l='yes' |
| 11443 | +else |
| 11444 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 11445 | +/* end confdefs.h. */ |
| 11446 | +#include <stdlib.h> |
| 11447 | +#include <locale.h> |
| 11448 | +#include <xlocale.h> |
| 11449 | +int |
| 11450 | +main () |
| 11451 | +{ |
| 11452 | +#ifndef wcstombs_l |
| 11453 | +(void) wcstombs_l; |
| 11454 | +#endif |
| 11455 | + ; |
| 11456 | + return 0; |
| 11457 | +} |
| 11458 | +_ACEOF |
| 11459 | +if ac_fn_c_try_compile "$LINENO"; then : |
| 11460 | + pgac_cv_func_wcstombs_l='yes (in xlocale.h)' |
| 11461 | +else |
| 11462 | + pgac_cv_func_wcstombs_l='no' |
| 11463 | +fi |
| 11464 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 11465 | +fi |
| 11466 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 11467 | +fi |
| 11468 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_func_wcstombs_l" >&5 |
| 11469 | +$as_echo "$pgac_cv_func_wcstombs_l" >&6; } |
| 11470 | +if test "$pgac_cv_func_wcstombs_l" = 'yes (in xlocale.h)'; then |
| 11471 | + |
| 11472 | +$as_echo "#define WCSTOMBS_L_IN_XLOCALE 1" >>confdefs.h |
| 11473 | + |
| 11474 | +fi |
11422 | 11475 |
|
11423 | 11476 | # Some versions of libedit contain strlcpy(), setproctitle(), and other |
11424 | 11477 | # symbols that that library has no business exposing to the world. Pending |
@@ -15651,7 +15704,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
15651 | 15704 | # report actual input values of CONFIG_FILES etc. instead of their |
15652 | 15705 | # values after options handling. |
15653 | 15706 | ac_log=" |
15654 | | -This file was extended by PostgreSQL $as_me 9.4.6, which was |
| 15707 | +This file was extended by PostgreSQL $as_me 9.4.7, which was |
15655 | 15708 | generated by GNU Autoconf 2.69. Invocation command line was |
15656 | 15709 |
|
15657 | 15710 | CONFIG_FILES = $CONFIG_FILES |
@@ -15721,7 +15774,7 @@ _ACEOF |
15721 | 15774 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
15722 | 15775 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
15723 | 15776 | ac_cs_version="\\ |
15724 | | -PostgreSQL config.status 9.4.6 |
| 15777 | +PostgreSQL config.status 9.4.7 |
15725 | 15778 | configured by $0, generated by GNU Autoconf 2.69, |
15726 | 15779 | with options \\"\$ac_cs_config\\" |
15727 | 15780 |
|
|
0 commit comments