bug#14396: AM_CPPFLAGS not respected when using subdir-objects

2013-05-14 Thread Stefano Lattarini
tags 14396 notabug close 14396 thanks On 05/14/2013 05:07 AM, Mike Frysinger wrote: > i've been playing around with subdir-objects and noticed that sub-compiles > don't respect AM_CPPFLAGS :( > The failure you're seeing is due to a user error. See below. I'm thus closing this report as "not a b

bug#14396: AM_CPPFLAGS not respected when using subdir-objects

2013-05-13 Thread Mike Frysinger
i've been playing around with subdir-objects and noticed that sub-compiles don't respect AM_CPPFLAGS :(. happens with automake 1.13.1 and the latest 1.13.1d test release. also using autoconf-2.69 if it matters. $ cat configure.ac AC_INIT([pkg], [0]) AM_INIT_AUTOMAKE([subdir-objects]) AC_PROG_C