Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] How to force AUTORECONF for everything
Date: Thu, 16 Feb 2017 18:45:38 +0100	[thread overview]
Message-ID: <20170216174538.GC4986@free.fr> (raw)
In-Reply-To: <089f01d28877$aa0cff70$fe26fe50$@codeaurora.org>

Sydney, All,

On 2017-02-16 11:11 -0600, Sidney Manning spake thusly:
> I've made a change to libtool which requires that I set PACKAGE_AUTORECONF =
> YES to many of the library packages.  Rather than changing each package, I'd
> like to force this globally.  Is there a way to do that?

No, there is no global setting that forces that behaviour.

You'll have to hack the autotools infra. See in package/pkg-autotools.mk at 143:

  139 ifndef $(2)_AUTORECONF
  140  ifdef $(3)_AUTORECONF
  141   $(2)_AUTORECONF = $$($(3)_AUTORECONF)
  142  else
  143   $(2)_AUTORECONF ?= NO
  144  endif
  145 endif

You may want to change that "NO" to a "YES"

But beware, here be dragins...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2017-02-16 17:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 17:11 [Buildroot] How to force AUTORECONF for everything Sidney Manning
2017-02-16 17:45 ` Yann E. MORIN [this message]
2017-02-16 21:20   ` 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=20170216174538.GC4986@free.fr \
    --to=yann.morin.1998@free.fr \
    --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