(AC_REPLACE_FUNCS): Add getpass.
authorJim Meyering <jim@meyering.net>
Wed, 21 Jun 2000 20:23:14 +0000 (20:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jun 2000 20:23:14 +0000 (20:23 +0000)
m4/jm-macros.m4

index cb1c749..cbe58ef 100644 (file)
@@ -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)