]> The Tcpdump Group git mirrors - tcpslice/commitdiff
Spell INSTALL.md in aclocal.m4.
authorDenis Ovsienko <[email protected]>
Sat, 20 Jan 2024 15:47:47 +0000 (15:47 +0000)
committerDenis Ovsienko <[email protected]>
Sat, 20 Jan 2024 15:47:47 +0000 (15:47 +0000)
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.

aclocal.m4

index 16919473856a3460b6aea7f897c95b59ead28692..61a358a16927135cd3ad616db84e7ea488587b5a 100644 (file)
@@ -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
 
             #