|
12 | 12 | # gives unlimited permission to copy, distribute and modify it.
|
13 | 13 | #
|
14 | 14 | # Copyright (c) 1996-2016, PostgreSQL Global Development Group
|
| 15 | +# Copyright (c) 2015-2016, Postgres Professional |
15 | 16 | ## -------------------- ##
|
16 | 17 | ## M4sh Initialization. ##
|
17 | 18 | ## -------------------- ##
|
@@ -580,11 +581,11 @@ MFLAGS=
|
580 | 581 | MAKEFLAGS=
|
581 | 582 |
|
582 | 583 | # Identity of this package.
|
583 |
| -PACKAGE_NAME='PostgresPro' |
584 |
| -PACKAGE_TARNAME='postgrespro' |
585 |
| -PACKAGE_VERSION='9.6.rc.1' |
586 |
| -PACKAGE_STRING='PostgresPro 9.6.rc.1' |
587 |
| -PACKAGE_BUGREPORT='bugs@postgrespro.ru' |
| 584 | +PACKAGE_NAME='PostgreSQL' |
| 585 | +PACKAGE_TARNAME='postgresql' |
| 586 | +PACKAGE_VERSION='9.6rc1' |
| 587 | +PACKAGE_STRING='PostgreSQL 9.6rc1' |
| 588 | +PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' |
588 | 589 | PACKAGE_URL=''
|
589 | 590 |
|
590 | 591 | ac_unique_file="src/backend/access/common/heaptuple.c"
|
@@ -754,6 +755,7 @@ build_os
|
754 | 755 | build_vendor
|
755 | 756 | build_cpu
|
756 | 757 | build
|
| 758 | +PGPRO_PACKAGE_NAME |
757 | 759 | PG_MAJORVERSION
|
758 | 760 | configure_args
|
759 | 761 | target_alias
|
@@ -1626,6 +1628,7 @@ This configure script is free software; the Free Software Foundation
|
1626 | 1628 | gives unlimited permission to copy, distribute and modify it.
|
1627 | 1629 |
|
1628 | 1630 | Copyright (c) 1996-2016, PostgreSQL Global Development Group
|
| 1631 | +Copyright (c) 2015-2016, Postgres Professional |
1629 | 1632 | _ACEOF
|
1630 | 1633 | exit
|
1631 | 1634 | fi
|
@@ -2745,12 +2748,25 @@ else
|
2745 | 2748 | fi
|
2746 | 2749 |
|
2747 | 2750 |
|
| 2751 | +PGPRO_VERSION="$PACKAGE_VERSION.1" |
| 2752 | +PGPRO_PACKAGE_NAME="PostgresPro" |
| 2753 | + |
2748 | 2754 |
|
2749 | 2755 | cat >>confdefs.h <<_ACEOF
|
2750 | 2756 | #define PG_VERSION "$PG_VERSION"
|
2751 | 2757 | _ACEOF
|
2752 | 2758 |
|
2753 | 2759 |
|
| 2760 | +cat >>confdefs.h <<_ACEOF |
| 2761 | +#define PGPRO_PACKAGE_NAME "$PGPRO_PACKAGE_NAME" |
| 2762 | +_ACEOF |
| 2763 | + |
| 2764 | + |
| 2765 | +cat >>confdefs.h <<_ACEOF |
| 2766 | +#define PGPRO_VERSION "$PGPRO_VERSION" |
| 2767 | +_ACEOF |
| 2768 | + |
| 2769 | + |
2754 | 2770 | # Make sure we can run config.sub.
|
2755 | 2771 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
|
2756 | 2772 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
|
|