On Fri, 30 Oct 2020 17:21:19 -0400
Zack Weinberg wrote:
> On Fri, Oct 30, 2020 at 4:40 PM Jani Välimaa 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-
On Fri, Oct 30, 2020 at 4:40 PM Jani Välimaa 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 w
Hello,
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 [].
Easiest test case c