X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsys_time_h.m4;fp=m4%2Fsys_time_h.m4;h=b38e1bc5f1a38dd14fa56367f3e90708226ebaf6;hb=9acd7fad1a75d4a75232fd5ae4d9e8068f1d5f38;hp=fc29f88e5fba210bd4448f3df73e904bf26cb931;hpb=6fb8ffda3e174cd01655f87065f8ade6f536014d;p=gnulib.git diff --git a/m4/sys_time_h.m4 b/m4/sys_time_h.m4 index fc29f88e5..b38e1bc5f 100644 --- a/m4/sys_time_h.m4 +++ b/m4/sys_time_h.m4 @@ -9,8 +9,8 @@ AC_DEFUN([gl_HEADER_SYS_TIME_H], [ - dnl Use AC_REQUIRE here, so that the GETTIMEOFDAY_REPLACEMENT=0 statement - dnl below is expanded once only, before all GETTIMEOFDAY_REPLACEMENT=1 + dnl Use AC_REQUIRE here, so that the REPLACE_GETTIMEOFDAY=0 statement + dnl below is expanded once only, before all REPLACE_GETTIMEOFDAY=1 dnl statements that occur in other macros. AC_REQUIRE([gl_HEADER_SYS_TIME_H_BODY]) ]) @@ -50,8 +50,8 @@ AC_DEFUN([gl_HEADER_SYS_TIME_H_BODY], AC_SUBST([HAVE_STRUCT_TIMEVAL]) dnl Assume POSIX behavior unless another module says otherwise. - GETTIMEOFDAY_REPLACEMENT=0 - AC_SUBST([GETTIMEOFDAY_REPLACEMENT]) + REPLACE_GETTIMEOFDAY=0 + AC_SUBST([REPLACE_GETTIMEOFDAY]) if test $HAVE_SYS_TIME_H = 0 || test $HAVE_STRUCT_TIMEVAL = 0; then SYS_TIME_H=sys/time.h else