gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / getpass
blobe7eefa4c9808ab7a3b0ec7d7b3ecdc23fdd9d83b
1 Description:
2 getpass() function: read a password from /dev/tty.
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
8 m4/tcgetattr.m4
10 Depends-on:
11 unistd
12 extensions
13 fopen-gnu
14 fseeko
15 getline
16 stdbool
17 strdup-posix
19 configure.ac:
20 gl_FUNC_GETPASS
21 if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
22   AC_LIBOBJ([getpass])
23   gl_PREREQ_GETPASS
25 gl_UNISTD_MODULE_INDICATOR([getpass])
27 Makefile.am:
29 Include:
30 <unistd.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 Jim Meyering, glibc