auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] AuCTeX winXP and XEmacs


From: Ralf Angeli
Subject: Re: [AUCTeX] AuCTeX winXP and XEmacs
Date: Thu, 20 Oct 2005 13:47:27 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50

Ralf Angeli <address@hidden> writes:

> Surendra Singhi <address@hidden> writes:
>
>> checking where the info files go... C:/Program 
>> Files/XEmacs/xemacs-packages/info
>>
>> ./configure: line 2195: test: too many arguments
>
> What does the shell used for configuration return if you execute the
> statement
> if test "a" = "a" -a "b" = "b"; then echo "yes"; else echo "no"; fi
> ?

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

?

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]