On Wed, Nov 20, 2013 at 10:06:39AM +0100, Jan Engelhardt wrote: > On Tuesday 2013-11-19 21:25, Pablo Neira Ayuso wrote: > > >On Sun, Oct 20, 2013 at 04:48:10PM +0200, Jan Engelhardt wrote: > >> If -I. is on the command line, #include <parser.h> becomes ./parser.h > >> instead of ../include/parser.h. > > > >What use case are you trying to handle with this? > > > automake adds -I${builddir} -I${srcdir} and -I{dir with config.h} to the > command line. Because both ${builddir} and -I${top_srcdir}/include > (which is also being passed, this time by Makefile.am), #include > <parser.h> becomes sort of ambiguous (the compiler knows which one to > pick, but it's not the one to success). OK, then you need this patch to get patch 3/3 working, since automake it currently not used. That was unclear in the patch description. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html