]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
undo last change
authorJim Meyering <jim@meyering.net>
Thu, 6 Mar 2003 22:24:06 +0000 (22:24 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Mar 2003 22:24:06 +0000 (22:24 +0000)
m4/ChangeLog
m4/getcwd-path-max.m4

index 5ab53fccbba38b223b992d9a06d5653cbb0348dc..95562c97ceb5bec536504846c7da66fe681ecd19 100644 (file)
@@ -1,8 +1,3 @@
-2003-03-06  Jim Meyering  <jim@meyering.net>
-
-       * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): Check for
-       declaration of getcwd.
-
 2003-03-04  Jim Meyering  <jim@meyering.net>
 
        * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): New macro.
index fc99051e369bc2b45adfeb4931088b28f7ec51f4..f8a9a2bf3943b23ea857779a52cbd8d91ef339ce 100644 (file)
@@ -14,7 +14,6 @@ AC_DEFUN([GL_FUNC_GETCWD_PATH_MAX],
   AC_CACHE_CHECK([whether getcwd properly handles paths longer than PATH_MAX],
                  gl_cv_func_getcwd_vs_path_max,
   [
-  AC_CHECK_DECLS([getcwd])
   # Arrange for deletion of the temporary directory this test creates.
   ac_clean_files="$ac_clean_files confdir3"
   AC_RUN_IFELSE([AC_LANG_SOURCE([[