X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffutimens;h=ab1c62d2bef0056d5bca6f97e2160c4df39c4517;hb=ab63a3d7bdc3c2364dcd1e89b6ac9f7609688092;hp=2e6ecf87495cb7fb0cd3f9ba16bf5712dcb99b8e;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/futimens b/modules/futimens index 2e6ecf874..ab1c62d2b 100644 --- a/modules/futimens +++ b/modules/futimens @@ -12,6 +12,9 @@ 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: @@ -23,7 +26,7 @@ Link: $(LIB_CLOCK_GETTIME) License: -GPL +LGPL Maintainer: Eric Blake