diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-19 03:38:34 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-19 03:38:34 +0000 |
commit | d00b504cd40d82a9ff75dcdfa38dd17c8dcb4784 (patch) | |
tree | 56dd35785b73fc15504abf7384a8c821778714f6 /fixincludes | |
parent | c78cbec85ead213282b6beaf5815ce68aa6bdaa8 (diff) | |
download | gcc-d00b504cd40d82a9ff75dcdfa38dd17c8dcb4784.tar.gz |
2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4: Remove superfluous reference to accross.m4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99945 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/ChangeLog | 4 | ||||
-rw-r--r-- | fixincludes/aclocal.m4 | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 12901de214e..c0d2881445c 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Kelley Cook <kcook@gcc.gnu.org> + + * aclocal.m4: Remove superfluous reference to accross.m4. + 2005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net> * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. diff --git a/fixincludes/aclocal.m4 b/fixincludes/aclocal.m4 index 6f1679e009a..490df22641d 100644 --- a/fixincludes/aclocal.m4 +++ b/fixincludes/aclocal.m4 @@ -1,5 +1,4 @@ sinclude(../config/acx.m4) -sinclude(../config/accross.m4) sinclude(../config/gettext.m4) sinclude(../config/progtest.m4) |