#
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
#
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])
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; }
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
#