Rob Lahaye <[EMAIL PROTECTED]> writes:

| 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`

couldn't this just be written as

let num=$num+1

?? Wouldn't that be a bit more portable?

-- 
        Lgb

Reply via email to