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] Update bfd to autoconf 2.5x, take 2


neroden@fastmail.fm (Nathanael Nerode) writes:

> @@ -138,12 +139,15 @@
>        fi)
>    AC_MSG_RESULT($install_libbfd_p)
>    AM_CONDITIONAL(INSTALL_LIBBFD, test $install_libbfd_p = yes)
> +  # Need _noncanonical variables for this.
> +  ACX_HOST_NONCANONICAL
> +  ACX_TARGET_NONCANONICAL

They are spelled ACX_NONCANONICAL_HOST and ACX_NONCANONICAL_TARGET.
Committing as obvious.

Andreas.

2004-09-11  Andreas Schwab  <schwab@suse.de>

bfd/:
	* acinclude.m4: Fix spelling of ACX_NONCANONICAL_*.
	* aclocal.m4: Rebuild.
	* configure: Rebuild.

opcodes/:
	* configure: Rebuild.

--- bfd/acinclude.m4	31 Aug 2004 10:50:20 +0200	1.11
+++ bfd/acinclude.m4	11 Sep 2004 21:48:54 +0200	
@@ -140,8 +140,8 @@ AC_DEFUN([AM_INSTALL_LIBBFD],
   AC_MSG_RESULT($install_libbfd_p)
   AM_CONDITIONAL(INSTALL_LIBBFD, test $install_libbfd_p = yes)
   # Need _noncanonical variables for this.
-  ACX_HOST_NONCANONICAL
-  ACX_TARGET_NONCANONICAL
+  ACX_NONCANONICAL_HOST
+  ACX_NONCANONICAL_TARGET
   # libbfd.a is a host library containing target dependent code
   bfdlibdir='$(libdir)'
   bfdincludedir='$(includedir)'

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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