getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / gettimeofday
index b4874baed6b621ad810635a0e2d41149a3201b39..979f601d0786a9bdf7df9464cc9483ccc7fe69c3 100644 (file)
@@ -6,9 +6,11 @@ lib/gettimeofday.c
 m4/gettimeofday.m4
 
 Depends-on:
+sys_time
 
 configure.ac:
-AC_FUNC_GETTIMEOFDAY_CLOBBER
+gl_FUNC_GETTIMEOFDAY
+gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
 
 Makefile.am:
 
@@ -16,8 +18,7 @@ Include:
 <sys/time.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
-
+Paul Eggert, Jim Meyering