diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2004-09-11 20:22:51 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2004-09-11 20:22:51 +0000 |
commit | 2444313964c5d1ad331727ccebee6611838d3152 (patch) | |
tree | 75b85ccb030151180af481984d5b1f7e0f9d711d /bfd/aclocal.m4 | |
parent | 0759e0bf9a89a235737124c7aad9f63b35b817ed (diff) | |
download | gdb-2444313964c5d1ad331727ccebee6611838d3152.zip gdb-2444313964c5d1ad331727ccebee6611838d3152.tar.gz gdb-2444313964c5d1ad331727ccebee6611838d3152.tar.bz2 |
bfd/:
* acinclude.m4: Fix spelling of ACX_NONCANONICAL_*.
* aclocal.m4: Rebuild.
* configure: Rebuild.
opcodes/:
* configure: Rebuild.
Diffstat (limited to 'bfd/aclocal.m4')
-rw-r--r-- | bfd/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4 index 4926242..4759a9f 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)' |