|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | -# Generated by GNU Autoconf 2.69 for PostgresPro 9.5.1.1. |
| 3 | +# Generated by GNU Autoconf 2.69 for PostgresPro 9.5.1.3. |
4 | 4 | # |
5 | 5 | # Report bugs to <pgsql-bugs@postgrespro.com>. |
6 | 6 | # |
|
12 | 12 | # gives unlimited permission to copy, distribute and modify it. |
13 | 13 | # |
14 | 14 | # Copyright (c) 1996-2015, PostgreSQL Global Development Group |
| 15 | +# Copyright (c) 2015-2016, Postgres Professional |
15 | 16 | ## -------------------- ## |
16 | 17 | ## M4sh Initialization. ## |
17 | 18 | ## -------------------- ## |
@@ -582,8 +583,8 @@ MAKEFLAGS= |
582 | 583 | # Identity of this package. |
583 | 584 | PACKAGE_NAME='PostgresPro' |
584 | 585 | PACKAGE_TARNAME='postgrespro' |
585 | | -PACKAGE_VERSION='9.5.1.1' |
586 | | -PACKAGE_STRING='PostgresPro 9.5.1.1' |
| 586 | +PACKAGE_VERSION='9.5.1.3' |
| 587 | +PACKAGE_STRING='PostgresPro 9.5.1.3' |
587 | 588 | PACKAGE_BUGREPORT='pgsql-bugs@postgrespro.com' |
588 | 589 | PACKAGE_URL='' |
589 | 590 |
|
@@ -1397,7 +1398,7 @@ if test "$ac_init_help" = "long"; then |
1397 | 1398 | # Omit some internal or obsolete options to make the list less imposing. |
1398 | 1399 | # This message is too long to be a string in the A/UX 3.1 sh. |
1399 | 1400 | cat<<_ACEOF |
1400 | | -\`configure' configures PostgresPro 9.5.1.1 to adapt to many kinds of systems. |
| 1401 | +\`configure' configures PostgresPro 9.5.1.3 to adapt to many kinds of systems. |
1401 | 1402 |
|
1402 | 1403 | Usage:$0 [OPTION]... [VAR=VALUE]... |
1403 | 1404 |
|
|
1462 | 1463 |
|
1463 | 1464 | iftest -n"$ac_init_help";then |
1464 | 1465 | case$ac_init_helpin |
1465 | | - short | recursive )echo"Configuration of PostgresPro 9.5.1.1:";; |
| 1466 | + short | recursive )echo"Configuration of PostgresPro 9.5.1.3:";; |
1466 | 1467 | esac |
1467 | 1468 | cat<<\_ACEOF |
1468 | 1469 |
|
@@ -1613,14 +1614,15 @@ fi |
1613 | 1614 | test -n "$ac_init_help" && exit $ac_status |
1614 | 1615 | if $ac_init_version; then |
1615 | 1616 | cat <<\_ACEOF |
1616 | | -PostgresPro configure 9.5.1.1 |
| 1617 | +PostgresPro configure 9.5.1.3 |
1617 | 1618 | generated by GNU Autoconf 2.69 |
1618 | 1619 |
|
1619 | 1620 | Copyright (C) 2012 Free Software Foundation, Inc. |
1620 | 1621 | This configure script is free software; the Free Software Foundation |
1621 | 1622 | gives unlimited permission to copy, distribute and modify it. |
1622 | 1623 |
|
1623 | 1624 | Copyright (c) 1996-2015, PostgreSQL Global Development Group |
| 1625 | +Copyright (c) 2015-2016, Postgres Professional |
1624 | 1626 | _ACEOF |
1625 | 1627 | exit |
1626 | 1628 | fi |
@@ -2324,7 +2326,7 @@ cat >config.log <<_ACEOF |
2324 | 2326 | This file contains any messages produced by compilers while |
2325 | 2327 | running configure, to aid debugging if configure makes a mistake. |
2326 | 2328 |
|
2327 | | -It was created by PostgresPro$as_me 9.5.1.1, which was |
| 2329 | +It was created by PostgresPro$as_me 9.5.1.3, which was |
2328 | 2330 | generated by GNU Autoconf 2.69. Invocation command line was |
2329 | 2331 |
|
2330 | 2332 | $$0$@ |
@@ -13427,6 +13429,59 @@ $as_echo "#define GETTIMEOFDAY_1ARG 1" >>confdefs.h |
13427 | 13429 |
|
13428 | 13430 | fi |
13429 | 13431 |
|
| 13432 | +{$as_echo"$as_me:${as_lineno-$LINENO}: checking for wcstombs_l declaration">&5 |
| 13433 | +$as_echo_n"checking for wcstombs_l declaration...">&6; } |
| 13434 | +if${pgac_cv_func_wcstombs_l+:}false;then: |
| 13435 | +$as_echo_n"(cached)">&6 |
| 13436 | +else |
| 13437 | + cat confdefs.h -<<_ACEOF >conftest.$ac_ext |
| 13438 | +/* end confdefs.h. */ |
| 13439 | +#include <stdlib.h> |
| 13440 | +#include <locale.h> |
| 13441 | +int |
| 13442 | +main () |
| 13443 | +{ |
| 13444 | +#ifndef wcstombs_l |
| 13445 | +(void) wcstombs_l; |
| 13446 | +#endif |
| 13447 | + ; |
| 13448 | + return 0; |
| 13449 | +} |
| 13450 | +_ACEOF |
| 13451 | +if ac_fn_c_try_compile"$LINENO";then: |
| 13452 | + pgac_cv_func_wcstombs_l='yes' |
| 13453 | +else |
| 13454 | + cat confdefs.h -<<_ACEOF >conftest.$ac_ext |
| 13455 | +/* end confdefs.h. */ |
| 13456 | +#include <stdlib.h> |
| 13457 | +#include <locale.h> |
| 13458 | +#include <xlocale.h> |
| 13459 | +int |
| 13460 | +main () |
| 13461 | +{ |
| 13462 | +#ifndef wcstombs_l |
| 13463 | +(void) wcstombs_l; |
| 13464 | +#endif |
| 13465 | + ; |
| 13466 | + return 0; |
| 13467 | +} |
| 13468 | +_ACEOF |
| 13469 | +if ac_fn_c_try_compile"$LINENO";then: |
| 13470 | + pgac_cv_func_wcstombs_l='yes (in xlocale.h)' |
| 13471 | +else |
| 13472 | + pgac_cv_func_wcstombs_l='no' |
| 13473 | +fi |
| 13474 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13475 | +fi |
| 13476 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13477 | +fi |
| 13478 | +{$as_echo"$as_me:${as_lineno-$LINENO}: result:$pgac_cv_func_wcstombs_l">&5 |
| 13479 | +$as_echo"$pgac_cv_func_wcstombs_l">&6; } |
| 13480 | +iftest"$pgac_cv_func_wcstombs_l" ='yes (in xlocale.h)';then |
| 13481 | + |
| 13482 | +$as_echo"#define WCSTOMBS_L_IN_XLOCALE 1">>confdefs.h |
| 13483 | + |
| 13484 | +fi |
13430 | 13485 |
|
13431 | 13486 | # Some versions of libedit contain strlcpy(), setproctitle(), and other |
13432 | 13487 | # symbols that that library has no business exposing to the world. Pending |
@@ -18012,7 +18067,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
18012 | 18067 | # report actual input values of CONFIG_FILES etc. instead of their |
18013 | 18068 | # values after options handling. |
18014 | 18069 | ac_log=" |
18015 | | -This file was extended by PostgresPro $as_me 9.5.1.1, which was |
| 18070 | +This file was extended by PostgresPro $as_me 9.5.1.3, which was |
18016 | 18071 | generated by GNU Autoconf 2.69. Invocation command line was |
18017 | 18072 |
|
18018 | 18073 | CONFIG_FILES = $CONFIG_FILES |
@@ -18082,7 +18137,7 @@ _ACEOF |
18082 | 18137 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
18083 | 18138 | ac_cs_config="`$as_echo"$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
18084 | 18139 | ac_cs_version="\\ |
18085 | | -PostgresPro config.status 9.5.1.1 |
| 18140 | +PostgresPro config.status 9.5.1.3 |
18086 | 18141 | configured by$0, generated by GNU Autoconf 2.69, |
18087 | 18142 | with options\\"\$ac_cs_config\\" |
18088 | 18143 |
|
|