diff options
author | midipix <writeonce@midipix.org> | 2018-06-03 20:36:44 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-05 08:21:57 -0400 |
commit | ec21bf5ef5d1d02f03ae20fcc8ab5d0324b4e3cc (patch) | |
tree | 628f57783f816773d2bdbc44c44a464b50ea5bcd /configure | |
parent | 1cd8e4963acf322e00864944d39cef7890f15f59 (diff) | |
download | sofort-ec21bf5ef5d1d02f03ae20fcc8ab5d0324b4e3cc.tar.bz2 sofort-ec21bf5ef5d1d02f03ae20fcc8ab5d0324b4e3cc.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 |