From: Bruno Haible Date: Sun, 29 Sep 2024 18:39:32 +0000 (+0200) Subject: build: Improve customizations. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=23b3c788d40fdcebe0edfe173ee03348fadb798f;p=thirdparty%2Fgettext.git build: Improve customizations. * cfg.mk (_autoreconf): Define, to avoid running autoreconf. (update-copyright-env): Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH to 999, not 79. --- diff --git a/cfg.mk b/cfg.mk index 22bc6eee8..db7d8252a 100644 --- 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 .