This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] AM_INSTALL_LIBBFD: incorrect help text


Hi Charles,

> It looks like you patched aclocal.m4, but --enable-maintainer-mode
> seems to have pulled the old definition from acinclude.m4.
> 
> Am I correct in assuming that acinclude.m4 is the source file, and
> that aclocal.m4 is regenerated from acinclude.m4?

Oops - yes.

I will apply the patch below to fix this.

Daniel - I think that this might be one for the branch as well.  What
do you think ?

Cheers
        Nick

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.

Index: bfd/acinclude.m4
===================================================================
RCS file: /cvs/src/src/bfd/acinclude.m4,v
retrieving revision 1.7
diff -c -3 -p -w -r1.7 acinclude.m4
*** bfd/acinclude.m4	20 Dec 2002 00:09:54 -0000	1.7
--- bfd/acinclude.m4	2 May 2003 08:08:45 -0000
*************** AC_SUBST(INTLLIBS)
*** 127,133 ****
  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],
        install_libbfd_p=$enableval,
        if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
          install_libbfd_p=yes
--- 127,133 ----
  AC_DEFUN([AM_INSTALL_LIBBFD],
  [AC_MSG_CHECKING([whether to install libbfd])
    AC_ARG_ENABLE(install-libbfd,
! [  --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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]