]> git.ipfire.org Git - thirdparty/automake.git/commit
dist: correct sense of no-dist-built-sources option.
authorBogdan <bogdro_rep@gmx.us>
Mon, 24 Feb 2025 18:30:42 +0000 (10:30 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 24 Feb 2025 18:30:42 +0000 (10:30 -0800)
commitba3a673d9b3559d8320b0523a2865fc9e6c9d66e
tree6528202e60ca3d69c2c61fb2002f07c71398fb54
parentde96135b0dadbc2d8d58b697a228cf2166ba5084
dist: correct sense of no-dist-built-sources option.

Primarily from https://bugs.gnu.org/69908.

* bin/automake.in (preprocess_file) <DIST_BUILT_SOURCES>:
make the option name be "no-dist-built-sources",
per Options.pm and automake.texi; then set it with a single !.
* lib/am/distdir.am (distdir) [DIST_BUILT_SOURCES]: insert the
dependency on $(BUILT_SOURCES) when DIST_BUILT_SOURCES is true,
not false; i.e., sense was reversed.
* t/dist-no-built-sources.sh: edit the test configure.ac
in the no-dist-built-sources case. Rename the testopt value to
match the Automake option.
* NEWS: mention this.
NEWS
bin/automake.in
lib/am/distdir.am
t/dist-no-built-sources.sh