mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +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:
8
configure
vendored
8
configure
vendored
@@ -1427,7 +1427,10 @@ Optional Packages:
|
|||||||
and DIR/lib.
|
and DIR/lib.
|
||||||
--with-libpcre=included Always use the version included with Nmap
|
--with-libpcre=included Always use the version included with Nmap
|
||||||
--with-libdnet=DIR Use an existing (compiled) dnet lib from DIR/include
|
--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-libdnet=included Use the libdnet version included with Nmap (default)
|
||||||
--with-liblua=DIR Use an existing (compiled) lua lib from DIR/include
|
--with-liblua=DIR Use an existing (compiled) lua lib from DIR/include
|
||||||
and DIR/lib.
|
and DIR/lib.
|
||||||
@@ -7774,7 +7777,8 @@ LIBDNETDIR=libdnet-stripped
|
|||||||
# Unlike the other included libraries (pcap, pcre, lua), we prefer our local
|
# 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
|
# 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
|
# 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.
|
# Check whether --with-libdnet was given.
|
||||||
if test "${with_libdnet+set}" = set; then
|
if test "${with_libdnet+set}" = set; then
|
||||||
|
|||||||
@@ -464,9 +464,10 @@ LIBDNETDIR=libdnet-stripped
|
|||||||
# Unlike the other included libraries (pcap, pcre, lua), we prefer our local
|
# 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
|
# 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
|
# 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_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)]),
|
AC_HELP_STRING([--with-libdnet=included], [Use the libdnet version included with Nmap (default)]),
|
||||||
[ case "$with_libdnet" in
|
[ case "$with_libdnet" in
|
||||||
yes)
|
yes)
|
||||||
|
|||||||
Reference in New Issue
Block a user