mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
* cfg.mk (_autoreconf): Define, to avoid running autoreconf. (update-copyright-env): Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH to 999, not 79.
14 lines
395 B
Makefile
14 lines
395 B
Makefile
SED = sed
|
|
|
|
# autoreconf is unsupported in this package! Use autogen.sh instead.
|
|
_autoreconf = ./autogen.sh
|
|
|
|
# Avoid line breaks in Copyright lines.
|
|
update-copyright-env = \
|
|
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
|
|
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=999
|
|
|
|
# Disable a nonsensical maint.mk rule.
|
|
# See <https://lists.gnu.org/archive/html/bug-gnulib/2022-09/msg00074.html>.
|
|
gl_public_submodule_commit =
|