2 Sep 2002 23:21
New ntop commit (author burton)
<cvs-commit <at> ntop.org>
2002-09-02 21:21:31 GMT
2002-09-02 21:21:31 GMT
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
(Continue reading)
RSS Feed