From: Raja R Harinath Date: Thu, 17 Feb 2005 05:36:27 +0000 (+0000) Subject: * acinclude.m4: Don't include distributed libtool.m4. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89390bdf8d36eb02a07638728820f14a942eb231;p=gc * acinclude.m4: Don't include distributed libtool.m4. (Try a possible fix for PPC buildbot breakage) svn path=/trunk/mono/; revision=40789 --- diff --git a/ChangeLog b/ChangeLog index 052fff6a..4b6d7ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ +2005-02-17 Raja R Harinath + * acinclude.m4: Don't include distributed libtool.m4. + Wed Feb 16 22:30:54 CET 2005 Paolo Molaro * alloc.c: tune the code to collect instead of expanding diff --git a/acinclude.m4 b/acinclude.m4 index 72602a00..510967b4 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -45,5 +45,3 @@ AC_DEFUN(GC_SET_VERSION, [ AC_MSG_RESULT(major=$GC_VERSION_MAJOR minor=$GC_VERSION_MINOR \ ${GC_ALPHA_VERSION:+alpha=}$GC_ALPHA_VERSION) ]) - -sinclude(libtool.m4)