]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Spell INSTALL.md in Autoconf messages. [skip ci]
authorDenis Ovsienko <[email protected]>
Tue, 17 Jan 2023 22:57:31 +0000 (22:57 +0000)
committerDenis Ovsienko <[email protected]>
Tue, 17 Jan 2023 22:57:31 +0000 (22:57 +0000)
aclocal.m4
configure

index 748ee9b8ec5bedc2df5d2959c0e48474c6ee88f0..d959389b7ae492b716a3b7ee8721be5e99756e8e 100644 (file)
@@ -673,7 +673,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
@@ -795,7 +795,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
 
             #
@@ -901,7 +901,7 @@ AC_DEFUN(AC_LBL_FIXINCLUDES,
            if test $ac_cv_lbl_gcc_fixincludes = no ; then
                    # Don't cache failure
                    unset ac_cv_lbl_gcc_fixincludes
-                   AC_MSG_ERROR(see the INSTALL for more info)
+                   AC_MSG_ERROR(see the INSTALL.md file for more info)
            fi
     fi])
 
index 68ab3c5777a24150eb7af51055c9bd181e9cfb04..ad2754bf1d6be68c29453833e31d9a7e4938a2df 100755 (executable)
--- a/configure
+++ b/configure
@@ -6256,7 +6256,7 @@ then :
 fi
 
                 if test $libpcap = FAIL ; then
-                    as_fn_error $? "see the INSTALL doc for more info" "$LINENO" 5
+                    as_fn_error $? "see the INSTALL.md file for more info" "$LINENO" 5
                 fi
                                                                                                                                                                                                                                                                                                                                 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for extraneous pcap header directories" >&5
 printf %s "checking for extraneous pcap header directories... " >&6; }
@@ -6406,7 +6406,7 @@ fi
             fi
 
             if test $pcapH = FAIL ; then
-                as_fn_error $? "cannot find pcap.h: see INSTALL" "$LINENO" 5
+                as_fn_error $? "cannot find pcap.h: see the INSTALL.md file" "$LINENO" 5
             fi
 
             #