From 8c9c6005552d8e8b11046f051ae2f791c3b15083 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 23 Oct 2024 13:27:07 +0200 Subject: [PATCH] build: Simplify. * gettext-tools/Makefile.am (gettextsrcdir): Remove variable. (pkgdata_SCRIPTS): Renamed from gettextsrc_SCRIPTS. --- gettext-tools/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 274b9d41a..8b334005b 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -28,8 +28,7 @@ DISTCLEANFILES = build-aux/xml-validate-10 build-aux/xml-validate-11 # Files installed for use by gettextize. -gettextsrcdir = $(datadir)/gettext -gettextsrc_SCRIPTS = ../build-aux/config.rpath +pkgdata_SCRIPTS = ../build-aux/config.rpath # Files installed for the examples. -- 2.47.2