Re: Autoconf PR/102: ``Generated ...''

2000-03-27 Thread Akim Demaille
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> On Mar 27, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >> But do you think it is really helpful to know the files was >> generated automatically? Alexandre> Yup. But then, we could advise developers to add Alexandre>

Re: Autoconf PR/102: ``Generated ...''

2000-03-27 Thread Alexandre Oliva
On Mar 27, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > But do you think it is really helpful to know the files was generated > automatically? Yup. But then, we could advise developers to add themselves the line `# @configure_input@' to their files that are processed by `configure'. And au

Re: Autoconf PR/102: ``Generated ...''

2000-03-27 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> Yes, sometimes. This isn't true for people who use configure all Tom> the time. So, we make it be only for [Mm]akefile?

Re: Autoconf PR/102: ``Generated ...''

2000-03-27 Thread Tom Tromey
Tom> It isn't incorrect but it can be surprising. Akim> But do you think it is really helpful to know the files was Akim> generated automatically? Do you really think that people who Akim> edit Makefile don't know it's been generated by configure? Yes, sometimes. This isn't true for people who

Re: Autoconf PR/102: ``Generated ...''

2000-03-27 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Akim> I'm not strongly opposed to it, but I'm unsure to understand the Akim> use: after all, if users have to change something in a Makefile, Akim> although it should not happen, it is not incorrect, even though Akim> generated automatically.

Re: Autoconf PR/102: ``Generated ...''

2000-03-27 Thread Tom Tromey
Akim> I'm not strongly opposed to it, but I'm unsure to understand the Akim> use: after all, if users have to change something in a Makefile, Akim> although it should not happen, it is not incorrect, even though Akim> generated automatically. It isn't incorrect but it can be suprising. Akim> In

Re: Autoconf PR/102: ``Generated ...''

2000-03-27 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Akim> Can we just stop producing automatically this line? There is Akim> still @configure_input@ which should be used to output this Akim> line. Tom> I'd rather we keep producing it for Makefile at least. I'm not strongly opposed to it, but

Re: Autoconf PR/102: ``Generated ...''

2000-03-25 Thread Assar Westerlund
Tom Tromey <[EMAIL PROTECTED]> writes: > I'd rather we keep producing it for Makefile at least. Yes > I don't understand why the pattern is *Makefile*. Probably because people might want to produce GNUMakefile and sometimes Makefile.foo is also known to be used. /assar

Re: Autoconf PR/102: ``Generated ...''

2000-03-25 Thread Tom Tromey
Akim> Can we just stop producing automatically this line? There is Akim> still @configure_input@ which should be used to output this Akim> line. I'd rather we keep producing it for Makefile at least. I don't understand why the pattern is *Makefile*. Tom