]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Improve customizations.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Sep 2024 18:39:32 +0000 (20:39 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 29 Sep 2024 22:11:46 +0000 (00:11 +0200)
* cfg.mk (_autoreconf): Define, to avoid running autoreconf.
(update-copyright-env): Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH to 999, not 79.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 22bc6eee8cf740bdc790d258cd1b708652bc85db..db7d8252a80e160e8244b619a3ad9effe00f1b9f 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,8 +1,12 @@
-SED ?= sed
+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=79
+  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>.