mirror of
https://github.com/openharmony/third_party_gettext.git
synced 2026-07-21 00:25:49 -04:00
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:
@@ -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 =
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user