1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 17:18:45 +02:00

(_jm_STRFTIME_PREREQS): Require gl_FUNC_TZSET_CLOBBER.

This commit is contained in:
Jim Meyering
2003-06-08 17:42:31 +00:00
parent 45840e899f
commit 218d2a739c

View File

@@ -1,4 +1,4 @@
#serial 19
#serial 20
dnl This macro is intended to be used solely in this file.
dnl These are the prerequisite macros for GNU's strftime.c replacement.
@@ -18,6 +18,7 @@ AC_DEFUN([_jm_STRFTIME_PREREQS],
AC_TYPE_MBSTATE_T
AC_REQUIRE([gl_TM_GMTOFF])
AC_REQUIRE([gl_FUNC_TZSET_CLOBBER])
])
dnl From Jim Meyering.