build: Install gettext.h with the LGPL license header, not with the GPL header.

Reported by Joachim Metz <joachim.metz@gmail.com>
in <https://lists.gnu.org/archive/html/bug-gettext/2012-09/msg00000.html>.

* gettext-tools/gnulib-lib/Makefile.am (gettextsrcdir, gettextsrc_DATA): Remove
variables.
* gnulib-local/Makefile.am (gettextsrcdir, gettextsrc_DATA): Define them here.
This commit is contained in:
Bruno Haible
2019-09-14 15:25:36 +02:00
parent 156106e98f
commit 7bd16d3603
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -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 =
+5
View File
@@ -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: