# HG changeset patch # User Jim Meyering # Date 947936468 0 # Node ID 6fa508eedb49cd35d47a86f41db7febc05fa9e76 # Parent 80f2a2ba91ac1d7eadd7d5a47fc4bc89e2c032f2 (AC_REPLACE_FUNCS): Add gethostname and getusershell diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -46,6 +46,7 @@ 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)