verify: fix bug when gnulib <assert.h> is also included
[gnulib.git] / modules / times
index 249931b..dad7eb9 100644 (file)
@@ -3,21 +3,19 @@ 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
-  AC_LIBOBJ([times])
-fi
+gl_FUNC_TIMES
 gl_SYS_TIMES_MODULE_INDICATOR([times])
 
 Makefile.am:
 
 Include:
-#include <sys/times.h>
+<sys/times.h>
 
 License:
 LGPLv2+