]> git.draconx.ca Git - dxcommon.git/commit
fix-gnulib: Fix pattern for variable mangling.
authorNick Bowler <nbowler@draconx.ca>
Thu, 24 Feb 2022 01:29:23 +0000 (20:29 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 24 Feb 2022 01:29:23 +0000 (20:29 -0500)
commitca6309941ad6c33be6f70b0d27db1e8d8de4c922
treeee1cf570411c0c18549e3e7f9b1fcdb14733d47b
parent6a6059f779c9ebb39f6011c2285afa93365139ea
fix-gnulib: Fix pattern for variable mangling.

Recently, gnulib outputs variables named like SED_HEADER_xxx which do
not contain filenames but are matched by the (unnecessarily broad)
pattern for which variables need substitution.

Fix that up and include a test case to reproduce the issue.
COPYING.GPL3 [new file with mode: 0644]
COPYING.WTFPL2 [moved from WTFPL2 with 100% similarity]
atlocal.in
configure.ac
scripts/fix-gnulib.pl
tests/data/gnulib.mk [new file with mode: 0644]
tests/scripts.at