mirror of
https://github.com/openharmony/third_party_gettext.git
synced 2026-07-21 00:25:49 -04:00
build: Use Automake 'subdir-objects' option
* gettext-runtime/tests/Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'. * gettext-tools/libgettextpo/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/libgrep/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/src/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
This commit is contained in:
committed by
Daiki Ueno
parent
73acab3942
commit
ebc4471604
@@ -1,3 +1,8 @@
|
||||
2014-04-22 Roumen Petrov <bugtrack@roumenpetrov.info> (tiny change)
|
||||
|
||||
build: Use Automake 'subdir-objects' option
|
||||
* Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'.
|
||||
|
||||
2012-12-25 Daiki Ueno <ueno@gnu.org>
|
||||
|
||||
* gettext-0.18.2 released.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests
|
||||
AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
|
||||
EXTRA_DIST =
|
||||
|
||||
TESTS = test-lock
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2014-04-22 Roumen Petrov <bugtrack@roumenpetrov.info> (tiny change)
|
||||
|
||||
build: Use Automake 'subdir-objects' option
|
||||
* Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'.
|
||||
|
||||
2013-04-26 Daiki Ueno <ueno@gnu.org>
|
||||
|
||||
Support for Python brace format.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
|
||||
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies subdir-objects
|
||||
EXTRA_DIST =
|
||||
BUILT_SOURCES =
|
||||
MOSTLYCLEANFILES = core *.stackdump
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2014-04-22 Roumen Petrov <bugtrack@roumenpetrov.info> (tiny change)
|
||||
|
||||
build: Use Automake 'subdir-objects' option
|
||||
* Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'.
|
||||
|
||||
2013-12-05 Ivailo <xakepa10@gmail.com> (tiny change)
|
||||
|
||||
libgrep: Fix issues detected by gcc -Wformat-security
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
|
||||
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies subdir-objects
|
||||
EXTRA_DIST =
|
||||
BUILT_SOURCES =
|
||||
MOSTLYCLEANFILES = core *.stackdump
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2014-04-22 Roumen Petrov <bugtrack@roumenpetrov.info> (tiny change)
|
||||
|
||||
build: Use Automake 'subdir-objects' option
|
||||
* Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'.
|
||||
|
||||
2014-04-21 Daiki Ueno <ueno@gnu.org>
|
||||
|
||||
msgfilter: Fix single quote handling in the quot filter
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
|
||||
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies subdir-objects
|
||||
EXTRA_DIST =
|
||||
MOSTLYCLEANFILES = core *.stackdump
|
||||
CLEANFILES =
|
||||
|
||||
Reference in New Issue
Block a user