tags 450460 +patch thankyou I observe that preventing the automake+autoconf run just builds the package. Therefore, I attach a patch, in the hope that it is useful.
Thanks. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -urN tcpstat-1.4.0/debian/rules tcpstat-1.4/debian/rules --- tcpstat-1.4.0/debian/rules 2007-11-14 11:00:36.000000000 +0530 +++ tcpstat-1.4/debian/rules 2007-11-14 11:01:04.000000000 +0530 @@ -40,8 +40,8 @@ configure: stamp-configure stamp-configure: - automake - autoconf + #automake + #autoconf ./configure --prefix=/usr --mandir=/usr/share/man touch stamp-configure