summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-10 09:46:10 +0000
committerJim Meyering <jim@meyering.net>2002-11-10 09:46:10 +0000
commitf84d92778726b1d36cc6250c251d9e162505b973 (patch)
tree3f84b2fa7b5fbfe9bd5d021483083a40dd0d84d6 /m4/jm-macros.m4
parentbd03362ebb4f4ba444e4af89140cec350b7eff60 (diff)
downloadcoreutils-f84d92778726b1d36cc6250c251d9e162505b973.tar.xz
(jm_MACROS): Add AC_REPLACE_FUNCS(raise).
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 568b617ad..2ce8544bf 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 54 -*- autoconf -*-
+#serial 55 -*- autoconf -*-
dnl Misc type-related macros for fileutils, sh-utils, textutils.
@@ -88,6 +88,9 @@ AC_DEFUN([jm_MACROS],
AC_REPLACE_FUNCS(atexit)
AC_REPLACE_FUNCS(getpass)
+ # raise is used by at least sort and ls.
+ AC_REPLACE_FUNCS(raise)
+
dnl used by e.g. intl/*domain.c and lib/canon-host.c
AC_REPLACE_FUNCS(strdup)