update copyright for 2014 year bump
[gnulib.git] / modules / times
index b34bf39..aab3703 100644 (file)
@@ -3,13 +3,14 @@ times() function: get process times
 
 Files:
 lib/times.c
+m4/times.m4
 
 Depends-on:
 sys_times
 
 configure.ac:
-AC_CHECK_FUNCS_ONCE([times])
-if test $ac_cv_func_times = no; then
+gl_FUNC_TIMES
+if test $HAVE_TIMES = 0; then
   AC_LIBOBJ([times])
 fi
 gl_SYS_TIMES_MODULE_INDICATOR([times])