From: Bruno Haible Date: Sat, 14 Sep 2019 13:25:36 +0000 (+0200) Subject: build: Install gettext.h with the LGPL license header, not with the GPL header. X-Git-Tag: v0.20.2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c742ad8c7150a367be3fbc008fb15aaa97ca8496;p=thirdparty%2Fgettext.git 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. --- 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: