roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / futimens
index 46f62302ca42e4a9844f0f18c40c0621ff2c6ae0..ab1c62d2bef0056d5bca6f97e2160c4df39c4517 100644 (file)
@@ -7,10 +7,14 @@ m4/futimens.m4
 
 Depends-on:
 sys_stat
-utimens
+extensions
+utimens         [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1]
 
 configure.ac:
 gl_FUNC_FUTIMENS
+if test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1; then
+  AC_LIBOBJ([futimens])
+fi
 gl_SYS_STAT_MODULE_INDICATOR([futimens])
 
 Makefile.am:
@@ -22,7 +26,7 @@ Link:
 $(LIB_CLOCK_GETTIME)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Eric Blake