From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] automake: bump version to 1.15
Date: Tue, 6 Jan 2015 15:22:18 +0000 [thread overview]
Message-ID: <54ABFDAA.9030205@imgtec.com> (raw)
In-Reply-To: <54ABFCEE.8020807@zacarias.com.ar>
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
next prev parent reply other threads:[~2015-01-06 15:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-06 9:07 [Buildroot] [PATCH] automake: bump version to 1.15 Vicente Olivert Riera
2015-01-06 11:08 ` Gustavo Zacarias
2015-01-06 11:20 ` Vicente Olivert Riera
2015-01-06 11:35 ` Gustavo Zacarias
2015-01-06 11:55 ` Vicente Olivert Riera
2015-01-06 13:45 ` Thomas Petazzoni
2015-01-06 13:48 ` Gustavo Zacarias
2015-01-06 13:55 ` Vicente Olivert Riera
2015-01-06 14:57 ` Vicente Olivert Riera
2015-01-06 15:19 ` Gustavo Zacarias
2015-01-06 15:22 ` Vicente Olivert Riera [this message]
2015-01-07 21:11 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54ABFDAA.9030205@imgtec.com \
--to=vincent.riera@imgtec.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.