diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-18 08:55:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-18 08:55:06 +0000 |
commit | a86a761e17b1c3a3591fc01f818776a00482218f (patch) | |
tree | 205e83c2edce5f42de3eb26f52a3c0d03a34e620 | |
parent | 14865d76081f439683dd79295e308a9acd7dd9be (diff) | |
download | fsf-binutils-gdb-a86a761e17b1c3a3591fc01f818776a00482218f.zip fsf-binutils-gdb-a86a761e17b1c3a3591fc01f818776a00482218f.tar.gz fsf-binutils-gdb-a86a761e17b1c3a3591fc01f818776a00482218f.tar.bz2 |
* MAINTAINERS: Replace reference to configure.in with reference to configure.ac.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | MAINTAINERS | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-04-18 Nick Clifton <nickc@redhat.com> + + * MAINTAINERS: Replace reference to configure.in with reference to + configure.ac. + 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com> * configure.ac (cr16-*-*): Add case for cr16 target and include gdb diff --git a/MAINTAINERS b/MAINTAINERS index b74ae14..3c2c6f1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4,7 +4,7 @@ Please do not make ChangeLog entries. COPYING, COPYING.LIB, README http://gnu.org. -Makefile.*; configure; configure.in; src-release +Makefile.*; configure; configure.ac; src-release Any global maintainer can approve changes to these files, but they should be aware that they need to be kept in sync with their counterparts in the GCC |