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.
This commit is contained in:
parent
c84fd8fe23
commit
cfdd76f143
|
@ -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>
|
2009-11-24 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* zlib.m4: New file.
|
* zlib.m4: New file.
|
||||||
|
|
|
@ -5,6 +5,11 @@
|
||||||
|
|
||||||
AC_DEFUN([ACX_LARGEFILE],[dnl
|
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
|
# As the $enable_largefile decision depends on --enable-plugins we must set it
|
||||||
# even in directories otherwise not depending on the $plugins option.
|
# even in directories otherwise not depending on the $plugins option.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue