md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / getpass
index 1d69183..c1cbc25 100644 (file)
@@ -7,21 +7,26 @@ lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
+extensions
+fseeko
 getline
 stdbool
+strdup-posix
 
 configure.ac:
 gl_FUNC_GETPASS
+if test $HAVE_GETPASS = 0; then
+  AC_LIBOBJ([getpass])
+  gl_PREREQ_GETPASS
+fi
 
 Makefile.am:
-lib_SOURCES += getpass.h
 
 Include:
 "getpass.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, glibc
-