md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / imaxdiv
index 9adcd7e..6ac081e 100644 (file)
@@ -6,13 +6,17 @@ lib/imaxdiv.c
 m4/imaxdiv.m4
 
 Depends-on:
-inttypes
+inttypes-incomplete
 
 configure.ac:
 gl_FUNC_IMAXDIV
+if test $ac_cv_func_imaxdiv = no; then
+  AC_LIBOBJ([imaxdiv])
+  gl_PREREQ_IMAXDIV
+fi
+gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
 
 Makefile.am:
-EXTRA_DIST += imaxdiv.c
 
 Include:
 <inttypes.h>