8000 Fix wording of new bison warning, per Peter. · postgrespro/postgres_cluster@6819787 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
D4DA 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)
0