Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-02-17 08:36:27 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-02-17 08:36:27 +0300
commit725e3a68d8240c821b898eed8418c2c815aba2fd (patch)
tree6351b0f7857c3d35482acb0de2e0121b10481526 /libgc
parent3d355a8db8013d2ed70f365766835cfe7f22d7cd (diff)
* acinclude.m4: Don't include distributed libtool.m4.
(Try a possible fix for PPC buildbot breakage) svn path=/trunk/mono/; revision=40789
Diffstat (limited to 'libgc')
-rw-r--r--libgc/ChangeLog3
-rw-r--r--libgc/acinclude.m42
2 files changed, 3 insertions, 2 deletions
diff --git a/libgc/ChangeLog b/libgc/ChangeLog
index ed886bf09c4..f9ea2748d3f 100644
--- a/libgc/ChangeLog
+++ b/libgc/ChangeLog
@@ -1,4 +1,7 @@
+2005-02-17 Raja R Harinath <rharinath@novell.com>
+ * acinclude.m4: Don't include distributed libtool.m4.
+
Wed Feb 16 22:30:54 CET 2005 Paolo Molaro <lupus@ximian.com>
* alloc.c: tune the code to collect instead of expanding
diff --git a/libgc/acinclude.m4 b/libgc/acinclude.m4
index 72602a0040b..510967b4f4c 100644
--- a/libgc/acinclude.m4
+++ b/libgc/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)