From 08862f3c9732e5096e80e96fed3d916cb21ce399 Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Thu, 19 May 2005 03:38:34 +0000 Subject: [PATCH] aclocal.m4: Remove superfluous reference to accross.m4. 2005-05-19 Kelley Cook * aclocal.m4: Remove superfluous reference to accross.m4. From-SVN: r99945 --- fixincludes/ChangeLog | 4 ++++ fixincludes/aclocal.m4 | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 + + * aclocal.m4: Remove superfluous reference to accross.m4. + 2005-05-15 Gabriel Dos Reis * 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)