]> www.infradead.org Git - mtd-utils.git/commit
Add missing autoconf check for AR
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 14 Feb 2024 12:58:36 +0000 (13:58 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 14 Feb 2024 12:59:36 +0000 (13:59 +0100)
commit1be992db04fc71296a98303724635b2b6b0cd10d
tree905260eb4e1735d6a3d3b510dffdf8a082963103
parent9471c13faf76ff05f58d636b988bb066ad6d05fa
Add missing autoconf check for AR

After removing libtool, there is no more cross-check for AR. Because
some slightly older versions of autoconf don't have AC_PROG_AR, simply
insert the implementation one-liner.

We already tried bumping the minimum autoconf version once in the past,
but apparently that is an issue for a number of distros.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
configure.ac