summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
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)