bug-autoconf
[Top][All Lists]
Advanced

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

Re: autoconf problem building


From: Akim Demaille
Subject: Re: autoconf problem building
Date: 11 Feb 2002 17:38:57 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Tim" == Tim Van Holder <address@hidden> writes:

Tim> On Fri, 2002-02-08 at 15:15, Eurico de Sousa wrote:
>> Akim Demaille wrote:
>> 
>> configure:1772: checking where .elc files should go configure:1777:
>> $EMACS -batch -q -eval '(while load-path (princ (concat (car
>> load-path) " ")) (setq load-path (cdr load-path)))' >conftest.out
>> ----
>> 

>> == MicroEMACS 3.6 () == main
>> ===================================================[New
>> file]== MicroEMACS 3.6 () == -path))) == File: (while
>> load-path (princ (concat (car
>> $=* MicroEMACS 3.6 () ==
>> -path))) == File: (while load-path (princ (concat (car $

Tim> Oh dear - looks like your emacs ignores command lines it doesn't
Tim> recognize and uses stdout as a terminal even if it isn't a tty...

Tim> Does MicroEmacs even support Emacs Lisp packages?  If not, we
Tim> should probably adjust the emacs test to disallow MicroEmacs.

Correct.  Tim, would you handle this bug report please?  As a first
stab, I would suggest to have `</dev/null' added:


       [AC_RUN_LOG([$EMACS -batch -q -eval '(while load-path (princ (concat 
(car load-path) "\n")) (setq load-path (cdr load-path)))' >conftest.out])

=>
        [AC_RUN_LOG([$EMACS -batch -q -eval '(while load-path (princ (concat 
(car load-path) "\n")) (setq load-path (cdr load-path)))' >conftest.out < 
/dev/null])

Actually, I *strongly* suggest that it be added.  Would you also
handle the Automake part?



reply via email to

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