[Buildroot] [PATCH] automake: bump version to 1.15

Vicente Olivert Riera Vincent.Riera at imgtec.com
Tue Jan 6 15:22:18 UTC 2015


On 01/06/2015 03:19 PM, Gustavo Zacarias wrote:
> On 01/06/2015 11:57 AM, Vicente Olivert Riera wrote:
> 
>> Hi Thomas, Gustavo,
>>
>> First issue found with automake-1.15. The package libmemcached fails at
>> the configure phase with the following error:
>>
>> configure: error: cannot find install-sh, install.sh, or shtool in "."
>> "./.." "./../.."
>>
>> It works fine using the automake version we have right now in Buildroot.
>>
>> This snippet is included in the configure script if we use
>> automake-1.15, and it fails because is trying to find some files which
>> don't exist in the "." "./.." "./../.." directories:
> 
> Hi.
> That's easy, patch libmemcached-1.0.18/configure.ac and move
> AC_CONFIG_AUX_DIR & AC_CONFIG_MACRO_DIR below AC_PROG_CC and AC_PROG_CXX
> such as:
> 
> -----
> AC_CONFIG_AUX_DIR([build-aux])
> AC_CONFIG_MACRO_DIR([m4])
> 
> # Setup the compilers early on
> AC_PROG_CC([cc gcc clang])
> AC_PROG_CXX([c++ g++ clang++])
> -----
> 
> Regards.
> 
> PS: i want credit for this one! :)
> 

Sorry, but I wrote that patch before you say that solution. The patch is
under review by my company co-workers, that why I haven't send it yet. I
will credit Debian, not you ;-)

Regards,
-- 
Vicente Olivert Riera
Graduate Software Engineer, MIPS Platforms
Imagination Technologies Limited
t: +44 (0)113 2429814
www.imgtec.com



More information about the buildroot mailing list