1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Use the term "bundled distribution" instead of "official distribution" in

configure warnings.
This commit is contained in:
Bruce Momjian
2010-02-22 18:02:06 +00:00
parent dd1486ccd4
commit 6a0b6421e2
4 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
# $PostgreSQL: pgsql/config/missing,v 1.5 2009/06/23 03:46:00 tgl Exp $
# $PostgreSQL: pgsql/config/missing,v 1.6 2010/02/22 18:02:06 momjian Exp $
# This is *not* the GNU `missing' script, although it is similar in
# concept. You can call it from the makefiles to get consistent
@ -26,7 +26,7 @@ You can get $1 from a GNU mirror site.
***
ERROR: \`$1' is missing on your system. It is needed to create the
file \`$output'. You can either get $1 from a GNU mirror site
or download an official distribution of PostgreSQL, which contains
or download an bundled distribution of PostgreSQL, which contains
pre-packaged $1 output.
***" >&2
exit 1
@ -38,7 +38,7 @@ pre-packaged $1 output.
echo "\
***
ERROR: Perl is missing on your system. It is needed unless you are building
from an unmodified official distribution of PostgreSQL.
from an unmodified bundled distribution of PostgreSQL.
***" >&2
exit 1
;;