Re: [PATCH] build: Update configure.ac to support the latest automake.

2018-04-03 Thread Chris Johns
On 02/04/2018 13:27, Chris Johns wrote: > > I have managed to solve this issue with a hack but another more critical issue > has appeared related to the way the tests are structured and share code as > sources rather than a library. The `subdir-objects` breaks the testsuite when > building with a

Re: [PATCH] build: Update configure.ac to support the latest automake.

2018-04-01 Thread Chris Johns
On 2/4/18 12:18 pm, Chris Johns wrote: > On 1/4/18 2:02 pm, Chris Johns wrote: >> On 1/4/18 1:58 pm, Joel Sherrill wrote: >>> Great job! >> >> Thanks. Simpler than I expected. >> > > Testing shows this change is not enough, more is needed to make this stuff > work. > > The error is: > >

Re: [PATCH] build: Update configure.ac to support the latest automake.

2018-04-01 Thread Chris Johns
On 1/4/18 2:02 pm, Chris Johns wrote: > On 1/4/18 1:58 pm, Joel Sherrill wrote: >> Great job! > > Thanks. Simpler than I expected. > Testing shows this change is not enough, more is needed to make this stuff work. The error is: config.status: error: in

Re: [PATCH] build: Update configure.ac to support the latest automake.

2018-03-31 Thread Chris Johns
On 1/4/18 1:58 pm, Joel Sherrill wrote: > Great job! Thanks. Simpler than I expected. > > What needs to be done to give any more confidence?  > Some testing. The change was simple so I do not expect too many issues. > When do we upgrade automake in the RSB?  > Patch posted. > And fwiw I

[PATCH] build: Update configure.ac to support the latest automake.

2018-03-31 Thread Chris Johns
Add 'subdir-objects' to 'AM_INIT_AUTOMAKE()' to silence the warnings. Make the version be at least 1.12.2. You can use 1.16.1 if you wish. --- c/configure.ac | 2 +- c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac | 2 +-