* Surendra Singhi (2005-10-20) writes:

> Ralf Angeli <[EMAIL PROTECTED]> writes:
>
>> Scratch that, I think I know the cause.  Does it help if you replace
>> line 2195 in `configure' which currently should be
>>
>> if test $EMACS_FLAVOR = "xemacs" -a $infodir = '${prefix}/info'; then
>>
>> with the line
>>
>> if test $EMACS_FLAVOR = "xemacs" -a "$infodir" = '${prefix}/info'; then
>>
>> ?
>
> Yes, it works.

Thanks for testing.  I'll check this in tomorrow.

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to