From: Jim Meyering Date: Sat, 15 Jan 2000 11:41:08 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): Add gethostname and getusershell X-Git-Tag: FILEUTILS-4_0p~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48e3ed52ee8967a73e59523549c096546a6b6532;p=thirdparty%2Fcoreutils.git (AC_REPLACE_FUNCS): Add gethostname and getusershell --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index fffa2aa99b..a98b2161a1 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -46,6 +46,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(strcasecmp strncasecmp) AC_REPLACE_FUNCS(dup2) + AC_REPLACE_FUNCS(gethostbyname gethostbyaddr) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup)