Fix C++ header directory detection for non-standard paths.
authorAdam Conrad <adconrad@0c3.net>
Sun, 25 Nov 2012 06:58:38 +0000 (23:58 -0700)
committerAdam Conrad <adconrad@0c3.net>
Sun, 25 Nov 2012 06:58:38 +0000 (23:58 -0700)
commit6706074627da7734d21f0024b6f7fb58b5629d6b
tree2778204c50c60008f0aae9e50ba1cefe42d8472c
parent800938a1268309932c20dc523bb226bcab4bfe18
Fix C++ header directory detection for non-standard paths.

Stop assuming specific path layouts for C++ headers, and instead
use an autodetection method that looks for paths with '/[cg]++'
in the g++ include list.
ChangeLog
configure
configure.in