Re: [devel] [PATCH 1 of 1] build: Modernize autotools configuration [#901]

2014-06-13 Thread Mathivanan Naickan Palanivelu
Alternatively, I think the below change is both backward and forward compatible! Atleast i tried on automake-1.11 for the backward compatibility. Or May be you already tried this(only the below change) on Ubuntu 14.04 and probably faced more problems? diff --git a/configure.ac b/configure.ac

Re: [devel] [PATCH 1 of 1] build: Modernize autotools configuration [#901]

2014-06-13 Thread Anders Widell
I have tried it and ran into problems with dependencies, especially when doing a parallel build. But also I think it is a cleaner solution build common code into libraries. / Anders Widell On 06/13/2014 11:23 AM, Mathivanan Naickan Palanivelu wrote: Alternatively, I think the below change is

Re: [devel] [PATCH 1 of 1] build: Modernize autotools configuration [#901]

2014-06-13 Thread Mathivanan Naickan Palanivelu
If possible, please send or upload to the ticket, the warning or error that you get after making this change. - Mathi. - anders.wid...@ericsson.com wrote: I have tried it and ran into problems with dependencies, especially when doing a parallel build. But also I think it is a cleaner

Re: [devel] [PATCH 1 of 1] build: Modernize autotools configuration [#901]

2014-06-13 Thread Anders Widell
Well, if I do exactly the change you suggested below, then I still get this warning: configure.ac:25: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:25:

[devel] [PATCH 1 of 1] build: Modernize autotools configuration [#901]

2014-06-09 Thread Anders Widell
Makefile.am| 4 +- configure.ac | 11 +- contrib/plmc/configure.ac | 6 +- java/ais_api_impl_native/Makefile.am | 34 +++--- osaf/Makefile.am