summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-10 11:12:13 +0000
committerJim Meyering <jim@meyering.net>2002-11-10 11:12:13 +0000
commit99ad3e326afaec66f186c7a46b3112c172d9c779 (patch)
treee2253e506e657234f2fe3e59cbe226892e0f0ead /aclocal.m4
parentecf915a6a47f8a208c464dc224414a1cfb310fdf (diff)
downloadcoreutils-99ad3e326afaec66f186c7a46b3112c172d9c779.tar.xz
.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m45
1 files changed, 4 insertions, 1 deletions
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)