]> git.ipfire.org Git - thirdparty/squid.git/commit
Drop obsolete AM_PROG_CC_C_O (#2342)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 8 Jan 2026 14:09:08 +0000 (14:09 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 8 Jan 2026 21:16:49 +0000 (21:16 +0000)
commit241c32defa10cd531fa6eaf28183f1284db97385
tree0502810f6ace6fcabc035474b6816e55bad61f2e
parentf0cf8fe92e7e96b0aae96433e06c8e3bfadb03c0
Drop obsolete AM_PROG_CC_C_O (#2342)

From automake manual:

"
 This is an obsolescent macro that checks that the C compiler
 supports the -c and -o options together. Note that, since
 Automake 1.14, the AC_PROG_CC is rewritten to implement such
 checks itself, and thus the explicit use of AM_PROG_CC_C_O
 should no longer be required.
"

This also changes an implicit build requirement of automake 1.5
to an explicit 1.14 or later requirement.
configure.ac