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:
@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user