diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-08-09 23:05:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-08-09 23:05:37 +0200 |
commit | 25361e4b2564623f57a5b338912b2f656bfc8d94 (patch) | |
tree | 7dd9fe4524f1e49897c4dd6d3569851df81e1bf5 /m4/time_h.m4 | |
parent | 18c73f8e2bc4a184db62a975fa5bf2fdf43453e1 (diff) |
Use Gnulib's `lib-symbol-versions' module.
* m4/gnulib-cache.m4: Add `lib-symbol-versions'.
Diffstat (limited to 'm4/time_h.m4')
-rw-r--r-- | m4/time_h.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/time_h.m4 b/m4/time_h.m4 index d42a635ec..16fefa197 100644 --- a/m4/time_h.m4 +++ b/m4/time_h.m4 @@ -1,7 +1,6 @@ # Configure a more-standard replacement for <time.h>. -# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software -# Foundation, Inc. +# Copyright (C) 2000-2001, 2003-2007, 2009 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -30,6 +29,7 @@ AC_DEFUN([gl_HEADER_TIME_H_DEFAULTS], dnl Otherwise, replace only if someone compiles with -DGNULIB_PORTCHECK; dnl this lets maintainers check for portability. REPLACE_LOCALTIME_R=GNULIB_PORTCHECK; AC_SUBST([REPLACE_LOCALTIME_R]) + REPLACE_MKTIME=GNULIB_PORTCHECK; AC_SUBST([REPLACE_MKTIME]) REPLACE_NANOSLEEP=GNULIB_PORTCHECK; AC_SUBST([REPLACE_NANOSLEEP]) REPLACE_STRPTIME=GNULIB_PORTCHECK; AC_SUBST([REPLACE_STRPTIME]) REPLACE_TIMEGM=GNULIB_PORTCHECK; AC_SUBST([REPLACE_TIMEGM]) |