summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2023-05-07 05:23:59 +0000
committermidipix <writeonce@midipix.org>2023-05-07 05:32:41 +0000
commite010bb67fb95700dbba6e1bbb003a9a44f88cb56 (patch)
treeeeb1b4e0718fcf0b3180dec8ba1c86cd437bacd4
parent028ddd6f94065c88bf1195134fa5032c580c0eef (diff)
downloadbautomake-e010bb67fb95700dbba6e1bbb003a9a44f88cb56.tar.bz2
bautomake-e010bb67fb95700dbba6e1bbb003a9a44f88cb56.tar.xz
build system: ./configure: base SHELL on the environment's CONFIG_SHELL.
-rw-r--r--config.usage2
-rwxr-xr-xconfigure2
-rw-r--r--sofort/config/config.vars1
3 files changed, 3 insertions, 2 deletions
diff --git a/config.usage b/config.usage
index 33d1e58..41fe629 100644
--- a/config.usage
+++ b/config.usage
@@ -143,7 +143,7 @@ supported variables:
TOOLCHAIN
SYSROOT
CROSS_COMPILE
- SHELL
+ CONFIG_SHELL
PKGCONF
PKGCONFIG
diff --git a/configure b/configure
index e79d154..8641815 100755
--- a/configure
+++ b/configure
@@ -275,7 +275,7 @@ init_vars()
mb_toolchain=$TOOLCHAIN
mb_sysroot=$SYSROOT
mb_cross_compile=$CROSS_COMPILE
- mb_shell=$SHELL
+ mb_shell=$CONFIG_SHELL
# pkgconf
mb_pkgconf=$PKGCONF
diff --git a/sofort/config/config.vars b/sofort/config/config.vars
index 0c01a29..38d5616 100644
--- a/sofort/config/config.vars
+++ b/sofort/config/config.vars
@@ -54,6 +54,7 @@ zealous
sysroot
freestanding
cross_compile
+config_shell
shell
pkgconf