warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / getpass-gnu
blobcd83015ee6ac6f0005ca15cc6cece7c6ecab3f9f
1 Description:
2 getpass() function: read a password of arbitrary length from /dev/tty.
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
9 Depends-on:
10 fseeko
11 getline
12 stdbool
14 configure.ac:
15 gl_FUNC_GETPASS_GNU
16 if test $REPLACE_GETPASS = 1; then
17   AC_LIBOBJ([getpass])
18   gl_PREREQ_GETPASS
21 Makefile.am:
23 Include:
24 "getpass.h"
26 License:
27 LGPL
29 Maintainer:
30 Jim Meyering, glibc