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 | 2b3dd281297ba5c40ee99547a1604e0e761db66b (patch) | |
tree | 112448371f11b93d33900506b6e4051893eaba4d /configure | |
parent | 742f2204bdbc4767c8ecb85a235eafa03141cc9c (diff) | |
download | ptycon-2b3dd281297ba5c40ee99547a1604e0e761db66b.tar.bz2 ptycon-2b3dd281297ba5c40ee99547a1604e0e761db66b.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 |