From: Denis Ovsienko Date: Sat, 20 Jan 2024 15:47:47 +0000 (+0000) Subject: Spell INSTALL.md in aclocal.m4. X-Git-Tag: tcpslice-1.7~5 X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/ecc24405d0b66a768793079eb0c4f7114513f3b4 Spell INSTALL.md in aclocal.m4. I forgot to make these changes in the earlier commit 017ee31, which converted the file. Make the error messages the same as in tcpdump aclocal.m4. --- diff --git a/aclocal.m4 b/aclocal.m4 index 1691947..61a358a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -526,7 +526,7 @@ AC_DEFUN(AC_LBL_LIBPCAP, # AC_CHECK_LIB(pcap, main, libpcap="-lpcap") if test $libpcap = FAIL ; then - AC_MSG_ERROR(see the INSTALL doc for more info) + AC_MSG_ERROR(see the INSTALL.md file for more info) fi dnl dnl Some versions of Red Hat Linux put "pcap.h" in @@ -648,7 +648,7 @@ AC_DEFUN(AC_LBL_LIBPCAP, fi if test $pcapH = FAIL ; then - AC_MSG_ERROR(cannot find pcap.h: see INSTALL) + AC_MSG_ERROR(cannot find pcap.h: see the INSTALL.md file) fi #