|
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.6.2. |
| 3 | +# Generated by GNU Autoconf 2.69 for PostgreSQL 9.6.5. |
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.6.2' |
586 | | -PACKAGE_STRING='PostgreSQL 9.6.2' |
| 585 | +PACKAGE_VERSION='9.6.5' |
| 586 | +PACKAGE_STRING='PostgreSQL 9.6.5' |
587 | 587 | PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' |
588 | 588 | PACKAGE_URL='' |
589 | 589 |
|
@@ -670,6 +670,7 @@ python_version |
670 | 670 | python_majorversion |
671 | 671 | PYTHON |
672 | 672 | perl_embed_ldflags |
| 673 | +perl_embed_ccflags |
673 | 674 | perl_useshrplib |
674 | 675 | perl_privlibexp |
675 | 676 | perl_archlibexp |
@@ -1398,7 +1399,7 @@ if test "$ac_init_help" = "long"; then |
1398 | 1399 | # Omit some internal or obsolete options to make the list less imposing. |
1399 | 1400 | # This message is too long to be a string in the A/UX 3.1 sh. |
1400 | 1401 | cat <<_ACEOF |
1401 | | -\`configure' configures PostgreSQL 9.6.2 to adapt to many kinds of systems. |
| 1402 | +\`configure' configures PostgreSQL 9.6.5 to adapt to many kinds of systems. |
1402 | 1403 |
|
1403 | 1404 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1404 | 1405 |
|
|
1463 | 1464 |
|
1464 | 1465 | if test -n "$ac_init_help"; then |
1465 | 1466 | case $ac_init_help in |
1466 | | - short | recursive ) echo "Configuration of PostgreSQL 9.6.2:";; |
| 1467 | + short | recursive ) echo "Configuration of PostgreSQL 9.6.5:";; |
1467 | 1468 | esac |
1468 | 1469 | cat <<\_ACEOF |
1469 | 1470 |
|
|
1615 | 1616 | test -n "$ac_init_help" && exit $ac_status |
1616 | 1617 | if $ac_init_version; then |
1617 | 1618 | cat <<\_ACEOF |
1618 | | -PostgreSQL configure 9.6.2 |
| 1619 | +PostgreSQL configure 9.6.5 |
1619 | 1620 | generated by GNU Autoconf 2.69 |
1620 | 1621 |
|
1621 | 1622 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -2326,7 +2327,7 @@ cat >config.log <<_ACEOF |
2326 | 2327 | This file contains any messages produced by compilers while |
2327 | 2328 | running configure, to aid debugging if configure makes a mistake. |
2328 | 2329 |
|
2329 | | -It was created by PostgreSQL $as_me 9.6.2, which was |
| 2330 | +It was created by PostgreSQL $as_me 9.6.5, which was |
2330 | 2331 | generated by GNU Autoconf 2.69. Invocation command line was |
2331 | 2332 |
|
2332 | 2333 | $ $0 $@ |
@@ -7511,6 +7512,18 @@ documentation for details. Use --without-perl to disable building |
7511 | 7512 | PL/Perl." "$LINENO" 5 |
7512 | 7513 | fi |
7513 | 7514 |
|
| 7515 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLAGS recommended by Perl" >&5 |
| 7516 | +$as_echo_n "checking for CFLAGS recommended by Perl... " >&6; } |
| 7517 | +perl_ccflags=`$PERL -MConfig -e 'print $Config{ccflags}'` |
| 7518 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_ccflags" >&5 |
| 7519 | +$as_echo "$perl_ccflags" >&6; } |
| 7520 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLAGS to compile embedded Perl" >&5 |
| 7521 | +$as_echo_n "checking for CFLAGS to compile embedded Perl... " >&6; } |
| 7522 | +perl_embed_ccflags=`$PERL -MConfig -e 'foreach $f (split(" ",$Config{ccflags})) {print $f, " " if ($f =~ /^-D[^_]/ || $f =~ /^-D_USE_32BIT_TIME_T/)}'` |
| 7523 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_embed_ccflags" >&5 |
| 7524 | +$as_echo "$perl_embed_ccflags" >&6; } |
| 7525 | + |
| 7526 | + |
7514 | 7527 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flags to link embedded Perl" >&5 |
7515 | 7528 | $as_echo_n "checking for flags to link embedded Perl... " >&6; } |
7516 | 7529 | if test "$PORTNAME" = "win32" ; then |
@@ -12504,7 +12517,7 @@ fi |
12504 | 12517 | LIBS_including_readline="$LIBS" |
12505 | 12518 | LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` |
12506 | 12519 |
|
12507 | | -for ac_func in cbrt dlopen fdatasync getifaddrs getpeerucred getrlimit mbstowcs_l memmove poll pstat pthread_is_threaded_np readlink setproctitle setsid shm_open symlink sync_file_range towlower utime utimes wcstombs wcstombs_l |
| 12520 | +for ac_func in cbrt dlopen fdatasync getifaddrs getpeerucred getrlimit mbstowcs_l memmove poll posix_fallocate pstat pthread_is_threaded_np readlink setproctitle setsid shm_open symlink sync_file_range towlower utime utimes wcstombs wcstombs_l |
12508 | 12521 | do : |
12509 | 12522 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
12510 | 12523 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
@@ -13713,24 +13726,6 @@ cat >>confdefs.h <<_ACEOF |
13713 | 13726 | _ACEOF |
13714 | 13727 |
|
13715 | 13728 |
|
13716 | | - |
13717 | | -if test x"$HAVE_LONG_LONG_INT_64" = xyes ; then |
13718 | | - cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
13719 | | -/* end confdefs.h. */ |
13720 | | -
|
13721 | | -#define INT64CONST(x) x##LL |
13722 | | -long long int foo = INT64CONST(0x1234567890123456); |
13723 | | -
|
13724 | | -_ACEOF |
13725 | | -if ac_fn_c_try_compile "$LINENO"; then : |
13726 | | - |
13727 | | -$as_echo "#define HAVE_LL_CONSTANTS 1" >>confdefs.h |
13728 | | - |
13729 | | -fi |
13730 | | -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
13731 | | -fi |
13732 | | - |
13733 | | - |
13734 | 13729 | # If we found "long int" is 64 bits, assume snprintf handles it. If |
13735 | 13730 | # we found we need to use "long long int", better check. We cope with |
13736 | 13731 | # snprintfs that use %lld, %qd, or %I64d as the format. If none of these |
@@ -16464,7 +16459,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
16464 | 16459 | # report actual input values of CONFIG_FILES etc. instead of their |
16465 | 16460 | # values after options handling. |
16466 | 16461 | ac_log=" |
16467 | | -This file was extended by PostgreSQL $as_me 9.6.2, which was |
| 16462 | +This file was extended by PostgreSQL $as_me 9.6.5, which was |
16468 | 16463 | generated by GNU Autoconf 2.69. Invocation command line was |
16469 | 16464 |
|
16470 | 16465 | CONFIG_FILES = $CONFIG_FILES |
@@ -16534,7 +16529,7 @@ _ACEOF |
16534 | 16529 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
16535 | 16530 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
16536 | 16531 | ac_cs_version="\\ |
16537 | | -PostgreSQL config.status 9.6.2 |
| 16532 | +PostgreSQL config.status 9.6.5 |
16538 | 16533 | configured by $0, generated by GNU Autoconf 2.69, |
16539 | 16534 | with options \\"\$ac_cs_config\\" |
16540 | 16535 |
|
|
0 commit comments