aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/libgcrypt/libgcrypt-1.2.2/README.SVN
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/libgcrypt/libgcrypt-1.2.2/README.SVN')
-rw-r--r--[-rwxr-xr-x]linden/indra/libgcrypt/libgcrypt-1.2.2/README.SVN102
1 files changed, 51 insertions, 51 deletions
diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/README.SVN b/linden/indra/libgcrypt/libgcrypt-1.2.2/README.SVN
index 436c7b0..ae17923 100755..100644
--- a/linden/indra/libgcrypt/libgcrypt-1.2.2/README.SVN
+++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/README.SVN
@@ -1,51 +1,51 @@
1If you are building from CVS, run the script 1If you are building from CVS, run the script
2 2
3./autogen.sh 3./autogen.sh
4 4
5first, to make sure that you have all the necessary maintainer tools 5first, to make sure that you have all the necessary maintainer tools
6are installed and to build the actual configuration files. Then run 6are installed and to build the actual configuration files. Then run
7 7
8./configure --enable-maintainer-mode 8./configure --enable-maintainer-mode
9 9
10followed by the usual make. 10followed by the usual make.
11 11
12If autogen.sh complains about insufficient versions of the required 12If autogen.sh complains about insufficient versions of the required
13tools, or the tools are not installed, you may use environment 13tools, or the tools are not installed, you may use environment
14variables to override the default tool names: 14variables to override the default tool names:
15 15
16 AUTOMAKE_SUFFIX is used as a suffix for all tools from the automake 16 AUTOMAKE_SUFFIX is used as a suffix for all tools from the automake
17 package. For example 17 package. For example
18 AUTOMAKE_SUFFIX="-1.7" ./autogen.sh 18 AUTOMAKE_SUFFIX="-1.7" ./autogen.sh
19 uses "automake-1.7" and "aclocal-1.7. 19 uses "automake-1.7" and "aclocal-1.7.
20 AUTOMAKE_PREFIX is used as a prefix for all tools from the automake 20 AUTOMAKE_PREFIX is used as a prefix for all tools from the automake
21 page and may be combined with AUTOMAKE_SUFFIX. e.g.: 21 page and may be combined with AUTOMAKE_SUFFIX. e.g.:
22 AUTOMAKE_PREFIX=/usr/foo/bin ./autogen.sh 22 AUTOMAKE_PREFIX=/usr/foo/bin ./autogen.sh
23 uses "automake" and "aclocal" in the /usr/foo/bin 23 uses "automake" and "aclocal" in the /usr/foo/bin
24 directory. 24 directory.
25 AUTOCONF_SUFFIX is used as a suffix for all tools from the automake 25 AUTOCONF_SUFFIX is used as a suffix for all tools from the automake
26 package 26 package
27 AUTOCONF_PREFIX is used as a prefix for all tools from the automake 27 AUTOCONF_PREFIX is used as a prefix for all tools from the automake
28 package 28 package
29 GETTEXT_SUFFIX is used as a suffix for all tools from the gettext 29 GETTEXT_SUFFIX is used as a suffix for all tools from the gettext
30 package 30 package
31 GETTEXT_PREFIX is used as a prefix for all tools from the gettext 31 GETTEXT_PREFIX is used as a prefix for all tools from the gettext
32 package 32 package
33 33
34It is also possible to use the variable name AUTOMAKE, AUTOCONF, 34It is also possible to use the variable name AUTOMAKE, AUTOCONF,
35ACLOCAL, AUTOHEADER, GETTEXT and MSGMERGE to directly specify the name 35ACLOCAL, AUTOHEADER, GETTEXT and MSGMERGE to directly specify the name
36of the programs to run. It is however better to use the suffix and 36of the programs to run. It is however better to use the suffix and
37prefix forms as described above because that does not require 37prefix forms as described above because that does not require
38knowledge about the actual tools used by autgen.sh. 38knowledge about the actual tools used by autgen.sh.
39 39
40 40
41Please don't use autopoint, libtoolize or autoreconf unless you are 41Please don't use autopoint, libtoolize or autoreconf unless you are
42the current maintainer and want to update the standard configuration 42the current maintainer and want to update the standard configuration
43files. All those files should be in the CVS and only updated manually 43files. All those files should be in the CVS and only updated manually
44if the maintainer decides that newer versions are required. The 44if the maintainer decides that newer versions are required. The
45maintainer should also make sure that the required version of automake 45maintainer should also make sure that the required version of automake
46et al. are properly indicated at the top of configure.ac and take care 46et al. are properly indicated at the top of configure.ac and take care
47to copy the files and not merely use symlinks. 47to copy the files and not merely use symlinks.
48 48
49 49
50 50
51 51