Re: autoreconf doesn't follow includes.

2019-02-22 Thread Carlo Wood
On Thu, 21 Feb 2019 13:51:30 -0600 Eric Blake wrote: > Adding the automake list, since that is the impacted project: > > On 2/21/19 1:05 PM, Carlo Wood wrote: > > Hi, > > > > I'm using a Makefile.am that has an include, like so: > > > > ---begin of Makefile.am--- > > include $(srcdir)/cwm4/roo

Re: autoreconf doesn't follow includes.

2019-02-21 Thread Eric Blake
Adding the automake list, since that is the impacted project: On 2/21/19 1:05 PM, Carlo Wood wrote: > Hi, > > I'm using a Makefile.am that has an include, like so: > > ---begin of Makefile.am--- > include $(srcdir)/cwm4/root_makefile_top.am > > SUBDIRS = googletest @CW_SUBDIRS@ src > > inclu

autoreconf doesn't follow includes.

2019-02-21 Thread Carlo Wood
Hi, I'm using a Makefile.am that has an include, like so: ---begin of Makefile.am--- include $(srcdir)/cwm4/root_makefile_top.am SUBDIRS = googletest @CW_SUBDIRS@ src include $(srcdir)/cwm4/root_makefile_bottom.am ---end of Makefile.am ---end of Makefile.am I do this because every project th