
mikhail at nessus
Sep 12, 2006, 2:46 AM
Post #1 of 1
(602 views)
Permalink
|
|
nessus-libraries Makefile, 1.36, 1.37 configure, 1.152, 1.153 configure.in, 1.145, 1.146
|
|
Update of /usr/local/cvs/nessus-libraries In directory raccoon.nessus.org:/tmp/cvs-serv3875/nessus-libraries Modified Files: Makefile configure configure.in Log Message: Synchronize back DEVEL with 2.2 Index: Makefile =================================================================== RCS file: /usr/local/cvs/nessus-libraries/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Makefile 6 Nov 2004 21:08:05 -0000 1.36 +++ Makefile 12 Sep 2006 09:46:00 -0000 1.37 @@ -44,7 +44,7 @@ pcap-distclean: -cd libpcap-nessus && ${MAKE} distclean -install : all $(PCAP_INSTALL) +install : $(PCAP_INSTALL) test -d $(DESTDIR)${prefix} || ${INSTALL_DIR} -m 755 $(DESTDIR)${prefix} test -d $(DESTDIR)${includedir}/nessus || ${INSTALL_DIR} -m 755 $(DESTDIR)${includedir}/nessus cd libnessus && ${MAKE} install Index: configure =================================================================== RCS file: /usr/local/cvs/nessus-libraries/configure,v retrieving revision 1.152 retrieving revision 1.153 diff -u -d -r1.152 -r1.153 --- configure 3 Sep 2005 12:29:30 -0000 1.152 +++ configure 12 Sep 2006 09:46:00 -0000 1.153 @@ -719,7 +719,7 @@ fi -# From configure.in Revision: 1.145 +# From configure.in Revision: 1.141.2.3 PWDD=`pwd` VERSION=`cat VERSION` @@ -5685,7 +5685,7 @@ # Check whether --enable-debug or --disable-debug was given. if test "${enable_debug+set}" = set; then [...1554 lines suppressed...] #ifdef TIME_WITH_SYS_TIME @@ -8875,7 +8876,7 @@ ; return 0; } EOF -if { (eval echo configure:8879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""no" 1>&6 else @@ -8893,7 +8894,7 @@ echo $ac_n "checking for long file names""... $ac_c" 1>&6 -echo "configure:8897: checking for long file names" >&5 +echo "configure:8898: checking for long file names" >&5 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else Index: configure.in =================================================================== RCS file: /usr/local/cvs/nessus-libraries/configure.in,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- configure.in 2 Sep 2005 15:11:40 -0000 1.145 +++ configure.in 12 Sep 2006 09:46:01 -0000 1.146 @@ -141,7 +141,7 @@ AC_ARG_ENABLE(debug,[ --enable-debug set the compiler flags to -g], - [.if test x$enable_debug = xno; then debug_cflags=""; else debug_cflags="-DDEBUG -g"; fi]) + debug_cflags="-DDEBUG -g") @@ -187,6 +187,7 @@ /usr/ssl \ /local/ssl \ /opt/ssl \ + /usr/sfw \ /usr/freeware \ ; \ do @@ -323,7 +324,7 @@ #include <netinet/ip_var.h> #include <netinet/udp.h> #include <netinet/tcp.h>]) -AC_CHECK_HEADERS(sys/socket.h) +AC_CHECK_HEADERS(sys/socket.h sys/resource.h) AC_CHECK_HEADERS(net/if.h,,,[#include <sys/socket.h>]) AC_CHECK_HEADERS(sys/ioctl.h) AC_CHECK_HEADERS(rpc/rpc.h dlfcn.h sys/un.h memory.h ctype.h errno.h) @@ -332,7 +333,7 @@ AC_CHECK_HEADERS(poll.h sys/poll.h fcntl.h signal.h sys/termio.h) AC_CHECK_HEADERS(sys/stat.h stat.h sys/mman.h termio.h termios.h sgtty.h) AC_CHECK_HEADERS(ptem.h sys/ptem.h ldterm.h sys/ldterm.h stropts.h values.h) -AC_CHECK_HEADERS(sys/param.h sys/sysctl.h limits.h sys/resource.h) +AC_CHECK_HEADERS(sys/param.h sys/sysctl.h limits.h) dnl ./configure fails to determine the existence of some dnl headers under IRIX _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|