* acinclude.m4: Include libtool and gettext macros from the
[deliverable/binutils-gdb.git] / opcodes / acinclude.m4
CommitLineData
252b5132 1sinclude(../bfd/acinclude.m4)
ac48eca1
AO
2
3dnl sinclude(../libtool.m4) already included in bfd/acinclude.m4
4dnl The lines below arrange for aclocal not to bring libtool.m4
5dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
6dnl to add a definition of LIBTOOL to Makefile.in.
7ifelse(yes,no,[
8AC_DEFUN([AM_PROG_LIBTOOL],)
9AC_DEFUN([AM_DISABLE_SHARED],)
10AC_SUBST(LIBTOOL)
11])
12
13dnl sinclude(../gettext.m4) already included in bfd/acinclude.m4
14ifelse(yes,no,[
15AC_DEFUN([CY_WITH_NLS],)
16AC_SUBST(INTLLIBS)
17])
This page took 0.064915 seconds and 4 git commands to generate.