diff options
| author | Tom Lane | 2010-09-22 23:51:39 +0000 |
|---|---|---|
| committer | Tom Lane | 2010-09-22 23:51:39 +0000 |
| commit | 651377933e031526379cae97034d1c50cdaad28c (patch) | |
| tree | 09d0a1840f5e558f01818060da0548dda0c162f3 /config/programs.m4 | |
| parent | cb71efe164aea6d37a938fae9d9109dbd7d7dd64 (diff) | |
Fix remaining stray references to CVS.
These are just cosmetic and don't seem worth back-patching far.
I put them into 9.0 just because it was trivial to do so.
Diffstat (limited to 'config/programs.m4')
| -rw-r--r-- | config/programs.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/programs.m4 b/config/programs.m4 index e2eb7e6dbdc..205b65a5aaf 100644 --- a/config/programs.m4 +++ b/config/programs.m4 @@ -27,7 +27,7 @@ fi if test -z "$BISON"; then 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 Git 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 *** PostgreSQL then you do not need to worry about this, because the Bison @@ -89,7 +89,7 @@ fi if test x"$pgac_cv_path_flex" = x"no"; then 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 Git 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 *** PostgreSQL then you do not need to worry about this because the Flex |
