Patrice Dumas <[EMAIL PROTECTED]> writes:

> There is no rpl_mktime defined in mktime.c, although in gl_FUNC_MKTIME
> there is
>
> AC_DEFUN([gl_FUNC_MKTIME],
> [
>   AC_REQUIRE([AC_FUNC_MKTIME])
>   if test $ac_cv_func_working_mktime = no; then
>     AC_DEFINE(mktime, rpl_mktime,

Doesn't this cause the 'mktime' in mktime.c to be replaced by 'rpl_mktime'?
Similarly for strtod.


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to