[gpm]gpm

Andreas Mohr andi@rhlx01.fht-esslingen.de
Sun, 8 Dec 2002 11:13:07 +0100


Hi,

On Sun, Dec 08, 2002 at 01:29:45AM +0000, Sam Halliday wrote:
> hi there,
> 
> also, the Makefile in the doc directory utilises a tool called 'no' but there is
> no check for this tool, so the build and install fails in this directory.
No, I don't think so:
I guess it *compares* to "no":

root@note:/usr/src/system/gpm-1.20.0/doc# grep \"no\" Makefile.in
        if [ $(TEXI2HTML) != "no" ]; then $(TEXI2HTML) $< ;fi
        if [ $(DVIPS) != "no" ]; then $(DVIPS) -f $< > $@; fi
        if [ $(MAKEINFO) != "no" ]; then $(MAKEINFO) $< -o $@; fi
        if [ -n "`ls $*.?? $*.aux 2>/dev/null`" -a "$(TEX)" != "no" -a \
        "$(TEXINDEX)" != "no" ]; then \

So which variable comparison does it fail at ?

Andreas Mohr