catatonit icon indicating copy to clipboard operation
catatonit copied to clipboard

autoreconf-2.71 fails due to duplicate AM_INIT_AUTOMAKE in configure.ac

Open berndf opened this issue 2 years ago • 2 comments

On gentoo I have autoreconf-2.71 by default with which reconfiguring fails - Removing the second AM_INIT_AUTOMAKE at the end of configure.ac suffices to fix it.

Log: autoreconf-2.71: export WARNINGS= autoreconf-2.71: Entering directory '.' autoreconf-2.71: configure.ac: not using Gettext autoreconf-2.71: running: aclocal --force configure.ac:34: error: AM_INIT_AUTOMAKE expanded multiple times /usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from... configure.ac:19: the top level /usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from... configure.ac:34: the top level autom4te-2.71: error: /usr/bin/m4 failed with exit status: 1 aclocal-1.16: error: /usr/bin/autom4te-2.71 failed with exit status: 1 autoreconf-2.71: error: aclocal failed with exit status: 1

berndf avatar Mar 04 '22 08:03 berndf

Isn't that fixed by 99bb9048f532257f3a2c3856cfa19fe957ab6cec?

yann-morin-1998 avatar Aug 21 '22 06:08 yann-morin-1998

Isn't that fixed by 99bb904?

Thanks - yes, confirmed!

berndf avatar Aug 21 '22 07:08 berndf

@cyphar Could we get a new release with this fix?

benjamb avatar Jun 25 '23 18:06 benjamb

0.2.0 has been released. Sorry for the wait.

cyphar avatar Oct 03 '23 02:10 cyphar