summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-31 12:49:09 -0500
committermidipix <writeonce@midipix.org>2018-12-31 12:50:51 -0500
commitda3ec436721e702f08a556a4f2c8260a091bf127 (patch)
tree1939937e55cfe5cc362a91396b7c4810f034924a /configure
parentacb07c0db7edbfb796857c790b251fd19a549457 (diff)
downloadw32lib-da3ec436721e702f08a556a4f2c8260a091bf127.tar.bz2
w32lib-da3ec436721e702f08a556a4f2c8260a091bf127.tar.xz
build system: configure: support a simple, project-specific cfgdefs.in.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 1ee5f3e..d28e1be 100755
--- a/configure
+++ b/configure
@@ -97,6 +97,10 @@ init_vars()
'a custom config step.' \
> cfgdefs.mk
cat $mb_project_dir/sofort/cfgdefs.in >> cfgdefs.mk
+
+ if [ -f $mb_project_dir/project/cfgdefs.in ]; then
+ cat $mb_project_dir/project/cfgdefs.in >> cfgdefs.mk
+ fi
fi
# user build-time overrides