Luca: Imbeded in the Makefile.in is the structure of where YOU are building ntop:
ACLOCAL = @ACLOCAL@ AUTOCONF = /bin/sh /home/deri/network/ntop/missing --run echo AUTOMAKE = /bin/sh /home/deri/network/ntop/missing --run echo AUTOHEADER = @AUTOHEADER@ If I regen the files, Makefile.in becomes: ACLOCAL = /bin/sh /shared/work/linux/ntop/missing --run echo AUTOCONF = /bin/sh /shared/work/linux/ntop/missing --run echo AUTOMAKE = /bin/sh /shared/work/linux/ntop/missing --run echo AUTOHEADER = /bin/sh /shared/work/linux/ntop/missing --run echo it should be ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ but you can't just change Makefile.in, since it's generated from Makefile.am! -----Burton ____________________________________________________________ Free 20MB Web Site Hosting and Personalized E-mail Service! Get It Now At Doteasy.com http://www.doteasy.com/et/ _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
