]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Don’t mishandle ‘\’ in VERSION
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Aug 2024 03:43:36 +0000 (20:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Aug 2024 00:59:36 +0000 (17:59 -0700)
commit30651cfdd8f5942dbbbb5920a2f4a33797ee6a94
tree9b9d5dbb4aa1ea51f367c3f3f914486cad9333aa
parenta245b8525a55363546c2fae383c9616fccd78995
Don’t mishandle ‘\’ in VERSION

This is minor, it’s just allowing more chars (though not all)
in $(VERSION).
* Makefile.am (edit, top_srcdir.version, dist-hook)
(check-coverage-report):
* man/local.mk (VERSION):
Work even if VERSION contains ‘\’.
Makefile.am
man/local.mk