Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
6a0b6421
Commit
6a0b6421
authored
15 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Use the term "bundled distribution" instead of "official distribution" in
configure warnings.
parent
dd1486cc
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
config/missing
+3
-3
3 additions, 3 deletions
config/missing
config/perl.m4
+2
-2
2 additions, 2 deletions
config/perl.m4
config/programs.m4
+3
-3
3 additions, 3 deletions
config/programs.m4
configure
+6
-6
6 additions, 6 deletions
configure
with
14 additions
and
14 deletions
config/missing
+
3
−
3
View file @
6a0b6421
#! /bin/sh
#! /bin/sh
# $PostgreSQL: pgsql/config/missing,v 1.
5
200
9
/0
6
/2
3 03:46:00 tgl
Exp $
# $PostgreSQL: pgsql/config/missing,v 1.
6
20
1
0/0
2
/2
2 18:02:06 momjian
Exp $
# This is *not* the GNU `missing' script, although it is similar in
# This is *not* the GNU `missing' script, although it is similar in
# concept. You can call it from the makefiles to get consistent
# concept. You can call it from the makefiles to get consistent
...
@@ -26,7 +26,7 @@ You can get $1 from a GNU mirror site.
...
@@ -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
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
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.
pre-packaged
$1
output.
***"
>
&2
***"
>
&2
exit
1
exit
1
...
@@ -38,7 +38,7 @@ pre-packaged $1 output.
...
@@ -38,7 +38,7 @@ pre-packaged $1 output.
echo
"
\
echo
"
\
***
***
ERROR: Perl is missing on your system. It is needed unless you are building
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
***"
>
&2
exit
1
exit
1
;;
;;
...
...
This diff is collapsed.
Click to expand it.
config/perl.m4
+
2
−
2
View file @
6a0b6421
# $PostgreSQL: pgsql/config/perl.m4,v 1.
6
2010/0
1/07 01:41:11 tgl
Exp $
# $PostgreSQL: pgsql/config/perl.m4,v 1.
7
2010/0
2/22 18:02:06 momjian
Exp $
# PGAC_PATH_PERL
# PGAC_PATH_PERL
...
@@ -26,7 +26,7 @@ if test -z "$PERL"; then
...
@@ -26,7 +26,7 @@ if test -z "$PERL"; then
AC_MSG_WARN([
AC_MSG_WARN([
*** Without Perl you will not be able to build PostgreSQL from CVS.
*** Without Perl you will not be able to build PostgreSQL from CVS.
*** You can obtain Perl from any CPAN mirror site.
*** 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.)])
*** need to worry about this, because the Perl output is pre-generated.)])
fi
fi
])# PGAC_PATH_PERL
])# PGAC_PATH_PERL
...
...
This diff is collapsed.
Click to expand it.
config/programs.m4
+
3
−
3
View file @
6a0b6421
# $PostgreSQL: pgsql/config/programs.m4,v 1.2
6
20
09/07/13 05:36:53 tgl
Exp $
# $PostgreSQL: pgsql/config/programs.m4,v 1.2
7
20
10/02/22 18:02:06 momjian
Exp $
# PGAC_PATH_BISON
# PGAC_PATH_BISON
...
@@ -29,7 +29,7 @@ if test -z "$BISON"; then
...
@@ -29,7 +29,7 @@ if test -z "$BISON"; then
AC_MSG_WARN([
AC_MSG_WARN([
*** Without Bison you will not be able to build PostgreSQL from CVS nor
*** 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
*** 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
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.)])
*** output is pre-generated.)])
fi
fi
...
@@ -91,7 +91,7 @@ if test x"$pgac_cv_path_flex" = x"no"; then
...
@@ -91,7 +91,7 @@ if test x"$pgac_cv_path_flex" = x"no"; then
AC_MSG_WARN([
AC_MSG_WARN([
*** Without Flex you will not be able to build PostgreSQL from CVS nor
*** 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
*** 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
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)])
*** output is pre-generated.)])
...
...
This diff is collapsed.
Click to expand it.
configure
+
6
−
6
View file @
6a0b6421
...
@@ -6736,13 +6736,13 @@ if test -z "$BISON"; then
...
@@ -6736,13 +6736,13 @@ if test -z "$BISON"; then
{ $as_echo "$as_me:$LINENO: WARNING:
{ $as_echo "$as_me:$LINENO: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS nor
*** 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
*** 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
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.)" >&5
*** output is pre-generated.)" >&5
$as_echo "$as_me: WARNING:
$as_echo "$as_me: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS nor
*** 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
*** 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
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.)" >&2;}
*** output is pre-generated.)" >&2;}
fi
fi
...
@@ -6800,13 +6800,13 @@ if test x"$pgac_cv_path_flex" = x"no"; then
...
@@ -6800,13 +6800,13 @@ if test x"$pgac_cv_path_flex" = x"no"; then
{ $as_echo "$as_me:$LINENO: WARNING:
{ $as_echo "$as_me:$LINENO: WARNING:
*** Without Flex you will not be able to build PostgreSQL from CVS nor
*** 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
*** 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
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)" >&5
*** output is pre-generated.)" >&5
$as_echo "$as_me: WARNING:
$as_echo "$as_me: WARNING:
*** Without Flex you will not be able to build PostgreSQL from CVS nor
*** 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
*** 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
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)" >&2;}
*** output is pre-generated.)" >&2;}
...
@@ -6887,12 +6887,12 @@ if test -z "$PERL"; then
...
@@ -6887,12 +6887,12 @@ if test -z "$PERL"; then
{ $as_echo "$as_me:$LINENO: WARNING:
{ $as_echo "$as_me:$LINENO: WARNING:
*** Without Perl you will not be able to build PostgreSQL from CVS.
*** Without Perl you will not be able to build PostgreSQL from CVS.
*** You can obtain Perl from any CPAN mirror site.
*** 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
*** need to worry about this, because the Perl output is pre-generated.)" >&5
$as_echo "$as_me: WARNING:
$as_echo "$as_me: WARNING:
*** Without Perl you will not be able to build PostgreSQL from CVS.
*** Without Perl you will not be able to build PostgreSQL from CVS.
*** You can obtain Perl from any CPAN mirror site.
*** 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;}
*** need to worry about this, because the Perl output is pre-generated.)" >&2;}
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment