* 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.
if test "$ac_cv_prog_cc_stdc" != no; then
AC_MSG_RESULT(yes)
AC_DEFINE(PROTOTYPES, 1,
- [Define if the C compiler supports function prototypes.])
+ [Define if the compiler supports function prototypes.])
else
AC_MSG_RESULT(no)
fi
if test "$ac_cv_prog_cc_stdc" != no; then
AC_MSG_RESULT(yes)
AC_DEFINE(PROTOTYPES, 1,
- [Define if the C compiler supports function prototypes.])
+ [Define if the compiler supports function prototypes.])
else
AC_MSG_RESULT(no)
fi
if test "$ac_cv_prog_cc_stdc" != no; then
AC_MSG_RESULT(yes)
AC_DEFINE(PROTOTYPES, 1,
- [Define if the C compiler supports function prototypes.])
+ [Define if the compiler supports function prototypes.])
else
AC_MSG_RESULT(no)
fi
if test "$ac_cv_prog_cc_stdc" != no; then
AC_MSG_RESULT(yes)
AC_DEFINE(PROTOTYPES, 1,
- [Define if the C compiler supports function prototypes.])
+ [Define if the compiler supports function prototypes.])
else
AC_MSG_RESULT(no)
fi