From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] automake: bump version to 1.15
Date: Tue, 06 Jan 2015 12:19:10 -0300 [thread overview]
Message-ID: <54ABFCEE.8020807@zacarias.com.ar> (raw)
In-Reply-To: <54ABF7D4.8000401@imgtec.com>
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! :)
next prev parent reply other threads:[~2015-01-06 15:19 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 [this message]
2015-01-06 15:22 ` Vicente Olivert Riera
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=54ABFCEE.8020807@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox