summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-03 20:36:44 -0400
committermidipix <writeonce@midipix.org>2018-06-05 08:21:48 -0400
commit11d0ff9e408352f705948d170918c51504496548 (patch)
tree4d557d2236b563b4f3bcc905c071067389f0115f
parent7211f337725840285f566e9703f9e0a2a87156a4 (diff)
downloadbcparser-11d0ff9e408352f705948d170918c51504496548.tar.bz2
bcparser-11d0ff9e408352f705948d170918c51504496548.tar.xz
build system: configure: added initial dependency tracking support.
-rw-r--r--config.usage3
-rwxr-xr-xconfigure6
2 files changed, 9 insertions, 0 deletions
diff --git a/config.usage b/config.usage
index 6d2efc4..b7c9fce 100644
--- a/config.usage
+++ b/config.usage
@@ -61,6 +61,9 @@ supported switches:
--disable-app
--disable-frontend
+ --enable-dependency-tracking
+ --disable-dependency-tracking
+
supported variables:
--------------------
diff --git a/configure b/configure
index cf72976..49e3d8c 100755
--- a/configure
+++ b/configure
@@ -747,6 +747,12 @@ for arg ; do
mb_source_dir=${arg#*=}
;;
+ # compatibility
+ --enable-dependency-tracking)
+ ;;
+ --disable-dependency-tracking)
+ ;;
+
*)
error_msg ${arg#}: "unsupported config argument."
exit 2