From 3388710e183210d7e86b0fb8d0688c0808df7bde Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 30 Nov 2009 16:46:47 +0000 Subject: config: * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and AC_CANONICAL_TARGET. bfd: * configure: Regenerate. binutils: * configure: Regenerate. gas: * configure: Regenerate. gdb: * configure: Regenerate. gprof: * configure: Regenerate. ld: * configure: Regenerate. --- config/ChangeLog | 5 +++++ config/largefile.m4 | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index aa716ea..9e524fc 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2009-11-30 Joseph Myers + + * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and + AC_CANONICAL_TARGET. + 2009-11-24 Joel Brobecker * zlib.m4: New file. diff --git a/config/largefile.m4 b/config/largefile.m4 index 9449b12..4a88fd7 100644 --- a/config/largefile.m4 +++ b/config/largefile.m4 @@ -5,6 +5,11 @@ AC_DEFUN([ACX_LARGEFILE],[dnl +# The tests for host and target for $enable_largefile require +# canonical names. +AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_CANONICAL_TARGET]) + # As the $enable_largefile decision depends on --enable-plugins we must set it # even in directories otherwise not depending on the $plugins option. -- cgit v1.1