autoconf: Subsitute SHELL for all platforms
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 30 Jun 2008 16:40:30 +0000 (09:40 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sat, 12 Jul 2008 17:25:40 +0000 (10:25 -0700)
commitbfb27b5fc020437d95b1185f0fce850209744d92
tree098a0facc626f441038af39ff01bc513c4a060f0
parent2d766923c45b544cca17c7fefe625715cf1fd1fe
autoconf: Subsitute SHELL for all platforms

Establish the shell that make will use from configure. This is exactly
how autoconf/automake operate, with the environment variable
CONFIG_SHELL respected to override the autoconf checks. In the usual
case where the user just executes `./configure', autoconf will pick a
shell from the current shell, sh, bash, ksh or sh5 that meets its base
criteria.

The special Solaris case of looking for a POSIX shell has been changed
to just set the SHELL variable since autoconf substitutes this already.
The EXTRA_CONFIG_LINES substitution is dropped as it should no longer be
needed.
configs/autoconf.in
configure.ac