]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Re-enable the old behavior of --host and --build.
authorAkim Demaille <akim@epita.fr>
Fri, 30 Jun 2000 13:34:37 +0000 (13:34 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 30 Jun 2000 13:34:37 +0000 (13:34 +0000)
commitcb2e761b8e1181f97e8e09d85526bd22078433db
tree9ce514e68a1014e6171e8ff2d633b4fe913cb313
parent7a02111aa3f5e5ad5fd5eff37e118da935dcc61e
Re-enable the old behavior of --host and --build.

* acgeneral.m4 (build_alias): Set to host_alias if --build is not
given but --host is, and enable cross-compile auto-detection.  If
both are, and are different, enable cross compilation.
(AC_CANONICAL_HOST): Adjust help message.
(cross_compiling): Enclose in quotes when testing.
* aclang.m4 (_AC_LANG_COMPILER_WORKS): If cross_compiling is
maybe, set it to yes or no depending on the result of the
execution test.
* doc/autoconf.texi: Document the change.
* doc/install.texi: Likewise.
ChangeLog
acgeneral.m4
aclang.m4
doc/autoconf.texi
doc/install.texi
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/general.m4
lib/autoconf/lang.m4