From: Nick Clifton Date: Fri, 24 Jan 2003 16:50:24 +0000 (+0000) Subject: Fix name of --enable-install-libbfd switch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9aa4e50515b9a9bc8c8b408cde483d47e75669a8;p=binutils-gdb.git Fix name of --enable-install-libbfd switch. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 75ee256ee06..caf133781ce 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Charles Lepple clepple.ghz.cc + + * aclocal.m4: Fix name of --enable-install-libbfd switch. + 2003-01-23 Nick Clifton * Add sh2e support: diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4 index fd54b1b0070..9e739ea7737 100644 --- a/bfd/aclocal.m4 +++ b/bfd/aclocal.m4 @@ -139,7 +139,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