You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2019/09/05 20:17:11 UTC

[commons-daemon] branch master updated: A couple of remaining SVN -> Git changes

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 44b7c50  A couple of remaining SVN -> Git changes
44b7c50 is described below

commit 44b7c50dfaba5ec4ebcc9679408a7f1f5a332692
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 5 21:17:04 2019 +0100

    A couple of remaining SVN -> Git changes
---
 src/native/unix/INSTALL.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/native/unix/INSTALL.txt b/src/native/unix/INSTALL.txt
index 734e91e..2cc66c9 100644
--- a/src/native/unix/INSTALL.txt
+++ b/src/native/unix/INSTALL.txt
@@ -3,9 +3,9 @@ system you will need:
 
   An ANSI-C compliant compiler (GCC is good)
   A Java Platform 2 compliant SDK
-  GNU AutoConf (when building from SVN).
+  GNU AutoConf (when building from Git).
 
-When building from SVN sources you need to build the "configure" program with:
+When building from Git you need to build the "configure" program with:
 
    sh support/buildconf.sh
 (Note it is possible to replace sh by any compatible shell like bash, ksh).