----- Original Message ----- From: "Gary R. Van Sickle" <[EMAIL PROTECTED]> To: "Cygwin-Apps" <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 12:50 PM Subject: Rob: Makefile.in in setup CVS
> In setup cvs, in the root dir, there's a Makefile.in even though we're > autoconfiscating on the client-side from the .am. This then ends up causing > conflicts when one goes to do a "cvs update -dP" on the tree. Shouldn't this be > removed from cvs then? Last time I did anything in this area it provoked a pile of emails. I'd rather let sleeping problems lie. We are using AM_MAINTAINER_MODE, so you need to explicitly turn on client side automaking, and if you have that knowledge, rm Makefile.in && cvs -z3 update -Pd Makefile.in shouldn't be too hard. Rob
