summaryrefslogtreecommitdiff
path: root/boehm-gc/acinclude.m4
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-10 07:43:14 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-10 07:43:14 +0000
commit652f285bfd9e6b3fee5e62d5bc3518a02ba52ecb (patch)
treee5b6ba83991b7298cf557e880591a14fa73c67a6 /boehm-gc/acinclude.m4
parent13882a09bba338557a3d26c26419f9cbfd92c70c (diff)
downloadgcc-652f285bfd9e6b3fee5e62d5bc3518a02ba52ecb.tar.gz
* acinclude.m4: Include libtool macros from the top level.
* aclocal.m4, configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36287 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r--boehm-gc/acinclude.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4
index 6491f994143..fc1e0e80156 100644
--- a/boehm-gc/acinclude.m4
+++ b/boehm-gc/acinclude.m4
@@ -155,3 +155,9 @@ AC_SUBST(BOEHM_GC_CFLAGS)
]))
))))
+
+sinclude(../libtool.m4)
+dnl The line below arranges for aclocal not to bring a definition of
+dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
+dnl to add a definition of LIBTOOL to Makefile.in.
+ifelse(yes,no,[AC_DEFUN([AM_PROG_LIBTOOL],[AC_SUBST(LIBTOOL)])])