diff options
author | Werner Koch <[email protected]> | 2007-09-17 10:21:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-09-17 10:21:20 +0000 |
commit | 68f6c707117643ce439618e5b5277a42c1c01355 (patch) | |
tree | 7d7bdad69ff230cac069fd421431c5968b042628 /README.SVN | |
parent | Fixed bug in gpgme_data_relase_and_get_mem. (diff) | |
download | gpgme-68f6c707117643ce439618e5b5277a42c1c01355.tar.gz gpgme-68f6c707117643ce439618e5b5277a42c1c01355.zip |
Fixed a W32bug in rungpg.c
Diffstat (limited to '')
-rw-r--r-- | README.SVN (renamed from README.CVS) | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -1,9 +1,11 @@ -If you are building from CVS, run the script +If you are building from Subversion, 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. Then run +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 ./configure --enable-maintainer-mode @@ -40,20 +42,10 @@ knowledge about the actual tools used by autgen.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 CVS and only updated manually +files. All those files should be in the SVN 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 to copy the files and not merely use symlinks. -Copyright 2004 g10 Code GmbH - -This file is free software; as a special exception the author gives -unlimited permission to copy and/or distribute it, with or without -modifications, as long as this notice is preserved. - -This file is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY, to the extent permitted by law; without even the -implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. |