1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00

Note in configure --help that the --with-libdnet=DIR configure option is NOT RECOMMENDED since we include many important fixes in our version; regenerated configure script.

This commit is contained in:
fyodor
2009-08-07 07:38:23 +00:00
parent 41dadaedb7
commit 1df031bd43
2 changed files with 9 additions and 4 deletions

8
configure vendored
View File

@@ -1427,7 +1427,10 @@ Optional Packages:
and DIR/lib.
--with-libpcre=included Always use the version included with Nmap
--with-libdnet=DIR Use an existing (compiled) dnet lib from DIR/include
and DIR/lib.
and DIR/lib. This is NOT RECOMMENDED because we have
made many important fixes to libdnet, as described
at
http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
--with-libdnet=included Use the libdnet version included with Nmap (default)
--with-liblua=DIR Use an existing (compiled) lua lib from DIR/include
and DIR/lib.
@@ -7774,7 +7777,8 @@ LIBDNETDIR=libdnet-stripped
# Unlike the other included libraries (pcap, pcre, lua), we prefer our local
# copy of libdnet. That is, with the other libraries we check for a system
# version by default, whereas with dnet we use the local version unless
# specifically asked to use a system version.
# specifically asked to use a system version. This is because we have
# made many improvements and fixes to our version od dnet.
# Check whether --with-libdnet was given.
if test "${with_libdnet+set}" = set; then

View File

@@ -464,9 +464,10 @@ LIBDNETDIR=libdnet-stripped
# Unlike the other included libraries (pcap, pcre, lua), we prefer our local
# copy of libdnet. That is, with the other libraries we check for a system
# version by default, whereas with dnet we use the local version unless
# specifically asked to use a system version.
# specifically asked to use a system version. This is because we have
# made many improvements and fixes to our version od dnet.
AC_ARG_WITH(libdnet,
AC_HELP_STRING([--with-libdnet=DIR], [Use an existing (compiled) dnet lib from DIR/include and DIR/lib.])
AC_HELP_STRING([--with-libdnet=DIR], [Use an existing (compiled) dnet lib from DIR/include and DIR/lib. This is NOT RECOMMENDED because we have made many important fixes to our included libdnet, as described at http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS])
AC_HELP_STRING([--with-libdnet=included], [Use the libdnet version included with Nmap (default)]),
[ case "$with_libdnet" in
yes)