summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-10 11:10:50 +0000
committermidipix <writeonce@midipix.org>2020-01-10 16:02:52 +0000
commit945e218d644738825ba1bff1a65c21ff3078749e (patch)
treefecdb7bce88d85e1457ce00d2f89ff765d4d0c86 /configure
parent4d92f74b79d630e52f57ba505d585205840f250b (diff)
downloadapimagic-945e218d644738825ba1bff1a65c21ff3078749e.tar.bz2
apimagic-945e218d644738825ba1bff1a65c21ff3078749e.tar.xz
build system: ./configure: properly handle passing of args to dot scripts.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index 76fc5b8..66e2b34 100755
--- a/configure
+++ b/configure
@@ -529,6 +529,11 @@ config_ccenv()
config_copy
}
+config_custom_cfgdefs()
+{
+ . $mb_project_dir/project/config/cfgdefs.sh
+}
+
config_custom()
{
if [ _$mb_use_custom_cfgdefs = _yes ]; then
@@ -536,8 +541,7 @@ config_custom()
output_script_status ${mb_script} \
'invoking project-specific cfgdefs.sh'
- eval . $mb_project_dir/project/config/cfgdefs.sh \
- "$mb_custom_cfgdefs_args"
+ eval config_custom_cfgdefs "$mb_custom_cfgdefs_args"
output_section_break
config_copy