X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffutimens;h=ab1c62d2bef0056d5bca6f97e2160c4df39c4517;hb=cbfeef01ad4ed6d3f68c3deb3c05d3b8102c84ff;hp=46f62302ca42e4a9844f0f18c40c0621ff2c6ae0;hpb=959d9cb463d992f9c5cc2fbeb54bf12eee2346f7;p=gnulib.git diff --git a/modules/futimens b/modules/futimens index 46f62302c..ab1c62d2b 100644 --- a/modules/futimens +++ b/modules/futimens @@ -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