time: Fix missing initialization of HAVE_TIMEZONE_T.
commit2511522d3b59597e8e43e88fdc894d6544c409fb
authorBruno Haible <bruno@clisp.org>
Wed, 10 May 2017 22:27:52 +0000 (11 00:27 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 May 2017 22:27:52 +0000 (11 00:27 +0200)
tree278846d742ac6a68cb05d6f72a50ccec7d60de12
parentf16bb1a764c350cd9adf9f40b47ae93fb5660262
time: Fix missing initialization of HAVE_TIMEZONE_T.

* m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEZONE_T
here...
* m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): ... not here.
* m4/time_rz.m4 (gl_TIME_RZ): Require gl_HEADER_TIME_H_DEFAULTS, not
gl_HEADER_SYS_TIME_H_DEFAULTS.
* modules/time_rz (Depends-on): Add 'time'. Remove useless quoting.
(configure.ac): Remove useless quoting.
ChangeLog
m4/sys_time_h.m4
m4/time_h.m4
m4/time_rz.m4
modules/time_rz