openSUSE / catatonit

A container init that is so simple it's effectively brain-dead.
GNU General Public License v2.0
188 stars 18 forks source link

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

Closed berndf closed 1 year ago

berndf commented 2 years ago

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

yann-morin-1998 commented 2 years ago

Isn't that fixed by 99bb9048f532257f3a2c3856cfa19fe957ab6cec?

berndf commented 2 years ago

Isn't that fixed by 99bb904?

Thanks - yes, confirmed!

benjamb commented 1 year ago

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

cyphar commented 1 year ago

0.2.0 has been released. Sorry for the wait.