summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-01-24 16:50:24 +0000
committerNick Clifton <nickc@redhat.com>2003-01-24 16:50:24 +0000
commit56bf43ede6ef0bfc3e9c6a45df97715b9ddecf5a (patch)
tree4e2a40358f35ca1d162cea7005bd654c11d6e470
parente377700c8106d961527e335fd32f4615a3c00631 (diff)
downloadbinutils-redhat-56bf43ede6ef0bfc3e9c6a45df97715b9ddecf5a.tar.gz
Fix name of --enable-install-libbfd switch.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/aclocal.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 75ee256ee0..caf133781c 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 <nickc@redhat.com>
* Add sh2e support:
diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4
index fd54b1b007..9e739ea773 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