fetchmail-friends
[Top] [All Lists]

Re: [fetchmail]PATH to yacc

2004-09-06 05:32:54
On Sun, Sep 05, 2004 at 11:16:45PM -0400 or thereabouts, Rob Funk wrote:
Eagle Net Support wrote:
Anyone know were "make" gets it's PATH to yacc?

From the Unix PATH variable, of course.

If yacc is in your path or even on your system.
If you have bison you can write a little shell script called
yacc and inside put something like:
#!/bin/sh
bison -y $@

Or just edit the Makefile, after running configure.  Find the
line YACC=yacc and replace yacc with bison -y.  Assuming you have
bison.

-- 

Fred


<Prev in Thread] Current Thread [Next in Thread>