Make h2ph look in "include-fixed", needed by at least gcc 4.3
authorNiko Tyni <ntyni@debian.org>
Sun, 5 Apr 2009 19:29:38 +0000 (22:29 +0300)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 7 Apr 2009 14:39:16 +0000 (16:39 +0200)
commit05d7b09c88e73b949dce24ed7f6aef5a39b9c74f
treef1e3e186bde7c4f92e7395216dbd298a9f37d2c7
parent55b6781562aff32ef6499c4f263ab251254ca5cb
Make h2ph look in "include-fixed", needed by at least gcc 4.3

As seen in <http://bugs.debian.org/522673>, since 4.2.0 or so
gcc's search path has a new "include-fixed" directory,
which currently contains <syslimits.h> and a few other headers.

Converting <syslimits.h> therefore fails unless h2ph knows about the new
directory too.

See http://gcc.gnu.org/ml/gcc-patches/2007-02/msg02038.html for some
background to the gcc change.
utils/h2ph.PL