summaryrefslogtreecommitdiff
path: root/bfd/acinclude.m4
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2004-09-11 20:22:51 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2004-09-11 20:22:51 +0000
commitf49cf1c2920ce42a4442a82cc28cec2f16ee75a6 (patch)
tree1e43f22003eb28dffa5e93f19f2c20b10e433f38 /bfd/acinclude.m4
parent4abe30790ebe4c6e89db176c845a883aad32ae10 (diff)
downloadbinutils-redhat-f49cf1c2920ce42a4442a82cc28cec2f16ee75a6.tar.gz
bfd/:
* acinclude.m4: Fix spelling of ACX_NONCANONICAL_*. * aclocal.m4: Rebuild. * configure: Rebuild. opcodes/: * configure: Rebuild.
Diffstat (limited to 'bfd/acinclude.m4')
-rw-r--r--bfd/acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4
index 37028f951a..764c94bd65 100644
--- a/bfd/acinclude.m4
+++ b/bfd/acinclude.m4
@@ -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)'