]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: avoid unnecessary use of \K.
authorKarl Berry <karl@freefriends.org>
Thu, 21 Dec 2023 23:46:43 +0000 (15:46 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 21 Dec 2023 23:46:43 +0000 (15:46 -0800)
commit95c0aa1825a1d4c1510393a5829552b55ebb7f13
tree1277973e745478384ea791947c06634025a61e71
parent90ef11892dfb3e5bb0438fd6df8249ddc187ce4a
automake: avoid unnecessary use of \K.

This fixes (part of) https://bugs.gnu.org/67891
and follows up on https://bugs.gnu.org/55025.

* bin/automake.in (generate_makefile) <posix>: avoid use of
\K when removing comment and blank lines before a .POSIX target,
since Solaris 10 has perl 5.8.4, and \K was added in 5.10.
bin/automake.in