summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-28 21:29:39 +0000
committerJim Meyering <jim@meyering.net>2002-04-28 21:29:39 +0000
commit6980e29da9ae9eaa893e9eef727a99bc9310b18b (patch)
tree837cb0158e354b6d6224a33f8f6a16a041d32cb2 /m4/jm-macros.m4
parent79d4ae4bf893407de05b6f8fb42fcc71d29b584f (diff)
downloadcoreutils-6980e29da9ae9eaa893e9eef727a99bc9310b18b.tar.xz
(jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 66415a3bf..aff96244e 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)