From bfb27b5fc020437d95b1185f0fce850209744d92 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 30 Jun 2008 09:40:30 -0700 Subject: 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/autoconf.in b/configs/autoconf.in index 21d224fb32..d22c2c5183 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -27,6 +27,7 @@ ASM_API = @ASM_API@ # Misc tools and flags MAKE = @MAKE@ +SHELL = @SHELL@ MKLIB_OPTIONS = @MKLIB_OPTIONS@ MKDEP = @MKDEP@ MKDEP_OPTIONS = @MKDEP_OPTIONS@ @@ -101,6 +102,3 @@ DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@ # Where libGL will look for DRI hardware drivers DRI_DRIVER_SEARCH_DIR = $(DRI_DRIVER_INSTALL_DIR) - -# Additional per-platform configuration settings -@EXTRA_CONFIG_LINES@ -- cgit v1.2.3