From f49cf1c2920ce42a4442a82cc28cec2f16ee75a6 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 11 Sep 2004 20:22:51 +0000 Subject: bfd/: * acinclude.m4: Fix spelling of ACX_NONCANONICAL_*. * aclocal.m4: Rebuild. * configure: Rebuild. opcodes/: * configure: Rebuild. --- bfd/aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/aclocal.m4') diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4 index 4926242a6d..4759a9f2f6 100644 --- a/bfd/aclocal.m4 +++ b/bfd/aclocal.m4 @@ -152,8 +152,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)' -- cgit v1.2.1