changeset 2631:2105da69fee7

(AC_REPLACE_FUNCS): Add getpass.
author Jim Meyering <jim@meyering.net>
date Wed, 21 Jun 2000 20:23:14 +0000
parents 7f89d39bb137
children 724d7bb1949c
files m4/jm-macros.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_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)