Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit351cf4d

Browse files
committed
Update bison warning to be clearer about its purpose.
1 parent7bbd9d9 commit351cf4d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4107,11 +4107,11 @@ 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-
***The installed version of Bison is too old. PostgreSQL needs
4111-
*** Bison version 1.875 or later." >&5
4110+
***If you are going to modify the lexer files or build from CVS, the installed
4111+
***version ofBisonis too old. Bisonversion 1.875 or later is required." >&5
41124112
echo "$as_me: WARNING:
4113-
***The installed version of Bison is too old. PostgreSQL needs
4114-
*** Bison version 1.875 or later." >&2;}
4113+
***If you are going to modify the lexer files or build from CVS, the installed
4114+
***version ofBisonis too old. Bisonversion 1.875 or later is required." >&2;}
41154115
fi
41164116
fi
41174117

‎configure.in

Lines changed: 3 additions & 3 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.316 2004/02/11 21:44:04 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.317 2004/03/02 20:08:52 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -559,8 +559,8 @@ 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-
***The installed version of Bison is too old. PostgreSQL needs
563-
*** Bison version 1.875 or later.])
562+
***If you are going to modify the lexer files or build from CVS, the installed
563+
***version ofBisonis too old. Bisonversion 1.875 or later is required.])
564564
fi
565565
fi
566566

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp