autoconf/lib
Akim Demaille 907e198f7f Either we cross-compile the whole package, or we don't.
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.
2000-05-19 12:40:45 +00:00
..
autoconf Either we cross-compile the whole package, or we don't. 2000-05-19 12:40:45 +00:00
autoscan 1999-04-17 Paul Eggert <eggert@twinsun.com> 1999-04-22 21:38:24 +00:00
autotest Some `diff' refuse to diff with /dev/null, such as Tru64's. 2000-02-18 13:44:17 +00:00