summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Briegel <briegel@zone42.de>2009-04-07 23:16:01 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-04-07 23:16:01 +0200
commitdd8b2944b9217841c2c232c3f2794c3f6296e3a2 (patch)
tree219952a096a5b5a530339ff6bd1a90072cc11230 /ChangeLog
parentaea50a7d8a813dbda53a8fedec284cf7bf4221c2 (diff)
downloadautomake-dd8b2944b9217841c2c232c3f2794c3f6296e3a2.tar.gz
Fix renamed objects with subdir-objects and other languages.
* automake.in: Fixed bug when building with renamed objects and foreign languages. * tests/suffix13.test: New test. * tests/Makefile.am: Adjust. * THANKS: Update. Reports by Florian Briegel and Stepan Kasal. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e57410886..d5e8ba3af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-04-07 Florian Briegel <briegel@zone42.de> (tiny change)
+ Stepan Kasal <skasal@redhat.com>
+ Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Fix renamed objects with subdir-objects and other languages.
+ * automake.in: Fixed bug when building with renamed objects
+ and foreign languages.
+ * tests/suffix13.test: New test.
+ * tests/Makefile.am: Adjust.
+ * THANKS: Update.
+ Reports by Florian Briegel and Stepan Kasal.
+
2009-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Do not remove texinfo outputs upon mostlyclean.