summaryrefslogtreecommitdiffhomepage
path: root/configure
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:55 -0400
commit390f7f5d377dadbd878de91ba7563f339830f76d (patch)
tree5891d9de92b4aa14aa7518d0fdfb763584c645a6 /configure
parent763920f123823cfc8012c438b2f458f6bd79ef18 (diff)
downloadpemagine-390f7f5d377dadbd878de91ba7563f339830f76d.tar.bz2
pemagine-390f7f5d377dadbd878de91ba7563f339830f76d.tar.xz
build system: configure: added initial dependency tracking support.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
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