X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass;h=c1cbc255747408aef6c46a639edb7412a450ad7c;hb=fd27e50d9f01023121aa5d01fb24d8e7dd39392a;hp=d394a06949ea70c7db41c10a39375d48e68019f2;hpb=901bc47c9a8db854db97bb28780352748020c81d;p=gnulib.git diff --git a/modules/getpass b/modules/getpass index d394a0694..c1cbc2557 100644 --- a/modules/getpass +++ b/modules/getpass @@ -7,20 +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: -EXTRA_DIST += getpass.h Include: "getpass.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc