]> granicus.if.org Git - sudo/commitdiff
no longer require yacc
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 03:25:07 +0000 (03:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 03:25:07 +0000 (03:25 +0000)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index a2f24f22f239dbda0d35b68eb9ca6dbae65d6109..3cae4ebe70abd7b93bb8a22b6fd44464b40e5460 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -262,11 +262,6 @@ AIX 3.2.x:
     flex from ftp.ee.lbl.gov (also available on most GNU mirrors)
     and sudo will use that instead.
 
-HP-UX:
-    HP-UX doesn't have yacc unless you buy the developement option.
-    If you don't have yacc, you will need GNU bison which is available
-    from ftp://prep.ai.mit.edu/pub/gnu/ or any GNU mirror.
-
 Ultrix 4.x:
     Ultrix still ships with the 4.2BSD syslog(3) which does not
     allow things like logging different faclities to different
diff --git a/README b/README
index abd51c148e3b8de33f8a40cb9904da89c0548b2c..6f9e381447ca64bef8b07f9c87fb461c33b220e4 100644 (file)
--- a/README
+++ b/README
@@ -32,12 +32,16 @@ see the web page, http://www.courtesan.com/sudo/.
 System requirements
 ===================
 
-Sudo requires a machine running UN*X (most flavors of BSD, SYSV, or
-POSIX will do), a C compiler, and a yacc-compatible parser generator
-(yacc, byacc, bison).  If you wish to modify the tokenizer then you
-will need flex version 2.5.2 or later.  (sudo comes with a pre-flex'd
-tokenizer).  You can get flex via anonymous ftp from
-ftp://ftp.ee.lbl.gov/pub/flex* as well as any GNU mirror.
+Sudo requires a machine running UN*X (most flavors of BSD, SYSV,
+or POSIX will do), a C compiler, and the make utility.
+
+If you wish to modify the parser then you will need flex version
+2.5.2 or later and a version of bison or yacc (sudo comes with a
+pre-flex'd tokenizer and pre-yacc'd grammar parser).  You'll also
+have to uncomment a few lines from the Makefile.  You can get flex
+via anonymous ftp from ftp://ftp.ee.lbl.gov/pub/flex* as well as
+any GNU mirror.  You can get GNU bison from
+ftp://prep.ai.mit.edu/pub/gnu/bison* or any GNU mirror.
 
 Building the release
 ===================