]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/binutils/ld/acinclude.m4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / binutils / ld / 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_SUBST(LIBTOOL)
10 ])
11
12 dnl sinclude(../gettext.m4) already included in bfd/acinclude.m4
13 ifelse(yes,no,[
14 AC_DEFUN([CY_WITH_NLS],)
15 AC_SUBST(INTLLIBS)
16 ])