]> git.pld-linux.org Git - packages/cvs.git/blob - cvs-getcwd.patch
- outdated by debian patch
[packages/cvs.git] / cvs-getcwd.patch
1 diff -urN cvs-1.12.13.org/m4/getcwd.m4 cvs-1.12.13/m4/getcwd.m4
2 --- cvs-1.12.13.org/m4/getcwd.m4        2005-07-12 17:39:37.000000000 +0200
3 +++ cvs-1.12.13/m4/getcwd.m4    2007-11-06 22:47:20.181252446 +0100
4 @@ -41,20 +39,6 @@
5  
6  AC_DEFUN([gl_FUNC_GETCWD],
7  [
8 -  AC_REQUIRE([gl_FUNC_GETCWD_NULL])
9 -
10 -  case $gl_cv_func_getcwd_null in
11 -  yes) gl_FUNC_GETCWD_PATH_MAX;;
12 -  esac
13 -
14 -  case $gl_cv_func_getcwd_null,$gl_cv_func_getcwd_path_max in
15 -  yes,yes) ;;
16 -  *)
17 -    AC_LIBOBJ([getcwd])
18 -    AC_DEFINE([__GETCWD_PREFIX], [[rpl_]],
19 -      [Define to rpl_ if the getcwd replacement function should be used.])
20 -    gl_PREREQ_GETCWD;;
21 -  esac
22  ])
23  
24  # Prerequisites of lib/getcwd.c.
This page took 0.02517 seconds and 3 git commands to generate.