diff options
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r-- | boehm-gc/acinclude.m4 | 6 |
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)])]) |