X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Facinclude.m4;h=b014ef3a8c0fbc7278d81d54983f4699a9406ca2;hb=efba5c2319d6c25393e5cce9a2d30bbc0cb53123;hp=95e3d4a702d3eae56e3c289eb01954b707970f98;hpb=2ba49b590ddf5e7634ce71e436ccf6e119b0bb10;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4 index 95e3d4a702..b014ef3a8c 100644 --- a/bfd/acinclude.m4 +++ b/bfd/acinclude.m4 @@ -1,6 +1,20 @@ -sinclude(../config/acx.m4) -sinclude(../bfd/bfd.m4) -sinclude(../bfd/warning.m4) +dnl +dnl Copyright (C) 2012-2020 Free Software Foundation, Inc. +dnl +dnl This file is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; see the file COPYING3. If not see +dnl . +dnl dnl See whether we need to use fopen-bin.h rather than fopen-same.h. AC_DEFUN([BFD_BINARY_FOPEN], @@ -45,22 +59,6 @@ else fi AC_SUBST(EXEEXT_FOR_BUILD)])dnl -sinclude(../libtool.m4) -dnl The lines below arrange for aclocal not to bring libtool.m4 -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_DEFUN([AM_DISABLE_SHARED],) -AC_SUBST(LIBTOOL) -]) - -sinclude(../gettext.m4) -ifelse(yes,no,[ -AC_DEFUN([CY_WITH_NLS],) -AC_SUBST(INTLLIBS) -]) - AC_DEFUN([AM_INSTALL_LIBBFD], [AC_MSG_CHECKING([whether to install libbfd]) AC_ARG_ENABLE(install-libbfd, @@ -84,6 +82,8 @@ AC_DEFUN([AM_INSTALL_LIBBFD], bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include' fi AC_SUBST(bfdlibdir) + AM_SUBST_NOTMAKE(bfdlibdir) AC_SUBST(bfdincludedir) + AM_SUBST_NOTMAKE(bfdincludedir) ] )