Makefile.am: Improve ergonomics for maintainer.

* Makefile.am: Add "filename-length-max=99" to `AUTOMAKE_OPTIONS` macro
  so that a "dist" build fails if the file names get too long for a V7
  tar archive.  Consequently, the build should now fail earlier if
  "distcheck" would fail because test scripts are missing because their
  file names were too long to be archived.  See the GNU Automake 1.16.3
  manual, §17.2 "List of Automake options".
This commit is contained in:
G. Branden Robinson 2026-01-21 12:20:55 -06:00
parent e5cdb7f2da
commit 2889574580
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2026-01-21 G. Branden Robinson <g.branden.robinson@gmail.com>
* Makefile.am: Add "filename-length-max=99" to
`AUTOMAKE_OPTIONS` macro so that a "dist" build fails if the
file names get too long for a V7 tar archive. Consequently, the
build should now fail earlier if "distcheck" would fail because
test scripts are missing because their file names were too long
to be archived. See the GNU Automake 1.16.3 manual, §17.2 "List
of Automake options".
2026-01-20 Bruno Haible <bruno@clisp.org>
* src/libs/libgroff/libgroff.am: Drop `libgroff_a_LIBADD` macro

View File

@ -544,7 +544,7 @@ REVISION = `echo $(VERSION) | cut -d . -f 3`
# Initialize Automake variables we haven't already handled; see section
# "3.8 Modifying the build rules of a Gnulib import directory" in the
# Gnulib manual.
AUTOMAKE_OPTIONS =
AUTOMAKE_OPTIONS = filename-length-max=99
SUBDIRS =
noinst_HEADERS =
noinst_LTLIBRARIES =