]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
fix false positive in "libtool: link: g++ -include test.h .."
authorSimon Ruderich <simon@ruderich.org>
Mon, 14 Sep 2015 16:10:44 +0000 (18:10 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 15 Sep 2015 08:39:08 +0000 (10:39 +0200)
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.


No differences found