1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Revert configure warning to use "official distribution".

This commit is contained in:
Bruce Momjian
2010-02-22 21:16:50 +00:00
parent f235c9208d
commit b4689bfb00
4 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
# $PostgreSQL: pgsql/config/missing,v 1.6 2010/02/22 18:02:06 momjian Exp $
# $PostgreSQL: pgsql/config/missing,v 1.7 2010/02/22 21:16:50 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 bundled distribution of PostgreSQL, which contains
or download an official 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 bundled distribution of PostgreSQL.
from an unmodified official distribution of PostgreSQL.
***" >&2
exit 1
;;