public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Jon Turney <jon.turney@dronecode.org.uk>
To: "newlib@sourceware.org" <newlib@sourceware.org>
Subject: Re: [PATCH] Add a script for regenerating all newlib autotools files
Date: Fri, 10 Dec 2021 14:14:22 +0000	[thread overview]
Message-ID: <5b6927aa-8244-04a6-8558-3cd8b6b7abec@dronecode.org.uk> (raw)
In-Reply-To: <YbMWvjaTfjYLHKH2@calimero.vinschen.de>

On 10/12/2021 08:58, Corinna Vinschen wrote:
> Hi Jon,
> 
> On Dec  9 21:47, Jon Turney wrote:
>> Add a script for regenerating all newlib autotools files, applying the
>> instructions in the 'Regenerating Configuration Files' section of the
>> README everywhere.
> 
> Great idea.
> 
>> Running this script produces loads of errors about 'no AC_LANG_SOURCE
>> call detected in body' from libtool.m4.  This is because that file is
>> old.
>>
>> The versions of autotools in use on newlib seem to have backslid since
>> the README was last updated (for newlib 2.1.0 in 2013), so bring those
>> into alignment.  I don't know why.  I'm a little skeptical that automake
>> 1.13 was used, since that doesn't permit '--cygnus', which we use.
>> ---
>>   newlib/README     |  4 ++--
>>   newlib/autogen.sh | 35 +++++++++++++++++++++++++++++++++++
>>   2 files changed, 37 insertions(+), 2 deletions(-)
>>   create mode 100755 newlib/autogen.sh
>>
>> diff --git a/newlib/README b/newlib/README
>> index 1c0541284..d47cccbcb 100644
>> --- a/newlib/README
>> +++ b/newlib/README
>> [...]
>> +# automake
>> +find -name configure.ac | while read f
>> +do
>> +  # Exclude directories containing a configure.ac and below, so that Makefile.in
>> +  # files are generated from the nearest directory up the tree which contains a
>> +  # configure.ac file.
>> +  (cd $(dirname $f) ; find -type d -execdir test -e {}/configure.ac ';' -a -not -path '.' -prune -o -name Makefile.am -printf '%P\n' | while read m
>> +   do
>> +    automake-1.11 -ac ${m%.*}
> 
> Not being an automake guru at all, but... isn't the --cygnus option missing?

That's not actually required as every Makefile.am contains 
'AUTOMAKE_OPTIONS = cygnus'.

I am working on a patch to remove '--cygnus' (since I thought that would 
be a prerequisite of silent make until I checked which automake versions 
added it), but not finished yet...

  reply	other threads:[~2021-12-10 14:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 21:47 Jon Turney
2021-12-10  8:58 ` Corinna Vinschen
2021-12-10 14:14   ` Jon Turney [this message]
2021-12-10 14:41     ` Corinna Vinschen

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=5b6927aa-8244-04a6-8558-3cd8b6b7abec@dronecode.org.uk \
    --to=jon.turney@dronecode.org.uk \
    --cc=newlib@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).