md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / select
index 299d105..28c89ee 100644 (file)
@@ -6,11 +6,18 @@ lib/select.c
 m4/select.m4
 
 Depends-on:
-alloca
 sys_select
+alloca          [test $REPLACE_SELECT = 1]
+dup2            [test $REPLACE_SELECT = 1]
+sockets         [test $REPLACE_SELECT = 1]
+sys_time        [test $REPLACE_SELECT = 1]
+msvc-nothrow    [test $REPLACE_SELECT = 1]
 
 configure.ac:
 gl_FUNC_SELECT
+if test $REPLACE_SELECT = 1; then
+  AC_LIBOBJ([select])
+fi
 gl_SYS_SELECT_MODULE_INDICATOR([select])
 
 Makefile.am:
@@ -18,6 +25,9 @@ Makefile.am:
 Include:
 <sys/select.h>
 
+Link:
+$(LIB_SELECT)
+
 License:
 LGPLv2+