From 78d9ed8a349e9cb67f17a3b6abf922ee2d58e892 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Jun 2000 20:23:14 +0000 Subject: [PATCH] (AC_REPLACE_FUNCS): Add getpass. --- m4/jm-macros.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index cb1c7492bc..cbe58ef1af 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 21 +#serial 22 dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -110,6 +110,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(euidaccess memcmp rmdir rpmatch strndup strverscmp) AC_REPLACE_FUNCS(atexit) AC_REPLACE_FUNCS(strnlen) + AC_REPLACE_FUNCS(getpass) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup) -- 2.30.2