Jean-Marc Lasgouttes wrote:
>>>>>>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:
>>>>>
> 
> Rob> Jean-Marc Lasgouttes wrote:
> 
>>>>>>>>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:
>>>>>>>
> Rob> ------------- Locating GNU m4... not found. [...] No GNU m4.
> Rob> Impossible to build lib/configure -- aborting ----------------
> Rob> and the script exits, leaving an incomplete result of
> 
>>>autogen.sh! Note that I am not sure that building lib/configure
>>>really requires GNU m4... Could you check whether it works with
>>>your bsd m4?
>>
> 
> Rob> -------------------------------------------------- $ /usr/bin/m4
> Rob> lib/configure.m4 > /dev/null m4: missing right quote $
> 
> Too bad. Do you have a way to ask m4 to tell at which line number it
> has a problem? Just curious. 
> 
> FWIW, it works well here with tru64's m4. Hmm, now that I look at the
> output, it does not work so well... I guess that would be fixable anyway.

It's line 563. And when I comment that out, the same problem with line 568:


     if filepath=`kpsewhich $font.$ext` ; then

       num=`expr $num + 1`


The problem is solved when I replace the ` quotes by " quotes,
but this is not the solution, of course. Anyway, for an obscure
reason, these quotes all of a sudden cause trouble at this
part of the m4 script (the same quotes are elsewhere in the script,
but that is OK !?!?!).

Does that help?

Rob.

Reply via email to