From 99ad3e326afaec66f186c7a46b3112c172d9c779 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 10 Nov 2002 11:12:13 +0000 Subject: . --- aclocal.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index cca9c0950..1d2d11be9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -851,7 +851,7 @@ WARNING: You don't seem to have perl5.003 or newer installed, or you lack ] ) ]) -#serial 54 -*- autoconf -*- +#serial 55 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -941,6 +941,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) -- cgit v1.2.3-54-g00ecf