Hi,
automake 1.13 appeared on my system lately. As with every version bump of auto* some directives are no more 'en vogue'. This time it's INCLUDES in Makefile.am files. AM_CPPFLAGS should be used now, INCLUDES will be removed in some future release. I created trivial patches for the osmo projects using autotools of which I already had clones. These are:
libosmo-abis libosmocore libosmo-dsp libosmo-sccp openbsc osmo-bts osmocom-bb osmo-gmr
The patches are for the master branch of the respective repository, current HEAD. I'll send the patches individually. Feel free to apply the patches if they seem useful. Otherwise, feedback is appreciated.
Kind regards, -Alexander Huemer
On Tue, Jun 11, 2013 at 01:39:36PM +0200, Alexander Huemer wrote:
Hi,
automake 1.13 appeared on my system lately. As with every version bump of auto* some directives are no more 'en vogue'. This time it's INCLUDES in Makefile.am files. AM_CPPFLAGS should be used now, INCLUDES will be removed in some future release. I created trivial patches for the osmo projects using autotools of which I already had clones.
The other question is: When did automake start to support AM_CPPFLAGS and which distros ship these?
thanks holger
On Tue, Jun 11, 2013 at 02:10:51PM +0200, Holger Hans Peter Freyther wrote:
On Tue, Jun 11, 2013 at 01:39:36PM +0200, Alexander Huemer wrote:
automake 1.13 appeared on my system lately. As with every version bump of auto* some directives are no more 'en vogue'. This time it's INCLUDES in Makefile.am files. AM_CPPFLAGS should be used now, INCLUDES will be removed in some future release. I created trivial patches for the osmo projects using autotools of which I already had clones.
The other question is: When did automake start to support AM_CPPFLAGS and which distros ship these?
I forgot that in the introduction email. The patches are tested on debian old stable (squeeze). That's the oldest I have access too. No problems there (automake 1.11.1, autoconf 2.67).
Kind regards, -Alexander Huemer