* m4/time_r.m4 (gl_TIME_R): Move AC_LIBOBJ and gl_PREREQ_TIME_R
invocations from here...
* modules/time_r (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ time_r: Move AC_LIBOBJ invocations to module description.
+ * m4/time_r.m4 (gl_TIME_R): Move AC_LIBOBJ and gl_PREREQ_TIME_R
+ invocations from here...
+ * modules/time_r (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
timegm: Move AC_LIBOBJ invocations to module description.
else
HAVE_LOCALTIME_R=0
fi
- if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
- AC_LIBOBJ([time_r])
- gl_PREREQ_TIME_R
- fi
])
# Prerequisites of lib/time_r.c.
configure.ac:
gl_TIME_R
+if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
+ AC_LIBOBJ([time_r])
+ gl_PREREQ_TIME_R
+fi
gl_TIME_MODULE_INDICATOR([time_r])
Makefile.am: