X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass;h=c1cbc255747408aef6c46a639edb7412a450ad7c;hb=b5b92d84e19423e7de0935abd79a2b7c6df213c2;hp=6e2aa8a3e485d81b564cde619e8eb169040cda51;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/getpass b/modules/getpass index 6e2aa8a3e..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 getpass.c Include: "getpass.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc