[EMAIL PROTECTED] writes: > > I just downloaded and built this new cvs version. During the build I got a > number of messages like the ones below. Did I do something wrong or did > some files not make it to the distribution?
I believe that was a bug either in an older version of Automake or the way CVS used it. What happens is that as it creates each script, it tries to set execute permission on *all* the scripts, including the ones it hasn't created yet. My guess is that you have an older version of Automake installed and that when you ran make, it decided that it needed to rerun automake for some reason. -Larry Jones Shut up and go get me some antiseptic. -- Calvin _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs
