Skip to content

Commit 6eccce9

Browse files
committed
CHANGES: Move a backported change to the 4.99 branch
Use Autoconf with 'A', as this is the official name of the package. [skip ci]
1 parent 4211615 commit 6eccce9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGES

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
4646
and use them rather than custom code
4747
Disregard setlinebuf(3), always use setvbuf(3).
4848
Building and testing:
49-
autoconf: Update install-sh script to the latest available version.
50-
autoconf: Remove detection of early IPv6 stacks.
49+
Autoconf: Remove detection of early IPv6 stacks.
5150
Detect OS IPv6 support using AF_INET6 only.
5251
Remove all remaining support for BSD/OS, IRIX, {OSF/1, Digital Unix,
5352
Tru64 Unix}, SINIX and Ultrix.
@@ -130,17 +129,18 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
130129
At build time require a proof of suitable snprintf(3) implementation in
131130
libc (and document Solaris 9 as unsupported because of that).
132131
Makefile.in: Add two "touch .devel" commands in the releasecheck target.
133-
autoconf: Get --with-user and --with-chroot right.
134-
autoconf: Fix --static-pcap-only test on Solaris 10.
135-
autoconf: Add some warning flags for clang 13 or newer.
136-
autoconf: Update config.{guess,sub}, timestamps 2024-01-01.
137-
autoconf: Add autogen.sh, remove configure and config.h.in and put
132+
Autoconf: Get --with-user and --with-chroot right.
133+
Autoconf: Fix --static-pcap-only test on Solaris 10.
134+
Autoconf: Add some warning flags for clang 13 or newer.
135+
Autoconf: Update config.{guess,sub}, timestamps 2024-01-01.
136+
Autoconf: Add autogen.sh, remove configure and config.h.in and put
138137
these generated files in the release tarball.
138+
Autoconf: Update the install-sh script to the 2020-11-14.01 version.
139139
configure: Apply autoupdate 2.69.
140140
CMake: improve the comment before project(tcpdump C).
141141
Do not require vsnprintf().
142142
tests: Use the -tttt option, by default, for the tests.
143-
autoconf, CMake: Get the size of a void * and a time_t.
143+
Autoconf, CMake: Get the size of a void * and a time_t.
144144
Documentation:
145145
Fixed errors in doc/README.Win32.md and renamed it to
146146
README.windows.md.

0 commit comments

Comments
 (0)