mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / gettimeofday
index d9821d4b17cb65d7b4a27a12f34cf2c88c6a28ec..b4bdcc37c7d7b62166615f90a19b73123efb8cc7 100644 (file)
@@ -10,6 +10,11 @@ sys_time
 
 configure.ac:
 gl_FUNC_GETTIMEOFDAY
+if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
+  AC_LIBOBJ([gettimeofday])
+  gl_PREREQ_GETTIMEOFDAY
+fi
+gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
 
 Makefile.am:
 
@@ -17,7 +22,7 @@ Include:
 <sys/time.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert, Jim Meyering