Re: emacs Shell mode vs AC_CHECK_PROG(EMACS, ...)

2006-09-11 Thread Don.Bashford
Chet == Chet Ramey [EMAIL PROTECTED] writes: Chet Bash does inspect the EMACS environment variable as part of Chet checking whether or not to turn off line editing even when Chet the shell is interactive. It also checks for TERM==emacs. Chet If the shell discovers it's running

must install-sh be executable?

2006-09-11 Thread Bruno Haible
Hi, In automake-1.9b, the @install_sh@ variable was changed to start with '$(SHELL) '. 2005-10-03 Peter O'Gorman [EMAIL PROTECTED] (tiny change) * lib/am/distdir.am: Remove $(SHELL) when calling install_sh * m4/strip.m4: Ditto. * m4/install-sh.m4: Add $(SHELL) to the

Re: Autoconf 2.60a on UnixWare 7.1.4

2006-09-11 Thread Tim Rice
On Mon, 11 Sep 2006, Ralf Wildenhues wrote: * Tim Rice wrote on Mon, Sep 11, 2006 at 03:35:11AM CEST: I got an opportunity to test 2.60a on UnixWare 7.1.4. snip from test 168's config.status --- # Find out whether ``test -x'' works. Don't use a zero-byte file, as #

Re: Autoconf 2.60a on UnixWare 7.1.4

2006-09-11 Thread Tim Rice
On Sun, 10 Sep 2006, Paul Eggert wrote: Tim Rice [EMAIL PROTECTED] writes: I have no idea why SESEOF is there instead of _ASEOF It's probably some bug in the Unixware shell. You might be able to use the truss command to verify this. If we knew more about the bug, we might be able to

Re: emacs Shell mode vs AC_CHECK_PROG(EMACS, ...)

2006-09-11 Thread Richard Stallman
I like to do my builds of almost anything from source under emacs Shell mode. But emacs Shell mode sets the environment variable EMACS to t. This causes the output of autoconf's AC_CHECK_PROG(EMACS, ...) to set EMACS=t, with the result that in any Makefile generated from