gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / getpass-gnu
index 01c2686..cd83015 100644 (file)
@@ -2,20 +2,29 @@ Description:
 getpass() function: read a password of arbitrary length from /dev/tty.
 
 Files:
+lib/getpass.h
 lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
-unlocked-io
+fseeko
 getline
+stdbool
 
 configure.ac:
 gl_FUNC_GETPASS_GNU
+if test $REPLACE_GETPASS = 1; then
+  AC_LIBOBJ([getpass])
+  gl_PREREQ_GETPASS
+fi
 
 Makefile.am:
 
 Include:
+"getpass.h"
+
+License:
+LGPL
 
 Maintainer:
 Jim Meyering, glibc
-