* doc/autoconf.texi (Special Shell Variables): Autoconf-generated
commit71e8fdea434c8dde8fb4a3358bd7032512ead7e0
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Oct 2006 21:16:06 +0000 (4 21:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Oct 2006 21:16:06 +0000 (4 21:16 +0000)
treebb758268d1cdebef939789dcbb36566c12b0455a
parent25d20b0c959e8bb6c1b8b0ca0b4642002e61236c
* doc/autoconf.texi (Special Shell Variables): Autoconf-generated
shel scripts no longer export BIN_SH, due to configuration
hassles with this.
* lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH
or DUALCASE.
(_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
Use AS_EXECUTABLE_P rather than test -f.
(AS_SHELL_SANITIZE): Set DUALCASE.
(AS_EXECUTABLE_P): Just invoke as_executable_p.
(_AS_TEST_PREPARE): Default to test -f, rather than to nothing.
ChangeLog
doc/autoconf.texi
lib/m4sugar/m4sh.m4