diff options
| author | Bruce Momjian | 2010-02-22 18:02:06 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2010-02-22 18:02:06 +0000 |
| commit | 6a0b6421e27a27f35d847024dca33750403859ab (patch) | |
| tree | 6fe6060fafe642f7913293fa8e441a858f29667a /configure | |
| parent | dd1486ccd485ca6b9580dba0a7e478393a1b8fcb (diff) | |
Use the term "bundled distribution" instead of "official distribution" in
configure warnings.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6736,13 +6736,13 @@ if test -z "$BISON"; then { $as_echo "$as_me:$LINENO: WARNING: *** Without Bison you will not be able to build PostgreSQL from CVS nor *** change any of the parser definition files. You can obtain Bison from -*** a GNU mirror site. (If you are using the official distribution of +*** a GNU mirror site. (If you are using the bundled distribution of *** PostgreSQL then you do not need to worry about this, because the Bison *** output is pre-generated.)" >&5 $as_echo "$as_me: WARNING: *** Without Bison you will not be able to build PostgreSQL from CVS nor *** change any of the parser definition files. You can obtain Bison from -*** a GNU mirror site. (If you are using the official distribution of +*** a GNU mirror site. (If you are using the bundled distribution of *** PostgreSQL then you do not need to worry about this, because the Bison *** output is pre-generated.)" >&2;} fi @@ -6800,13 +6800,13 @@ if test x"$pgac_cv_path_flex" = x"no"; then { $as_echo "$as_me:$LINENO: WARNING: *** Without Flex you will not be able to build PostgreSQL from CVS nor *** change any of the scanner definition files. You can obtain Flex from -*** a GNU mirror site. (If you are using the official distribution of +*** a GNU mirror site. (If you are using the bundled distribution of *** PostgreSQL then you do not need to worry about this because the Flex *** output is pre-generated.)" >&5 $as_echo "$as_me: WARNING: *** Without Flex you will not be able to build PostgreSQL from CVS nor *** change any of the scanner definition files. You can obtain Flex from -*** a GNU mirror site. (If you are using the official distribution of +*** a GNU mirror site. (If you are using the bundled distribution of *** PostgreSQL then you do not need to worry about this because the Flex *** output is pre-generated.)" >&2;} @@ -6887,12 +6887,12 @@ if test -z "$PERL"; then { $as_echo "$as_me:$LINENO: WARNING: *** Without Perl you will not be able to build PostgreSQL from CVS. *** You can obtain Perl from any CPAN mirror site. -*** (If you are using the official distribution of PostgreSQL then you do not +*** (If you are using the bundled distribution of PostgreSQL then you do not *** need to worry about this, because the Perl output is pre-generated.)" >&5 $as_echo "$as_me: WARNING: *** Without Perl you will not be able to build PostgreSQL from CVS. *** You can obtain Perl from any CPAN mirror site. -*** (If you are using the official distribution of PostgreSQL then you do not +*** (If you are using the bundled distribution of PostgreSQL then you do not *** need to worry about this, because the Perl output is pre-generated.)" >&2;} fi |
