autoconf/lib
Akim Demaille 41ec08f9ed When running
AC_INIT
AC_PROG_CC
AC_LANG_COMPILER_REQUIRE
AC_PROG_CC is expanded twice, because AC_PROG_CC provides
`AC_PROG_CC', and not `AC_LANG_COMPILER(C)' as expected by
AC_LANG_COMPILER_REQUIRE.
* aclang.m4 (AC_LANG_COMPILER(C)): Instead of calling AC_PROG_CC,
require it.
(AC_LANG_COMPILER(C++), AC_LANG_COMPILER(Fortran 77)): Likewise.
2000-11-10 10:57:34 +00:00
..
autoconf When running 2000-11-10 10:57:34 +00:00
autoscan * acfunctions.m4 (_AC_LIBOBJ_STRTOD, AC_FUNC_STRTOD, 2000-08-01 11:16:33 +00:00
autotest * acgeneral.m4 (_AC_COMPUTE_INT_COMPILE): Use ":" instead of 2000-11-09 18:59:18 +00:00
m4sugar * m4sh.m4 (AS_MKDIR_P, AS_DIRNAME_SED): Don't shell quote $1. 2000-11-10 10:14:44 +00:00