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

configure.ac: drop redundant call of AM_INIT_AUTOMAKE (automake-1.16.5) #19

Closed trofi closed 3 years ago

trofi commented 3 years ago

On automake-1.16.5 autogen.sh fails as:

configure.ac:34: error: AM_INIT_AUTOMAKE expanded multiple times
.../automake-1.16.5/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:19: the top level
.../automake-1.16.5/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:34: the top level

The change drops second macro call.

trofi commented 3 years ago

Oh, https://github.com/openSUSE/catatonit/pull/18 already exists. Closing.