Closed terceiro closed 3 years ago
That second call seems to be there since the beginning, and autoconf 2.69 was fine with it. autoconf 2.71 doesn't allow it anymore:
$ ./autogen.sh autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: 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: error: /usr/bin/m4 failed with exit status: 1 aclocal: error: /usr/bin/autom4te failed with exit status: 1 autoreconf: error: aclocal failed with exit status: 1
LGTM, thanks!
That second call seems to be there since the beginning, and autoconf 2.69 was fine with it. autoconf 2.71 doesn't allow it anymore: