projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd03362
)
(jm_MACROS): Add AC_REPLACE_FUNCS(raise).
author
Jim Meyering
<jim@meyering.net>
Sun, 10 Nov 2002 09:46:10 +0000
(09:46 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 10 Nov 2002 09:46:10 +0000
(09:46 +0000)
m4/jm-macros.m4
patch
|
blob
|
history
diff --git
a/m4/jm-macros.m4
b/m4/jm-macros.m4
index 568b617adbd8067982bda0f9f641360737cc5a54..2ce8544bf5aa07ca25b2fb6596b9b19b8dd3a8ad 100644
(file)
--- a/
m4/jm-macros.m4
+++ b/
m4/jm-macros.m4
@@
-1,4
+1,4
@@
-#serial 5
4
-*- autoconf -*-
+#serial 5
5
-*- 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)