~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/time_h.m4

  • Committer: rm
  • Date: 2009-07-28 00:45:16 UTC
  • mto: (1093.7.2 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1105.
  • Revision ID: rm@ralph.local-20090728004516-ewvbfbcpc9dnl9hu
fix for gnulib mktime test & replacement (adaptation of patch from Bruno Haible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  dnl Otherwise, replace only if someone compiles with -DGNULIB_PORTCHECK;
31
31
  dnl this lets maintainers check for portability.
32
32
  REPLACE_LOCALTIME_R=GNULIB_PORTCHECK;  AC_SUBST([REPLACE_LOCALTIME_R])
 
33
  REPLACE_MKTIME=GNULIB_PORTCHECK;       AC_SUBST([REPLACE_MKTIME])
33
34
  REPLACE_NANOSLEEP=GNULIB_PORTCHECK;    AC_SUBST([REPLACE_NANOSLEEP])
34
35
  REPLACE_STRPTIME=GNULIB_PORTCHECK;     AC_SUBST([REPLACE_STRPTIME])
35
36
  REPLACE_TIMEGM=GNULIB_PORTCHECK;       AC_SUBST([REPLACE_TIMEGM])