[PATCH 1/2] configure.ac: remove unneeded AC_CONFIG_MACRO_DIR([m4])

Mark Wielaard mark@klomp.org
Tue Dec 15 21:00:22 GMT 2020


Hi,

On Tue, 2020-12-15 at 23:31 +0300, Dmitry V. Levin wrote:
> On Tue, Dec 15, 2020 at 03:14:27PM -0500, Frank Ch. Eigler wrote:
> > Note that since we do not commit auto*-generated code into the repo,
> > we don't really upgrade elfutils autoconf/automake versions.  We are
> > subject to the whims of each build-host or make-dist-host environment
> > (which could be relatively old).
> 
> We do have some requirements, though.  For example:
> 
> AC_PREREQ(2.63)                 dnl Minimum Autoconf version required.

And we likewise specify the minimum version of automake (1.11) to use:

AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests])

That is why I said we could update those. I think "everybody" now has
at least autoconf 2.69 and automake 1.13. But I don't believe that
really helps us at the moment.

Cheers,

Mark


More information about the Elfutils-devel mailing list