diff options
author | Richard Guenther <rguenther@suse.de> | 2009-10-26 16:05:36 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2009-10-26 16:05:36 +0000 |
commit | 03428d41b13382c2772efba5d1d2582312afbd40 (patch) | |
tree | a321ee8a0b91dd5c9bd73d23dcb769b9cb30cf03 /lto-plugin/ChangeLog | |
parent | 3dd1bb6a6fa4077a2af7924bd70e3bad6f126b42 (diff) | |
download | gcc-03428d41b13382c2772efba5d1d2582312afbd40.tar.gz |
configure.ac: Use AM_MAINTAINER_MODE.
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.
From-SVN: r153556
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 8 |
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 |