Auto-Generating ChangeLog and AUTHORS for projects in a version tracking system?

2014-10-29 Thread Arne Babenhauserheide (IMK)
Dear GNU Hackers, In quite a few guides I saw people suggest using the foreign autoconf style to avoid having to create the required text files. The goal of this email is to get more people to use the GNU style, so the interface for understanding an autotools project becomes more consistent agai

Re: Auto-Generating ChangeLog and AUTHORS for projects in a version tracking system?

2014-10-29 Thread Eric Blake
On 10/29/2014 02:37 AM, Arne Babenhauserheide (IMK) wrote: > Dear GNU Hackers, > > > In quite a few guides I saw people suggest using the foreign autoconf > style to avoid having to create the required text files. s/foreign autoconf/foreign automake/ Not necessary. Coreutils is an example proj

Re: Auto-Generating ChangeLog and AUTHORS for projects in a version tracking system?

2014-10-29 Thread Arne Babenhauserheide (IMK)
Hi Eric, Am 29.10.2014 13:47, schrieb Eric Blake: > On 10/29/2014 02:37 AM, Arne Babenhauserheide (IMK) wrote: >> In quite a few guides I saw people suggest using the foreign autoconf >> style to avoid having to create the required text files. > > s/foreign autoconf/foreign automake/ Ah, yes. I

Re: Auto-Generating ChangeLog and AUTHORS for projects in a version tracking system?

2014-10-29 Thread Eric Blake
On 10/29/2014 07:36 AM, Arne Babenhauserheide (IMK) wrote: >>> If autotools did this automatically, the barrier for using GNU style in >>> the autotools with a version tracking system would be much smaller: Just >>> write README and NEWS. >> >> autoconf can't do this automatically, but gnulib can.

Re: Auto-Generating ChangeLog and AUTHORS for projects in a version tracking system?

2014-10-29 Thread Arne Babenhauserheide (IMK)
Am 29.10.2014 15:04, schrieb Eric Blake: > On 10/29/2014 07:36 AM, Arne Babenhauserheide (IMK) wrote: If autotools did this automatically, the barrier for using GNU style in the autotools with a version tracking system would be much smaller: Just write README and NEWS. >>> >>> autoco