From: Jim Meyering Date: Sat, 15 Jan 2000 13:57:04 +0000 (+0000) Subject: sheesh: fix it right this time: gethostname getusershell X-Git-Tag: FILEUTILS-4_0p~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b07aaa6cd0b9f2273715f120a75bb69a8dbfd849;p=thirdparty%2Fcoreutils.git sheesh: fix it right this time: gethostname getusershell --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 23b4c2c061..f962e104b6 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -46,7 +46,7 @@ AC_DEFUN(jm_MACROS, 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)