[bug#67516] [PATCH] aclocal: handle both # and dnl for serial number lines

2023-11-28 Thread Nick Bowler
On 2023-11-28 16:06, Karl Berry wrote: > Hi Ross - you sent a change to automake-patches back in February 2017. > Sorry for the absurdly delayed reply. > > https://lists.gnu.org/archive/html/automake-patches/2017-02/msg1.html > > Instead of only accepting comment lines that start with

bug#67516: Acknowledgement ([PATCH] aclocal: handle both # and dnl for serial number lines)

2023-11-28 Thread Karl Berry

[bug#67516] [PATCH] aclocal: handle both # and dnl for serial number lines

2023-11-28 Thread Karl Berry
Hi Ross - you sent a change to automake-patches back in February 2017. Sorry for the absurdly delayed reply. https://lists.gnu.org/archive/html/automake-patches/2017-02/msg1.html Instead of only accepting comment lines that start with # for serial lines, also accept dnl. ...