From: Simon Ruderich Date: Mon, 14 Sep 2015 16:10:44 +0000 (+0200) Subject: fix false positive in "libtool: link: g++ -include test.h .." X-Git-Tag: 0.06~10 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=5dd19bb96effb0b40c26bb669dd0f8ef176ebf40;hp=5dd19bb96effb0b40c26bb669dd0f8ef176ebf40 fix false positive in "libtool: link: g++ -include test.h .." The .h extension causes detection as preprocess line which generates a warning about missing CPPFLAGS. Fix this false positive for the "libtool: link:" case. As long as GNU autotools generate sane output, this should not cause false negatives. Fixes Debian Bug #784959 reported by Raphaƫl Hertzog. ---