summaryrefslogtreecommitdiff
path: root/lto-plugin/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-26 16:05:36 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-26 16:05:36 +0000
commitc5be59fe41314ca3c22155f41e40d745f414d707 (patch)
treea321ee8a0b91dd5c9bd73d23dcb769b9cb30cf03 /lto-plugin/ChangeLog
parentc4b07488c46206e84b9f9fe3e6d0d14cd88efaf3 (diff)
downloadgcc-c5be59fe41314ca3c22155f41e40d745f414d707.tar.gz
2009-10-26 Richard Guenther <rguenther@suse.de>
* configure.ac: Use AM_MAINTAINER_MODE. * acinclude.m4: Remove. * configure: Re-generate. * Makefile.in: Likewise. * aclocal.m4: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153556 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r--lto-plugin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 110c79e93ad..14cd0874971 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-26 Richard Guenther <rguenther@suse.de>
+
+ * configure.ac: Use AM_MAINTAINER_MODE.
+ * acinclude.m4: Remove.
+ * configure: Re-generate.
+ * Makefile.in: Likewise.
+ * aclocal.m4: Likewise.
+
2009-10-19 Rafael Avila de Espindola <espindola@google.com>
PR40790