diff options
-rw-r--r-- | gettext-runtime/tests/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/tests/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-tools/libgrep/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/libgrep/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-tools/src/ChangeLog | 5 | ||||
-rw-r--r-- | 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 029a373..11e5c04 100644 --- a/gettext-runtime/tests/ChangeLog +++ b/gettext-runtime/tests/ChangeLog @@ -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. diff --git a/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am index f3c0d28..6ebedda 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 99f883b..5e110fd 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -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. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 69f0bfe..ac0fcf2 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 2e3f36d..80e4837 100644 --- a/gettext-tools/libgrep/ChangeLog +++ b/gettext-tools/libgrep/ChangeLog @@ -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 diff --git a/gettext-tools/libgrep/Makefile.am b/gettext-tools/libgrep/Makefile.am index 0c9139f..99b71c0 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 d0104b7..4b0f4d3 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -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 diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 3d50c71..28e30f2 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 = |