Update of /export/home/ntop/ntop/newconfig
In directory jabber:/tmp/cvs-serv9751
Modified Files:
acinclude.m4 configure.in
Log Message:
Fixup _MUSTHAVE macro so that a 2nd test uses a 2nd function in the library
so we don't get cached "not found" messages.
Change macro construct from this:
eval "test \"\${$nt_ac_header}\" = yes"; then
to this:
eval "test ""$${$nt_ac_header}"" = yes";
for portability.
Cleanup some stray ,s and "s and dln>'s that s/b dnl>'s
Use this:
LIBPNG_DIRECTORY=`(cd ../${GDCHART_DIRECTORY}/${GD_DIRECTORY}/${LIBPNG_DIRECTORY}
&& pwd)`
instead of this:
LIBPNG_DIRECTORY=`cd ../${GDCHART_DIRECTORY}/${GD_DIRECTORY}/${LIBPNG_DIRECTORY}
&& pwd`
again for portability.
Fixup this:
CFLAGS="$CFLAGS "`grep pic_flag= libtool | sed -e 's/.*pic_flag=//' -e 's/"//g'`
to this
CFLAGS="$CFLAGS "`grep pic_flag= libtool | head -n1 | sed -e 's/.*pic_flag=//' -e
's/"//g'`
because some new version of libtools has two pic_flag='s
Move the AC_ARG_ENABLE( and AC_ARG_WITH( to the top so the fields are set for
the case statements
Add logic to stop for unsupported platforms and the --enable-iknowbetter parmeter
to force ./configure to continue.
Change *-*-netbsd1.5*:gcc* ) to *-*-netbsd*1.5*:gcc* ) (NetBSD puts elf or
aout in the middle)
Change ac_cv_lib_pthread_pthread_create to ac_cv_lib_pthread__pthread_create_system
for the HPUX 11 specific threading library test.
-----Burton
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev