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
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/acinclude.m4
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/acinclude.m4')
-rw-r--r--libgc/acinclude.m42
1 files changed, 0 insertions, 2 deletions
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)