summaryrefslogtreecommitdiff
path: root/m4/getpass.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-02 04:28:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-02 04:28:20 +0000
commitecf466971422be32abdc137c2262d0216d161ab2 (patch)
tree1ca6df0fd3ace15edd1b2c6259ca5b12a9de7173 /m4/getpass.m4
parente9d60320abd1c7552c2446c61434d3057ce05ba9 (diff)
downloadcoreutils-ecf466971422be32abdc137c2262d0216d161ab2.tar.xz
Sync from gnulib.
Diffstat (limited to 'm4/getpass.m4')
-rw-r--r--m4/getpass.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/getpass.m4 b/m4/getpass.m4
index 29d15e884..3816253fd 100644
--- a/m4/getpass.m4
+++ b/m4/getpass.m4
@@ -7,6 +7,8 @@ dnl with or without modifications, as long as this notice is preserved.
# Provide a getpass() function if the system doesn't have it.
AC_DEFUN([gl_FUNC_GETPASS],
[
+ AC_LIBSOURCES([getpass.c, getpass.h])
+
AC_REPLACE_FUNCS(getpass)
AC_CHECK_DECLS_ONCE(getpass)
if test $ac_cv_func_getpass = no; then