Fix name of --enable-install-libbfd switch.
authorNick Clifton <nickc@redhat.com>
Fri, 24 Jan 2003 16:50:24 +0000 (16:50 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 24 Jan 2003 16:50:24 +0000 (16:50 +0000)
bfd/ChangeLog
bfd/aclocal.m4

index 75ee256ee063a7cc0876ab279112be81c422440e..caf133781cec54a24518b43bbb1be8b290f4fc08 100644 (file)
@@ -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:
index fd54b1b00705e56a1942e57c269cf3f6fbf832c3..9e739ea7737c5d8364700c2abbbc13024f168483 100644 (file)
@@ -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
This page took 0.027499 seconds and 4 git commands to generate.