]> git.ipfire.org Git - thirdparty/bind9.git/commit
Bump the required automake version to 1.14
authorOndřej Surý <ondrej@isc.org>
Mon, 14 Feb 2022 08:17:41 +0000 (09:17 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 14 Feb 2022 08:17:41 +0000 (09:17 +0100)
commit4abd58aa8f43ae11b9a89af4a97f9abfb75d096e
treeda009f86f294b6d691c8d107ed0f3d2634f45998
parentf57585a59949299ebfa8364b77683ce9a96fdc49
Bump the required automake version to 1.14

After the build system refactoring, we no longer call AM_PROG_CC_C_O
because it is obsolescent macro.  According to the automake manual the
`AC_PROG_CC` has been rewritten in automake 1.14 to not required the
call, thus we need to require at least automake version 1.14.
configure.ac