# HG changeset patch # User Jim Meyering # Date 1020029379 0 # Node ID 184d62f1ce4c0a6ffadea3d7e7b1acb693cbac55 # Parent f5e86d2563cf39e9adaa5f5983afd16269a81b2e (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str). diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 46 -*- autoconf -*- +#serial 47 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -76,6 +76,7 @@ AC_REPLACE_FUNCS(strcasecmp strncasecmp) AC_REPLACE_FUNCS(dup2) AC_REPLACE_FUNCS(gethostname getusershell) + AC_REPLACE_FUNCS(sig2str) AC_REPLACE_FUNCS(strcspn stpcpy strstr strtol strtoul) AC_REPLACE_FUNCS(strpbrk) AC_REPLACE_FUNCS(euidaccess memcmp rmdir rpmatch strndup strverscmp)