diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-11-27 17:39:05 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-11-27 17:39:05 +0000 |
commit | e3f0063539b2d684f356f200194a85f9e35077af (patch) | |
tree | 87b6aa9ba28fd584de9042fd6ab52e98953c9a5b | |
parent | 6a390dc518e8c93cc33838dabc0f1cfc0be13dca (diff) | |
download | gnunet-gtk-e3f0063539b2d684f356f200194a85f9e35077af.tar.gz gnunet-gtk-e3f0063539b2d684f356f200194a85f9e35077af.zip |
stuf
-rw-r--r-- | INSTALL | 69 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | ltmain.sh | 12 | ||||
-rw-r--r-- | mkinstalldirs | 26 | ||||
-rw-r--r-- | po/Makefile.in | 2 |
5 files changed, 60 insertions, 53 deletions
@@ -1,13 +1,16 @@ | |||
1 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software | 1 | Installation Instructions |
2 | Foundation, Inc. | 2 | ************************* |
3 | 3 | ||
4 | This file is free documentation; the Free Software Foundation gives | 4 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free |
5 | Software Foundation, Inc. | ||
6 | |||
7 | This file is free documentation; the Free Software Foundation gives | ||
5 | unlimited permission to copy, distribute and modify it. | 8 | unlimited permission to copy, distribute and modify it. |
6 | 9 | ||
7 | Basic Installation | 10 | Basic Installation |
8 | ================== | 11 | ================== |
9 | 12 | ||
10 | These are generic installation instructions. | 13 | These are generic installation instructions. |
11 | 14 | ||
12 | The `configure' shell script attempts to guess correct values for | 15 | The `configure' shell script attempts to guess correct values for |
13 | various system-dependent variables used during compilation. It uses | 16 | various system-dependent variables used during compilation. It uses |
@@ -67,9 +70,9 @@ The simplest way to compile this package is: | |||
67 | Compilers and Options | 70 | Compilers and Options |
68 | ===================== | 71 | ===================== |
69 | 72 | ||
70 | Some systems require unusual options for compilation or linking that | 73 | Some systems require unusual options for compilation or linking that the |
71 | the `configure' script does not know about. Run `./configure --help' | 74 | `configure' script does not know about. Run `./configure --help' for |
72 | for details on some of the pertinent environment variables. | 75 | details on some of the pertinent environment variables. |
73 | 76 | ||
74 | You can give `configure' initial values for configuration parameters | 77 | You can give `configure' initial values for configuration parameters |
75 | by setting variables in the command line or in the environment. Here | 78 | by setting variables in the command line or in the environment. Here |
@@ -82,7 +85,7 @@ is an example: | |||
82 | Compiling For Multiple Architectures | 85 | Compiling For Multiple Architectures |
83 | ==================================== | 86 | ==================================== |
84 | 87 | ||
85 | You can compile the package for more than one kind of computer at the | 88 | You can compile the package for more than one kind of computer at the |
86 | same time, by placing the object files for each architecture in their | 89 | same time, by placing the object files for each architecture in their |
87 | own directory. To do this, you must use a version of `make' that | 90 | own directory. To do this, you must use a version of `make' that |
88 | supports the `VPATH' variable, such as GNU `make'. `cd' to the | 91 | supports the `VPATH' variable, such as GNU `make'. `cd' to the |
@@ -99,19 +102,19 @@ for another architecture. | |||
99 | Installation Names | 102 | Installation Names |
100 | ================== | 103 | ================== |
101 | 104 | ||
102 | By default, `make install' will install the package's files in | 105 | By default, `make install' installs the package's commands under |
103 | `/usr/local/bin', `/usr/local/man', etc. You can specify an | 106 | `/usr/local/bin', include files under `/usr/local/include', etc. You |
104 | installation prefix other than `/usr/local' by giving `configure' the | 107 | can specify an installation prefix other than `/usr/local' by giving |
105 | option `--prefix=PATH'. | 108 | `configure' the option `--prefix=PREFIX'. |
106 | 109 | ||
107 | You can specify separate installation prefixes for | 110 | You can specify separate installation prefixes for |
108 | architecture-specific files and architecture-independent files. If you | 111 | architecture-specific files and architecture-independent files. If you |
109 | give `configure' the option `--exec-prefix=PATH', the package will use | 112 | pass the option `--exec-prefix=PREFIX' to `configure', the package uses |
110 | PATH as the prefix for installing programs and libraries. | 113 | PREFIX as the prefix for installing programs and libraries. |
111 | Documentation and other data files will still use the regular prefix. | 114 | Documentation and other data files still use the regular prefix. |
112 | 115 | ||
113 | In addition, if you use an unusual directory layout you can give | 116 | In addition, if you use an unusual directory layout you can give |
114 | options like `--bindir=PATH' to specify different values for particular | 117 | options like `--bindir=DIR' to specify different values for particular |
115 | kinds of files. Run `configure --help' for a list of the directories | 118 | kinds of files. Run `configure --help' for a list of the directories |
116 | you can set and what kinds of files go in them. | 119 | you can set and what kinds of files go in them. |
117 | 120 | ||
@@ -122,7 +125,7 @@ option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. | |||
122 | Optional Features | 125 | Optional Features |
123 | ================= | 126 | ================= |
124 | 127 | ||
125 | Some packages pay attention to `--enable-FEATURE' options to | 128 | Some packages pay attention to `--enable-FEATURE' options to |
126 | `configure', where FEATURE indicates an optional part of the package. | 129 | `configure', where FEATURE indicates an optional part of the package. |
127 | They may also pay attention to `--with-PACKAGE' options, where PACKAGE | 130 | They may also pay attention to `--with-PACKAGE' options, where PACKAGE |
128 | is something like `gnu-as' or `x' (for the X Window System). The | 131 | is something like `gnu-as' or `x' (for the X Window System). The |
@@ -137,11 +140,11 @@ you can use the `configure' options `--x-includes=DIR' and | |||
137 | Specifying the System Type | 140 | Specifying the System Type |
138 | ========================== | 141 | ========================== |
139 | 142 | ||
140 | There may be some features `configure' cannot figure out | 143 | There may be some features `configure' cannot figure out automatically, |
141 | automatically, but needs to determine by the type of machine the package | 144 | but needs to determine by the type of machine the package will run on. |
142 | will run on. Usually, assuming the package is built to be run on the | 145 | Usually, assuming the package is built to be run on the _same_ |
143 | _same_ architectures, `configure' can figure that out, but if it prints | 146 | architectures, `configure' can figure that out, but if it prints a |
144 | a message saying it cannot guess the machine type, give it the | 147 | message saying it cannot guess the machine type, give it the |
145 | `--build=TYPE' option. TYPE can either be a short name for the system | 148 | `--build=TYPE' option. TYPE can either be a short name for the system |
146 | type, such as `sun4', or a canonical name which has the form: | 149 | type, such as `sun4', or a canonical name which has the form: |
147 | 150 | ||
@@ -156,7 +159,7 @@ where SYSTEM can have one of these forms: | |||
156 | need to know the machine type. | 159 | need to know the machine type. |
157 | 160 | ||
158 | If you are _building_ compiler tools for cross-compiling, you should | 161 | If you are _building_ compiler tools for cross-compiling, you should |
159 | use the `--target=TYPE' option to select the type of system they will | 162 | use the option `--target=TYPE' to select the type of system they will |
160 | produce code for. | 163 | produce code for. |
161 | 164 | ||
162 | If you want to _use_ a cross compiler, that generates code for a | 165 | If you want to _use_ a cross compiler, that generates code for a |
@@ -167,9 +170,9 @@ eventually be run) with `--host=TYPE'. | |||
167 | Sharing Defaults | 170 | Sharing Defaults |
168 | ================ | 171 | ================ |
169 | 172 | ||
170 | If you want to set default values for `configure' scripts to share, | 173 | If you want to set default values for `configure' scripts to share, you |
171 | you can create a site shell script called `config.site' that gives | 174 | can create a site shell script called `config.site' that gives default |
172 | default values for variables like `CC', `cache_file', and `prefix'. | 175 | values for variables like `CC', `cache_file', and `prefix'. |
173 | `configure' looks for `PREFIX/share/config.site' if it exists, then | 176 | `configure' looks for `PREFIX/share/config.site' if it exists, then |
174 | `PREFIX/etc/config.site' if it exists. Or, you can set the | 177 | `PREFIX/etc/config.site' if it exists. Or, you can set the |
175 | `CONFIG_SITE' environment variable to the location of the site script. | 178 | `CONFIG_SITE' environment variable to the location of the site script. |
@@ -178,7 +181,7 @@ A warning: not all `configure' scripts look for a site script. | |||
178 | Defining Variables | 181 | Defining Variables |
179 | ================== | 182 | ================== |
180 | 183 | ||
181 | Variables not defined in a site shell script can be set in the | 184 | Variables not defined in a site shell script can be set in the |
182 | environment passed to `configure'. However, some packages may run | 185 | environment passed to `configure'. However, some packages may run |
183 | configure again during the build, and the customized values of these | 186 | configure again during the build, and the customized values of these |
184 | variables may be lost. In order to avoid this problem, you should set | 187 | variables may be lost. In order to avoid this problem, you should set |
@@ -186,14 +189,18 @@ them in the `configure' command line, using `VAR=value'. For example: | |||
186 | 189 | ||
187 | ./configure CC=/usr/local2/bin/gcc | 190 | ./configure CC=/usr/local2/bin/gcc |
188 | 191 | ||
189 | will cause the specified gcc to be used as the C compiler (unless it is | 192 | causes the specified `gcc' to be used as the C compiler (unless it is |
190 | overridden in the site shell script). | 193 | overridden in the site shell script). Here is a another example: |
194 | |||
195 | /bin/bash ./configure CONFIG_SHELL=/bin/bash | ||
196 | |||
197 | Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent | ||
198 | configuration-related scripts to be executed by `/bin/bash'. | ||
191 | 199 | ||
192 | `configure' Invocation | 200 | `configure' Invocation |
193 | ====================== | 201 | ====================== |
194 | 202 | ||
195 | `configure' recognizes the following options to control how it | 203 | `configure' recognizes the following options to control how it operates. |
196 | operates. | ||
197 | 204 | ||
198 | `--help' | 205 | `--help' |
199 | `-h' | 206 | `-h' |
diff --git a/configure.ac b/configure.ac index 184792c6..33daed40 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -20,8 +20,8 @@ | |||
20 | # Process this file with autoconf to produce a configure script. | 20 | # Process this file with autoconf to produce a configure script. |
21 | # | 21 | # |
22 | AC_PREREQ(2.57) | 22 | AC_PREREQ(2.57) |
23 | AC_INIT([gnunet-gtk],[0.7.1-pre0],[bug-gnunet@gnu.org]) | 23 | AC_INIT([gnunet-gtk],[0.7.1pre0],[bug-gnunet@gnu.org]) |
24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.1-pre0]) | 24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.1pre0]) |
25 | AM_CONFIG_HEADER(config.h) | 25 | AM_CONFIG_HEADER(config.h) |
26 | 26 | ||
27 | AH_TOP([#define _GNU_SOURCE 1]) | 27 | AH_TOP([#define _GNU_SOURCE 1]) |
@@ -43,7 +43,7 @@ EXIT_FAILURE=1 | |||
43 | 43 | ||
44 | PROGRAM=ltmain.sh | 44 | PROGRAM=ltmain.sh |
45 | PACKAGE=libtool | 45 | PACKAGE=libtool |
46 | VERSION="1.5.22 Debian 1.5.22-4" | 46 | VERSION=1.5.22 |
47 | TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" | 47 | TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" |
48 | 48 | ||
49 | # See if we are running on zsh, and set the options which allow our | 49 | # See if we are running on zsh, and set the options which allow our |
@@ -2082,10 +2082,7 @@ EOF | |||
2082 | case $pass in | 2082 | case $pass in |
2083 | dlopen) libs="$dlfiles" ;; | 2083 | dlopen) libs="$dlfiles" ;; |
2084 | dlpreopen) libs="$dlprefiles" ;; | 2084 | dlpreopen) libs="$dlprefiles" ;; |
2085 | link) | 2085 | link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; |
2086 | libs="$deplibs %DEPLIBS%" | ||
2087 | test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" | ||
2088 | ;; | ||
2089 | esac | 2086 | esac |
2090 | fi | 2087 | fi |
2091 | if test "$pass" = dlopen; then | 2088 | if test "$pass" = dlopen; then |
@@ -3204,11 +3201,6 @@ EOF | |||
3204 | age="$number_minor" | 3201 | age="$number_minor" |
3205 | revision="$number_minor" | 3202 | revision="$number_minor" |
3206 | ;; | 3203 | ;; |
3207 | *) | ||
3208 | $echo "$modename: unknown library version type \`$version_type'" 1>&2 | ||
3209 | $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 | ||
3210 | exit $EXIT_FAILURE | ||
3211 | ;; | ||
3212 | esac | 3204 | esac |
3213 | ;; | 3205 | ;; |
3214 | no) | 3206 | no) |
diff --git a/mkinstalldirs b/mkinstalldirs index 6fbe5e11..259dbfcd 100644 --- a/mkinstalldirs +++ b/mkinstalldirs | |||
@@ -1,7 +1,7 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # mkinstalldirs --- make directory hierarchy | 2 | # mkinstalldirs --- make directory hierarchy |
3 | 3 | ||
4 | scriptversion=2004-02-15.20 | 4 | scriptversion=2005-06-29.22 |
5 | 5 | ||
6 | # Original author: Noah Friedman <friedman@prep.ai.mit.edu> | 6 | # Original author: Noah Friedman <friedman@prep.ai.mit.edu> |
7 | # Created: 1993-05-16 | 7 | # Created: 1993-05-16 |
@@ -12,7 +12,7 @@ scriptversion=2004-02-15.20 | |||
12 | # <automake-patches@gnu.org>. | 12 | # <automake-patches@gnu.org>. |
13 | 13 | ||
14 | errstatus=0 | 14 | errstatus=0 |
15 | dirmode="" | 15 | dirmode= |
16 | 16 | ||
17 | usage="\ | 17 | usage="\ |
18 | Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... | 18 | Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... |
@@ -27,7 +27,7 @@ while test $# -gt 0 ; do | |||
27 | case $1 in | 27 | case $1 in |
28 | -h | --help | --h*) # -h for help | 28 | -h | --help | --h*) # -h for help |
29 | echo "$usage" | 29 | echo "$usage" |
30 | exit 0 | 30 | exit $? |
31 | ;; | 31 | ;; |
32 | -m) # -m PERM arg | 32 | -m) # -m PERM arg |
33 | shift | 33 | shift |
@@ -37,7 +37,7 @@ while test $# -gt 0 ; do | |||
37 | ;; | 37 | ;; |
38 | --version) | 38 | --version) |
39 | echo "$0 $scriptversion" | 39 | echo "$0 $scriptversion" |
40 | exit 0 | 40 | exit $? |
41 | ;; | 41 | ;; |
42 | --) # stop option processing | 42 | --) # stop option processing |
43 | shift | 43 | shift |
@@ -103,13 +103,21 @@ esac | |||
103 | 103 | ||
104 | for file | 104 | for file |
105 | do | 105 | do |
106 | set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` | 106 | case $file in |
107 | /*) pathcomp=/ ;; | ||
108 | *) pathcomp= ;; | ||
109 | esac | ||
110 | oIFS=$IFS | ||
111 | IFS=/ | ||
112 | set fnord $file | ||
107 | shift | 113 | shift |
114 | IFS=$oIFS | ||
108 | 115 | ||
109 | pathcomp= | ||
110 | for d | 116 | for d |
111 | do | 117 | do |
112 | pathcomp="$pathcomp$d" | 118 | test "x$d" = x && continue |
119 | |||
120 | pathcomp=$pathcomp$d | ||
113 | case $pathcomp in | 121 | case $pathcomp in |
114 | -*) pathcomp=./$pathcomp ;; | 122 | -*) pathcomp=./$pathcomp ;; |
115 | esac | 123 | esac |
@@ -124,7 +132,7 @@ do | |||
124 | else | 132 | else |
125 | if test ! -z "$dirmode"; then | 133 | if test ! -z "$dirmode"; then |
126 | echo "chmod $dirmode $pathcomp" | 134 | echo "chmod $dirmode $pathcomp" |
127 | lasterr="" | 135 | lasterr= |
128 | chmod "$dirmode" "$pathcomp" || lasterr=$? | 136 | chmod "$dirmode" "$pathcomp" || lasterr=$? |
129 | 137 | ||
130 | if test ! -z "$lasterr"; then | 138 | if test ! -z "$lasterr"; then |
@@ -134,7 +142,7 @@ do | |||
134 | fi | 142 | fi |
135 | fi | 143 | fi |
136 | 144 | ||
137 | pathcomp="$pathcomp/" | 145 | pathcomp=$pathcomp/ |
138 | done | 146 | done |
139 | done | 147 | done |
140 | 148 | ||
diff --git a/po/Makefile.in b/po/Makefile.in index a7f19ef4..3bdc3f9e 100644 --- a/po/Makefile.in +++ b/po/Makefile.in | |||
@@ -11,7 +11,7 @@ | |||
11 | # Origin: gettext-0.13 | 11 | # Origin: gettext-0.13 |
12 | 12 | ||
13 | PACKAGE = gnunet-gtk | 13 | PACKAGE = gnunet-gtk |
14 | VERSION = 0.7.1-pre0 | 14 | VERSION = 0.7.1pre0 |
15 | 15 | ||
16 | SHELL = /bin/sh | 16 | SHELL = /bin/sh |
17 | 17 | ||