linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: Sergei Trofimovich <slyfox@gentoo.org>
Cc: linux-sctp@vger.kernel.org
Subject: Re: [PATCH] m4/sctp.m4: make conpatible to autoconf-2.70
Date: Mon, 11 Jan 2021 23:18:11 -0300	[thread overview]
Message-ID: <20210112021811.GA2677@horizon.localdomain> (raw)
In-Reply-To: <20210108222252.95123-1-slyfox@gentoo.org>

On Fri, Jan 08, 2021 at 10:22:52PM +0000, Sergei Trofimovich wrote:
> On recently released `autoconf-2.70` generated `./configure`
> fails as:
> 
> ```
> $ ./configure
> ...
> checking for struct sctp_event_subscribe.sctp_stream_reset_event... yes
> checking for gcc options needed to detect all undeclared functions... none needed
> ./configure: line 16464: syntax error: unexpected end of file
> ```
> 
> This happens becuase new autoconf generates less whitespace:
> 
> ```
> {
> if ...
> ...
> fi}
> ```
> 
> It requires at least whitespace between `fi` and `}`.
> 
> As input already has newlines the change just drops extra `{}`.
> 
> Tested on `autoconf-2.69` and `autoconf-2.70`.
> 
> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

Applied. Thanks Sergei.

  Marcelo

      reply	other threads:[~2021-01-12  2:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 22:22 [PATCH] m4/sctp.m4: make conpatible to autoconf-2.70 Sergei Trofimovich
2021-01-12  2:18 ` Marcelo Ricardo Leitner [this message]

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=20210112021811.GA2677@horizon.localdomain \
    --to=marcelo.leitner@gmail.com \
    --cc=linux-sctp@vger.kernel.org \
    --cc=slyfox@gentoo.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 NNTP newsgroup(s).