Ralf Angeli <[EMAIL PROTECTED]> writes:

> Surendra Singhi <[EMAIL PROTECTED]> 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


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

Reply via email to