From f84d92778726b1d36cc6250c251d9e162505b973 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 10 Nov 2002 09:46:10 +0000 Subject: [PATCH] (jm_MACROS): Add AC_REPLACE_FUNCS(raise). --- m4/jm-macros.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 568b617adb..2ce8544bf5 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) -- 2.47.3