Hey all; > > --- ./piper_old/dl/vflow/interfaces/Makefile Sun Jan 7 00:12:39 2001 > > +++ ./piper/dl/vflow/interfaces/Makefile Sat Jan 27 18:57:50 2001 > > @@ -203,8 +203,8 @@ > > > > maintainer-clean-libtool: > > > > -vflowmodule$(SO): > > +vflowmodule0 11 10 6 4 3 2 1 0SO): I have no clue. Looking at the CVS logs, the Makefile.am and configure.in for this haven't changed in 7 months, so I'd say if you're seeing differences within January it must be something locally that you changed. All I can say is, something is really messed up if you are getting "0 11 10 6 4 3 2 1" printed instead of "$(" :-). Anyways, this diff is in the maintainer-clean-libtool part of the makefile, so it shouldn't affect a build... All I can say is to try cleaning all of the cruft (Makefile.in's, Makefiles, etc.) and try redoing it with a clean ./autogen.sh and make, etc. Sorry I can't help more -- autoconf and friends can be very mysterious... Brad