summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)