autoconf/lib
Akim Demaille e9021957ad * aclang.m4 (_AC_PROG_CC_G): Use the _AC_COMPILE_IFELSE macro
instead of reinventing the wheel. This also takes care of a bug
where the "-g" option was accepted if the compiler silently exits
with status unequal to 0.
(_AC_PROG_CXX_G): Likewise.
(AC_PROG_CC): As _AC_PROG_CC_G depends on $ac_objext and
$ac_exeext, move the expansion of _AC_OBJEXT and _AC_EXEEXT in
front of _AC_PROG_CC_G.
(AC_PROG_CXX, AC_PROG_F77): Likewise.
2000-10-18 16:18:18 +00:00
..
autoconf * aclang.m4 (_AC_PROG_CC_G): Use the _AC_COMPILE_IFELSE macro 2000-10-18 16:18:18 +00:00
autoscan * acfunctions.m4 (_AC_LIBOBJ_STRTOD, AC_FUNC_STRTOD, 2000-08-01 11:16:33 +00:00
autotest * tests/atgeneral.m4 (AT_INIT): Avoid foo="bar", foo=bar is 2000-10-18 12:42:20 +00:00