]> git.pld-linux.org Git - packages/cvs-nserver.git/blobdiff - cvs-nserver-am_ac.patch
- rel 26
[packages/cvs-nserver.git] / cvs-nserver-am_ac.patch
index ddc65856a13af102dee30c2383797e8a883a40aa..ee996969445ec98fa55cac209eeb4c478f11b6c7 100644 (file)
@@ -1,6 +1,26 @@
-diff -urN cvs-nserver-1.11.1.4.org/configure.in cvs-nserver-1.11.1.4/configure.in
---- cvs-nserver-1.11.1.4.org/configure.in      Sun May 19 11:06:44 2002
-+++ cvs-nserver-1.11.1.4/configure.in  Sun May 19 11:10:49 2002
+diff -urN cvs-nserver-1.11.1.52.orig/configure.in cvs-nserver-1.11.1.52/configure.in
+--- cvs-nserver-1.11.1.52.orig/configure.in    Sun May 19 11:06:44 2002
++++ cvs-nserver-1.11.1.52/configure.in Sun May 19 11:10:49 2002
+@@ -10,7 +10,6 @@
+ # initialize test framework
+ AC_CONFIG_TESTDIR(tests)
+ AC_CONFIG_FILES([tests/Makefile \
+-                 tests/atconfig \
+                  tests/package.m4 \
+                  tests/cvs:tests/wrapsh.in],
+                 [chmod +x tests/cvs])
+@@ -22,10 +21,7 @@
+ # their path, the installer can configure with a path that has GNU m4
+ # first and get that path embedded in the installed autoconf and
+ # autoheader scripts.
+-AC_PROG_GNU_M4
+-if test x"$ac_cv_prog_gnu_m4" != xyes; then
+-  AC_MSG_ERROR([GNU m4 1.4 is required])
+-fi
++AC_CHECK_PROG(M4,m4)
+ # This is needed because Automake does not seem to realize there is
+ # a AC-SUBST inside AC-PROG-GNU-M4.  Grmph!
+ AC_SUBST(M4)
 @@ -172,7 +172,7 @@
  
  AC_FUNC_FNMATCH
@@ -15,7 +35,7 @@ diff -urN cvs-nserver-1.11.1.4.org/configure.in cvs-nserver-1.11.1.4/configure.i
  fi
  
 -AC_CHECK_FUNC(gethostname, :, LIBOBJS="$LIBOBJS hostname.o")
-+AC_CHECK_FUNC(gethostname, :, AC_LIBOBJ([hostname]))
++AC_CHECK_FUNC(gethostname, :, [AC_LIBOBJ([hostname])])
  
  # Check for options requesting client and server feature. If none are
  # given and we have connect(), we want the full client & server arrangement.
@@ -28,6 +48,14 @@ diff -urN cvs-nserver-1.11.1.4.org/configure.in cvs-nserver-1.11.1.4/configure.i
    LIBS="$LIBS -ladvapi32"
  
    dnl On Windows you can only change file times if you can write to
+@@ -453,7 +453,6 @@
+         lib/Makefile \
+         man/Makefile \
+         os2/Makefile \
+-        scripts/Makefile \
+         src/Makefile \
+           src/tests/Makefile \
+         tools/Makefile \
 diff -urN cvs-nserver-1.11.1.4.org/doc/Makefile.am cvs-nserver-1.11.1.4/doc/Makefile.am
 --- cvs-nserver-1.11.1.4.org/doc/Makefile.am   Sun May 19 11:06:44 2002
 +++ cvs-nserver-1.11.1.4/doc/Makefile.am       Sun May 19 11:13:13 2002
This page took 0.102245 seconds and 4 git commands to generate.