X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass;h=c1cbc255747408aef6c46a639edb7412a450ad7c;hb=9f5e100923da93c9e470227db4aa4ac1a2e2c019;hp=1aff39871b9beac722221e8c05bb6d15c85904a2;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/getpass b/modules/getpass index 1aff39871..c1cbc2557 100644 --- a/modules/getpass +++ b/modules/getpass @@ -7,22 +7,26 @@ lib/getpass.c m4/getpass.m4 Depends-on: -unlocked-io +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 -