bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_INIT regression in 2.69c


From: Zack Weinberg
Subject: Re: AC_INIT regression in 2.69c
Date: Fri, 30 Oct 2020 17:21:19 -0400

On Fri, Oct 30, 2020 at 4:40 PM Jani Välimaa <wally@mageia.org> wrote:
> autoreconf seems to be failing with autoconf-2.69c with the following
> AC_INIT in configure.ac.
>
> AC_INIT([test],
>         [m4_esyscmd([build-aux/git-version-gen .tarball-version])],
>         [bug-autoconf@gnu.org])
>
> Same happens also with other m4_* macros wrapped with [].

This is the same as https://savannah.gnu.org/support/index.php?110349
.  See the threads linked from that bug for further discussion.

In this case, you really _shouldn't_ wrap the m4_esyscmd invocation in
[], because it should only be executed once.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]