largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and AC_CANONICAL_TARGET.

* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
	AC_CANONICAL_TARGET.

From-SVN: r154830
This commit is contained in:
Joseph Myers 2009-11-30 16:38:14 +00:00 committed by Joseph Myers
parent 66bdcfd655
commit 1feb57517d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-11-30 Joseph Myers <joseph@codesourcery.com>
* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
AC_CANONICAL_TARGET.
2009-11-24 Joel Brobecker <brobecker@adacore.com>
* zlib.m4: New file.

View File

@ -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.