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.
#
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
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
#