mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
907e198f7f
Using --host enables cross-compilation. * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `--host' enables cross compilation. (AC_CANONICAL_BUILD): The help string should explicitly mention cross compilation. * aclang.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Fortran 77)): Don't set `cross_compiling'. (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): Run your `WORK' partner only if not cross-compiling. (AC_PROG_CC_WORKS, AC_PROG_CXX_WORKS, AC_PROG_F77_WORKS): If does not work, don't assume an implicit cross-compilation: fail. * doc/autoconf.texi: Adjust. |
||
---|---|---|
.. | ||
autoconf.texi | ||
install.texi | ||
make-stds.texi | ||
Makefile.am | ||
Makefile.in | ||
mdate-sh | ||
standards.texi | ||
texinfo.tex |