From ebc44716045b6be4e4bba86d03bf1065bb5df506 Mon Sep 17 00:00:00 2001 From: Roumen Petrov Date: Sun, 26 Jan 2014 18:53:43 +0200 Subject: [PATCH] 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. --- gettext-runtime/tests/ChangeLog | 5 +++++ gettext-runtime/tests/Makefile.am | 2 +- gettext-tools/libgettextpo/ChangeLog | 5 +++++ gettext-tools/libgettextpo/Makefile.am | 2 +- gettext-tools/libgrep/ChangeLog | 5 +++++ gettext-tools/libgrep/Makefile.am | 2 +- gettext-tools/src/ChangeLog | 5 +++++ gettext-tools/src/Makefile.am | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/gettext-runtime/tests/ChangeLog b/gettext-runtime/tests/ChangeLog index 029a373d8..11e5c0417 100644 --- a/gettext-runtime/tests/ChangeLog +++ b/gettext-runtime/tests/ChangeLog @@ -1,3 +1,8 @@ +2014-04-22 Roumen Petrov (tiny change) + + build: Use Automake 'subdir-objects' option + * Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'. + 2012-12-25 Daiki Ueno * gettext-0.18.2 released. diff --git a/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am index f3c0d28eb..6ebedda30 100644 --- a/gettext-runtime/tests/Makefile.am +++ b/gettext-runtime/tests/Makefile.am @@ -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 diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 99f883b47..5e110fd6c 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,8 @@ +2014-04-22 Roumen Petrov (tiny change) + + build: Use Automake 'subdir-objects' option + * Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'. + 2013-04-26 Daiki Ueno Support for Python brace format. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 69f0bfeca..ac0fcf2bb 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -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 diff --git a/gettext-tools/libgrep/ChangeLog b/gettext-tools/libgrep/ChangeLog index 2e3f36db9..80e4837e0 100644 --- a/gettext-tools/libgrep/ChangeLog +++ b/gettext-tools/libgrep/ChangeLog @@ -1,3 +1,8 @@ +2014-04-22 Roumen Petrov (tiny change) + + build: Use Automake 'subdir-objects' option + * Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'. + 2013-12-05 Ivailo (tiny change) libgrep: Fix issues detected by gcc -Wformat-security diff --git a/gettext-tools/libgrep/Makefile.am b/gettext-tools/libgrep/Makefile.am index 0c9139f2d..99b71c081 100644 --- a/gettext-tools/libgrep/Makefile.am +++ b/gettext-tools/libgrep/Makefile.am @@ -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 diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index d0104b7bf..4b0f4d312 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2014-04-22 Roumen Petrov (tiny change) + + build: Use Automake 'subdir-objects' option + * Makefile.am (AUTOMAKE_OPTIONS): Add 'subdir-objects'. + 2014-04-21 Daiki Ueno msgfilter: Fix single quote handling in the quot filter diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 3d50c7112..28e30f2ce 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -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 = -- 2.47.3