diff options
author | midipix <writeonce@midipix.org> | 2018-06-03 20:36:44 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-05 08:21:48 -0400 |
commit | b9c8197093cfb8fb4ede865bbdfebaa69db348ae (patch) | |
tree | e0bfd699c5fd1e457d954a18a375f495d311fcc7 /configure | |
parent | 18e191b1cdd3953b4ec85a43935dcfb73df9c369 (diff) | |
download | apimagic-b9c8197093cfb8fb4ede865bbdfebaa69db348ae.tar.bz2 apimagic-b9c8197093cfb8fb4ede865bbdfebaa69db348ae.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 |