1dnl $MirOS: src/gnu/usr.bin/binutils/opcodes/acinclude.m4,v 1.2 2005/03/13 16:07:12 tg Exp $
2
3sinclude(../bfd/acinclude.m4)
4
5dnl sinclude(../libtool.m4) already included in bfd/acinclude.m4
6dnl The lines below arrange for aclocal not to bring libtool.m4
7dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
8dnl to add a definition of LIBTOOL to Makefile.in.
9ifelse(yes,no,[
10AC_DEFUN([AM_PROG_LIBTOOL],)
11AC_DEFUN([AM_DISABLE_SHARED],)
12AC_SUBST(LIBTOOL)
13])
14
15dnl AM_INSTALL_LIBBFD already included in bfd/acinclude.m4
16ifelse(yes,no,[
17AC_DEFUN([AM_INSTALL_LIBBFD],)
18AC_SUBST(bfdlibdir)
19AC_SUBST(bfdincludedir)
20])
21