]> git.pld-linux.org Git - packages/cvs.git/blob - cvs-libobj.patch
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/cvs.git] / cvs-libobj.patch
1 --- cvs-1.11.2/configure.in~    Wed May 15 21:33:03 2002
2 +++ cvs-1.11.2/configure.in     Wed May 15 21:35:54 2002
3 @@ -204,7 +204,7 @@
4  
5  AC_FUNC_FNMATCH
6  if test "$ac_cv_func_fnmatch_works" = no; then
7 -  LIBOBJS="$LIBOBJS fnmatch.o"
8 +  AC_LIBOBJ(fnmatch)
9  fi
10  
11  dnl for the buffer routine replacements
12 @@ -312,7 +312,7 @@
13    AC_DEFINE(ENCRYPTION)
14  fi
15  
16 -AC_CHECK_FUNC(gethostname, :, LIBOBJS="$LIBOBJS hostname.o")
17 +AC_CHECK_FUNC(gethostname, :, AC_LIBOBJ(hostname))
18  
19  # Check for options requesting client and server feature. If none are
20  # given and we have connect(), we want the full client & server arrangement.
21 @@ -366,7 +366,7 @@
22  [AC_TRY_COMPILE([], [return __CYGWIN32__;],
23  ccvs_cv_sys_cygwin32=yes, ccvs_cv_sys_cygwin32=no)])
24  if test $ccvs_cv_sys_cygwin32 = yes; then
25 -  LIBOBJS="$LIBOBJS fncase.o"
26 +  AC_LIBOBJ(fncase)
27    LIBS="$LIBS -ladvapi32"
28  
29    dnl On Windows you can only change file times if you can write to
This page took 0.031527 seconds and 3 git commands to generate.