Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 19cc7bc

Browse files
committed
Specify that we need bison >= 1.50.
1 parent f3e1937 commit 19cc7bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following prerequisites exist for building PostgreSQL:
5858
pre-generated output files are included in released packages. You will
5959
need these programs only when building from a CVS tree or if you
6060
changed the actual scanner and parser definition files. If you need
61-
them, be sure to get Flex 2.5.4 or later and Bison 1.28 or later. Other
61+
them, be sure to get Flex 2.5.4 or later and Bison 1.50 or later. Other
6262
yacc programs can sometimes be used, but doing so requires extra effort
6363
and is not recommended. Other lex programs will definitely not work.
6464

doc/FAQ_HPUX

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
33
HP-UX Specific
44
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55
=======================================================
6-
last updated: $Date: 2001/04/30 23:55:26 $
6+
last updated: $Date: 2002/10/22 13:46:59 $
77

88
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
99
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -87,7 +87,7 @@ The CVS server does not store prebuilt yacc output files.
8787
1.4) Linking the main postgres executable fails, complaining that
8888
there's no "alloca" function.
8989

90-
You're using an old version of GNU bison. Update to 1.28 or later,
90+
You're using an old version of GNU bison. Update to 1.50 or later,
9191
and re-make the bison output files. Or build with gcc, or update to
9292
HPUX 10, either of which will provide support for alloca.
9393

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.84 2002/10/20 01:38:18 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.85 2002/10/22 13:46:59 tgl Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -286,7 +286,7 @@ JAVACMD=$JAVA_HOME/bin/java
286286
are needed to build a CVS checkout or if you changed the actual
287287
scanner and parser definition files. If you need them, be sure
288288
to get <application>Flex</> 2.5.4 or later and
289-
<application>Bison</> 1.28 or later. Other <application>yacc</>
289+
<application>Bison</> 1.50 or later. Other <application>yacc</>
290290
programs can sometimes be used, but doing so requires extra
291291
effort and is not recommended. Other <application>lex</>
292292
programs will definitely not work.

0 commit comments

Comments
 (0)