diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-05-19 03:38:34 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-05-19 03:38:34 +0000 |
commit | 08862f3c9732e5096e80e96fed3d916cb21ce399 (patch) | |
tree | 56dd35785b73fc15504abf7384a8c821778714f6 | |
parent | 128a79fb0142757127a8ded0635ce6f4f94ecbba (diff) | |
download | gcc-08862f3c9732e5096e80e96fed3d916cb21ce399.zip gcc-08862f3c9732e5096e80e96fed3d916cb21ce399.tar.gz gcc-08862f3c9732e5096e80e96fed3d916cb21ce399.tar.bz2 |
aclocal.m4: Remove superfluous reference to accross.m4.
2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4: Remove superfluous reference to accross.m4.
From-SVN: r99945
-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 12901de..c0d2881 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 6f1679e..490df22 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) |