From: Jim Meyering Date: Fri, 12 Sep 2003 20:05:08 +0000 (+0000) Subject: (gl_XGETCWD): Don't check for stdlib.h. X-Git-Tag: v5.1.0~711 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d8b3448180124150d54fe255e774c727902041;p=thirdparty%2Fcoreutils.git (gl_XGETCWD): Don't check for stdlib.h. --- diff --git a/m4/xgetcwd.m4 b/m4/xgetcwd.m4 index efd30af3f0..48b77a16e6 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 ])