* automake.in (append_comments): New. Extracted from
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Nov 2001 12:31:34 +0000 (12:31 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 28 Nov 2001 12:31:34 +0000 (12:31 +0000)
commit346efe82fb05bb705d17cf88e3182d054e1feb8e
tree8f67328f54cf90ef4bafa40390f107ff36226cf6
parent55acdb1e383c1dfe09d016561b08903c2a817789
* automake.in (append_comments): New.  Extracted from
read_am_file.  Match 'n' with a regexp, don't use substr (the
perlport man page says 'n' is not always one byte wide).
(read_am_file):  Use it.  Always chomp $_.
(file_contents_internal):  Use append_comments.
(macro_define): Don't treat the trailing 'n' with substr, use
a regexp or chomp.
ChangeLog
automake.in