From 7bd16d3603bc4011628d4e39abb7fdcbdbe36d5b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 14 Sep 2019 15:25:36 +0200 Subject: [PATCH] build: Install gettext.h with the LGPL license header, not with the GPL header. Reported by Joachim Metz in . * gettext-tools/gnulib-lib/Makefile.am (gettextsrcdir, gettextsrc_DATA): Remove variables. * gnulib-local/Makefile.am (gettextsrcdir, gettextsrc_DATA): Define them here. --- gettext-tools/gnulib-lib/Makefile.am | 3 --- gnulib-local/Makefile.am | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gettext-tools/gnulib-lib/Makefile.am b/gettext-tools/gnulib-lib/Makefile.am index 212669977..e2a935df9 100644 --- a/gettext-tools/gnulib-lib/Makefile.am +++ b/gettext-tools/gnulib-lib/Makefile.am @@ -31,9 +31,6 @@ noinst_LTLIBRARIES = # Extra files to be installed. -gettextsrcdir = $(datadir)/gettext -gettextsrc_DATA = gettext.h - # Where to install javaversion.class. pkgdatadir = $(datadir)/gettext pkgdata_DATA = diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index a2fcfbb7e..9247c1c19 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -178,4 +178,9 @@ modules/xalloc-die \ modules/xerror \ modules/xgetcwd +# Extra files to be installed. + +gettextsrcdir = $(datadir)/gettext +gettextsrc_DATA = lib/gettext.h + maintainer-update-po: -- 2.47.3