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

bug#13378: More work on subdir-objects, AC_PROG_CC and AM_PROG_CC_C_O

2013-05-13 Thread Stefano Lattarini
On 05/11/2013 11:57 AM, Stefano Lattarini wrote: > Reference: > > > Hello everybody, sorry for the delay. This follow-up is looong > overdue. > > On 01/14/2013 11:23 AM, Stefano Lattarini wrote: >> On 01/13/2013 10:06 PM, Nick Bowler wrote