aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-01-03 15:14:28 +0000
committerWerner Koch <[email protected]>2011-01-03 15:14:28 +0000
commit15629dc77285d6359f67108deb154af9e60f53a9 (patch)
tree2709519b356a27a3acb59775c443a9f9602a8eb4
parentIncrease start timeout (diff)
downloadgnupg-15629dc77285d6359f67108deb154af9e60f53a9.tar.gz
gnupg-15629dc77285d6359f67108deb154af9e60f53a9.zip
Changed repository instructions
-rw-r--r--README.GIT (renamed from README.SVN)10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.SVN b/README.GIT
index c6422829f..27180f211 100644
--- a/README.SVN
+++ b/README.GIT
@@ -1,11 +1,11 @@
-If you are building from Subversion, run the script
+If you are building from GIT, run the script
./autogen.sh
first, to make sure that you have all the necessary maintainer tools
are installed and to build the actual configuration files. If you
-have just updated from SVN, you should add the option "--force" to
-autogen.sh so that meta data from SVN is noticed. Then run
+have just checked out from GIT, you should add the option "--force" to
+autogen.sh so that meta data is noticed by autom4te.cache. Then run
./configure --enable-maintainer-mode
@@ -37,12 +37,12 @@ It is also possible to use the variable name AUTOMAKE, AUTOCONF,
ACLOCAL, AUTOHEADER, GETTEXT and MSGMERGE to directly specify the name
of the programs to run. It is however better to use the suffix and
prefix forms as described above because that does not require
-knowledge about the actual tools used by autgen.sh.
+knowledge about the actual tools used by autogen.sh.
Please don't use autopoint, libtoolize or autoreconf unless you are
the current maintainer and want to update the standard configuration
-files. All those files should be in the SVN and only updated manually
+files. All those files should be in GIT and only updated manually
if the maintainer decides that newer versions are required. The
maintainer should also make sure that the required version of automake
et al. are properly indicated at the top of configure.ac and take care