When I try to do: ./configure --prefix=/opt/apps/ntop-3.0
I get a Makefile that will create directories like: /opt/apps/ntop-3.0/etc/ntop /opt/apps/ntop-3.0/lib/ntop /opt/apps/ntop-3.0/share/ntop
When I really would want: /opt/apps/ntop-3.0/etc /opt/apps/ntop-3.0/lib /opt/apps/ntop-3.0/share
I noticed that starting at line number 25576 in the configure script you manually set those directories to have a "ntop" sub directory. Is it possible to change this behavior and allow me to pass in an option via the command line or to put an if statement there that says basically if $prefix = /usr || /usr/local then add the subdirectory?
Thanks Bret
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bret Jordan Dean's Office
Director of Networking College of Engineering
801.585.3765 University of Utah
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
