openSUSE/catatonit

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

Closed this issue · 4 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

Isn't that fixed by 99bb904?

Isn't that fixed by 99bb904?

Thanks - yes, confirmed!

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

cyphar commented

0.2.0 has been released. Sorry for the wait.