summaryrefslogtreecommitdiff
path: root/m4/xgetcwd.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:05:08 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:05:08 +0000
commit79d8b3448180124150d54fe255e774c727902041 (patch)
tree5a53146b58f992e76edb6c933c22f1c86207ab25 /m4/xgetcwd.m4
parent5c11c04cadbad5ec14fbab63f69ea78e1b2ba947 (diff)
downloadcoreutils-79d8b3448180124150d54fe255e774c727902041.tar.xz
(gl_XGETCWD): Don't check for stdlib.h.
Diffstat (limited to 'm4/xgetcwd.m4')
-rw-r--r--m4/xgetcwd.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/xgetcwd.m4 b/m4/xgetcwd.m4
index efd30af3f..48b77a16e 100644
--- a/m4/xgetcwd.m4
+++ b/m4/xgetcwd.m4
@@ -1,5 +1,5 @@
-# xgetcwd.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# xgetcwd.m4 serial 2
+dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -9,7 +9,7 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_XGETCWD],
[
dnl Prerequisites of lib/xgetcwd.c.
- AC_CHECK_HEADERS_ONCE(stdlib.h unistd.h)
+ AC_CHECK_HEADERS_ONCE(unistd.h)
AC_CHECK_FUNCS(getcwd)
AC_FUNC_GETCWD_NULL
])