diff options
author | Andreas Schwab <schwab@suse.de> | 2004-09-11 20:22:51 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-09-11 20:22:51 +0000 |
commit | b93e641d3ab5fece86538d79e0f0f5dadf05c15e (patch) | |
tree | c49f794d016bca504087076459296138ecbd2648 /bfd/acinclude.m4 | |
parent | f342b1a5355061107d0cc76cfa233a5395a55081 (diff) | |
download | gdb-b93e641d3ab5fece86538d79e0f0f5dadf05c15e.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.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4 index 37028f951a0..764c94bd65b 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)' |