diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-04 17:54:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-04 17:54:15 +0000 |
commit | c4893e2b08ce8f343447e789ceb034cbf61739ee (patch) | |
tree | 56bc2b18abe40a38e73deaa898eafcb2ed72e5ce /m4 | |
parent | 6e31d6f5a58da191f0ce499aa9536599fe2fda01 (diff) | |
download | coreutils-c4893e2b08ce8f343447e789ceb034cbf61739ee.tar.xz |
Require GL_FUNC_GETCWD_ROBUST.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 103dd027d..28cdcb821 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 58 -*- autoconf -*- +#serial 59 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -173,6 +173,7 @@ AC_DEFUN([jm_MACROS], AC_FUNC_STRTOD AC_REQUIRE([UTILS_SYS_OPEN_MAX]) + AC_REQUIRE([GL_FUNC_GETCWD_ROBUST]) # See if linking `seq' requires -lm. # It does on nearly every system. The single exception (so far) is |