diff options
author | midipix <writeonce@midipix.org> | 2018-06-03 20:36:44 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-05 08:21:52 -0400 |
commit | 56763730e8a2db62e685d94b4263cc07bab89763 (patch) | |
tree | 95b0bad545ba0ca164f314eb968602cd45f9c6af /configure | |
parent | fd100863a355545eed52a2f52c133943d1cd86bd (diff) | |
download | ntapi-56763730e8a2db62e685d94b4263cc07bab89763.tar.bz2 ntapi-56763730e8a2db62e685d94b4263cc07bab89763.tar.xz |
build system: configure: added initial dependency tracking support.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |