]> git.pld-linux.org Git - packages/cvs.git/blame - cvs-libobj.patch
- home_etc patch added
[packages/cvs.git] / cvs-libobj.patch
CommitLineData
7eec033d 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.155328 seconds and 4 git commands to generate.