\# within quotes

2024-07-18 Thread Tijl Coosemans
Hi, Automake 1.17 produces a warning for the use of \# here: https://github.com/ddclient/ddclient/blob/d88e6438efbc53e977546693f6835f7517072a06/Makefile.am#L22 automake: warnings are treated as errors Makefile.am:20: warning: escaping \# comment markers is not portable autoreconf2.72: error: aut

Re: \# within quotes

2024-07-18 Thread Zack Weinberg
On Thu, Jul 18, 2024, at 5:09 AM, Tijl Coosemans wrote: > Automake 1.17 produces a warning for the use of \# here: > > https://github.com/ddclient/ddclient/blob/d88e6438efbc53e977546693f6835f7517072a06/Makefile.am#L22 For reference, the construct in question is subst = sed \ -e 's|@PACKAGE

Re: \# within quotes

2024-07-18 Thread Jan Engelhardt
On Thursday 2024-07-18 15:40, Zack Weinberg wrote: >On Thu, Jul 18, 2024, at 5:09 AM, Tijl Coosemans wrote: >> Automake 1.17 produces a warning for the use of \# here: >> >> https://github.com/ddclient/ddclient/blob/d88e6438efbc53e977546693f6835f7517072a06/Makefile.am#L22 > >subst = sed \ >

Re: \# within quotes

2024-07-18 Thread Zack Weinberg
On Thu, Jul 18, 2024, at 1:50 PM, Jan Engelhardt wrote: > On Thursday 2024-07-18 15:40, Zack Weinberg wrote: >>On Thu, Jul 18, 2024, at 5:09 AM, Tijl Coosemans wrote: >>> Automake 1.17 produces a warning for the use of \# here: >>> >>> https://github.com/ddclient/ddclient/blob/d88e6438efbc53e9775466

Re: \# within quotes

2024-07-18 Thread Zack Weinberg
On Thu, Jul 18, 2024, at 2:21 PM, Zack Weinberg wrote: > On Thu, Jul 18, 2024, at 1:50 PM, Jan Engelhardt wrote: >> On Thursday 2024-07-18 15:40, Zack Weinberg wrote: >>>On Thu, Jul 18, 2024, at 5:09 AM, Tijl Coosemans wrote: Automake 1.17 produces a warning for the use of \# here: ht