From: Bruce Momjian Date: Tue, 25 Mar 2003 14:58:15 +0000 (+0000) Subject: Mention bison 1.85 is now required. X-Git-Tag: REL7_4_BETA1~834 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d49800de316c1af0c2b6d9de171c2b56132627f7;p=thirdparty%2Fpostgresql.git Mention bison 1.85 is now required. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 04515459966..6512d4cb62f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -299,7 +299,7 @@ JAVACMD=$JAVA_HOME/bin/java are needed to build a CVS checkout or if you changed the actual scanner and parser definition files. If you need them, be sure to get <application>Flex</> 2.5.4 or later and - <application>Bison</> 1.50 or later. Other <application>yacc</> + <application>Bison</> 1.85 or later. Other <application>yacc</> programs can sometimes be used, but doing so requires extra effort and is not recommended. Other <application>lex</> programs will definitely not work.