[PATCH] Update bfd to autoconf 2.5x, take 2

Andreas Schwab schwab@suse.de
Sat Sep 11 20:21:00 GMT 2004


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."



More information about the Binutils mailing list