Update of /export/home/ntop/ntop
In directory jabber:/tmp/cvs-serv14157

Modified Files:
        configure.in configure 
Log Message:
Cleanup gdchart stuff in makefile...  If you're using gdchart0.94c/buildAll.sh,
no worries.  If you were being "clever" and installed various libraries, well,
this fixes up the tests so that ntop is actually testing for things the way they
will be linked.

Alongside existing --with-gdchart-root= parameter, added:

    --with-gd-root=
    --with-libpng-root=
    --with-zlib-root=

We support two configurations... using FOUR parameters:
   --with-gdchart-root, --with-gd-root, --with-libpng-root and --with-zlib-root

  #1 -- with none of the parameters specified -- is in the ntop source
       tree (../gdchart0.94c and subdirectories)
  #2 -- if at least one of the parameters is specified -- we look wherever you say.
       In order to mirror existing behavior, for the three new parameters,
           we also check the --with-gdchart-root location and the ntop source tree.

Fixed tests so that it looks for .so (shared objects) too.

Fixed test for png.h which was actually testing for gd.h

Fixed defaulting of --with-gdchart-root to ../gdchart0.94c vs. blank (which prevented
the process from entering the second case, so nobody saw the prior testing problem.

Added --enable_showgdcharttests so you can see what's being tested for.

Fixed up the messages so you see what ntop found.

Fixed up the tests so that if you give it, for example, --with-gdchart-root=/usr, it 
will
test /usr/include and /usr/lib

Pulled the various "Sorry, not found" messages into ONE chunk with more (relevant) info

-----Burton (ref 113)



_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop-dev

Reply via email to