1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00

undo last change

This commit is contained in:
Jim Meyering
2003-03-06 22:24:06 +00:00
parent b4e7a90ce6
commit 473d0baa73
2 changed files with 0 additions and 6 deletions

View 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.

View 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([[