From: Jim Meyering Date: Sun, 10 Nov 2002 09:46:10 +0000 (+0000) Subject: (jm_MACROS): Add AC_REPLACE_FUNCS(raise). X-Git-Tag: v4.5.4~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84d92778726b1d36cc6250c251d9e162505b973;p=thirdparty%2Fcoreutils.git (jm_MACROS): Add AC_REPLACE_FUNCS(raise). --- 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)