aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-20 15:12:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-20 15:12:43 +0000
commit68bb74d172c8ba4441b9c9db1c25d8b8dc9c9154 (patch)
treef288aeb3d0c827b5f0690a704270c4c47c9f86f5
parentbf5e12c8e0deb5ccb05feaaf997c59aaa255d8b3 (diff)
lib/getdate.c.cvs may need a rename if you don't have yacc or bison
-rw-r--r--CVS-INFO19
1 files changed, 13 insertions, 6 deletions
diff --git a/CVS-INFO b/CVS-INFO
index 325b6b564..d3d3bb1ba 100644
--- a/CVS-INFO
+++ b/CVS-INFO
@@ -45,12 +45,19 @@ REQUIREMENTS
o libtool 1.4 (or later)
o GNU m4 (required by autoconf)
- o nroff + perl (if you don't have nroff and perl and you for some reason
- don't want to install them, you can rename the source file
- src/hugehelp.c.cvs to src/hugehelp.c and avoid having to generate this
- file. This will of course give you an older version of the file that isn't
- up-to-date. That file was checked in once and won't be updated very
- regularly.)
+ o nroff + perl
+
+ If you don't have nroff and perl and you for some reason don't want to
+ install them, you can rename the source file src/hugehelp.c.cvs to
+ src/hugehelp.c and avoid having to generate this file. This will of course
+ give you an older version of the file that isn't up-to-date. That file was
+ checked in once and won't be updated very regularly.
+
+ o yacc/bison
+
+ If you don't have yacc or bison, you must rename the lib/getdate.c.cvs file
+ to lib/getdate.c to be able to build libcurl. yacc/bison is normally used
+ to generate the lib/getdate.c file from the lib/getdate.y source file.
MAC OS X