Skip to content

Commit 6819787

Browse files
committed
Fix wording of new bison warning, per Peter.
1 parent 6008fca commit 6819787

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4107,10 +4107,10 @@ done
41074107
if test "$YACC"; then
41084108
if $YACC --version | sed q | $AWK '{ if ($4 < 1.875) exit 0; else exit 1;}'; then
41094109
{ echo "$as_me:$LINENO: WARNING:
4110-
*** If you are going to modify the lexer files or build from CVS, the installed
4110+
*** If you are going to modify the grammar files or build from CVS, the installed
41114111
*** version of Bison is too old. Bison version 1.875 or later is required." >&5
41124112
echo "$as_me: WARNING:
4113-
*** If you are going to modify the lexer files or build from CVS, the installed
4113+
*** If you are going to modify the grammar files or build from CVS, the installed
41144114
*** version of Bison is too old. Bison version 1.875 or later is required." >&2;}
41154115
fi
41164116
fi

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.317 2004/03/02 20:08:52 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.318 2004/03/03 17:37:22 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -559,7 +559,7 @@ AC_CHECK_PROGS(YACC, ['bison -y'])
559559
if test "$YACC"; then
560560
if $YACC --version | sed q | $AWK '{ if ($4 < 1.875) exit 0; else exit 1;}'; then
561561
AC_MSG_WARN([
562-
*** If you are going to modify the lexer files or build from CVS, the installed
562+
*** If you are going to modify the grammar files or build from CVS, the installed
563563
*** version of Bison is too old. Bison version 1.875 or later is required.])
564564
fi
565565
fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy