mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
Fix name of --enable-install-libbfd switch.
This commit is contained in:
parent
4d8728e16b
commit
c5d1701eae
@ -1,3 +1,11 @@
|
||||
2003-05-02 Charles Lepple <clepple@ghz.cc>
|
||||
Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* acinclude.m4: Fix name of --enable-install-libbfd switch.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Regenerate.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2003-05-01 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
|
||||
@ -1324,7 +1332,7 @@
|
||||
* libbfd.h: Regenerate.
|
||||
* reloc.c: Add s390 TLS relocations.
|
||||
|
||||
2003-01-24 Charles Lepple clepple.ghz.cc
|
||||
2003-01-24 Charles Lepple <clepple@ghz.cc>
|
||||
|
||||
* aclocal.m4: Fix name of --enable-install-libbfd switch.
|
||||
|
||||
|
@ -1748,10 +1748,9 @@ elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
|
||||
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h \
|
||||
elf32-target.h elf32-m68hc1x.h
|
||||
elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
|
||||
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
||||
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
|
||||
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h \
|
||||
elf32-target.h elf32-m68hc1x.h
|
||||
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
|
||||
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68hc11.h \
|
||||
$(INCDIR)/elf/reloc-macros.h elf32-target.h elf32-m68hc1x.h
|
||||
elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
|
||||
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
||||
$(INCDIR)/bfdlink.h elf32-target.h
|
||||
|
@ -127,7 +127,7 @@ AC_SUBST(INTLLIBS)
|
||||
AC_DEFUN([AM_INSTALL_LIBBFD],
|
||||
[AC_MSG_CHECKING([whether to install libbfd])
|
||||
AC_ARG_ENABLE(install-libbfd,
|
||||
[ --install-libbfd controls installation of libbfd and related headers],
|
||||
[ --enable-install-libbfd controls installation of libbfd and related headers],
|
||||
install_libbfd_p=$enableval,
|
||||
if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
|
||||
install_libbfd_p=yes
|
||||
|
18
bfd/aclocal.m4
vendored
18
bfd/aclocal.m4
vendored
@ -173,6 +173,24 @@ else
|
||||
$1_FALSE=
|
||||
fi])
|
||||
|
||||
#serial 1
|
||||
# This test replaces the one in autoconf.
|
||||
# Currently this macro should have the same name as the autoconf macro
|
||||
# because gettext's gettext.m4 (distributed in the automake package)
|
||||
# still uses it. Otherwise, the use in gettext.m4 makes autoheader
|
||||
# give these diagnostics:
|
||||
# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
|
||||
# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
|
||||
|
||||
undefine([AC_ISC_POSIX])
|
||||
|
||||
AC_DEFUN([AC_ISC_POSIX],
|
||||
[
|
||||
dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
|
||||
AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
|
||||
]
|
||||
)
|
||||
|
||||
# Do all the work for Automake. This macro actually does too much --
|
||||
# some checks are only needed if your package does certain things.
|
||||
# But this isn't really a big deal.
|
||||
|
966
bfd/configure
vendored
966
bfd/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user