|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 | 3 | # Generated by GNU Autoconf 2.69 for PostgreSQL 9.6rc1.
|
4 | 4 | #
|
5 |
| -# Report bugs to <pgsql-bugs@postgresql.org>. |
| 5 | +# Report bugs to <bugs@postgrespro.ru>. |
6 | 6 | #
|
7 | 7 | #
|
8 | 8 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
|
270 | 270 | $as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
271 | 271 | else
|
272 | 272 | $as_echo "$0: Please tell bug-autoconf@gnu.org and
|
273 |
| -$0:pgsql-bugs@postgresql.org about your system, including |
274 |
| -$0:anyerror possibly output before this message. Then |
275 |
| -$0:installa modern shell, or manually run the script |
276 |
| -$0:under such ashell if you do have one." |
| 273 | +$0: bugs@postgrespro.ru about your system, including any |
| 274 | +$0: error possibly output before this message. Then install |
| 275 | +$0: a modern shell, or manually run the script under such a |
| 276 | +$0: shell if you do have one." |
277 | 277 | fi
|
278 | 278 | exit 1
|
279 | 279 | fi
|
@@ -582,10 +582,10 @@ MAKEFLAGS=
|
582 | 582 |
|
583 | 583 | # Identity of this package.
|
584 | 584 | PACKAGE_NAME='PostgreSQL'
|
585 |
| -PACKAGE_TARNAME='postgresql' |
| 585 | +PACKAGE_TARNAME='postgrespro' |
586 | 586 | PACKAGE_VERSION='9.6rc1'
|
587 | 587 | PACKAGE_STRING='PostgreSQL 9.6rc1'
|
588 |
| -PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' |
| 588 | +PACKAGE_BUGREPORT='bugs@postgrespro.ru' |
589 | 589 | PACKAGE_URL=''
|
590 | 590 |
|
591 | 591 | ac_unique_file="src/backend/access/common/heaptuple.c"
|
@@ -627,6 +627,7 @@ ac_includes_default="\
|
627 | 627 | #endif"
|
628 | 628 |
|
629 | 629 | ac_subst_vars='LTLIBOBJS
|
| 630 | +PGPRO_VERSION |
630 | 631 | vpath_build
|
631 | 632 | PG_VERSION_NUM
|
632 | 633 | PROVE
|
@@ -1450,7 +1451,7 @@ Fine tuning of the installation directories:
|
1450 | 1451 | --infodir=DIR info documentation [DATAROOTDIR/info]
|
1451 | 1452 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
|
1452 | 1453 | --mandir=DIR man documentation [DATAROOTDIR/man]
|
1453 |
| - --docdir=DIR documentation root [DATAROOTDIR/doc/postgresql] |
| 1454 | + --docdir=DIR documentation root [DATAROOTDIR/doc/postgrespro] |
1454 | 1455 | --htmldir=DIR html documentation [DOCDIR]
|
1455 | 1456 | --dvidir=DIR dvi documentation [DOCDIR]
|
1456 | 1457 | --pdfdir=DIR pdf documentation [DOCDIR]
|
@@ -1557,7 +1558,7 @@ Some influential environment variables:
|
1557 | 1558 | Use these variables to override the choices made by `configure' or to help
|
1558 | 1559 | it to find libraries and programs with nonstandard names/locations.
|
1559 | 1560 |
|
1560 |
| -Report bugs to <pgsql-bugs@postgresql.org>. |
| 1561 | +Report bugs to <bugs@postgrespro.ru>. |
1561 | 1562 | _ACEOF
|
1562 | 1563 | ac_status=$?
|
1563 | 1564 | fi
|
@@ -1828,9 +1829,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
1828 | 1829 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
1829 | 1830 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
1830 | 1831 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
1831 |
| -( $as_echo "## ---------------------------------------- ## |
1832 |
| -## Report this topgsql-bugs@postgresql.org ## |
1833 |
| -## ---------------------------------------- ##" |
| 1832 | +( $as_echo "## ---------------------------------- ## |
| 1833 | +## Report this to bugs@postgrespro.ru ## |
| 1834 | +## ---------------------------------- ##" |
1834 | 1835 | ) | sed "s/^/$as_me: WARNING: /" >&2
|
1835 | 1836 | ;;
|
1836 | 1837 | esac
|
@@ -2680,6 +2681,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
|
2680 | 2681 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
2681 | 2682 |
|
2682 | 2683 |
|
| 2684 | +PACKAGE_TARNAME=postgrespro |
2683 | 2685 |
|
2684 | 2686 |
|
2685 | 2687 |
|
@@ -17748,6 +17750,11 @@ cat >>confdefs.h <<_ACEOF
|
17748 | 17750 | _ACEOF
|
17749 | 17751 |
|
17750 | 17752 |
|
| 17753 | + |
| 17754 | +cat >>confdefs.h <<_ACEOF |
| 17755 | +#define PGPRO_VERSION_STR "PostgresPro $PGPRO_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit" |
| 17756 | +_ACEOF |
| 17757 | + |
17751 | 17758 | # Supply a numeric version string for use by 3rd party add-ons
|
17752 | 17759 | # awk -F is a regex on some platforms, and not on others, so make "." a tab
|
17753 | 17760 | PG_VERSION_NUM="`echo "$PACKAGE_VERSION" | sed 's/[A-Za-z].*$//' |
|
@@ -17792,6 +17799,7 @@ fi
|
17792 | 17799 |
|
17793 | 17800 |
|
17794 | 17801 |
|
| 17802 | + |
17795 | 17803 | ac_config_files="$ac_config_files GNUmakefile src/Makefile.global"
|
17796 | 17804 |
|
17797 | 17805 |
|
@@ -18383,7 +18391,7 @@ $config_links
|
18383 | 18391 | Configuration commands:
|
18384 | 18392 | $config_commands
|
18385 | 18393 |
|
18386 |
| -Report bugs to <pgsql-bugs@postgresql.org>." |
| 18394 | +Report bugs to <bugs@postgrespro.ru>." |
18387 | 18395 |
|
18388 | 18396 | _ACEOF
|
18389 | 18397 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|