From bd382766757c6b56512a05099da93ca97628349c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Apr 2002 21:29:39 +0000 Subject: [PATCH] (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str). --- m4/jm-macros.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 66415a3bf6..aff96244ec 100644 --- 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_DEFUN([jm_MACROS], 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) -- 2.11.4.GIT