Skip to content

Commit 7aa9bb1

Browse files
committed
Regenerated configure
1 parent 6bb45be commit 7aa9bb1

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

configure

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
1414
# Copyright (c) 1996-2016, PostgreSQL Global Development Group
15+
# Copyright (c) 2015-2016, Postgres Professional
1516
## -------------------- ##
1617
## M4sh Initialization. ##
1718
## -------------------- ##
@@ -580,11 +581,11 @@ MFLAGS=
580581
MAKEFLAGS=
581582

582583
# 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'
588589
PACKAGE_URL=''
589590

590591
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -754,6 +755,7 @@ build_os
754755
build_vendor
755756
build_cpu
756757
build
758+
PGPRO_PACKAGE_NAME
757759
PG_MAJORVERSION
758760
configure_args
759761
target_alias
@@ -1626,6 +1628,7 @@ This configure script is free software; the Free Software Foundation
16261628
gives unlimited permission to copy, distribute and modify it.
16271629

16281630
Copyright (c) 1996-2016, PostgreSQL Global Development Group
1631+
Copyright (c) 2015-2016, Postgres Professional
16291632
_ACEOF
16301633
exit
16311634
fi
@@ -2745,12 +2748,25 @@ else
27452748
fi
27462749

27472750

2751+
PGPRO_VERSION="$PACKAGE_VERSION.1"
2752+
PGPRO_PACKAGE_NAME="PostgresPro"
2753+
27482754

27492755
cat >>confdefs.h <<_ACEOF
27502756
#define PG_VERSION "$PG_VERSION"
27512757
_ACEOF
27522758

27532759

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+
27542770
# Make sure we can run config.sub.
27552771
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
27562772
as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5

0 commit comments

Comments
 (0)