diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-08 17:42:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-08 17:42:31 +0000 |
commit | 218d2a739c86e06763d45bdd7626acfc4e70dcd6 (patch) | |
tree | 1ece61694550816989517d89438200c3a1ffea5e /m4 | |
parent | 45840e899ffbab760f33af42c372126b1c8ff243 (diff) | |
download | coreutils-218d2a739c86e06763d45bdd7626acfc4e70dcd6.tar.xz |
(_jm_STRFTIME_PREREQS): Require gl_FUNC_TZSET_CLOBBER.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/strftime.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4 index d1f0a33cb..84a1996ae 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -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. |