]> git.pld-linux.org Git - packages/cvs-nserver.git/blob - cvs-nserver-am_ac.patch
ddc65856a13af102dee30c2383797e8a883a40aa
[packages/cvs-nserver.git] / cvs-nserver-am_ac.patch
1 diff -urN cvs-nserver-1.11.1.4.org/configure.in cvs-nserver-1.11.1.4/configure.in
2 --- cvs-nserver-1.11.1.4.org/configure.in       Sun May 19 11:06:44 2002
3 +++ cvs-nserver-1.11.1.4/configure.in   Sun May 19 11:10:49 2002
4 @@ -172,7 +172,7 @@
5  
6  AC_FUNC_FNMATCH
7  if test "$ac_cv_func_fnmatch_works" = no; then
8 -  LIBOBJS="$LIBOBJS fnmatch.o"
9 +  AC_LIBOBJ([fnmatch])
10  fi
11  
12  # Try to find connect and gethostbyname.
13 @@ -277,7 +277,7 @@
14    AC_DEFINE(ENCRYPTION)
15  fi
16  
17 -AC_CHECK_FUNC(gethostname, :, LIBOBJS="$LIBOBJS hostname.o")
18 +AC_CHECK_FUNC(gethostname, :, AC_LIBOBJ([hostname]))
19  
20  # Check for options requesting client and server feature. If none are
21  # given and we have connect(), we want the full client & server arrangement.
22 @@ -361,7 +361,7 @@
23  [AC_TRY_COMPILE([], [return __CYGWIN32__;],
24  ccvs_cv_sys_cygwin32=yes, ccvs_cv_sys_cygwin32=no)])
25  if test $ccvs_cv_sys_cygwin32 = yes; then
26 -  LIBOBJS="$LIBOBJS fncase.o"
27 +  AC_LIBOBJ([fncase])
28    LIBS="$LIBS -ladvapi32"
29  
30    dnl On Windows you can only change file times if you can write to
31 diff -urN cvs-nserver-1.11.1.4.org/doc/Makefile.am cvs-nserver-1.11.1.4/doc/Makefile.am
32 --- cvs-nserver-1.11.1.4.org/doc/Makefile.am    Sun May 19 11:06:44 2002
33 +++ cvs-nserver-1.11.1.4/doc/Makefile.am        Sun May 19 11:13:13 2002
34 @@ -14,7 +14,7 @@
35  
36  #DISTFILES = \
37  #      .cvsignore \
38 -#      RCSFILES \
39 +#      RCSFILES
40  
41  # AUTOMAKE_OPTIONS = no-texinfo.tex
42  
This page took 0.091955 seconds and 3 git commands to generate.