mktime: Respect rules for use of AC_LIBOBJ.
authorBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 14:14:17 +0000 (16:14 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:34 +0000 (00:06 +0200)
commit9e3a6def62b0836671abfbb74b55f3d580a8998f
tree44130ebcc82664c08846009e573cde36d58fc368
parent78cb09bd3634a3d183f1e9422c9eb990f27e358c
mktime: Respect rules for use of AC_LIBOBJ.

* m4/mktime.m4 (AC_FUNC_MKTIME): Remove macro.
(gl_FUNC_MKTIME): Inline it here. Set gl_cv_func_working_mktime. Move
AC_LIBOBJ and gl_PREREQ_MKTIME invocations from here...
(gl_FUNC_MKTIME_INTERNAL): ... and here...
* modules/mktime (configure.ac): ... to here.
* modules/mktime-internal (configure.ac): ... and here.
* m4/timegm.m4 (gl_FUNC_TIMEGM): Update.
ChangeLog
m4/mktime.m4
m4/timegm.m4
modules/mktime
modules/mktime-internal