Mercurial > hg > octave-kai > gnulib-hg
changeset 2130:042ed6b4e170
sheesh: fix it right this time: gethostname getusershell
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 15 Jan 2000 13:57:04 +0000 |
parents | 3e90f4f70b81 |
children | a5ff11c17d48 |
files | m4/jm-macros.m4 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -46,7 +46,7 @@ AC_REPLACE_FUNCS(strcasecmp strncasecmp) AC_REPLACE_FUNCS(dup2) - AC_REPLACE_FUNCS(gethostbyname gethostbyaddr) + AC_REPLACE_FUNCS(gethostname getusershell) AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul) AC_REPLACE_FUNCS(strpbrk) AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp)