]> The Tcpdump Group git mirrors - libpcap/commit
configure: Upgrade a few trivial macros to 2.69. [skip appveyor]
authorDenis Ovsienko <[email protected]>
Fri, 27 Jan 2023 10:38:43 +0000 (10:38 +0000)
committerDenis Ovsienko <[email protected]>
Fri, 27 Jan 2023 11:29:10 +0000 (11:29 +0000)
commited763ea53276ab6a417323d010ea60ce6075673f
treef98b76cdc01905d3a55b62dea29d62eb4e45e9f8
parent08ad71df647cc863c03b4bac66d0bdcc0affb8c7
configure: Upgrade a few trivial macros to 2.69. [skip appveyor]

Let autoupdate 2.69 add/remove some macro argument quotes as it sees
fit, replace AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST (autoupdate
replaces it with AC_CANONICAL_TARGET by default, but this project uses
only the host_os and host_cpu shell variables, so, consistently with
tcpdump and tcpreplay, let's not overshoot it).  Replace AC_WARN with
AC_MSG_WARN, add an explicit tag to AC_CONFIG_COMMANDS and convert
AC_OUTPUT.
configure
configure.ac