diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-21 20:23:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-21 20:23:14 +0000 |
commit | 5e3ab81b7a5dab7f14c9115dc12f024ed260dc57 (patch) | |
tree | 5539118572a0329279fafad2c6dacaf6b8137d06 /m4 | |
parent | c514878446285bdcc54c3103171f626834fe0c9c (diff) | |
download | coreutils-5e3ab81b7a5dab7f14c9115dc12f024ed260dc57.tar.xz |
(AC_REPLACE_FUNCS): Add getpass.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index cb1c7492b..cbe58ef1a 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) |