]> The Tcpdump Group git mirrors - tcpdump/commit
autoconf: Retire AC_LBL_C_INLINE. [skip appveyor]
authorDenis Ovsienko <[email protected]>
Wed, 8 Feb 2023 23:05:58 +0000 (23:05 +0000)
committerDenis Ovsienko <[email protected]>
Wed, 8 Feb 2023 23:35:39 +0000 (23:35 +0000)
commita5fe56ffd0bc360e89a18b541466717232d8339f
treeae262e01ce114693ad100709170122c162b7613e
parent29d035a0fd3b3fb06289aeaddeeab0b030786281
autoconf: Retire AC_LBL_C_INLINE. [skip appveyor]

In 2002 this macro implemented a workaround for HP C compiler because
the latter did not work with the implementation of AC_C_INLINE in
Autoconf 2.13 (see commit b1263c6).  Since then the required kind of
inline very likely became available in every supported compiler of every
supported OS, but just in case there is still an exception, use
AC_C_INLINE from Autoconf 2.69 (or later) and trust it to work right.
In other words, if the original problem still exists, this will have to
be proven.

This squelches one more warning from Autoconf 2.71:

configure.ac:32: warning: The macro `AC_TRY_COMPILE' is obsolete.
aclocal.m4
configure.ac