]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Factor the AC_PROG_<compiler>_WORKS macros.
authorAkim Demaille <akim@epita.fr>
Mon, 22 May 2000 08:38:45 +0000 (08:38 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 May 2000 08:38:45 +0000 (08:38 +0000)
commit51c52fbf657dafca8f35b86ff92978baf68491ef
treedf6f62ff709e984dd9d52430de64cd3a3492de4c
parent164b08eb76491898598d50d6d714327272159845
Factor the AC_PROG_<compiler>_WORKS macros.

* acgeneral.m4 (_AC_INIT_DEFAULTS): Set `cross_compiling'.
(AC_TRY_COMPILER): Remove.
* aclang.m4 (AC_PROG_CC_WORKS, AC_PROG_CXX_WORKS,
AC_PROG_F77_WORKS): Removed.
(_AC_LANG_COMPILER_WORKS): New macro.
(AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): Adjust.
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/lang.m4