mgetty should use autoconf and automake
Sverre Hvammen Johansen (sj@ifi.uio.no)
Thu, 23 Jul 1998 00:30:31 +0200
I was afraid that something like that would happen. You don't expect me
to go through the whole tar archive and find out what has changed, and
what stays the same? Then merge that to my local CVS tree?
Run diff between the two distributions. Most part of it stays the same.
[..]
> I have removed use of echo -e in the scripts located in the fax directory.
Why? It's essential on many platforms where the normale echo command
doesn't honour escape sequences, but "echo -e" does.
Then we will need some autoconf tests to examine the echo command.
Simpler to avoid using \n and \t.
> I have added GPL to the files made my me. I expect that you as an
> maintainer adds you name to the Copyright of these files. Please do
> not add my name to the copyright of the mgetty package. You should go
> through each file in you package and add your name on the top of each
> file which are copyrighted by you,
Hmm, actually this is not necessary - the berne convention honours
an author's copyrights without explicitely mentioning it everywhere.
Then others know who have written what,
Sverre