Configury changes: update src repository (binutils, gdb, and rda) to use
[deliverable/binutils-gdb.git] / opcodes / acinclude.m4
1 sinclude(../bfd/acinclude.m4)
2
3 dnl sinclude(../libtool.m4) already included in bfd/acinclude.m4
4 dnl The lines below arrange for aclocal not to bring libtool.m4
5 dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
6 dnl to add a definition of LIBTOOL to Makefile.in.
7 ifelse(yes,no,[
8 AC_DEFUN([AM_PROG_LIBTOOL],)
9 AC_DEFUN([AM_DISABLE_SHARED],)
10 AC_SUBST(LIBTOOL)
11 ])
12
13 dnl AM_INSTALL_LIBBFD already included in bfd/acinclude.m4
14 ifelse(yes,no,[
15 AC_DEFUN([AM_INSTALL_LIBBFD],)
16 AC_SUBST(bfdlibdir)
17 AC_SUBST(bfdincludedir)
18 ])
This page took 0.030658 seconds and 4 git commands to generate.