Merge lp:~lubuntu-software-center-team/lubuntu-software-center/build-system into lp:~stephen-smally/lubuntu-software-center/trunk
- build-system
- Merge into trunk
Proposed by
Julien Lavergne
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 39 | ||||
Proposed branch: | lp:~lubuntu-software-center-team/lubuntu-software-center/build-system | ||||
Merge into: | lp:~stephen-smally/lubuntu-software-center/trunk | ||||
Diff against target: |
3140 lines (+236/-2834) 4 files modified
configure (+0/-2823) lubuntu-software-center (+4/-1) po/POTFILES.in (+2/-0) po/lubuntu-software-center.pot (+230/-10) |
||||
To merge this branch: | bzr merge lp:~lubuntu-software-center-team/lubuntu-software-center/build-system | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephen Smally | Pending | ||
Review via email: mp+74671@code.launchpad.net |
Commit message
Description of the change
Add ui files to translation
Fix bug 845054
To post a comment you must log in.
Preview Diff
[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1 | === removed file 'configure' | |||
2 | --- configure 2011-09-08 11:52:12 +0000 | |||
3 | +++ configure 1970-01-01 00:00:00 +0000 | |||
4 | @@ -1,2823 +0,0 @@ | |||
5 | 1 | #! /bin/sh | ||
6 | 2 | # Guess values for system-dependent variables and create Makefiles. | ||
7 | 3 | # Generated by GNU Autoconf 2.67 for lubuntu-software-center 0.0.1. | ||
8 | 4 | # | ||
9 | 5 | # | ||
10 | 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | ||
11 | 7 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | ||
12 | 8 | # Foundation, Inc. | ||
13 | 9 | # | ||
14 | 10 | # | ||
15 | 11 | # This configure script is free software; the Free Software Foundation | ||
16 | 12 | # gives unlimited permission to copy, distribute and modify it. | ||
17 | 13 | ## -------------------- ## | ||
18 | 14 | ## M4sh Initialization. ## | ||
19 | 15 | ## -------------------- ## | ||
20 | 16 | |||
21 | 17 | # Be more Bourne compatible | ||
22 | 18 | DUALCASE=1; export DUALCASE # for MKS sh | ||
23 | 19 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | ||
24 | 20 | emulate sh | ||
25 | 21 | NULLCMD=: | ||
26 | 22 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which | ||
27 | 23 | # is contrary to our usage. Disable this feature. | ||
28 | 24 | alias -g '${1+"$@"}'='"$@"' | ||
29 | 25 | setopt NO_GLOB_SUBST | ||
30 | 26 | else | ||
31 | 27 | case `(set -o) 2>/dev/null` in #( | ||
32 | 28 | *posix*) : | ||
33 | 29 | set -o posix ;; #( | ||
34 | 30 | *) : | ||
35 | 31 | ;; | ||
36 | 32 | esac | ||
37 | 33 | fi | ||
38 | 34 | |||
39 | 35 | |||
40 | 36 | as_nl=' | ||
41 | 37 | ' | ||
42 | 38 | export as_nl | ||
43 | 39 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | ||
44 | 40 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | ||
45 | 41 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | ||
46 | 42 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | ||
47 | 43 | # Prefer a ksh shell builtin over an external printf program on Solaris, | ||
48 | 44 | # but without wasting forks for bash or zsh. | ||
49 | 45 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | ||
50 | 46 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | ||
51 | 47 | as_echo='print -r --' | ||
52 | 48 | as_echo_n='print -rn --' | ||
53 | 49 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | ||
54 | 50 | as_echo='printf %s\n' | ||
55 | 51 | as_echo_n='printf %s' | ||
56 | 52 | else | ||
57 | 53 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | ||
58 | 54 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | ||
59 | 55 | as_echo_n='/usr/ucb/echo -n' | ||
60 | 56 | else | ||
61 | 57 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | ||
62 | 58 | as_echo_n_body='eval | ||
63 | 59 | arg=$1; | ||
64 | 60 | case $arg in #( | ||
65 | 61 | *"$as_nl"*) | ||
66 | 62 | expr "X$arg" : "X\\(.*\\)$as_nl"; | ||
67 | 63 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | ||
68 | 64 | esac; | ||
69 | 65 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | ||
70 | 66 | ' | ||
71 | 67 | export as_echo_n_body | ||
72 | 68 | as_echo_n='sh -c $as_echo_n_body as_echo' | ||
73 | 69 | fi | ||
74 | 70 | export as_echo_body | ||
75 | 71 | as_echo='sh -c $as_echo_body as_echo' | ||
76 | 72 | fi | ||
77 | 73 | |||
78 | 74 | # The user is always right. | ||
79 | 75 | if test "${PATH_SEPARATOR+set}" != set; then | ||
80 | 76 | PATH_SEPARATOR=: | ||
81 | 77 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | ||
82 | 78 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | ||
83 | 79 | PATH_SEPARATOR=';' | ||
84 | 80 | } | ||
85 | 81 | fi | ||
86 | 82 | |||
87 | 83 | |||
88 | 84 | # IFS | ||
89 | 85 | # We need space, tab and new line, in precisely that order. Quoting is | ||
90 | 86 | # there to prevent editors from complaining about space-tab. | ||
91 | 87 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | ||
92 | 88 | # splitting by setting IFS to empty value.) | ||
93 | 89 | IFS=" "" $as_nl" | ||
94 | 90 | |||
95 | 91 | # Find who we are. Look in the path if we contain no directory separator. | ||
96 | 92 | case $0 in #(( | ||
97 | 93 | *[\\/]* ) as_myself=$0 ;; | ||
98 | 94 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
99 | 95 | for as_dir in $PATH | ||
100 | 96 | do | ||
101 | 97 | IFS=$as_save_IFS | ||
102 | 98 | test -z "$as_dir" && as_dir=. | ||
103 | 99 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | ||
104 | 100 | done | ||
105 | 101 | IFS=$as_save_IFS | ||
106 | 102 | |||
107 | 103 | ;; | ||
108 | 104 | esac | ||
109 | 105 | # We did not find ourselves, most probably we were run as `sh COMMAND' | ||
110 | 106 | # in which case we are not to be found in the path. | ||
111 | 107 | if test "x$as_myself" = x; then | ||
112 | 108 | as_myself=$0 | ||
113 | 109 | fi | ||
114 | 110 | if test ! -f "$as_myself"; then | ||
115 | 111 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | ||
116 | 112 | exit 1 | ||
117 | 113 | fi | ||
118 | 114 | |||
119 | 115 | # Unset variables that we do not need and which cause bugs (e.g. in | ||
120 | 116 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | ||
121 | 117 | # suppresses any "Segmentation fault" message there. '((' could | ||
122 | 118 | # trigger a bug in pdksh 5.2.14. | ||
123 | 119 | for as_var in BASH_ENV ENV MAIL MAILPATH | ||
124 | 120 | do eval test x\${$as_var+set} = xset \ | ||
125 | 121 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | ||
126 | 122 | done | ||
127 | 123 | PS1='$ ' | ||
128 | 124 | PS2='> ' | ||
129 | 125 | PS4='+ ' | ||
130 | 126 | |||
131 | 127 | # NLS nuisances. | ||
132 | 128 | LC_ALL=C | ||
133 | 129 | export LC_ALL | ||
134 | 130 | LANGUAGE=C | ||
135 | 131 | export LANGUAGE | ||
136 | 132 | |||
137 | 133 | # CDPATH. | ||
138 | 134 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | ||
139 | 135 | |||
140 | 136 | if test "x$CONFIG_SHELL" = x; then | ||
141 | 137 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : | ||
142 | 138 | emulate sh | ||
143 | 139 | NULLCMD=: | ||
144 | 140 | # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which | ||
145 | 141 | # is contrary to our usage. Disable this feature. | ||
146 | 142 | alias -g '\${1+\"\$@\"}'='\"\$@\"' | ||
147 | 143 | setopt NO_GLOB_SUBST | ||
148 | 144 | else | ||
149 | 145 | case \`(set -o) 2>/dev/null\` in #( | ||
150 | 146 | *posix*) : | ||
151 | 147 | set -o posix ;; #( | ||
152 | 148 | *) : | ||
153 | 149 | ;; | ||
154 | 150 | esac | ||
155 | 151 | fi | ||
156 | 152 | " | ||
157 | 153 | as_required="as_fn_return () { (exit \$1); } | ||
158 | 154 | as_fn_success () { as_fn_return 0; } | ||
159 | 155 | as_fn_failure () { as_fn_return 1; } | ||
160 | 156 | as_fn_ret_success () { return 0; } | ||
161 | 157 | as_fn_ret_failure () { return 1; } | ||
162 | 158 | |||
163 | 159 | exitcode=0 | ||
164 | 160 | as_fn_success || { exitcode=1; echo as_fn_success failed.; } | ||
165 | 161 | as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } | ||
166 | 162 | as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } | ||
167 | 163 | as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } | ||
168 | 164 | if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : | ||
169 | 165 | |||
170 | 166 | else | ||
171 | 167 | exitcode=1; echo positional parameters were not saved. | ||
172 | 168 | fi | ||
173 | 169 | test x\$exitcode = x0 || exit 1" | ||
174 | 170 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO | ||
175 | 171 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO | ||
176 | 172 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && | ||
177 | 173 | test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" | ||
178 | 174 | if (eval "$as_required") 2>/dev/null; then : | ||
179 | 175 | as_have_required=yes | ||
180 | 176 | else | ||
181 | 177 | as_have_required=no | ||
182 | 178 | fi | ||
183 | 179 | if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : | ||
184 | 180 | |||
185 | 181 | else | ||
186 | 182 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
187 | 183 | as_found=false | ||
188 | 184 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | ||
189 | 185 | do | ||
190 | 186 | IFS=$as_save_IFS | ||
191 | 187 | test -z "$as_dir" && as_dir=. | ||
192 | 188 | as_found=: | ||
193 | 189 | case $as_dir in #( | ||
194 | 190 | /*) | ||
195 | 191 | for as_base in sh bash ksh sh5; do | ||
196 | 192 | # Try only shells that exist, to save several forks. | ||
197 | 193 | as_shell=$as_dir/$as_base | ||
198 | 194 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | ||
199 | 195 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : | ||
200 | 196 | CONFIG_SHELL=$as_shell as_have_required=yes | ||
201 | 197 | if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : | ||
202 | 198 | break 2 | ||
203 | 199 | fi | ||
204 | 200 | fi | ||
205 | 201 | done;; | ||
206 | 202 | esac | ||
207 | 203 | as_found=false | ||
208 | 204 | done | ||
209 | 205 | $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && | ||
210 | 206 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : | ||
211 | 207 | CONFIG_SHELL=$SHELL as_have_required=yes | ||
212 | 208 | fi; } | ||
213 | 209 | IFS=$as_save_IFS | ||
214 | 210 | |||
215 | 211 | |||
216 | 212 | if test "x$CONFIG_SHELL" != x; then : | ||
217 | 213 | # We cannot yet assume a decent shell, so we have to provide a | ||
218 | 214 | # neutralization value for shells without unset; and this also | ||
219 | 215 | # works around shells that cannot unset nonexistent variables. | ||
220 | 216 | BASH_ENV=/dev/null | ||
221 | 217 | ENV=/dev/null | ||
222 | 218 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | ||
223 | 219 | export CONFIG_SHELL | ||
224 | 220 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | ||
225 | 221 | fi | ||
226 | 222 | |||
227 | 223 | if test x$as_have_required = xno; then : | ||
228 | 224 | $as_echo "$0: This script requires a shell more modern than all" | ||
229 | 225 | $as_echo "$0: the shells that I found on your system." | ||
230 | 226 | if test x${ZSH_VERSION+set} = xset ; then | ||
231 | 227 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" | ||
232 | 228 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." | ||
233 | 229 | else | ||
234 | 230 | $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, | ||
235 | 231 | $0: including any error possibly output before this | ||
236 | 232 | $0: message. Then install a modern shell, or manually run | ||
237 | 233 | $0: the script under such a shell if you do have one." | ||
238 | 234 | fi | ||
239 | 235 | exit 1 | ||
240 | 236 | fi | ||
241 | 237 | fi | ||
242 | 238 | fi | ||
243 | 239 | SHELL=${CONFIG_SHELL-/bin/sh} | ||
244 | 240 | export SHELL | ||
245 | 241 | # Unset more variables known to interfere with behavior of common tools. | ||
246 | 242 | CLICOLOR_FORCE= GREP_OPTIONS= | ||
247 | 243 | unset CLICOLOR_FORCE GREP_OPTIONS | ||
248 | 244 | |||
249 | 245 | ## --------------------- ## | ||
250 | 246 | ## M4sh Shell Functions. ## | ||
251 | 247 | ## --------------------- ## | ||
252 | 248 | # as_fn_unset VAR | ||
253 | 249 | # --------------- | ||
254 | 250 | # Portably unset VAR. | ||
255 | 251 | as_fn_unset () | ||
256 | 252 | { | ||
257 | 253 | { eval $1=; unset $1;} | ||
258 | 254 | } | ||
259 | 255 | as_unset=as_fn_unset | ||
260 | 256 | |||
261 | 257 | # as_fn_set_status STATUS | ||
262 | 258 | # ----------------------- | ||
263 | 259 | # Set $? to STATUS, without forking. | ||
264 | 260 | as_fn_set_status () | ||
265 | 261 | { | ||
266 | 262 | return $1 | ||
267 | 263 | } # as_fn_set_status | ||
268 | 264 | |||
269 | 265 | # as_fn_exit STATUS | ||
270 | 266 | # ----------------- | ||
271 | 267 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | ||
272 | 268 | as_fn_exit () | ||
273 | 269 | { | ||
274 | 270 | set +e | ||
275 | 271 | as_fn_set_status $1 | ||
276 | 272 | exit $1 | ||
277 | 273 | } # as_fn_exit | ||
278 | 274 | |||
279 | 275 | # as_fn_mkdir_p | ||
280 | 276 | # ------------- | ||
281 | 277 | # Create "$as_dir" as a directory, including parents if necessary. | ||
282 | 278 | as_fn_mkdir_p () | ||
283 | 279 | { | ||
284 | 280 | |||
285 | 281 | case $as_dir in #( | ||
286 | 282 | -*) as_dir=./$as_dir;; | ||
287 | 283 | esac | ||
288 | 284 | test -d "$as_dir" || eval $as_mkdir_p || { | ||
289 | 285 | as_dirs= | ||
290 | 286 | while :; do | ||
291 | 287 | case $as_dir in #( | ||
292 | 288 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | ||
293 | 289 | *) as_qdir=$as_dir;; | ||
294 | 290 | esac | ||
295 | 291 | as_dirs="'$as_qdir' $as_dirs" | ||
296 | 292 | as_dir=`$as_dirname -- "$as_dir" || | ||
297 | 293 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
298 | 294 | X"$as_dir" : 'X\(//\)[^/]' \| \ | ||
299 | 295 | X"$as_dir" : 'X\(//\)$' \| \ | ||
300 | 296 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | ||
301 | 297 | $as_echo X"$as_dir" | | ||
302 | 298 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | ||
303 | 299 | s//\1/ | ||
304 | 300 | q | ||
305 | 301 | } | ||
306 | 302 | /^X\(\/\/\)[^/].*/{ | ||
307 | 303 | s//\1/ | ||
308 | 304 | q | ||
309 | 305 | } | ||
310 | 306 | /^X\(\/\/\)$/{ | ||
311 | 307 | s//\1/ | ||
312 | 308 | q | ||
313 | 309 | } | ||
314 | 310 | /^X\(\/\).*/{ | ||
315 | 311 | s//\1/ | ||
316 | 312 | q | ||
317 | 313 | } | ||
318 | 314 | s/.*/./; q'` | ||
319 | 315 | test -d "$as_dir" && break | ||
320 | 316 | done | ||
321 | 317 | test -z "$as_dirs" || eval "mkdir $as_dirs" | ||
322 | 318 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | ||
323 | 319 | |||
324 | 320 | |||
325 | 321 | } # as_fn_mkdir_p | ||
326 | 322 | # as_fn_append VAR VALUE | ||
327 | 323 | # ---------------------- | ||
328 | 324 | # Append the text in VALUE to the end of the definition contained in VAR. Take | ||
329 | 325 | # advantage of any shell optimizations that allow amortized linear growth over | ||
330 | 326 | # repeated appends, instead of the typical quadratic growth present in naive | ||
331 | 327 | # implementations. | ||
332 | 328 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | ||
333 | 329 | eval 'as_fn_append () | ||
334 | 330 | { | ||
335 | 331 | eval $1+=\$2 | ||
336 | 332 | }' | ||
337 | 333 | else | ||
338 | 334 | as_fn_append () | ||
339 | 335 | { | ||
340 | 336 | eval $1=\$$1\$2 | ||
341 | 337 | } | ||
342 | 338 | fi # as_fn_append | ||
343 | 339 | |||
344 | 340 | # as_fn_arith ARG... | ||
345 | 341 | # ------------------ | ||
346 | 342 | # Perform arithmetic evaluation on the ARGs, and store the result in the | ||
347 | 343 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | ||
348 | 344 | # must be portable across $(()) and expr. | ||
349 | 345 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | ||
350 | 346 | eval 'as_fn_arith () | ||
351 | 347 | { | ||
352 | 348 | as_val=$(( $* )) | ||
353 | 349 | }' | ||
354 | 350 | else | ||
355 | 351 | as_fn_arith () | ||
356 | 352 | { | ||
357 | 353 | as_val=`expr "$@" || test $? -eq 1` | ||
358 | 354 | } | ||
359 | 355 | fi # as_fn_arith | ||
360 | 356 | |||
361 | 357 | |||
362 | 358 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | ||
363 | 359 | # ---------------------------------------- | ||
364 | 360 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | ||
365 | 361 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | ||
366 | 362 | # script with STATUS, using 1 if that was 0. | ||
367 | 363 | as_fn_error () | ||
368 | 364 | { | ||
369 | 365 | as_status=$1; test $as_status -eq 0 && as_status=1 | ||
370 | 366 | if test "$4"; then | ||
371 | 367 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | ||
372 | 368 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | ||
373 | 369 | fi | ||
374 | 370 | $as_echo "$as_me: error: $2" >&2 | ||
375 | 371 | as_fn_exit $as_status | ||
376 | 372 | } # as_fn_error | ||
377 | 373 | |||
378 | 374 | if expr a : '\(a\)' >/dev/null 2>&1 && | ||
379 | 375 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | ||
380 | 376 | as_expr=expr | ||
381 | 377 | else | ||
382 | 378 | as_expr=false | ||
383 | 379 | fi | ||
384 | 380 | |||
385 | 381 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | ||
386 | 382 | as_basename=basename | ||
387 | 383 | else | ||
388 | 384 | as_basename=false | ||
389 | 385 | fi | ||
390 | 386 | |||
391 | 387 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then | ||
392 | 388 | as_dirname=dirname | ||
393 | 389 | else | ||
394 | 390 | as_dirname=false | ||
395 | 391 | fi | ||
396 | 392 | |||
397 | 393 | as_me=`$as_basename -- "$0" || | ||
398 | 394 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | ||
399 | 395 | X"$0" : 'X\(//\)$' \| \ | ||
400 | 396 | X"$0" : 'X\(/\)' \| . 2>/dev/null || | ||
401 | 397 | $as_echo X/"$0" | | ||
402 | 398 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | ||
403 | 399 | s//\1/ | ||
404 | 400 | q | ||
405 | 401 | } | ||
406 | 402 | /^X\/\(\/\/\)$/{ | ||
407 | 403 | s//\1/ | ||
408 | 404 | q | ||
409 | 405 | } | ||
410 | 406 | /^X\/\(\/\).*/{ | ||
411 | 407 | s//\1/ | ||
412 | 408 | q | ||
413 | 409 | } | ||
414 | 410 | s/.*/./; q'` | ||
415 | 411 | |||
416 | 412 | # Avoid depending upon Character Ranges. | ||
417 | 413 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | ||
418 | 414 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | ||
419 | 415 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | ||
420 | 416 | as_cr_digits='0123456789' | ||
421 | 417 | as_cr_alnum=$as_cr_Letters$as_cr_digits | ||
422 | 418 | |||
423 | 419 | |||
424 | 420 | as_lineno_1=$LINENO as_lineno_1a=$LINENO | ||
425 | 421 | as_lineno_2=$LINENO as_lineno_2a=$LINENO | ||
426 | 422 | eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && | ||
427 | 423 | test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { | ||
428 | 424 | # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) | ||
429 | 425 | sed -n ' | ||
430 | 426 | p | ||
431 | 427 | /[$]LINENO/= | ||
432 | 428 | ' <$as_myself | | ||
433 | 429 | sed ' | ||
434 | 430 | s/[$]LINENO.*/&-/ | ||
435 | 431 | t lineno | ||
436 | 432 | b | ||
437 | 433 | :lineno | ||
438 | 434 | N | ||
439 | 435 | :loop | ||
440 | 436 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | ||
441 | 437 | t loop | ||
442 | 438 | s/-\n.*// | ||
443 | 439 | ' >$as_me.lineno && | ||
444 | 440 | chmod +x "$as_me.lineno" || | ||
445 | 441 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } | ||
446 | 442 | |||
447 | 443 | # Don't try to exec as it changes $[0], causing all sort of problems | ||
448 | 444 | # (the dirname of $[0] is not the place where we might find the | ||
449 | 445 | # original and so on. Autoconf is especially sensitive to this). | ||
450 | 446 | . "./$as_me.lineno" | ||
451 | 447 | # Exit status is that of the last command. | ||
452 | 448 | exit | ||
453 | 449 | } | ||
454 | 450 | |||
455 | 451 | ECHO_C= ECHO_N= ECHO_T= | ||
456 | 452 | case `echo -n x` in #((((( | ||
457 | 453 | -n*) | ||
458 | 454 | case `echo 'xy\c'` in | ||
459 | 455 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | ||
460 | 456 | xy) ECHO_C='\c';; | ||
461 | 457 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | ||
462 | 458 | ECHO_T=' ';; | ||
463 | 459 | esac;; | ||
464 | 460 | *) | ||
465 | 461 | ECHO_N='-n';; | ||
466 | 462 | esac | ||
467 | 463 | |||
468 | 464 | rm -f conf$$ conf$$.exe conf$$.file | ||
469 | 465 | if test -d conf$$.dir; then | ||
470 | 466 | rm -f conf$$.dir/conf$$.file | ||
471 | 467 | else | ||
472 | 468 | rm -f conf$$.dir | ||
473 | 469 | mkdir conf$$.dir 2>/dev/null | ||
474 | 470 | fi | ||
475 | 471 | if (echo >conf$$.file) 2>/dev/null; then | ||
476 | 472 | if ln -s conf$$.file conf$$ 2>/dev/null; then | ||
477 | 473 | as_ln_s='ln -s' | ||
478 | 474 | # ... but there are two gotchas: | ||
479 | 475 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | ||
480 | 476 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | ||
481 | 477 | # In both cases, we have to default to `cp -p'. | ||
482 | 478 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | ||
483 | 479 | as_ln_s='cp -p' | ||
484 | 480 | elif ln conf$$.file conf$$ 2>/dev/null; then | ||
485 | 481 | as_ln_s=ln | ||
486 | 482 | else | ||
487 | 483 | as_ln_s='cp -p' | ||
488 | 484 | fi | ||
489 | 485 | else | ||
490 | 486 | as_ln_s='cp -p' | ||
491 | 487 | fi | ||
492 | 488 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | ||
493 | 489 | rmdir conf$$.dir 2>/dev/null | ||
494 | 490 | |||
495 | 491 | if mkdir -p . 2>/dev/null; then | ||
496 | 492 | as_mkdir_p='mkdir -p "$as_dir"' | ||
497 | 493 | else | ||
498 | 494 | test -d ./-p && rmdir ./-p | ||
499 | 495 | as_mkdir_p=false | ||
500 | 496 | fi | ||
501 | 497 | |||
502 | 498 | if test -x / >/dev/null 2>&1; then | ||
503 | 499 | as_test_x='test -x' | ||
504 | 500 | else | ||
505 | 501 | if ls -dL / >/dev/null 2>&1; then | ||
506 | 502 | as_ls_L_option=L | ||
507 | 503 | else | ||
508 | 504 | as_ls_L_option= | ||
509 | 505 | fi | ||
510 | 506 | as_test_x=' | ||
511 | 507 | eval sh -c '\'' | ||
512 | 508 | if test -d "$1"; then | ||
513 | 509 | test -d "$1/."; | ||
514 | 510 | else | ||
515 | 511 | case $1 in #( | ||
516 | 512 | -*)set "./$1";; | ||
517 | 513 | esac; | ||
518 | 514 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | ||
519 | 515 | ???[sx]*):;;*)false;;esac;fi | ||
520 | 516 | '\'' sh | ||
521 | 517 | ' | ||
522 | 518 | fi | ||
523 | 519 | as_executable_p=$as_test_x | ||
524 | 520 | |||
525 | 521 | # Sed expression to map a string onto a valid CPP name. | ||
526 | 522 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | ||
527 | 523 | |||
528 | 524 | # Sed expression to map a string onto a valid variable name. | ||
529 | 525 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | ||
530 | 526 | |||
531 | 527 | |||
532 | 528 | test -n "$DJDIR" || exec 7<&0 </dev/null | ||
533 | 529 | exec 6>&1 | ||
534 | 530 | |||
535 | 531 | # Name of the host. | ||
536 | 532 | # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, | ||
537 | 533 | # so uname gets run too. | ||
538 | 534 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | ||
539 | 535 | |||
540 | 536 | # | ||
541 | 537 | # Initializations. | ||
542 | 538 | # | ||
543 | 539 | ac_default_prefix=/usr/local | ||
544 | 540 | ac_clean_files= | ||
545 | 541 | ac_config_libobj_dir=. | ||
546 | 542 | LIBOBJS= | ||
547 | 543 | cross_compiling=no | ||
548 | 544 | subdirs= | ||
549 | 545 | MFLAGS= | ||
550 | 546 | MAKEFLAGS= | ||
551 | 547 | |||
552 | 548 | # Identity of this package. | ||
553 | 549 | PACKAGE_NAME='lubuntu-software-center' | ||
554 | 550 | PACKAGE_TARNAME='lubuntu-software-center' | ||
555 | 551 | PACKAGE_VERSION='0.0.1' | ||
556 | 552 | PACKAGE_STRING='lubuntu-software-center 0.0.1' | ||
557 | 553 | PACKAGE_BUGREPORT='' | ||
558 | 554 | PACKAGE_URL='' | ||
559 | 555 | |||
560 | 556 | ac_subst_vars='LTLIBOBJS | ||
561 | 557 | LIBOBJS | ||
562 | 558 | PACKAGE | ||
563 | 559 | VERSION | ||
564 | 560 | GETTEXT_PACKAGE | ||
565 | 561 | ACLOCAL_AMFLAGS | ||
566 | 562 | target_alias | ||
567 | 563 | host_alias | ||
568 | 564 | build_alias | ||
569 | 565 | LIBS | ||
570 | 566 | ECHO_T | ||
571 | 567 | ECHO_N | ||
572 | 568 | ECHO_C | ||
573 | 569 | DEFS | ||
574 | 570 | mandir | ||
575 | 571 | localedir | ||
576 | 572 | libdir | ||
577 | 573 | psdir | ||
578 | 574 | pdfdir | ||
579 | 575 | dvidir | ||
580 | 576 | htmldir | ||
581 | 577 | infodir | ||
582 | 578 | docdir | ||
583 | 579 | oldincludedir | ||
584 | 580 | includedir | ||
585 | 581 | localstatedir | ||
586 | 582 | sharedstatedir | ||
587 | 583 | sysconfdir | ||
588 | 584 | datadir | ||
589 | 585 | datarootdir | ||
590 | 586 | libexecdir | ||
591 | 587 | sbindir | ||
592 | 588 | bindir | ||
593 | 589 | program_transform_name | ||
594 | 590 | prefix | ||
595 | 591 | exec_prefix | ||
596 | 592 | PACKAGE_URL | ||
597 | 593 | PACKAGE_BUGREPORT | ||
598 | 594 | PACKAGE_STRING | ||
599 | 595 | PACKAGE_VERSION | ||
600 | 596 | PACKAGE_TARNAME | ||
601 | 597 | PACKAGE_NAME | ||
602 | 598 | PATH_SEPARATOR | ||
603 | 599 | SHELL' | ||
604 | 600 | ac_subst_files='' | ||
605 | 601 | ac_user_opts=' | ||
606 | 602 | enable_option_checking | ||
607 | 603 | ' | ||
608 | 604 | ac_precious_vars='build_alias | ||
609 | 605 | host_alias | ||
610 | 606 | target_alias' | ||
611 | 607 | |||
612 | 608 | |||
613 | 609 | # Initialize some variables set by options. | ||
614 | 610 | ac_init_help= | ||
615 | 611 | ac_init_version=false | ||
616 | 612 | ac_unrecognized_opts= | ||
617 | 613 | ac_unrecognized_sep= | ||
618 | 614 | # The variables have the same names as the options, with | ||
619 | 615 | # dashes changed to underlines. | ||
620 | 616 | cache_file=/dev/null | ||
621 | 617 | exec_prefix=NONE | ||
622 | 618 | no_create= | ||
623 | 619 | no_recursion= | ||
624 | 620 | prefix=NONE | ||
625 | 621 | program_prefix=NONE | ||
626 | 622 | program_suffix=NONE | ||
627 | 623 | program_transform_name=s,x,x, | ||
628 | 624 | silent= | ||
629 | 625 | site= | ||
630 | 626 | srcdir= | ||
631 | 627 | verbose= | ||
632 | 628 | x_includes=NONE | ||
633 | 629 | x_libraries=NONE | ||
634 | 630 | |||
635 | 631 | # Installation directory options. | ||
636 | 632 | # These are left unexpanded so users can "make install exec_prefix=/foo" | ||
637 | 633 | # and all the variables that are supposed to be based on exec_prefix | ||
638 | 634 | # by default will actually change. | ||
639 | 635 | # Use braces instead of parens because sh, perl, etc. also accept them. | ||
640 | 636 | # (The list follows the same order as the GNU Coding Standards.) | ||
641 | 637 | bindir='${exec_prefix}/bin' | ||
642 | 638 | sbindir='${exec_prefix}/sbin' | ||
643 | 639 | libexecdir='${exec_prefix}/libexec' | ||
644 | 640 | datarootdir='${prefix}/share' | ||
645 | 641 | datadir='${datarootdir}' | ||
646 | 642 | sysconfdir='${prefix}/etc' | ||
647 | 643 | sharedstatedir='${prefix}/com' | ||
648 | 644 | localstatedir='${prefix}/var' | ||
649 | 645 | includedir='${prefix}/include' | ||
650 | 646 | oldincludedir='/usr/include' | ||
651 | 647 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | ||
652 | 648 | infodir='${datarootdir}/info' | ||
653 | 649 | htmldir='${docdir}' | ||
654 | 650 | dvidir='${docdir}' | ||
655 | 651 | pdfdir='${docdir}' | ||
656 | 652 | psdir='${docdir}' | ||
657 | 653 | libdir='${exec_prefix}/lib' | ||
658 | 654 | localedir='${datarootdir}/locale' | ||
659 | 655 | mandir='${datarootdir}/man' | ||
660 | 656 | |||
661 | 657 | ac_prev= | ||
662 | 658 | ac_dashdash= | ||
663 | 659 | for ac_option | ||
664 | 660 | do | ||
665 | 661 | # If the previous option needs an argument, assign it. | ||
666 | 662 | if test -n "$ac_prev"; then | ||
667 | 663 | eval $ac_prev=\$ac_option | ||
668 | 664 | ac_prev= | ||
669 | 665 | continue | ||
670 | 666 | fi | ||
671 | 667 | |||
672 | 668 | case $ac_option in | ||
673 | 669 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | ||
674 | 670 | *=) ac_optarg= ;; | ||
675 | 671 | *) ac_optarg=yes ;; | ||
676 | 672 | esac | ||
677 | 673 | |||
678 | 674 | # Accept the important Cygnus configure options, so we can diagnose typos. | ||
679 | 675 | |||
680 | 676 | case $ac_dashdash$ac_option in | ||
681 | 677 | --) | ||
682 | 678 | ac_dashdash=yes ;; | ||
683 | 679 | |||
684 | 680 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | ||
685 | 681 | ac_prev=bindir ;; | ||
686 | 682 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | ||
687 | 683 | bindir=$ac_optarg ;; | ||
688 | 684 | |||
689 | 685 | -build | --build | --buil | --bui | --bu) | ||
690 | 686 | ac_prev=build_alias ;; | ||
691 | 687 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) | ||
692 | 688 | build_alias=$ac_optarg ;; | ||
693 | 689 | |||
694 | 690 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | ||
695 | 691 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | ||
696 | 692 | ac_prev=cache_file ;; | ||
697 | 693 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | ||
698 | 694 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | ||
699 | 695 | cache_file=$ac_optarg ;; | ||
700 | 696 | |||
701 | 697 | --config-cache | -C) | ||
702 | 698 | cache_file=config.cache ;; | ||
703 | 699 | |||
704 | 700 | -datadir | --datadir | --datadi | --datad) | ||
705 | 701 | ac_prev=datadir ;; | ||
706 | 702 | -datadir=* | --datadir=* | --datadi=* | --datad=*) | ||
707 | 703 | datadir=$ac_optarg ;; | ||
708 | 704 | |||
709 | 705 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | ||
710 | 706 | | --dataroo | --dataro | --datar) | ||
711 | 707 | ac_prev=datarootdir ;; | ||
712 | 708 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | ||
713 | 709 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | ||
714 | 710 | datarootdir=$ac_optarg ;; | ||
715 | 711 | |||
716 | 712 | -disable-* | --disable-*) | ||
717 | 713 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | ||
718 | 714 | # Reject names that are not valid shell variable names. | ||
719 | 715 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | ||
720 | 716 | as_fn_error $? "invalid feature name: $ac_useropt" | ||
721 | 717 | ac_useropt_orig=$ac_useropt | ||
722 | 718 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | ||
723 | 719 | case $ac_user_opts in | ||
724 | 720 | *" | ||
725 | 721 | "enable_$ac_useropt" | ||
726 | 722 | "*) ;; | ||
727 | 723 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" | ||
728 | 724 | ac_unrecognized_sep=', ';; | ||
729 | 725 | esac | ||
730 | 726 | eval enable_$ac_useropt=no ;; | ||
731 | 727 | |||
732 | 728 | -docdir | --docdir | --docdi | --doc | --do) | ||
733 | 729 | ac_prev=docdir ;; | ||
734 | 730 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | ||
735 | 731 | docdir=$ac_optarg ;; | ||
736 | 732 | |||
737 | 733 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | ||
738 | 734 | ac_prev=dvidir ;; | ||
739 | 735 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | ||
740 | 736 | dvidir=$ac_optarg ;; | ||
741 | 737 | |||
742 | 738 | -enable-* | --enable-*) | ||
743 | 739 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | ||
744 | 740 | # Reject names that are not valid shell variable names. | ||
745 | 741 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | ||
746 | 742 | as_fn_error $? "invalid feature name: $ac_useropt" | ||
747 | 743 | ac_useropt_orig=$ac_useropt | ||
748 | 744 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | ||
749 | 745 | case $ac_user_opts in | ||
750 | 746 | *" | ||
751 | 747 | "enable_$ac_useropt" | ||
752 | 748 | "*) ;; | ||
753 | 749 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" | ||
754 | 750 | ac_unrecognized_sep=', ';; | ||
755 | 751 | esac | ||
756 | 752 | eval enable_$ac_useropt=\$ac_optarg ;; | ||
757 | 753 | |||
758 | 754 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | ||
759 | 755 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | ||
760 | 756 | | --exec | --exe | --ex) | ||
761 | 757 | ac_prev=exec_prefix ;; | ||
762 | 758 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | ||
763 | 759 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | ||
764 | 760 | | --exec=* | --exe=* | --ex=*) | ||
765 | 761 | exec_prefix=$ac_optarg ;; | ||
766 | 762 | |||
767 | 763 | -gas | --gas | --ga | --g) | ||
768 | 764 | # Obsolete; use --with-gas. | ||
769 | 765 | with_gas=yes ;; | ||
770 | 766 | |||
771 | 767 | -help | --help | --hel | --he | -h) | ||
772 | 768 | ac_init_help=long ;; | ||
773 | 769 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | ||
774 | 770 | ac_init_help=recursive ;; | ||
775 | 771 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | ||
776 | 772 | ac_init_help=short ;; | ||
777 | 773 | |||
778 | 774 | -host | --host | --hos | --ho) | ||
779 | 775 | ac_prev=host_alias ;; | ||
780 | 776 | -host=* | --host=* | --hos=* | --ho=*) | ||
781 | 777 | host_alias=$ac_optarg ;; | ||
782 | 778 | |||
783 | 779 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) | ||
784 | 780 | ac_prev=htmldir ;; | ||
785 | 781 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | ||
786 | 782 | | --ht=*) | ||
787 | 783 | htmldir=$ac_optarg ;; | ||
788 | 784 | |||
789 | 785 | -includedir | --includedir | --includedi | --included | --include \ | ||
790 | 786 | | --includ | --inclu | --incl | --inc) | ||
791 | 787 | ac_prev=includedir ;; | ||
792 | 788 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | ||
793 | 789 | | --includ=* | --inclu=* | --incl=* | --inc=*) | ||
794 | 790 | includedir=$ac_optarg ;; | ||
795 | 791 | |||
796 | 792 | -infodir | --infodir | --infodi | --infod | --info | --inf) | ||
797 | 793 | ac_prev=infodir ;; | ||
798 | 794 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | ||
799 | 795 | infodir=$ac_optarg ;; | ||
800 | 796 | |||
801 | 797 | -libdir | --libdir | --libdi | --libd) | ||
802 | 798 | ac_prev=libdir ;; | ||
803 | 799 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | ||
804 | 800 | libdir=$ac_optarg ;; | ||
805 | 801 | |||
806 | 802 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | ||
807 | 803 | | --libexe | --libex | --libe) | ||
808 | 804 | ac_prev=libexecdir ;; | ||
809 | 805 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | ||
810 | 806 | | --libexe=* | --libex=* | --libe=*) | ||
811 | 807 | libexecdir=$ac_optarg ;; | ||
812 | 808 | |||
813 | 809 | -localedir | --localedir | --localedi | --localed | --locale) | ||
814 | 810 | ac_prev=localedir ;; | ||
815 | 811 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | ||
816 | 812 | localedir=$ac_optarg ;; | ||
817 | 813 | |||
818 | 814 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | ||
819 | 815 | | --localstate | --localstat | --localsta | --localst | --locals) | ||
820 | 816 | ac_prev=localstatedir ;; | ||
821 | 817 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | ||
822 | 818 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) | ||
823 | 819 | localstatedir=$ac_optarg ;; | ||
824 | 820 | |||
825 | 821 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | ||
826 | 822 | ac_prev=mandir ;; | ||
827 | 823 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | ||
828 | 824 | mandir=$ac_optarg ;; | ||
829 | 825 | |||
830 | 826 | -nfp | --nfp | --nf) | ||
831 | 827 | # Obsolete; use --without-fp. | ||
832 | 828 | with_fp=no ;; | ||
833 | 829 | |||
834 | 830 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | ||
835 | 831 | | --no-cr | --no-c | -n) | ||
836 | 832 | no_create=yes ;; | ||
837 | 833 | |||
838 | 834 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | ||
839 | 835 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | ||
840 | 836 | no_recursion=yes ;; | ||
841 | 837 | |||
842 | 838 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | ||
843 | 839 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | ||
844 | 840 | | --oldin | --oldi | --old | --ol | --o) | ||
845 | 841 | ac_prev=oldincludedir ;; | ||
846 | 842 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | ||
847 | 843 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | ||
848 | 844 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | ||
849 | 845 | oldincludedir=$ac_optarg ;; | ||
850 | 846 | |||
851 | 847 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | ||
852 | 848 | ac_prev=prefix ;; | ||
853 | 849 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | ||
854 | 850 | prefix=$ac_optarg ;; | ||
855 | 851 | |||
856 | 852 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | ||
857 | 853 | | --program-pre | --program-pr | --program-p) | ||
858 | 854 | ac_prev=program_prefix ;; | ||
859 | 855 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | ||
860 | 856 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | ||
861 | 857 | program_prefix=$ac_optarg ;; | ||
862 | 858 | |||
863 | 859 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | ||
864 | 860 | | --program-suf | --program-su | --program-s) | ||
865 | 861 | ac_prev=program_suffix ;; | ||
866 | 862 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | ||
867 | 863 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | ||
868 | 864 | program_suffix=$ac_optarg ;; | ||
869 | 865 | |||
870 | 866 | -program-transform-name | --program-transform-name \ | ||
871 | 867 | | --program-transform-nam | --program-transform-na \ | ||
872 | 868 | | --program-transform-n | --program-transform- \ | ||
873 | 869 | | --program-transform | --program-transfor \ | ||
874 | 870 | | --program-transfo | --program-transf \ | ||
875 | 871 | | --program-trans | --program-tran \ | ||
876 | 872 | | --progr-tra | --program-tr | --program-t) | ||
877 | 873 | ac_prev=program_transform_name ;; | ||
878 | 874 | -program-transform-name=* | --program-transform-name=* \ | ||
879 | 875 | | --program-transform-nam=* | --program-transform-na=* \ | ||
880 | 876 | | --program-transform-n=* | --program-transform-=* \ | ||
881 | 877 | | --program-transform=* | --program-transfor=* \ | ||
882 | 878 | | --program-transfo=* | --program-transf=* \ | ||
883 | 879 | | --program-trans=* | --program-tran=* \ | ||
884 | 880 | | --progr-tra=* | --program-tr=* | --program-t=*) | ||
885 | 881 | program_transform_name=$ac_optarg ;; | ||
886 | 882 | |||
887 | 883 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) | ||
888 | 884 | ac_prev=pdfdir ;; | ||
889 | 885 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | ||
890 | 886 | pdfdir=$ac_optarg ;; | ||
891 | 887 | |||
892 | 888 | -psdir | --psdir | --psdi | --psd | --ps) | ||
893 | 889 | ac_prev=psdir ;; | ||
894 | 890 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | ||
895 | 891 | psdir=$ac_optarg ;; | ||
896 | 892 | |||
897 | 893 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | ||
898 | 894 | | -silent | --silent | --silen | --sile | --sil) | ||
899 | 895 | silent=yes ;; | ||
900 | 896 | |||
901 | 897 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | ||
902 | 898 | ac_prev=sbindir ;; | ||
903 | 899 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | ||
904 | 900 | | --sbi=* | --sb=*) | ||
905 | 901 | sbindir=$ac_optarg ;; | ||
906 | 902 | |||
907 | 903 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | ||
908 | 904 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | ||
909 | 905 | | --sharedst | --shareds | --shared | --share | --shar \ | ||
910 | 906 | | --sha | --sh) | ||
911 | 907 | ac_prev=sharedstatedir ;; | ||
912 | 908 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | ||
913 | 909 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | ||
914 | 910 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | ||
915 | 911 | | --sha=* | --sh=*) | ||
916 | 912 | sharedstatedir=$ac_optarg ;; | ||
917 | 913 | |||
918 | 914 | -site | --site | --sit) | ||
919 | 915 | ac_prev=site ;; | ||
920 | 916 | -site=* | --site=* | --sit=*) | ||
921 | 917 | site=$ac_optarg ;; | ||
922 | 918 | |||
923 | 919 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | ||
924 | 920 | ac_prev=srcdir ;; | ||
925 | 921 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | ||
926 | 922 | srcdir=$ac_optarg ;; | ||
927 | 923 | |||
928 | 924 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | ||
929 | 925 | | --syscon | --sysco | --sysc | --sys | --sy) | ||
930 | 926 | ac_prev=sysconfdir ;; | ||
931 | 927 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | ||
932 | 928 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | ||
933 | 929 | sysconfdir=$ac_optarg ;; | ||
934 | 930 | |||
935 | 931 | -target | --target | --targe | --targ | --tar | --ta | --t) | ||
936 | 932 | ac_prev=target_alias ;; | ||
937 | 933 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | ||
938 | 934 | target_alias=$ac_optarg ;; | ||
939 | 935 | |||
940 | 936 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | ||
941 | 937 | verbose=yes ;; | ||
942 | 938 | |||
943 | 939 | -version | --version | --versio | --versi | --vers | -V) | ||
944 | 940 | ac_init_version=: ;; | ||
945 | 941 | |||
946 | 942 | -with-* | --with-*) | ||
947 | 943 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | ||
948 | 944 | # Reject names that are not valid shell variable names. | ||
949 | 945 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | ||
950 | 946 | as_fn_error $? "invalid package name: $ac_useropt" | ||
951 | 947 | ac_useropt_orig=$ac_useropt | ||
952 | 948 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | ||
953 | 949 | case $ac_user_opts in | ||
954 | 950 | *" | ||
955 | 951 | "with_$ac_useropt" | ||
956 | 952 | "*) ;; | ||
957 | 953 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" | ||
958 | 954 | ac_unrecognized_sep=', ';; | ||
959 | 955 | esac | ||
960 | 956 | eval with_$ac_useropt=\$ac_optarg ;; | ||
961 | 957 | |||
962 | 958 | -without-* | --without-*) | ||
963 | 959 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | ||
964 | 960 | # Reject names that are not valid shell variable names. | ||
965 | 961 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | ||
966 | 962 | as_fn_error $? "invalid package name: $ac_useropt" | ||
967 | 963 | ac_useropt_orig=$ac_useropt | ||
968 | 964 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | ||
969 | 965 | case $ac_user_opts in | ||
970 | 966 | *" | ||
971 | 967 | "with_$ac_useropt" | ||
972 | 968 | "*) ;; | ||
973 | 969 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" | ||
974 | 970 | ac_unrecognized_sep=', ';; | ||
975 | 971 | esac | ||
976 | 972 | eval with_$ac_useropt=no ;; | ||
977 | 973 | |||
978 | 974 | --x) | ||
979 | 975 | # Obsolete; use --with-x. | ||
980 | 976 | with_x=yes ;; | ||
981 | 977 | |||
982 | 978 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | ||
983 | 979 | | --x-incl | --x-inc | --x-in | --x-i) | ||
984 | 980 | ac_prev=x_includes ;; | ||
985 | 981 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | ||
986 | 982 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | ||
987 | 983 | x_includes=$ac_optarg ;; | ||
988 | 984 | |||
989 | 985 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | ||
990 | 986 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | ||
991 | 987 | ac_prev=x_libraries ;; | ||
992 | 988 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | ||
993 | 989 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | ||
994 | 990 | x_libraries=$ac_optarg ;; | ||
995 | 991 | |||
996 | 992 | -*) as_fn_error $? "unrecognized option: \`$ac_option' | ||
997 | 993 | Try \`$0 --help' for more information" | ||
998 | 994 | ;; | ||
999 | 995 | |||
1000 | 996 | *=*) | ||
1001 | 997 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | ||
1002 | 998 | # Reject names that are not valid shell variable names. | ||
1003 | 999 | case $ac_envvar in #( | ||
1004 | 1000 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | ||
1005 | 1001 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | ||
1006 | 1002 | esac | ||
1007 | 1003 | eval $ac_envvar=\$ac_optarg | ||
1008 | 1004 | export $ac_envvar ;; | ||
1009 | 1005 | |||
1010 | 1006 | *) | ||
1011 | 1007 | # FIXME: should be removed in autoconf 3.0. | ||
1012 | 1008 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | ||
1013 | 1009 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | ||
1014 | 1010 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | ||
1015 | 1011 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | ||
1016 | 1012 | ;; | ||
1017 | 1013 | |||
1018 | 1014 | esac | ||
1019 | 1015 | done | ||
1020 | 1016 | |||
1021 | 1017 | if test -n "$ac_prev"; then | ||
1022 | 1018 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | ||
1023 | 1019 | as_fn_error $? "missing argument to $ac_option" | ||
1024 | 1020 | fi | ||
1025 | 1021 | |||
1026 | 1022 | if test -n "$ac_unrecognized_opts"; then | ||
1027 | 1023 | case $enable_option_checking in | ||
1028 | 1024 | no) ;; | ||
1029 | 1025 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | ||
1030 | 1026 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | ||
1031 | 1027 | esac | ||
1032 | 1028 | fi | ||
1033 | 1029 | |||
1034 | 1030 | # Check all directory arguments for consistency. | ||
1035 | 1031 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | ||
1036 | 1032 | datadir sysconfdir sharedstatedir localstatedir includedir \ | ||
1037 | 1033 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | ||
1038 | 1034 | libdir localedir mandir | ||
1039 | 1035 | do | ||
1040 | 1036 | eval ac_val=\$$ac_var | ||
1041 | 1037 | # Remove trailing slashes. | ||
1042 | 1038 | case $ac_val in | ||
1043 | 1039 | */ ) | ||
1044 | 1040 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` | ||
1045 | 1041 | eval $ac_var=\$ac_val;; | ||
1046 | 1042 | esac | ||
1047 | 1043 | # Be sure to have absolute directory names. | ||
1048 | 1044 | case $ac_val in | ||
1049 | 1045 | [\\/$]* | ?:[\\/]* ) continue;; | ||
1050 | 1046 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | ||
1051 | 1047 | esac | ||
1052 | 1048 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | ||
1053 | 1049 | done | ||
1054 | 1050 | |||
1055 | 1051 | # There might be people who depend on the old broken behavior: `$host' | ||
1056 | 1052 | # used to hold the argument of --host etc. | ||
1057 | 1053 | # FIXME: To remove some day. | ||
1058 | 1054 | build=$build_alias | ||
1059 | 1055 | host=$host_alias | ||
1060 | 1056 | target=$target_alias | ||
1061 | 1057 | |||
1062 | 1058 | # FIXME: To remove some day. | ||
1063 | 1059 | if test "x$host_alias" != x; then | ||
1064 | 1060 | if test "x$build_alias" = x; then | ||
1065 | 1061 | cross_compiling=maybe | ||
1066 | 1062 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | ||
1067 | 1063 | If a cross compiler is detected then cross compile mode will be used" >&2 | ||
1068 | 1064 | elif test "x$build_alias" != "x$host_alias"; then | ||
1069 | 1065 | cross_compiling=yes | ||
1070 | 1066 | fi | ||
1071 | 1067 | fi | ||
1072 | 1068 | |||
1073 | 1069 | ac_tool_prefix= | ||
1074 | 1070 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | ||
1075 | 1071 | |||
1076 | 1072 | test "$silent" = yes && exec 6>/dev/null | ||
1077 | 1073 | |||
1078 | 1074 | |||
1079 | 1075 | ac_pwd=`pwd` && test -n "$ac_pwd" && | ||
1080 | 1076 | ac_ls_di=`ls -di .` && | ||
1081 | 1077 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | ||
1082 | 1078 | as_fn_error $? "working directory cannot be determined" | ||
1083 | 1079 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | ||
1084 | 1080 | as_fn_error $? "pwd does not report name of working directory" | ||
1085 | 1081 | |||
1086 | 1082 | |||
1087 | 1083 | # Find the source files, if location was not specified. | ||
1088 | 1084 | if test -z "$srcdir"; then | ||
1089 | 1085 | ac_srcdir_defaulted=yes | ||
1090 | 1086 | # Try the directory containing this script, then the parent directory. | ||
1091 | 1087 | ac_confdir=`$as_dirname -- "$as_myself" || | ||
1092 | 1088 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
1093 | 1089 | X"$as_myself" : 'X\(//\)[^/]' \| \ | ||
1094 | 1090 | X"$as_myself" : 'X\(//\)$' \| \ | ||
1095 | 1091 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | ||
1096 | 1092 | $as_echo X"$as_myself" | | ||
1097 | 1093 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | ||
1098 | 1094 | s//\1/ | ||
1099 | 1095 | q | ||
1100 | 1096 | } | ||
1101 | 1097 | /^X\(\/\/\)[^/].*/{ | ||
1102 | 1098 | s//\1/ | ||
1103 | 1099 | q | ||
1104 | 1100 | } | ||
1105 | 1101 | /^X\(\/\/\)$/{ | ||
1106 | 1102 | s//\1/ | ||
1107 | 1103 | q | ||
1108 | 1104 | } | ||
1109 | 1105 | /^X\(\/\).*/{ | ||
1110 | 1106 | s//\1/ | ||
1111 | 1107 | q | ||
1112 | 1108 | } | ||
1113 | 1109 | s/.*/./; q'` | ||
1114 | 1110 | srcdir=$ac_confdir | ||
1115 | 1111 | if test ! -r "$srcdir/$ac_unique_file"; then | ||
1116 | 1112 | srcdir=.. | ||
1117 | 1113 | fi | ||
1118 | 1114 | else | ||
1119 | 1115 | ac_srcdir_defaulted=no | ||
1120 | 1116 | fi | ||
1121 | 1117 | if test ! -r "$srcdir/$ac_unique_file"; then | ||
1122 | 1118 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | ||
1123 | 1119 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | ||
1124 | 1120 | fi | ||
1125 | 1121 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | ||
1126 | 1122 | ac_abs_confdir=`( | ||
1127 | 1123 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | ||
1128 | 1124 | pwd)` | ||
1129 | 1125 | # When building in place, set srcdir=. | ||
1130 | 1126 | if test "$ac_abs_confdir" = "$ac_pwd"; then | ||
1131 | 1127 | srcdir=. | ||
1132 | 1128 | fi | ||
1133 | 1129 | # Remove unnecessary trailing slashes from srcdir. | ||
1134 | 1130 | # Double slashes in file names in object file debugging info | ||
1135 | 1131 | # mess up M-x gdb in Emacs. | ||
1136 | 1132 | case $srcdir in | ||
1137 | 1133 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | ||
1138 | 1134 | esac | ||
1139 | 1135 | for ac_var in $ac_precious_vars; do | ||
1140 | 1136 | eval ac_env_${ac_var}_set=\${${ac_var}+set} | ||
1141 | 1137 | eval ac_env_${ac_var}_value=\$${ac_var} | ||
1142 | 1138 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | ||
1143 | 1139 | eval ac_cv_env_${ac_var}_value=\$${ac_var} | ||
1144 | 1140 | done | ||
1145 | 1141 | |||
1146 | 1142 | # | ||
1147 | 1143 | # Report the --help message. | ||
1148 | 1144 | # | ||
1149 | 1145 | if test "$ac_init_help" = "long"; then | ||
1150 | 1146 | # Omit some internal or obsolete options to make the list less imposing. | ||
1151 | 1147 | # This message is too long to be a string in the A/UX 3.1 sh. | ||
1152 | 1148 | cat <<_ACEOF | ||
1153 | 1149 | \`configure' configures lubuntu-software-center 0.0.1 to adapt to many kinds of systems. | ||
1154 | 1150 | |||
1155 | 1151 | Usage: $0 [OPTION]... [VAR=VALUE]... | ||
1156 | 1152 | |||
1157 | 1153 | To assign environment variables (e.g., CC, CFLAGS...), specify them as | ||
1158 | 1154 | VAR=VALUE. See below for descriptions of some of the useful variables. | ||
1159 | 1155 | |||
1160 | 1156 | Defaults for the options are specified in brackets. | ||
1161 | 1157 | |||
1162 | 1158 | Configuration: | ||
1163 | 1159 | -h, --help display this help and exit | ||
1164 | 1160 | --help=short display options specific to this package | ||
1165 | 1161 | --help=recursive display the short help of all the included packages | ||
1166 | 1162 | -V, --version display version information and exit | ||
1167 | 1163 | -q, --quiet, --silent do not print \`checking ...' messages | ||
1168 | 1164 | --cache-file=FILE cache test results in FILE [disabled] | ||
1169 | 1165 | -C, --config-cache alias for \`--cache-file=config.cache' | ||
1170 | 1166 | -n, --no-create do not create output files | ||
1171 | 1167 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | ||
1172 | 1168 | |||
1173 | 1169 | Installation directories: | ||
1174 | 1170 | --prefix=PREFIX install architecture-independent files in PREFIX | ||
1175 | 1171 | [$ac_default_prefix] | ||
1176 | 1172 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | ||
1177 | 1173 | [PREFIX] | ||
1178 | 1174 | |||
1179 | 1175 | By default, \`make install' will install all the files in | ||
1180 | 1176 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | ||
1181 | 1177 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | ||
1182 | 1178 | for instance \`--prefix=\$HOME'. | ||
1183 | 1179 | |||
1184 | 1180 | For better control, use the options below. | ||
1185 | 1181 | |||
1186 | 1182 | Fine tuning of the installation directories: | ||
1187 | 1183 | --bindir=DIR user executables [EPREFIX/bin] | ||
1188 | 1184 | --sbindir=DIR system admin executables [EPREFIX/sbin] | ||
1189 | 1185 | --libexecdir=DIR program executables [EPREFIX/libexec] | ||
1190 | 1186 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | ||
1191 | 1187 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | ||
1192 | 1188 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | ||
1193 | 1189 | --libdir=DIR object code libraries [EPREFIX/lib] | ||
1194 | 1190 | --includedir=DIR C header files [PREFIX/include] | ||
1195 | 1191 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | ||
1196 | 1192 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | ||
1197 | 1193 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | ||
1198 | 1194 | --infodir=DIR info documentation [DATAROOTDIR/info] | ||
1199 | 1195 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | ||
1200 | 1196 | --mandir=DIR man documentation [DATAROOTDIR/man] | ||
1201 | 1197 | --docdir=DIR documentation root | ||
1202 | 1198 | [DATAROOTDIR/doc/lubuntu-software-center] | ||
1203 | 1199 | --htmldir=DIR html documentation [DOCDIR] | ||
1204 | 1200 | --dvidir=DIR dvi documentation [DOCDIR] | ||
1205 | 1201 | --pdfdir=DIR pdf documentation [DOCDIR] | ||
1206 | 1202 | --psdir=DIR ps documentation [DOCDIR] | ||
1207 | 1203 | _ACEOF | ||
1208 | 1204 | |||
1209 | 1205 | cat <<\_ACEOF | ||
1210 | 1206 | _ACEOF | ||
1211 | 1207 | fi | ||
1212 | 1208 | |||
1213 | 1209 | if test -n "$ac_init_help"; then | ||
1214 | 1210 | case $ac_init_help in | ||
1215 | 1211 | short | recursive ) echo "Configuration of lubuntu-software-center 0.0.1:";; | ||
1216 | 1212 | esac | ||
1217 | 1213 | cat <<\_ACEOF | ||
1218 | 1214 | |||
1219 | 1215 | Report bugs to the package provider. | ||
1220 | 1216 | _ACEOF | ||
1221 | 1217 | ac_status=$? | ||
1222 | 1218 | fi | ||
1223 | 1219 | |||
1224 | 1220 | if test "$ac_init_help" = "recursive"; then | ||
1225 | 1221 | # If there are subdirs, report their specific --help. | ||
1226 | 1222 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | ||
1227 | 1223 | test -d "$ac_dir" || | ||
1228 | 1224 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | ||
1229 | 1225 | continue | ||
1230 | 1226 | ac_builddir=. | ||
1231 | 1227 | |||
1232 | 1228 | case "$ac_dir" in | ||
1233 | 1229 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | ||
1234 | 1230 | *) | ||
1235 | 1231 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | ||
1236 | 1232 | # A ".." for each directory in $ac_dir_suffix. | ||
1237 | 1233 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | ||
1238 | 1234 | case $ac_top_builddir_sub in | ||
1239 | 1235 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | ||
1240 | 1236 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | ||
1241 | 1237 | esac ;; | ||
1242 | 1238 | esac | ||
1243 | 1239 | ac_abs_top_builddir=$ac_pwd | ||
1244 | 1240 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | ||
1245 | 1241 | # for backward compatibility: | ||
1246 | 1242 | ac_top_builddir=$ac_top_build_prefix | ||
1247 | 1243 | |||
1248 | 1244 | case $srcdir in | ||
1249 | 1245 | .) # We are building in place. | ||
1250 | 1246 | ac_srcdir=. | ||
1251 | 1247 | ac_top_srcdir=$ac_top_builddir_sub | ||
1252 | 1248 | ac_abs_top_srcdir=$ac_pwd ;; | ||
1253 | 1249 | [\\/]* | ?:[\\/]* ) # Absolute name. | ||
1254 | 1250 | ac_srcdir=$srcdir$ac_dir_suffix; | ||
1255 | 1251 | ac_top_srcdir=$srcdir | ||
1256 | 1252 | ac_abs_top_srcdir=$srcdir ;; | ||
1257 | 1253 | *) # Relative name. | ||
1258 | 1254 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | ||
1259 | 1255 | ac_top_srcdir=$ac_top_build_prefix$srcdir | ||
1260 | 1256 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | ||
1261 | 1257 | esac | ||
1262 | 1258 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | ||
1263 | 1259 | |||
1264 | 1260 | cd "$ac_dir" || { ac_status=$?; continue; } | ||
1265 | 1261 | # Check for guested configure. | ||
1266 | 1262 | if test -f "$ac_srcdir/configure.gnu"; then | ||
1267 | 1263 | echo && | ||
1268 | 1264 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive | ||
1269 | 1265 | elif test -f "$ac_srcdir/configure"; then | ||
1270 | 1266 | echo && | ||
1271 | 1267 | $SHELL "$ac_srcdir/configure" --help=recursive | ||
1272 | 1268 | else | ||
1273 | 1269 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | ||
1274 | 1270 | fi || ac_status=$? | ||
1275 | 1271 | cd "$ac_pwd" || { ac_status=$?; break; } | ||
1276 | 1272 | done | ||
1277 | 1273 | fi | ||
1278 | 1274 | |||
1279 | 1275 | test -n "$ac_init_help" && exit $ac_status | ||
1280 | 1276 | if $ac_init_version; then | ||
1281 | 1277 | cat <<\_ACEOF | ||
1282 | 1278 | lubuntu-software-center configure 0.0.1 | ||
1283 | 1279 | generated by GNU Autoconf 2.67 | ||
1284 | 1280 | |||
1285 | 1281 | Copyright (C) 2010 Free Software Foundation, Inc. | ||
1286 | 1282 | This configure script is free software; the Free Software Foundation | ||
1287 | 1283 | gives unlimited permission to copy, distribute and modify it. | ||
1288 | 1284 | _ACEOF | ||
1289 | 1285 | exit | ||
1290 | 1286 | fi | ||
1291 | 1287 | |||
1292 | 1288 | ## ------------------------ ## | ||
1293 | 1289 | ## Autoconf initialization. ## | ||
1294 | 1290 | ## ------------------------ ## | ||
1295 | 1291 | cat >config.log <<_ACEOF | ||
1296 | 1292 | This file contains any messages produced by compilers while | ||
1297 | 1293 | running configure, to aid debugging if configure makes a mistake. | ||
1298 | 1294 | |||
1299 | 1295 | It was created by lubuntu-software-center $as_me 0.0.1, which was | ||
1300 | 1296 | generated by GNU Autoconf 2.67. Invocation command line was | ||
1301 | 1297 | |||
1302 | 1298 | $ $0 $@ | ||
1303 | 1299 | |||
1304 | 1300 | _ACEOF | ||
1305 | 1301 | exec 5>>config.log | ||
1306 | 1302 | { | ||
1307 | 1303 | cat <<_ASUNAME | ||
1308 | 1304 | ## --------- ## | ||
1309 | 1305 | ## Platform. ## | ||
1310 | 1306 | ## --------- ## | ||
1311 | 1307 | |||
1312 | 1308 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | ||
1313 | 1309 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | ||
1314 | 1310 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | ||
1315 | 1311 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | ||
1316 | 1312 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | ||
1317 | 1313 | |||
1318 | 1314 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | ||
1319 | 1315 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | ||
1320 | 1316 | |||
1321 | 1317 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | ||
1322 | 1318 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | ||
1323 | 1319 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | ||
1324 | 1320 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` | ||
1325 | 1321 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | ||
1326 | 1322 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | ||
1327 | 1323 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | ||
1328 | 1324 | |||
1329 | 1325 | _ASUNAME | ||
1330 | 1326 | |||
1331 | 1327 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
1332 | 1328 | for as_dir in $PATH | ||
1333 | 1329 | do | ||
1334 | 1330 | IFS=$as_save_IFS | ||
1335 | 1331 | test -z "$as_dir" && as_dir=. | ||
1336 | 1332 | $as_echo "PATH: $as_dir" | ||
1337 | 1333 | done | ||
1338 | 1334 | IFS=$as_save_IFS | ||
1339 | 1335 | |||
1340 | 1336 | } >&5 | ||
1341 | 1337 | |||
1342 | 1338 | cat >&5 <<_ACEOF | ||
1343 | 1339 | |||
1344 | 1340 | |||
1345 | 1341 | ## ----------- ## | ||
1346 | 1342 | ## Core tests. ## | ||
1347 | 1343 | ## ----------- ## | ||
1348 | 1344 | |||
1349 | 1345 | _ACEOF | ||
1350 | 1346 | |||
1351 | 1347 | |||
1352 | 1348 | # Keep a trace of the command line. | ||
1353 | 1349 | # Strip out --no-create and --no-recursion so they do not pile up. | ||
1354 | 1350 | # Strip out --silent because we don't want to record it for future runs. | ||
1355 | 1351 | # Also quote any args containing shell meta-characters. | ||
1356 | 1352 | # Make two passes to allow for proper duplicate-argument suppression. | ||
1357 | 1353 | ac_configure_args= | ||
1358 | 1354 | ac_configure_args0= | ||
1359 | 1355 | ac_configure_args1= | ||
1360 | 1356 | ac_must_keep_next=false | ||
1361 | 1357 | for ac_pass in 1 2 | ||
1362 | 1358 | do | ||
1363 | 1359 | for ac_arg | ||
1364 | 1360 | do | ||
1365 | 1361 | case $ac_arg in | ||
1366 | 1362 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | ||
1367 | 1363 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | ||
1368 | 1364 | | -silent | --silent | --silen | --sile | --sil) | ||
1369 | 1365 | continue ;; | ||
1370 | 1366 | *\'*) | ||
1371 | 1367 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | ||
1372 | 1368 | esac | ||
1373 | 1369 | case $ac_pass in | ||
1374 | 1370 | 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; | ||
1375 | 1371 | 2) | ||
1376 | 1372 | as_fn_append ac_configure_args1 " '$ac_arg'" | ||
1377 | 1373 | if test $ac_must_keep_next = true; then | ||
1378 | 1374 | ac_must_keep_next=false # Got value, back to normal. | ||
1379 | 1375 | else | ||
1380 | 1376 | case $ac_arg in | ||
1381 | 1377 | *=* | --config-cache | -C | -disable-* | --disable-* \ | ||
1382 | 1378 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | ||
1383 | 1379 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | ||
1384 | 1380 | | -with-* | --with-* | -without-* | --without-* | --x) | ||
1385 | 1381 | case "$ac_configure_args0 " in | ||
1386 | 1382 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | ||
1387 | 1383 | esac | ||
1388 | 1384 | ;; | ||
1389 | 1385 | -* ) ac_must_keep_next=true ;; | ||
1390 | 1386 | esac | ||
1391 | 1387 | fi | ||
1392 | 1388 | as_fn_append ac_configure_args " '$ac_arg'" | ||
1393 | 1389 | ;; | ||
1394 | 1390 | esac | ||
1395 | 1391 | done | ||
1396 | 1392 | done | ||
1397 | 1393 | { ac_configure_args0=; unset ac_configure_args0;} | ||
1398 | 1394 | { ac_configure_args1=; unset ac_configure_args1;} | ||
1399 | 1395 | |||
1400 | 1396 | # When interrupted or exit'd, cleanup temporary files, and complete | ||
1401 | 1397 | # config.log. We remove comments because anyway the quotes in there | ||
1402 | 1398 | # would cause problems or look ugly. | ||
1403 | 1399 | # WARNING: Use '\'' to represent an apostrophe within the trap. | ||
1404 | 1400 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | ||
1405 | 1401 | trap 'exit_status=$? | ||
1406 | 1402 | # Save into config.log some information that might help in debugging. | ||
1407 | 1403 | { | ||
1408 | 1404 | echo | ||
1409 | 1405 | |||
1410 | 1406 | $as_echo "## ---------------- ## | ||
1411 | 1407 | ## Cache variables. ## | ||
1412 | 1408 | ## ---------------- ##" | ||
1413 | 1409 | echo | ||
1414 | 1410 | # The following way of writing the cache mishandles newlines in values, | ||
1415 | 1411 | ( | ||
1416 | 1412 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | ||
1417 | 1413 | eval ac_val=\$$ac_var | ||
1418 | 1414 | case $ac_val in #( | ||
1419 | 1415 | *${as_nl}*) | ||
1420 | 1416 | case $ac_var in #( | ||
1421 | 1417 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | ||
1422 | 1418 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | ||
1423 | 1419 | esac | ||
1424 | 1420 | case $ac_var in #( | ||
1425 | 1421 | _ | IFS | as_nl) ;; #( | ||
1426 | 1422 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | ||
1427 | 1423 | *) { eval $ac_var=; unset $ac_var;} ;; | ||
1428 | 1424 | esac ;; | ||
1429 | 1425 | esac | ||
1430 | 1426 | done | ||
1431 | 1427 | (set) 2>&1 | | ||
1432 | 1428 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( | ||
1433 | 1429 | *${as_nl}ac_space=\ *) | ||
1434 | 1430 | sed -n \ | ||
1435 | 1431 | "s/'\''/'\''\\\\'\'''\''/g; | ||
1436 | 1432 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | ||
1437 | 1433 | ;; #( | ||
1438 | 1434 | *) | ||
1439 | 1435 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" | ||
1440 | 1436 | ;; | ||
1441 | 1437 | esac | | ||
1442 | 1438 | sort | ||
1443 | 1439 | ) | ||
1444 | 1440 | echo | ||
1445 | 1441 | |||
1446 | 1442 | $as_echo "## ----------------- ## | ||
1447 | 1443 | ## Output variables. ## | ||
1448 | 1444 | ## ----------------- ##" | ||
1449 | 1445 | echo | ||
1450 | 1446 | for ac_var in $ac_subst_vars | ||
1451 | 1447 | do | ||
1452 | 1448 | eval ac_val=\$$ac_var | ||
1453 | 1449 | case $ac_val in | ||
1454 | 1450 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | ||
1455 | 1451 | esac | ||
1456 | 1452 | $as_echo "$ac_var='\''$ac_val'\''" | ||
1457 | 1453 | done | sort | ||
1458 | 1454 | echo | ||
1459 | 1455 | |||
1460 | 1456 | if test -n "$ac_subst_files"; then | ||
1461 | 1457 | $as_echo "## ------------------- ## | ||
1462 | 1458 | ## File substitutions. ## | ||
1463 | 1459 | ## ------------------- ##" | ||
1464 | 1460 | echo | ||
1465 | 1461 | for ac_var in $ac_subst_files | ||
1466 | 1462 | do | ||
1467 | 1463 | eval ac_val=\$$ac_var | ||
1468 | 1464 | case $ac_val in | ||
1469 | 1465 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | ||
1470 | 1466 | esac | ||
1471 | 1467 | $as_echo "$ac_var='\''$ac_val'\''" | ||
1472 | 1468 | done | sort | ||
1473 | 1469 | echo | ||
1474 | 1470 | fi | ||
1475 | 1471 | |||
1476 | 1472 | if test -s confdefs.h; then | ||
1477 | 1473 | $as_echo "## ----------- ## | ||
1478 | 1474 | ## confdefs.h. ## | ||
1479 | 1475 | ## ----------- ##" | ||
1480 | 1476 | echo | ||
1481 | 1477 | cat confdefs.h | ||
1482 | 1478 | echo | ||
1483 | 1479 | fi | ||
1484 | 1480 | test "$ac_signal" != 0 && | ||
1485 | 1481 | $as_echo "$as_me: caught signal $ac_signal" | ||
1486 | 1482 | $as_echo "$as_me: exit $exit_status" | ||
1487 | 1483 | } >&5 | ||
1488 | 1484 | rm -f core *.core core.conftest.* && | ||
1489 | 1485 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | ||
1490 | 1486 | exit $exit_status | ||
1491 | 1487 | ' 0 | ||
1492 | 1488 | for ac_signal in 1 2 13 15; do | ||
1493 | 1489 | trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal | ||
1494 | 1490 | done | ||
1495 | 1491 | ac_signal=0 | ||
1496 | 1492 | |||
1497 | 1493 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | ||
1498 | 1494 | rm -f -r conftest* confdefs.h | ||
1499 | 1495 | |||
1500 | 1496 | $as_echo "/* confdefs.h */" > confdefs.h | ||
1501 | 1497 | |||
1502 | 1498 | # Predefined preprocessor variables. | ||
1503 | 1499 | |||
1504 | 1500 | cat >>confdefs.h <<_ACEOF | ||
1505 | 1501 | #define PACKAGE_NAME "$PACKAGE_NAME" | ||
1506 | 1502 | _ACEOF | ||
1507 | 1503 | |||
1508 | 1504 | cat >>confdefs.h <<_ACEOF | ||
1509 | 1505 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | ||
1510 | 1506 | _ACEOF | ||
1511 | 1507 | |||
1512 | 1508 | cat >>confdefs.h <<_ACEOF | ||
1513 | 1509 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | ||
1514 | 1510 | _ACEOF | ||
1515 | 1511 | |||
1516 | 1512 | cat >>confdefs.h <<_ACEOF | ||
1517 | 1513 | #define PACKAGE_STRING "$PACKAGE_STRING" | ||
1518 | 1514 | _ACEOF | ||
1519 | 1515 | |||
1520 | 1516 | cat >>confdefs.h <<_ACEOF | ||
1521 | 1517 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | ||
1522 | 1518 | _ACEOF | ||
1523 | 1519 | |||
1524 | 1520 | cat >>confdefs.h <<_ACEOF | ||
1525 | 1521 | #define PACKAGE_URL "$PACKAGE_URL" | ||
1526 | 1522 | _ACEOF | ||
1527 | 1523 | |||
1528 | 1524 | |||
1529 | 1525 | # Let the site file select an alternate cache file if it wants to. | ||
1530 | 1526 | # Prefer an explicitly selected file to automatically selected ones. | ||
1531 | 1527 | ac_site_file1=NONE | ||
1532 | 1528 | ac_site_file2=NONE | ||
1533 | 1529 | if test -n "$CONFIG_SITE"; then | ||
1534 | 1530 | # We do not want a PATH search for config.site. | ||
1535 | 1531 | case $CONFIG_SITE in #(( | ||
1536 | 1532 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
1537 | 1533 | */*) ac_site_file1=$CONFIG_SITE;; | ||
1538 | 1534 | *) ac_site_file1=./$CONFIG_SITE;; | ||
1539 | 1535 | esac | ||
1540 | 1536 | elif test "x$prefix" != xNONE; then | ||
1541 | 1537 | ac_site_file1=$prefix/share/config.site | ||
1542 | 1538 | ac_site_file2=$prefix/etc/config.site | ||
1543 | 1539 | else | ||
1544 | 1540 | ac_site_file1=$ac_default_prefix/share/config.site | ||
1545 | 1541 | ac_site_file2=$ac_default_prefix/etc/config.site | ||
1546 | 1542 | fi | ||
1547 | 1543 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | ||
1548 | 1544 | do | ||
1549 | 1545 | test "x$ac_site_file" = xNONE && continue | ||
1550 | 1546 | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | ||
1551 | 1547 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | ||
1552 | 1548 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | ||
1553 | 1549 | sed 's/^/| /' "$ac_site_file" >&5 | ||
1554 | 1550 | . "$ac_site_file" \ | ||
1555 | 1551 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
1556 | 1552 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
1557 | 1553 | as_fn_error $? "failed to load site script $ac_site_file | ||
1558 | 1554 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
1559 | 1555 | fi | ||
1560 | 1556 | done | ||
1561 | 1557 | |||
1562 | 1558 | if test -r "$cache_file"; then | ||
1563 | 1559 | # Some versions of bash will fail to source /dev/null (special files | ||
1564 | 1560 | # actually), so we avoid doing that. DJGPP emulates it as a regular file. | ||
1565 | 1561 | if test /dev/null != "$cache_file" && test -f "$cache_file"; then | ||
1566 | 1562 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 | ||
1567 | 1563 | $as_echo "$as_me: loading cache $cache_file" >&6;} | ||
1568 | 1564 | case $cache_file in | ||
1569 | 1565 | [\\/]* | ?:[\\/]* ) . "$cache_file";; | ||
1570 | 1566 | *) . "./$cache_file";; | ||
1571 | 1567 | esac | ||
1572 | 1568 | fi | ||
1573 | 1569 | else | ||
1574 | 1570 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 | ||
1575 | 1571 | $as_echo "$as_me: creating cache $cache_file" >&6;} | ||
1576 | 1572 | >$cache_file | ||
1577 | 1573 | fi | ||
1578 | 1574 | |||
1579 | 1575 | # Check that the precious variables saved in the cache have kept the same | ||
1580 | 1576 | # value. | ||
1581 | 1577 | ac_cache_corrupted=false | ||
1582 | 1578 | for ac_var in $ac_precious_vars; do | ||
1583 | 1579 | eval ac_old_set=\$ac_cv_env_${ac_var}_set | ||
1584 | 1580 | eval ac_new_set=\$ac_env_${ac_var}_set | ||
1585 | 1581 | eval ac_old_val=\$ac_cv_env_${ac_var}_value | ||
1586 | 1582 | eval ac_new_val=\$ac_env_${ac_var}_value | ||
1587 | 1583 | case $ac_old_set,$ac_new_set in | ||
1588 | 1584 | set,) | ||
1589 | 1585 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | ||
1590 | 1586 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | ||
1591 | 1587 | ac_cache_corrupted=: ;; | ||
1592 | 1588 | ,set) | ||
1593 | 1589 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 | ||
1594 | 1590 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | ||
1595 | 1591 | ac_cache_corrupted=: ;; | ||
1596 | 1592 | ,);; | ||
1597 | 1593 | *) | ||
1598 | 1594 | if test "x$ac_old_val" != "x$ac_new_val"; then | ||
1599 | 1595 | # differences in whitespace do not lead to failure. | ||
1600 | 1596 | ac_old_val_w=`echo x $ac_old_val` | ||
1601 | 1597 | ac_new_val_w=`echo x $ac_new_val` | ||
1602 | 1598 | if test "$ac_old_val_w" != "$ac_new_val_w"; then | ||
1603 | 1599 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 | ||
1604 | 1600 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | ||
1605 | 1601 | ac_cache_corrupted=: | ||
1606 | 1602 | else | ||
1607 | 1603 | { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | ||
1608 | 1604 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | ||
1609 | 1605 | eval $ac_var=\$ac_old_val | ||
1610 | 1606 | fi | ||
1611 | 1607 | { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 | ||
1612 | 1608 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | ||
1613 | 1609 | { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 | ||
1614 | 1610 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | ||
1615 | 1611 | fi;; | ||
1616 | 1612 | esac | ||
1617 | 1613 | # Pass precious variables to config.status. | ||
1618 | 1614 | if test "$ac_new_set" = set; then | ||
1619 | 1615 | case $ac_new_val in | ||
1620 | 1616 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | ||
1621 | 1617 | *) ac_arg=$ac_var=$ac_new_val ;; | ||
1622 | 1618 | esac | ||
1623 | 1619 | case " $ac_configure_args " in | ||
1624 | 1620 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | ||
1625 | 1621 | *) as_fn_append ac_configure_args " '$ac_arg'" ;; | ||
1626 | 1622 | esac | ||
1627 | 1623 | fi | ||
1628 | 1624 | done | ||
1629 | 1625 | if $ac_cache_corrupted; then | ||
1630 | 1626 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
1631 | 1627 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
1632 | 1628 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | ||
1633 | 1629 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | ||
1634 | 1630 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | ||
1635 | 1631 | fi | ||
1636 | 1632 | ## -------------------- ## | ||
1637 | 1633 | ## Main body of script. ## | ||
1638 | 1634 | ## -------------------- ## | ||
1639 | 1635 | |||
1640 | 1636 | ac_ext=c | ||
1641 | 1637 | ac_cpp='$CPP $CPPFLAGS' | ||
1642 | 1638 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
1643 | 1639 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
1644 | 1640 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
1645 | 1641 | |||
1646 | 1642 | |||
1647 | 1643 | AM_INIT_AUTOMAKE(1.9) | ||
1648 | 1644 | |||
1649 | 1645 | AM_MAINTAINER_MODE | ||
1650 | 1646 | ACLOCAL_AMFLAGS="$ACLOCAL_FLAGS -I m4" | ||
1651 | 1647 | |||
1652 | 1648 | |||
1653 | 1649 | GETTEXT_PACKAGE="lubuntu-software-center" | ||
1654 | 1650 | |||
1655 | 1651 | |||
1656 | 1652 | cat >>confdefs.h <<_ACEOF | ||
1657 | 1653 | #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" | ||
1658 | 1654 | _ACEOF | ||
1659 | 1655 | |||
1660 | 1656 | AM_GLIB_GNU_GETTEXT | ||
1661 | 1657 | IT_PROG_INTLTOOL(0.35.0) | ||
1662 | 1658 | |||
1663 | 1659 | AM_PATH_PYTHON(2.4) | ||
1664 | 1660 | |||
1665 | 1661 | |||
1666 | 1662 | |||
1667 | 1663 | |||
1668 | 1664 | ac_config_files="$ac_config_files Makefile po/Makefile.in" | ||
1669 | 1665 | |||
1670 | 1666 | cat >confcache <<\_ACEOF | ||
1671 | 1667 | # This file is a shell script that caches the results of configure | ||
1672 | 1668 | # tests run on this system so they can be shared between configure | ||
1673 | 1669 | # scripts and configure runs, see configure's option --config-cache. | ||
1674 | 1670 | # It is not useful on other systems. If it contains results you don't | ||
1675 | 1671 | # want to keep, you may remove or edit it. | ||
1676 | 1672 | # | ||
1677 | 1673 | # config.status only pays attention to the cache file if you give it | ||
1678 | 1674 | # the --recheck option to rerun configure. | ||
1679 | 1675 | # | ||
1680 | 1676 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | ||
1681 | 1677 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | ||
1682 | 1678 | # following values. | ||
1683 | 1679 | |||
1684 | 1680 | _ACEOF | ||
1685 | 1681 | |||
1686 | 1682 | # The following way of writing the cache mishandles newlines in values, | ||
1687 | 1683 | # but we know of no workaround that is simple, portable, and efficient. | ||
1688 | 1684 | # So, we kill variables containing newlines. | ||
1689 | 1685 | # Ultrix sh set writes to stderr and can't be redirected directly, | ||
1690 | 1686 | # and sets the high bit in the cache file unless we assign to the vars. | ||
1691 | 1687 | ( | ||
1692 | 1688 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | ||
1693 | 1689 | eval ac_val=\$$ac_var | ||
1694 | 1690 | case $ac_val in #( | ||
1695 | 1691 | *${as_nl}*) | ||
1696 | 1692 | case $ac_var in #( | ||
1697 | 1693 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | ||
1698 | 1694 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | ||
1699 | 1695 | esac | ||
1700 | 1696 | case $ac_var in #( | ||
1701 | 1697 | _ | IFS | as_nl) ;; #( | ||
1702 | 1698 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | ||
1703 | 1699 | *) { eval $ac_var=; unset $ac_var;} ;; | ||
1704 | 1700 | esac ;; | ||
1705 | 1701 | esac | ||
1706 | 1702 | done | ||
1707 | 1703 | |||
1708 | 1704 | (set) 2>&1 | | ||
1709 | 1705 | case $as_nl`(ac_space=' '; set) 2>&1` in #( | ||
1710 | 1706 | *${as_nl}ac_space=\ *) | ||
1711 | 1707 | # `set' does not quote correctly, so add quotes: double-quote | ||
1712 | 1708 | # substitution turns \\\\ into \\, and sed turns \\ into \. | ||
1713 | 1709 | sed -n \ | ||
1714 | 1710 | "s/'/'\\\\''/g; | ||
1715 | 1711 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | ||
1716 | 1712 | ;; #( | ||
1717 | 1713 | *) | ||
1718 | 1714 | # `set' quotes correctly as required by POSIX, so do not add quotes. | ||
1719 | 1715 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" | ||
1720 | 1716 | ;; | ||
1721 | 1717 | esac | | ||
1722 | 1718 | sort | ||
1723 | 1719 | ) | | ||
1724 | 1720 | sed ' | ||
1725 | 1721 | /^ac_cv_env_/b end | ||
1726 | 1722 | t clear | ||
1727 | 1723 | :clear | ||
1728 | 1724 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | ||
1729 | 1725 | t end | ||
1730 | 1726 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | ||
1731 | 1727 | :end' >>confcache | ||
1732 | 1728 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | ||
1733 | 1729 | if test -w "$cache_file"; then | ||
1734 | 1730 | test "x$cache_file" != "x/dev/null" && | ||
1735 | 1731 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | ||
1736 | 1732 | $as_echo "$as_me: updating cache $cache_file" >&6;} | ||
1737 | 1733 | cat confcache >$cache_file | ||
1738 | 1734 | else | ||
1739 | 1735 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | ||
1740 | 1736 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | ||
1741 | 1737 | fi | ||
1742 | 1738 | fi | ||
1743 | 1739 | rm -f confcache | ||
1744 | 1740 | |||
1745 | 1741 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | ||
1746 | 1742 | # Let make expand exec_prefix. | ||
1747 | 1743 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | ||
1748 | 1744 | |||
1749 | 1745 | # Transform confdefs.h into DEFS. | ||
1750 | 1746 | # Protect against shell expansion while executing Makefile rules. | ||
1751 | 1747 | # Protect against Makefile macro expansion. | ||
1752 | 1748 | # | ||
1753 | 1749 | # If the first sed substitution is executed (which looks for macros that | ||
1754 | 1750 | # take arguments), then branch to the quote section. Otherwise, | ||
1755 | 1751 | # look for a macro that doesn't take arguments. | ||
1756 | 1752 | ac_script=' | ||
1757 | 1753 | :mline | ||
1758 | 1754 | /\\$/{ | ||
1759 | 1755 | N | ||
1760 | 1756 | s,\\\n,, | ||
1761 | 1757 | b mline | ||
1762 | 1758 | } | ||
1763 | 1759 | t clear | ||
1764 | 1760 | :clear | ||
1765 | 1761 | s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g | ||
1766 | 1762 | t quote | ||
1767 | 1763 | s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g | ||
1768 | 1764 | t quote | ||
1769 | 1765 | b any | ||
1770 | 1766 | :quote | ||
1771 | 1767 | s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g | ||
1772 | 1768 | s/\[/\\&/g | ||
1773 | 1769 | s/\]/\\&/g | ||
1774 | 1770 | s/\$/$$/g | ||
1775 | 1771 | H | ||
1776 | 1772 | :any | ||
1777 | 1773 | ${ | ||
1778 | 1774 | g | ||
1779 | 1775 | s/^\n// | ||
1780 | 1776 | s/\n/ /g | ||
1781 | 1777 | p | ||
1782 | 1778 | } | ||
1783 | 1779 | ' | ||
1784 | 1780 | DEFS=`sed -n "$ac_script" confdefs.h` | ||
1785 | 1781 | |||
1786 | 1782 | |||
1787 | 1783 | ac_libobjs= | ||
1788 | 1784 | ac_ltlibobjs= | ||
1789 | 1785 | U= | ||
1790 | 1786 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | ||
1791 | 1787 | # 1. Remove the extension, and $U if already installed. | ||
1792 | 1788 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | ||
1793 | 1789 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | ||
1794 | 1790 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | ||
1795 | 1791 | # will be set to the directory where LIBOBJS objects are built. | ||
1796 | 1792 | as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" | ||
1797 | 1793 | as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' | ||
1798 | 1794 | done | ||
1799 | 1795 | LIBOBJS=$ac_libobjs | ||
1800 | 1796 | |||
1801 | 1797 | LTLIBOBJS=$ac_ltlibobjs | ||
1802 | 1798 | |||
1803 | 1799 | |||
1804 | 1800 | |||
1805 | 1801 | : ${CONFIG_STATUS=./config.status} | ||
1806 | 1802 | ac_write_fail=0 | ||
1807 | 1803 | ac_clean_files_save=$ac_clean_files | ||
1808 | 1804 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | ||
1809 | 1805 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 | ||
1810 | 1806 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | ||
1811 | 1807 | as_write_fail=0 | ||
1812 | 1808 | cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 | ||
1813 | 1809 | #! $SHELL | ||
1814 | 1810 | # Generated by $as_me. | ||
1815 | 1811 | # Run this file to recreate the current configuration. | ||
1816 | 1812 | # Compiler output produced by configure, useful for debugging | ||
1817 | 1813 | # configure, is in config.log if it exists. | ||
1818 | 1814 | |||
1819 | 1815 | debug=false | ||
1820 | 1816 | ac_cs_recheck=false | ||
1821 | 1817 | ac_cs_silent=false | ||
1822 | 1818 | |||
1823 | 1819 | SHELL=\${CONFIG_SHELL-$SHELL} | ||
1824 | 1820 | export SHELL | ||
1825 | 1821 | _ASEOF | ||
1826 | 1822 | cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 | ||
1827 | 1823 | ## -------------------- ## | ||
1828 | 1824 | ## M4sh Initialization. ## | ||
1829 | 1825 | ## -------------------- ## | ||
1830 | 1826 | |||
1831 | 1827 | # Be more Bourne compatible | ||
1832 | 1828 | DUALCASE=1; export DUALCASE # for MKS sh | ||
1833 | 1829 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | ||
1834 | 1830 | emulate sh | ||
1835 | 1831 | NULLCMD=: | ||
1836 | 1832 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which | ||
1837 | 1833 | # is contrary to our usage. Disable this feature. | ||
1838 | 1834 | alias -g '${1+"$@"}'='"$@"' | ||
1839 | 1835 | setopt NO_GLOB_SUBST | ||
1840 | 1836 | else | ||
1841 | 1837 | case `(set -o) 2>/dev/null` in #( | ||
1842 | 1838 | *posix*) : | ||
1843 | 1839 | set -o posix ;; #( | ||
1844 | 1840 | *) : | ||
1845 | 1841 | ;; | ||
1846 | 1842 | esac | ||
1847 | 1843 | fi | ||
1848 | 1844 | |||
1849 | 1845 | |||
1850 | 1846 | as_nl=' | ||
1851 | 1847 | ' | ||
1852 | 1848 | export as_nl | ||
1853 | 1849 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | ||
1854 | 1850 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | ||
1855 | 1851 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | ||
1856 | 1852 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | ||
1857 | 1853 | # Prefer a ksh shell builtin over an external printf program on Solaris, | ||
1858 | 1854 | # but without wasting forks for bash or zsh. | ||
1859 | 1855 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | ||
1860 | 1856 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | ||
1861 | 1857 | as_echo='print -r --' | ||
1862 | 1858 | as_echo_n='print -rn --' | ||
1863 | 1859 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | ||
1864 | 1860 | as_echo='printf %s\n' | ||
1865 | 1861 | as_echo_n='printf %s' | ||
1866 | 1862 | else | ||
1867 | 1863 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | ||
1868 | 1864 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | ||
1869 | 1865 | as_echo_n='/usr/ucb/echo -n' | ||
1870 | 1866 | else | ||
1871 | 1867 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | ||
1872 | 1868 | as_echo_n_body='eval | ||
1873 | 1869 | arg=$1; | ||
1874 | 1870 | case $arg in #( | ||
1875 | 1871 | *"$as_nl"*) | ||
1876 | 1872 | expr "X$arg" : "X\\(.*\\)$as_nl"; | ||
1877 | 1873 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | ||
1878 | 1874 | esac; | ||
1879 | 1875 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | ||
1880 | 1876 | ' | ||
1881 | 1877 | export as_echo_n_body | ||
1882 | 1878 | as_echo_n='sh -c $as_echo_n_body as_echo' | ||
1883 | 1879 | fi | ||
1884 | 1880 | export as_echo_body | ||
1885 | 1881 | as_echo='sh -c $as_echo_body as_echo' | ||
1886 | 1882 | fi | ||
1887 | 1883 | |||
1888 | 1884 | # The user is always right. | ||
1889 | 1885 | if test "${PATH_SEPARATOR+set}" != set; then | ||
1890 | 1886 | PATH_SEPARATOR=: | ||
1891 | 1887 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | ||
1892 | 1888 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | ||
1893 | 1889 | PATH_SEPARATOR=';' | ||
1894 | 1890 | } | ||
1895 | 1891 | fi | ||
1896 | 1892 | |||
1897 | 1893 | |||
1898 | 1894 | # IFS | ||
1899 | 1895 | # We need space, tab and new line, in precisely that order. Quoting is | ||
1900 | 1896 | # there to prevent editors from complaining about space-tab. | ||
1901 | 1897 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | ||
1902 | 1898 | # splitting by setting IFS to empty value.) | ||
1903 | 1899 | IFS=" "" $as_nl" | ||
1904 | 1900 | |||
1905 | 1901 | # Find who we are. Look in the path if we contain no directory separator. | ||
1906 | 1902 | case $0 in #(( | ||
1907 | 1903 | *[\\/]* ) as_myself=$0 ;; | ||
1908 | 1904 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
1909 | 1905 | for as_dir in $PATH | ||
1910 | 1906 | do | ||
1911 | 1907 | IFS=$as_save_IFS | ||
1912 | 1908 | test -z "$as_dir" && as_dir=. | ||
1913 | 1909 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | ||
1914 | 1910 | done | ||
1915 | 1911 | IFS=$as_save_IFS | ||
1916 | 1912 | |||
1917 | 1913 | ;; | ||
1918 | 1914 | esac | ||
1919 | 1915 | # We did not find ourselves, most probably we were run as `sh COMMAND' | ||
1920 | 1916 | # in which case we are not to be found in the path. | ||
1921 | 1917 | if test "x$as_myself" = x; then | ||
1922 | 1918 | as_myself=$0 | ||
1923 | 1919 | fi | ||
1924 | 1920 | if test ! -f "$as_myself"; then | ||
1925 | 1921 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | ||
1926 | 1922 | exit 1 | ||
1927 | 1923 | fi | ||
1928 | 1924 | |||
1929 | 1925 | # Unset variables that we do not need and which cause bugs (e.g. in | ||
1930 | 1926 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | ||
1931 | 1927 | # suppresses any "Segmentation fault" message there. '((' could | ||
1932 | 1928 | # trigger a bug in pdksh 5.2.14. | ||
1933 | 1929 | for as_var in BASH_ENV ENV MAIL MAILPATH | ||
1934 | 1930 | do eval test x\${$as_var+set} = xset \ | ||
1935 | 1931 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | ||
1936 | 1932 | done | ||
1937 | 1933 | PS1='$ ' | ||
1938 | 1934 | PS2='> ' | ||
1939 | 1935 | PS4='+ ' | ||
1940 | 1936 | |||
1941 | 1937 | # NLS nuisances. | ||
1942 | 1938 | LC_ALL=C | ||
1943 | 1939 | export LC_ALL | ||
1944 | 1940 | LANGUAGE=C | ||
1945 | 1941 | export LANGUAGE | ||
1946 | 1942 | |||
1947 | 1943 | # CDPATH. | ||
1948 | 1944 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | ||
1949 | 1945 | |||
1950 | 1946 | |||
1951 | 1947 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | ||
1952 | 1948 | # ---------------------------------------- | ||
1953 | 1949 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | ||
1954 | 1950 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | ||
1955 | 1951 | # script with STATUS, using 1 if that was 0. | ||
1956 | 1952 | as_fn_error () | ||
1957 | 1953 | { | ||
1958 | 1954 | as_status=$1; test $as_status -eq 0 && as_status=1 | ||
1959 | 1955 | if test "$4"; then | ||
1960 | 1956 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | ||
1961 | 1957 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | ||
1962 | 1958 | fi | ||
1963 | 1959 | $as_echo "$as_me: error: $2" >&2 | ||
1964 | 1960 | as_fn_exit $as_status | ||
1965 | 1961 | } # as_fn_error | ||
1966 | 1962 | |||
1967 | 1963 | |||
1968 | 1964 | # as_fn_set_status STATUS | ||
1969 | 1965 | # ----------------------- | ||
1970 | 1966 | # Set $? to STATUS, without forking. | ||
1971 | 1967 | as_fn_set_status () | ||
1972 | 1968 | { | ||
1973 | 1969 | return $1 | ||
1974 | 1970 | } # as_fn_set_status | ||
1975 | 1971 | |||
1976 | 1972 | # as_fn_exit STATUS | ||
1977 | 1973 | # ----------------- | ||
1978 | 1974 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | ||
1979 | 1975 | as_fn_exit () | ||
1980 | 1976 | { | ||
1981 | 1977 | set +e | ||
1982 | 1978 | as_fn_set_status $1 | ||
1983 | 1979 | exit $1 | ||
1984 | 1980 | } # as_fn_exit | ||
1985 | 1981 | |||
1986 | 1982 | # as_fn_unset VAR | ||
1987 | 1983 | # --------------- | ||
1988 | 1984 | # Portably unset VAR. | ||
1989 | 1985 | as_fn_unset () | ||
1990 | 1986 | { | ||
1991 | 1987 | { eval $1=; unset $1;} | ||
1992 | 1988 | } | ||
1993 | 1989 | as_unset=as_fn_unset | ||
1994 | 1990 | # as_fn_append VAR VALUE | ||
1995 | 1991 | # ---------------------- | ||
1996 | 1992 | # Append the text in VALUE to the end of the definition contained in VAR. Take | ||
1997 | 1993 | # advantage of any shell optimizations that allow amortized linear growth over | ||
1998 | 1994 | # repeated appends, instead of the typical quadratic growth present in naive | ||
1999 | 1995 | # implementations. | ||
2000 | 1996 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | ||
2001 | 1997 | eval 'as_fn_append () | ||
2002 | 1998 | { | ||
2003 | 1999 | eval $1+=\$2 | ||
2004 | 2000 | }' | ||
2005 | 2001 | else | ||
2006 | 2002 | as_fn_append () | ||
2007 | 2003 | { | ||
2008 | 2004 | eval $1=\$$1\$2 | ||
2009 | 2005 | } | ||
2010 | 2006 | fi # as_fn_append | ||
2011 | 2007 | |||
2012 | 2008 | # as_fn_arith ARG... | ||
2013 | 2009 | # ------------------ | ||
2014 | 2010 | # Perform arithmetic evaluation on the ARGs, and store the result in the | ||
2015 | 2011 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | ||
2016 | 2012 | # must be portable across $(()) and expr. | ||
2017 | 2013 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | ||
2018 | 2014 | eval 'as_fn_arith () | ||
2019 | 2015 | { | ||
2020 | 2016 | as_val=$(( $* )) | ||
2021 | 2017 | }' | ||
2022 | 2018 | else | ||
2023 | 2019 | as_fn_arith () | ||
2024 | 2020 | { | ||
2025 | 2021 | as_val=`expr "$@" || test $? -eq 1` | ||
2026 | 2022 | } | ||
2027 | 2023 | fi # as_fn_arith | ||
2028 | 2024 | |||
2029 | 2025 | |||
2030 | 2026 | if expr a : '\(a\)' >/dev/null 2>&1 && | ||
2031 | 2027 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | ||
2032 | 2028 | as_expr=expr | ||
2033 | 2029 | else | ||
2034 | 2030 | as_expr=false | ||
2035 | 2031 | fi | ||
2036 | 2032 | |||
2037 | 2033 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | ||
2038 | 2034 | as_basename=basename | ||
2039 | 2035 | else | ||
2040 | 2036 | as_basename=false | ||
2041 | 2037 | fi | ||
2042 | 2038 | |||
2043 | 2039 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then | ||
2044 | 2040 | as_dirname=dirname | ||
2045 | 2041 | else | ||
2046 | 2042 | as_dirname=false | ||
2047 | 2043 | fi | ||
2048 | 2044 | |||
2049 | 2045 | as_me=`$as_basename -- "$0" || | ||
2050 | 2046 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | ||
2051 | 2047 | X"$0" : 'X\(//\)$' \| \ | ||
2052 | 2048 | X"$0" : 'X\(/\)' \| . 2>/dev/null || | ||
2053 | 2049 | $as_echo X/"$0" | | ||
2054 | 2050 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | ||
2055 | 2051 | s//\1/ | ||
2056 | 2052 | q | ||
2057 | 2053 | } | ||
2058 | 2054 | /^X\/\(\/\/\)$/{ | ||
2059 | 2055 | s//\1/ | ||
2060 | 2056 | q | ||
2061 | 2057 | } | ||
2062 | 2058 | /^X\/\(\/\).*/{ | ||
2063 | 2059 | s//\1/ | ||
2064 | 2060 | q | ||
2065 | 2061 | } | ||
2066 | 2062 | s/.*/./; q'` | ||
2067 | 2063 | |||
2068 | 2064 | # Avoid depending upon Character Ranges. | ||
2069 | 2065 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | ||
2070 | 2066 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | ||
2071 | 2067 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | ||
2072 | 2068 | as_cr_digits='0123456789' | ||
2073 | 2069 | as_cr_alnum=$as_cr_Letters$as_cr_digits | ||
2074 | 2070 | |||
2075 | 2071 | ECHO_C= ECHO_N= ECHO_T= | ||
2076 | 2072 | case `echo -n x` in #((((( | ||
2077 | 2073 | -n*) | ||
2078 | 2074 | case `echo 'xy\c'` in | ||
2079 | 2075 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | ||
2080 | 2076 | xy) ECHO_C='\c';; | ||
2081 | 2077 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | ||
2082 | 2078 | ECHO_T=' ';; | ||
2083 | 2079 | esac;; | ||
2084 | 2080 | *) | ||
2085 | 2081 | ECHO_N='-n';; | ||
2086 | 2082 | esac | ||
2087 | 2083 | |||
2088 | 2084 | rm -f conf$$ conf$$.exe conf$$.file | ||
2089 | 2085 | if test -d conf$$.dir; then | ||
2090 | 2086 | rm -f conf$$.dir/conf$$.file | ||
2091 | 2087 | else | ||
2092 | 2088 | rm -f conf$$.dir | ||
2093 | 2089 | mkdir conf$$.dir 2>/dev/null | ||
2094 | 2090 | fi | ||
2095 | 2091 | if (echo >conf$$.file) 2>/dev/null; then | ||
2096 | 2092 | if ln -s conf$$.file conf$$ 2>/dev/null; then | ||
2097 | 2093 | as_ln_s='ln -s' | ||
2098 | 2094 | # ... but there are two gotchas: | ||
2099 | 2095 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | ||
2100 | 2096 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | ||
2101 | 2097 | # In both cases, we have to default to `cp -p'. | ||
2102 | 2098 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | ||
2103 | 2099 | as_ln_s='cp -p' | ||
2104 | 2100 | elif ln conf$$.file conf$$ 2>/dev/null; then | ||
2105 | 2101 | as_ln_s=ln | ||
2106 | 2102 | else | ||
2107 | 2103 | as_ln_s='cp -p' | ||
2108 | 2104 | fi | ||
2109 | 2105 | else | ||
2110 | 2106 | as_ln_s='cp -p' | ||
2111 | 2107 | fi | ||
2112 | 2108 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | ||
2113 | 2109 | rmdir conf$$.dir 2>/dev/null | ||
2114 | 2110 | |||
2115 | 2111 | |||
2116 | 2112 | # as_fn_mkdir_p | ||
2117 | 2113 | # ------------- | ||
2118 | 2114 | # Create "$as_dir" as a directory, including parents if necessary. | ||
2119 | 2115 | as_fn_mkdir_p () | ||
2120 | 2116 | { | ||
2121 | 2117 | |||
2122 | 2118 | case $as_dir in #( | ||
2123 | 2119 | -*) as_dir=./$as_dir;; | ||
2124 | 2120 | esac | ||
2125 | 2121 | test -d "$as_dir" || eval $as_mkdir_p || { | ||
2126 | 2122 | as_dirs= | ||
2127 | 2123 | while :; do | ||
2128 | 2124 | case $as_dir in #( | ||
2129 | 2125 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | ||
2130 | 2126 | *) as_qdir=$as_dir;; | ||
2131 | 2127 | esac | ||
2132 | 2128 | as_dirs="'$as_qdir' $as_dirs" | ||
2133 | 2129 | as_dir=`$as_dirname -- "$as_dir" || | ||
2134 | 2130 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
2135 | 2131 | X"$as_dir" : 'X\(//\)[^/]' \| \ | ||
2136 | 2132 | X"$as_dir" : 'X\(//\)$' \| \ | ||
2137 | 2133 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | ||
2138 | 2134 | $as_echo X"$as_dir" | | ||
2139 | 2135 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | ||
2140 | 2136 | s//\1/ | ||
2141 | 2137 | q | ||
2142 | 2138 | } | ||
2143 | 2139 | /^X\(\/\/\)[^/].*/{ | ||
2144 | 2140 | s//\1/ | ||
2145 | 2141 | q | ||
2146 | 2142 | } | ||
2147 | 2143 | /^X\(\/\/\)$/{ | ||
2148 | 2144 | s//\1/ | ||
2149 | 2145 | q | ||
2150 | 2146 | } | ||
2151 | 2147 | /^X\(\/\).*/{ | ||
2152 | 2148 | s//\1/ | ||
2153 | 2149 | q | ||
2154 | 2150 | } | ||
2155 | 2151 | s/.*/./; q'` | ||
2156 | 2152 | test -d "$as_dir" && break | ||
2157 | 2153 | done | ||
2158 | 2154 | test -z "$as_dirs" || eval "mkdir $as_dirs" | ||
2159 | 2155 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | ||
2160 | 2156 | |||
2161 | 2157 | |||
2162 | 2158 | } # as_fn_mkdir_p | ||
2163 | 2159 | if mkdir -p . 2>/dev/null; then | ||
2164 | 2160 | as_mkdir_p='mkdir -p "$as_dir"' | ||
2165 | 2161 | else | ||
2166 | 2162 | test -d ./-p && rmdir ./-p | ||
2167 | 2163 | as_mkdir_p=false | ||
2168 | 2164 | fi | ||
2169 | 2165 | |||
2170 | 2166 | if test -x / >/dev/null 2>&1; then | ||
2171 | 2167 | as_test_x='test -x' | ||
2172 | 2168 | else | ||
2173 | 2169 | if ls -dL / >/dev/null 2>&1; then | ||
2174 | 2170 | as_ls_L_option=L | ||
2175 | 2171 | else | ||
2176 | 2172 | as_ls_L_option= | ||
2177 | 2173 | fi | ||
2178 | 2174 | as_test_x=' | ||
2179 | 2175 | eval sh -c '\'' | ||
2180 | 2176 | if test -d "$1"; then | ||
2181 | 2177 | test -d "$1/."; | ||
2182 | 2178 | else | ||
2183 | 2179 | case $1 in #( | ||
2184 | 2180 | -*)set "./$1";; | ||
2185 | 2181 | esac; | ||
2186 | 2182 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | ||
2187 | 2183 | ???[sx]*):;;*)false;;esac;fi | ||
2188 | 2184 | '\'' sh | ||
2189 | 2185 | ' | ||
2190 | 2186 | fi | ||
2191 | 2187 | as_executable_p=$as_test_x | ||
2192 | 2188 | |||
2193 | 2189 | # Sed expression to map a string onto a valid CPP name. | ||
2194 | 2190 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | ||
2195 | 2191 | |||
2196 | 2192 | # Sed expression to map a string onto a valid variable name. | ||
2197 | 2193 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | ||
2198 | 2194 | |||
2199 | 2195 | |||
2200 | 2196 | exec 6>&1 | ||
2201 | 2197 | ## ----------------------------------- ## | ||
2202 | 2198 | ## Main body of $CONFIG_STATUS script. ## | ||
2203 | 2199 | ## ----------------------------------- ## | ||
2204 | 2200 | _ASEOF | ||
2205 | 2201 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | ||
2206 | 2202 | |||
2207 | 2203 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2208 | 2204 | # Save the log message, to keep $0 and so on meaningful, and to | ||
2209 | 2205 | # report actual input values of CONFIG_FILES etc. instead of their | ||
2210 | 2206 | # values after options handling. | ||
2211 | 2207 | ac_log=" | ||
2212 | 2208 | This file was extended by lubuntu-software-center $as_me 0.0.1, which was | ||
2213 | 2209 | generated by GNU Autoconf 2.67. Invocation command line was | ||
2214 | 2210 | |||
2215 | 2211 | CONFIG_FILES = $CONFIG_FILES | ||
2216 | 2212 | CONFIG_HEADERS = $CONFIG_HEADERS | ||
2217 | 2213 | CONFIG_LINKS = $CONFIG_LINKS | ||
2218 | 2214 | CONFIG_COMMANDS = $CONFIG_COMMANDS | ||
2219 | 2215 | $ $0 $@ | ||
2220 | 2216 | |||
2221 | 2217 | on `(hostname || uname -n) 2>/dev/null | sed 1q` | ||
2222 | 2218 | " | ||
2223 | 2219 | |||
2224 | 2220 | _ACEOF | ||
2225 | 2221 | |||
2226 | 2222 | case $ac_config_files in *" | ||
2227 | 2223 | "*) set x $ac_config_files; shift; ac_config_files=$*;; | ||
2228 | 2224 | esac | ||
2229 | 2225 | |||
2230 | 2226 | |||
2231 | 2227 | |||
2232 | 2228 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2233 | 2229 | # Files that config.status was made for. | ||
2234 | 2230 | config_files="$ac_config_files" | ||
2235 | 2231 | |||
2236 | 2232 | _ACEOF | ||
2237 | 2233 | |||
2238 | 2234 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2239 | 2235 | ac_cs_usage="\ | ||
2240 | 2236 | \`$as_me' instantiates files and other configuration actions | ||
2241 | 2237 | from templates according to the current configuration. Unless the files | ||
2242 | 2238 | and actions are specified as TAGs, all are instantiated by default. | ||
2243 | 2239 | |||
2244 | 2240 | Usage: $0 [OPTION]... [TAG]... | ||
2245 | 2241 | |||
2246 | 2242 | -h, --help print this help, then exit | ||
2247 | 2243 | -V, --version print version number and configuration settings, then exit | ||
2248 | 2244 | --config print configuration, then exit | ||
2249 | 2245 | -q, --quiet, --silent | ||
2250 | 2246 | do not print progress messages | ||
2251 | 2247 | -d, --debug don't remove temporary files | ||
2252 | 2248 | --recheck update $as_me by reconfiguring in the same conditions | ||
2253 | 2249 | --file=FILE[:TEMPLATE] | ||
2254 | 2250 | instantiate the configuration file FILE | ||
2255 | 2251 | |||
2256 | 2252 | Configuration files: | ||
2257 | 2253 | $config_files | ||
2258 | 2254 | |||
2259 | 2255 | Report bugs to the package provider." | ||
2260 | 2256 | |||
2261 | 2257 | _ACEOF | ||
2262 | 2258 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2263 | 2259 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
2264 | 2260 | ac_cs_version="\\ | ||
2265 | 2261 | lubuntu-software-center config.status 0.0.1 | ||
2266 | 2262 | configured by $0, generated by GNU Autoconf 2.67, | ||
2267 | 2263 | with options \\"\$ac_cs_config\\" | ||
2268 | 2264 | |||
2269 | 2265 | Copyright (C) 2010 Free Software Foundation, Inc. | ||
2270 | 2266 | This config.status script is free software; the Free Software Foundation | ||
2271 | 2267 | gives unlimited permission to copy, distribute and modify it." | ||
2272 | 2268 | |||
2273 | 2269 | ac_pwd='$ac_pwd' | ||
2274 | 2270 | srcdir='$srcdir' | ||
2275 | 2271 | test -n "\$AWK" || AWK=awk | ||
2276 | 2272 | _ACEOF | ||
2277 | 2273 | |||
2278 | 2274 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2279 | 2275 | # The default lists apply if the user does not specify any file. | ||
2280 | 2276 | ac_need_defaults=: | ||
2281 | 2277 | while test $# != 0 | ||
2282 | 2278 | do | ||
2283 | 2279 | case $1 in | ||
2284 | 2280 | --*=?*) | ||
2285 | 2281 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
2286 | 2282 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | ||
2287 | 2283 | ac_shift=: | ||
2288 | 2284 | ;; | ||
2289 | 2285 | --*=) | ||
2290 | 2286 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
2291 | 2287 | ac_optarg= | ||
2292 | 2288 | ac_shift=: | ||
2293 | 2289 | ;; | ||
2294 | 2290 | *) | ||
2295 | 2291 | ac_option=$1 | ||
2296 | 2292 | ac_optarg=$2 | ||
2297 | 2293 | ac_shift=shift | ||
2298 | 2294 | ;; | ||
2299 | 2295 | esac | ||
2300 | 2296 | |||
2301 | 2297 | case $ac_option in | ||
2302 | 2298 | # Handling of the options. | ||
2303 | 2299 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | ||
2304 | 2300 | ac_cs_recheck=: ;; | ||
2305 | 2301 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | ||
2306 | 2302 | $as_echo "$ac_cs_version"; exit ;; | ||
2307 | 2303 | --config | --confi | --conf | --con | --co | --c ) | ||
2308 | 2304 | $as_echo "$ac_cs_config"; exit ;; | ||
2309 | 2305 | --debug | --debu | --deb | --de | --d | -d ) | ||
2310 | 2306 | debug=: ;; | ||
2311 | 2307 | --file | --fil | --fi | --f ) | ||
2312 | 2308 | $ac_shift | ||
2313 | 2309 | case $ac_optarg in | ||
2314 | 2310 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | ||
2315 | 2311 | '') as_fn_error $? "missing file argument" ;; | ||
2316 | 2312 | esac | ||
2317 | 2313 | as_fn_append CONFIG_FILES " '$ac_optarg'" | ||
2318 | 2314 | ac_need_defaults=false;; | ||
2319 | 2315 | --he | --h | --help | --hel | -h ) | ||
2320 | 2316 | $as_echo "$ac_cs_usage"; exit ;; | ||
2321 | 2317 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | ||
2322 | 2318 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | ||
2323 | 2319 | ac_cs_silent=: ;; | ||
2324 | 2320 | |||
2325 | 2321 | # This is an error. | ||
2326 | 2322 | -*) as_fn_error $? "unrecognized option: \`$1' | ||
2327 | 2323 | Try \`$0 --help' for more information." ;; | ||
2328 | 2324 | |||
2329 | 2325 | *) as_fn_append ac_config_targets " $1" | ||
2330 | 2326 | ac_need_defaults=false ;; | ||
2331 | 2327 | |||
2332 | 2328 | esac | ||
2333 | 2329 | shift | ||
2334 | 2330 | done | ||
2335 | 2331 | |||
2336 | 2332 | ac_configure_extra_args= | ||
2337 | 2333 | |||
2338 | 2334 | if $ac_cs_silent; then | ||
2339 | 2335 | exec 6>/dev/null | ||
2340 | 2336 | ac_configure_extra_args="$ac_configure_extra_args --silent" | ||
2341 | 2337 | fi | ||
2342 | 2338 | |||
2343 | 2339 | _ACEOF | ||
2344 | 2340 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2345 | 2341 | if \$ac_cs_recheck; then | ||
2346 | 2342 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | ||
2347 | 2343 | shift | ||
2348 | 2344 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | ||
2349 | 2345 | CONFIG_SHELL='$SHELL' | ||
2350 | 2346 | export CONFIG_SHELL | ||
2351 | 2347 | exec "\$@" | ||
2352 | 2348 | fi | ||
2353 | 2349 | |||
2354 | 2350 | _ACEOF | ||
2355 | 2351 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2356 | 2352 | exec 5>>config.log | ||
2357 | 2353 | { | ||
2358 | 2354 | echo | ||
2359 | 2355 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | ||
2360 | 2356 | ## Running $as_me. ## | ||
2361 | 2357 | _ASBOX | ||
2362 | 2358 | $as_echo "$ac_log" | ||
2363 | 2359 | } >&5 | ||
2364 | 2360 | |||
2365 | 2361 | _ACEOF | ||
2366 | 2362 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2367 | 2363 | _ACEOF | ||
2368 | 2364 | |||
2369 | 2365 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2370 | 2366 | |||
2371 | 2367 | # Handling of arguments. | ||
2372 | 2368 | for ac_config_target in $ac_config_targets | ||
2373 | 2369 | do | ||
2374 | 2370 | case $ac_config_target in | ||
2375 | 2371 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | ||
2376 | 2372 | "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; | ||
2377 | 2373 | |||
2378 | 2374 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | ||
2379 | 2375 | esac | ||
2380 | 2376 | done | ||
2381 | 2377 | |||
2382 | 2378 | |||
2383 | 2379 | # If the user did not use the arguments to specify the items to instantiate, | ||
2384 | 2380 | # then the envvar interface is used. Set only those that are not. | ||
2385 | 2381 | # We use the long form for the default assignment because of an extremely | ||
2386 | 2382 | # bizarre bug on SunOS 4.1.3. | ||
2387 | 2383 | if $ac_need_defaults; then | ||
2388 | 2384 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | ||
2389 | 2385 | fi | ||
2390 | 2386 | |||
2391 | 2387 | # Have a temporary directory for convenience. Make it in the build tree | ||
2392 | 2388 | # simply because there is no reason against having it here, and in addition, | ||
2393 | 2389 | # creating and moving files from /tmp can sometimes cause problems. | ||
2394 | 2390 | # Hook for its removal unless debugging. | ||
2395 | 2391 | # Note that there is a small window in which the directory will not be cleaned: | ||
2396 | 2392 | # after its creation but before its name has been assigned to `$tmp'. | ||
2397 | 2393 | $debug || | ||
2398 | 2394 | { | ||
2399 | 2395 | tmp= | ||
2400 | 2396 | trap 'exit_status=$? | ||
2401 | 2397 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | ||
2402 | 2398 | ' 0 | ||
2403 | 2399 | trap 'as_fn_exit 1' 1 2 13 15 | ||
2404 | 2400 | } | ||
2405 | 2401 | # Create a (secure) tmp directory for tmp files. | ||
2406 | 2402 | |||
2407 | 2403 | { | ||
2408 | 2404 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | ||
2409 | 2405 | test -n "$tmp" && test -d "$tmp" | ||
2410 | 2406 | } || | ||
2411 | 2407 | { | ||
2412 | 2408 | tmp=./conf$$-$RANDOM | ||
2413 | 2409 | (umask 077 && mkdir "$tmp") | ||
2414 | 2410 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | ||
2415 | 2411 | |||
2416 | 2412 | # Set up the scripts for CONFIG_FILES section. | ||
2417 | 2413 | # No need to generate them if there are no CONFIG_FILES. | ||
2418 | 2414 | # This happens for instance with `./config.status config.h'. | ||
2419 | 2415 | if test -n "$CONFIG_FILES"; then | ||
2420 | 2416 | |||
2421 | 2417 | |||
2422 | 2418 | ac_cr=`echo X | tr X '\015'` | ||
2423 | 2419 | # On cygwin, bash can eat \r inside `` if the user requested igncr. | ||
2424 | 2420 | # But we know of no other shell where ac_cr would be empty at this | ||
2425 | 2421 | # point, so we can use a bashism as a fallback. | ||
2426 | 2422 | if test "x$ac_cr" = x; then | ||
2427 | 2423 | eval ac_cr=\$\'\\r\' | ||
2428 | 2424 | fi | ||
2429 | 2425 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | ||
2430 | 2426 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | ||
2431 | 2427 | ac_cs_awk_cr='\\r' | ||
2432 | 2428 | else | ||
2433 | 2429 | ac_cs_awk_cr=$ac_cr | ||
2434 | 2430 | fi | ||
2435 | 2431 | |||
2436 | 2432 | echo 'BEGIN {' >"$tmp/subs1.awk" && | ||
2437 | 2433 | _ACEOF | ||
2438 | 2434 | |||
2439 | 2435 | |||
2440 | 2436 | { | ||
2441 | 2437 | echo "cat >conf$$subs.awk <<_ACEOF" && | ||
2442 | 2438 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | ||
2443 | 2439 | echo "_ACEOF" | ||
2444 | 2440 | } >conf$$subs.sh || | ||
2445 | 2441 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | ||
2446 | 2442 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | ||
2447 | 2443 | ac_delim='%!_!# ' | ||
2448 | 2444 | for ac_last_try in false false false false false :; do | ||
2449 | 2445 | . ./conf$$subs.sh || | ||
2450 | 2446 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | ||
2451 | 2447 | |||
2452 | 2448 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | ||
2453 | 2449 | if test $ac_delim_n = $ac_delim_num; then | ||
2454 | 2450 | break | ||
2455 | 2451 | elif $ac_last_try; then | ||
2456 | 2452 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | ||
2457 | 2453 | else | ||
2458 | 2454 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | ||
2459 | 2455 | fi | ||
2460 | 2456 | done | ||
2461 | 2457 | rm -f conf$$subs.sh | ||
2462 | 2458 | |||
2463 | 2459 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2464 | 2460 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | ||
2465 | 2461 | _ACEOF | ||
2466 | 2462 | sed -n ' | ||
2467 | 2463 | h | ||
2468 | 2464 | s/^/S["/; s/!.*/"]=/ | ||
2469 | 2465 | p | ||
2470 | 2466 | g | ||
2471 | 2467 | s/^[^!]*!// | ||
2472 | 2468 | :repl | ||
2473 | 2469 | t repl | ||
2474 | 2470 | s/'"$ac_delim"'$// | ||
2475 | 2471 | t delim | ||
2476 | 2472 | :nl | ||
2477 | 2473 | h | ||
2478 | 2474 | s/\(.\{148\}\)..*/\1/ | ||
2479 | 2475 | t more1 | ||
2480 | 2476 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | ||
2481 | 2477 | p | ||
2482 | 2478 | n | ||
2483 | 2479 | b repl | ||
2484 | 2480 | :more1 | ||
2485 | 2481 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | ||
2486 | 2482 | p | ||
2487 | 2483 | g | ||
2488 | 2484 | s/.\{148\}// | ||
2489 | 2485 | t nl | ||
2490 | 2486 | :delim | ||
2491 | 2487 | h | ||
2492 | 2488 | s/\(.\{148\}\)..*/\1/ | ||
2493 | 2489 | t more2 | ||
2494 | 2490 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | ||
2495 | 2491 | p | ||
2496 | 2492 | b | ||
2497 | 2493 | :more2 | ||
2498 | 2494 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | ||
2499 | 2495 | p | ||
2500 | 2496 | g | ||
2501 | 2497 | s/.\{148\}// | ||
2502 | 2498 | t delim | ||
2503 | 2499 | ' <conf$$subs.awk | sed ' | ||
2504 | 2500 | /^[^""]/{ | ||
2505 | 2501 | N | ||
2506 | 2502 | s/\n// | ||
2507 | 2503 | } | ||
2508 | 2504 | ' >>$CONFIG_STATUS || ac_write_fail=1 | ||
2509 | 2505 | rm -f conf$$subs.awk | ||
2510 | 2506 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2511 | 2507 | _ACAWK | ||
2512 | 2508 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | ||
2513 | 2509 | for (key in S) S_is_set[key] = 1 | ||
2514 | 2510 | FS = "" | ||
2515 | 2511 | |||
2516 | 2512 | } | ||
2517 | 2513 | { | ||
2518 | 2514 | line = $ 0 | ||
2519 | 2515 | nfields = split(line, field, "@") | ||
2520 | 2516 | substed = 0 | ||
2521 | 2517 | len = length(field[1]) | ||
2522 | 2518 | for (i = 2; i < nfields; i++) { | ||
2523 | 2519 | key = field[i] | ||
2524 | 2520 | keylen = length(key) | ||
2525 | 2521 | if (S_is_set[key]) { | ||
2526 | 2522 | value = S[key] | ||
2527 | 2523 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | ||
2528 | 2524 | len += length(value) + length(field[++i]) | ||
2529 | 2525 | substed = 1 | ||
2530 | 2526 | } else | ||
2531 | 2527 | len += 1 + keylen | ||
2532 | 2528 | } | ||
2533 | 2529 | |||
2534 | 2530 | print line | ||
2535 | 2531 | } | ||
2536 | 2532 | |||
2537 | 2533 | _ACAWK | ||
2538 | 2534 | _ACEOF | ||
2539 | 2535 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2540 | 2536 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | ||
2541 | 2537 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | ||
2542 | 2538 | else | ||
2543 | 2539 | cat | ||
2544 | 2540 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | ||
2545 | 2541 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | ||
2546 | 2542 | _ACEOF | ||
2547 | 2543 | |||
2548 | 2544 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | ||
2549 | 2545 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | ||
2550 | 2546 | # trailing colons and then remove the whole line if VPATH becomes empty | ||
2551 | 2547 | # (actually we leave an empty line to preserve line numbers). | ||
2552 | 2548 | if test "x$srcdir" = x.; then | ||
2553 | 2549 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | ||
2554 | 2550 | h | ||
2555 | 2551 | s/// | ||
2556 | 2552 | s/^/:/ | ||
2557 | 2553 | s/[ ]*$/:/ | ||
2558 | 2554 | s/:\$(srcdir):/:/g | ||
2559 | 2555 | s/:\${srcdir}:/:/g | ||
2560 | 2556 | s/:@srcdir@:/:/g | ||
2561 | 2557 | s/^:*// | ||
2562 | 2558 | s/:*$// | ||
2563 | 2559 | x | ||
2564 | 2560 | s/\(=[ ]*\).*/\1/ | ||
2565 | 2561 | G | ||
2566 | 2562 | s/\n// | ||
2567 | 2563 | s/^[^=]*=[ ]*$// | ||
2568 | 2564 | }' | ||
2569 | 2565 | fi | ||
2570 | 2566 | |||
2571 | 2567 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2572 | 2568 | fi # test -n "$CONFIG_FILES" | ||
2573 | 2569 | |||
2574 | 2570 | |||
2575 | 2571 | eval set X " :F $CONFIG_FILES " | ||
2576 | 2572 | shift | ||
2577 | 2573 | for ac_tag | ||
2578 | 2574 | do | ||
2579 | 2575 | case $ac_tag in | ||
2580 | 2576 | :[FHLC]) ac_mode=$ac_tag; continue;; | ||
2581 | 2577 | esac | ||
2582 | 2578 | case $ac_mode$ac_tag in | ||
2583 | 2579 | :[FHL]*:*);; | ||
2584 | 2580 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | ||
2585 | 2581 | :[FH]-) ac_tag=-:-;; | ||
2586 | 2582 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | ||
2587 | 2583 | esac | ||
2588 | 2584 | ac_save_IFS=$IFS | ||
2589 | 2585 | IFS=: | ||
2590 | 2586 | set x $ac_tag | ||
2591 | 2587 | IFS=$ac_save_IFS | ||
2592 | 2588 | shift | ||
2593 | 2589 | ac_file=$1 | ||
2594 | 2590 | shift | ||
2595 | 2591 | |||
2596 | 2592 | case $ac_mode in | ||
2597 | 2593 | :L) ac_source=$1;; | ||
2598 | 2594 | :[FH]) | ||
2599 | 2595 | ac_file_inputs= | ||
2600 | 2596 | for ac_f | ||
2601 | 2597 | do | ||
2602 | 2598 | case $ac_f in | ||
2603 | 2599 | -) ac_f="$tmp/stdin";; | ||
2604 | 2600 | *) # Look for the file first in the build tree, then in the source tree | ||
2605 | 2601 | # (if the path is not absolute). The absolute path cannot be DOS-style, | ||
2606 | 2602 | # because $ac_f cannot contain `:'. | ||
2607 | 2603 | test -f "$ac_f" || | ||
2608 | 2604 | case $ac_f in | ||
2609 | 2605 | [\\/$]*) false;; | ||
2610 | 2606 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | ||
2611 | 2607 | esac || | ||
2612 | 2608 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | ||
2613 | 2609 | esac | ||
2614 | 2610 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | ||
2615 | 2611 | as_fn_append ac_file_inputs " '$ac_f'" | ||
2616 | 2612 | done | ||
2617 | 2613 | |||
2618 | 2614 | # Let's still pretend it is `configure' which instantiates (i.e., don't | ||
2619 | 2615 | # use $as_me), people would be surprised to read: | ||
2620 | 2616 | # /* config.h. Generated by config.status. */ | ||
2621 | 2617 | configure_input='Generated from '` | ||
2622 | 2618 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | ||
2623 | 2619 | `' by configure.' | ||
2624 | 2620 | if test x"$ac_file" != x-; then | ||
2625 | 2621 | configure_input="$ac_file. $configure_input" | ||
2626 | 2622 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 | ||
2627 | 2623 | $as_echo "$as_me: creating $ac_file" >&6;} | ||
2628 | 2624 | fi | ||
2629 | 2625 | # Neutralize special characters interpreted by sed in replacement strings. | ||
2630 | 2626 | case $configure_input in #( | ||
2631 | 2627 | *\&* | *\|* | *\\* ) | ||
2632 | 2628 | ac_sed_conf_input=`$as_echo "$configure_input" | | ||
2633 | 2629 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | ||
2634 | 2630 | *) ac_sed_conf_input=$configure_input;; | ||
2635 | 2631 | esac | ||
2636 | 2632 | |||
2637 | 2633 | case $ac_tag in | ||
2638 | 2634 | *:-:* | *:-) cat >"$tmp/stdin" \ | ||
2639 | 2635 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | ||
2640 | 2636 | esac | ||
2641 | 2637 | ;; | ||
2642 | 2638 | esac | ||
2643 | 2639 | |||
2644 | 2640 | ac_dir=`$as_dirname -- "$ac_file" || | ||
2645 | 2641 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
2646 | 2642 | X"$ac_file" : 'X\(//\)[^/]' \| \ | ||
2647 | 2643 | X"$ac_file" : 'X\(//\)$' \| \ | ||
2648 | 2644 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || | ||
2649 | 2645 | $as_echo X"$ac_file" | | ||
2650 | 2646 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | ||
2651 | 2647 | s//\1/ | ||
2652 | 2648 | q | ||
2653 | 2649 | } | ||
2654 | 2650 | /^X\(\/\/\)[^/].*/{ | ||
2655 | 2651 | s//\1/ | ||
2656 | 2652 | q | ||
2657 | 2653 | } | ||
2658 | 2654 | /^X\(\/\/\)$/{ | ||
2659 | 2655 | s//\1/ | ||
2660 | 2656 | q | ||
2661 | 2657 | } | ||
2662 | 2658 | /^X\(\/\).*/{ | ||
2663 | 2659 | s//\1/ | ||
2664 | 2660 | q | ||
2665 | 2661 | } | ||
2666 | 2662 | s/.*/./; q'` | ||
2667 | 2663 | as_dir="$ac_dir"; as_fn_mkdir_p | ||
2668 | 2664 | ac_builddir=. | ||
2669 | 2665 | |||
2670 | 2666 | case "$ac_dir" in | ||
2671 | 2667 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | ||
2672 | 2668 | *) | ||
2673 | 2669 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | ||
2674 | 2670 | # A ".." for each directory in $ac_dir_suffix. | ||
2675 | 2671 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | ||
2676 | 2672 | case $ac_top_builddir_sub in | ||
2677 | 2673 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | ||
2678 | 2674 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | ||
2679 | 2675 | esac ;; | ||
2680 | 2676 | esac | ||
2681 | 2677 | ac_abs_top_builddir=$ac_pwd | ||
2682 | 2678 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | ||
2683 | 2679 | # for backward compatibility: | ||
2684 | 2680 | ac_top_builddir=$ac_top_build_prefix | ||
2685 | 2681 | |||
2686 | 2682 | case $srcdir in | ||
2687 | 2683 | .) # We are building in place. | ||
2688 | 2684 | ac_srcdir=. | ||
2689 | 2685 | ac_top_srcdir=$ac_top_builddir_sub | ||
2690 | 2686 | ac_abs_top_srcdir=$ac_pwd ;; | ||
2691 | 2687 | [\\/]* | ?:[\\/]* ) # Absolute name. | ||
2692 | 2688 | ac_srcdir=$srcdir$ac_dir_suffix; | ||
2693 | 2689 | ac_top_srcdir=$srcdir | ||
2694 | 2690 | ac_abs_top_srcdir=$srcdir ;; | ||
2695 | 2691 | *) # Relative name. | ||
2696 | 2692 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | ||
2697 | 2693 | ac_top_srcdir=$ac_top_build_prefix$srcdir | ||
2698 | 2694 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | ||
2699 | 2695 | esac | ||
2700 | 2696 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | ||
2701 | 2697 | |||
2702 | 2698 | |||
2703 | 2699 | case $ac_mode in | ||
2704 | 2700 | :F) | ||
2705 | 2701 | # | ||
2706 | 2702 | # CONFIG_FILE | ||
2707 | 2703 | # | ||
2708 | 2704 | |||
2709 | 2705 | _ACEOF | ||
2710 | 2706 | |||
2711 | 2707 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2712 | 2708 | # If the template does not know about datarootdir, expand it. | ||
2713 | 2709 | # FIXME: This hack should be removed a few years after 2.60. | ||
2714 | 2710 | ac_datarootdir_hack=; ac_datarootdir_seen= | ||
2715 | 2711 | ac_sed_dataroot=' | ||
2716 | 2712 | /datarootdir/ { | ||
2717 | 2713 | p | ||
2718 | 2714 | q | ||
2719 | 2715 | } | ||
2720 | 2716 | /@datadir@/p | ||
2721 | 2717 | /@docdir@/p | ||
2722 | 2718 | /@infodir@/p | ||
2723 | 2719 | /@localedir@/p | ||
2724 | 2720 | /@mandir@/p' | ||
2725 | 2721 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | ||
2726 | 2722 | *datarootdir*) ac_datarootdir_seen=yes;; | ||
2727 | 2723 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | ||
2728 | 2724 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | ||
2729 | 2725 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | ||
2730 | 2726 | _ACEOF | ||
2731 | 2727 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2732 | 2728 | ac_datarootdir_hack=' | ||
2733 | 2729 | s&@datadir@&$datadir&g | ||
2734 | 2730 | s&@docdir@&$docdir&g | ||
2735 | 2731 | s&@infodir@&$infodir&g | ||
2736 | 2732 | s&@localedir@&$localedir&g | ||
2737 | 2733 | s&@mandir@&$mandir&g | ||
2738 | 2734 | s&\\\${datarootdir}&$datarootdir&g' ;; | ||
2739 | 2735 | esac | ||
2740 | 2736 | _ACEOF | ||
2741 | 2737 | |||
2742 | 2738 | # Neutralize VPATH when `$srcdir' = `.'. | ||
2743 | 2739 | # Shell code in configure.ac might set extrasub. | ||
2744 | 2740 | # FIXME: do we really want to maintain this feature? | ||
2745 | 2741 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
2746 | 2742 | ac_sed_extra="$ac_vpsub | ||
2747 | 2743 | $extrasub | ||
2748 | 2744 | _ACEOF | ||
2749 | 2745 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
2750 | 2746 | :t | ||
2751 | 2747 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | ||
2752 | 2748 | s|@configure_input@|$ac_sed_conf_input|;t t | ||
2753 | 2749 | s&@top_builddir@&$ac_top_builddir_sub&;t t | ||
2754 | 2750 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | ||
2755 | 2751 | s&@srcdir@&$ac_srcdir&;t t | ||
2756 | 2752 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | ||
2757 | 2753 | s&@top_srcdir@&$ac_top_srcdir&;t t | ||
2758 | 2754 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | ||
2759 | 2755 | s&@builddir@&$ac_builddir&;t t | ||
2760 | 2756 | s&@abs_builddir@&$ac_abs_builddir&;t t | ||
2761 | 2757 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | ||
2762 | 2758 | $ac_datarootdir_hack | ||
2763 | 2759 | " | ||
2764 | 2760 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | ||
2765 | 2761 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | ||
2766 | 2762 | |||
2767 | 2763 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | ||
2768 | 2764 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | ||
2769 | 2765 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | ||
2770 | 2766 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | ||
2771 | 2767 | which seems to be undefined. Please make sure it is defined" >&5 | ||
2772 | 2768 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | ||
2773 | 2769 | which seems to be undefined. Please make sure it is defined" >&2;} | ||
2774 | 2770 | |||
2775 | 2771 | rm -f "$tmp/stdin" | ||
2776 | 2772 | case $ac_file in | ||
2777 | 2773 | -) cat "$tmp/out" && rm -f "$tmp/out";; | ||
2778 | 2774 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | ||
2779 | 2775 | esac \ | ||
2780 | 2776 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | ||
2781 | 2777 | ;; | ||
2782 | 2778 | |||
2783 | 2779 | |||
2784 | 2780 | |||
2785 | 2781 | esac | ||
2786 | 2782 | |||
2787 | 2783 | done # for ac_tag | ||
2788 | 2784 | |||
2789 | 2785 | |||
2790 | 2786 | as_fn_exit 0 | ||
2791 | 2787 | _ACEOF | ||
2792 | 2788 | ac_clean_files=$ac_clean_files_save | ||
2793 | 2789 | |||
2794 | 2790 | test $ac_write_fail = 0 || | ||
2795 | 2791 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | ||
2796 | 2792 | |||
2797 | 2793 | |||
2798 | 2794 | # configure is writing to config.log, and then calls config.status. | ||
2799 | 2795 | # config.status does its own redirection, appending to config.log. | ||
2800 | 2796 | # Unfortunately, on DOS this fails, as config.log is still kept open | ||
2801 | 2797 | # by configure, so config.status won't be able to write to it; its | ||
2802 | 2798 | # output is simply discarded. So we exec the FD to /dev/null, | ||
2803 | 2799 | # effectively closing config.log, so it can be properly (re)opened and | ||
2804 | 2800 | # appended to by config.status. When coming back to configure, we | ||
2805 | 2801 | # need to make the FD available again. | ||
2806 | 2802 | if test "$no_create" != yes; then | ||
2807 | 2803 | ac_cs_success=: | ||
2808 | 2804 | ac_config_status_args= | ||
2809 | 2805 | test "$silent" = yes && | ||
2810 | 2806 | ac_config_status_args="$ac_config_status_args --quiet" | ||
2811 | 2807 | exec 5>/dev/null | ||
2812 | 2808 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | ||
2813 | 2809 | exec 5>>config.log | ||
2814 | 2810 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | ||
2815 | 2811 | # would make configure fail if this is the last instruction. | ||
2816 | 2812 | $ac_cs_success || as_fn_exit 1 | ||
2817 | 2813 | fi | ||
2818 | 2814 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | ||
2819 | 2815 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | ||
2820 | 2816 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | ||
2821 | 2817 | fi | ||
2822 | 2818 | |||
2823 | 2819 | |||
2824 | 2820 | echo | ||
2825 | 2821 | echo $PACKAGE v$VERSION | ||
2826 | 2822 | echo | ||
2827 | 2823 | echo Prefix............... : $prefix | ||
2828 | 2824 | 0 | ||
2829 | === modified file 'lubuntu-software-center' | |||
2830 | --- lubuntu-software-center 2011-09-08 08:05:39 +0000 | |||
2831 | +++ lubuntu-software-center 2011-09-08 19:18:23 +0000 | |||
2832 | @@ -145,7 +145,10 @@ | |||
2833 | 145 | pass | 145 | pass |
2834 | 146 | 146 | ||
2835 | 147 | def remove_package(self, widget): | 147 | def remove_package(self, widget): |
2837 | 148 | self.response = subprocess.check_output(["python", "scripts/apc.py", "remove", self.pkg_selected[0]]) | 148 | if os.path.isfile(os.path.join("/usr/lib/lubuntu-software-center/apc.py")): |
2838 | 149 | self.response = subprocess.check_output(["python", "/usr/lib/lubuntu-software-center/apc.py", "install", self.pkg_selected[0]]) | ||
2839 | 150 | else: | ||
2840 | 151 | self.response = subprocess.check_output(["python", "scripts/apc.py", "remove", self.pkg_selected[0]]) | ||
2841 | 149 | print self.response | 152 | print self.response |
2842 | 150 | if self.response == 'success\n': | 153 | if self.response == 'success\n': |
2843 | 151 | self.choosed_page = 2 | 154 | self.choosed_page = 2 |
2844 | 152 | 155 | ||
2845 | === modified file 'po/POTFILES.in' | |||
2846 | --- po/POTFILES.in 2011-09-06 12:11:21 +0000 | |||
2847 | +++ po/POTFILES.in 2011-09-08 19:18:23 +0000 | |||
2848 | @@ -6,3 +6,5 @@ | |||
2849 | 6 | LSC/preferences.py | 6 | LSC/preferences.py |
2850 | 7 | LSC/searchentry.py | 7 | LSC/searchentry.py |
2851 | 8 | LSC/threadingops.py | 8 | LSC/threadingops.py |
2852 | 9 | [type: gettext/glade] data/lsc.ui | ||
2853 | 10 | [type: gettext/glade] data/preferences.ui | ||
2854 | 9 | 11 | ||
2855 | === modified file 'po/lubuntu-software-center.pot' | |||
2856 | --- po/lubuntu-software-center.pot 2011-09-05 21:15:41 +0000 | |||
2857 | +++ po/lubuntu-software-center.pot 2011-09-08 19:18:23 +0000 | |||
2858 | @@ -8,20 +8,20 @@ | |||
2859 | 8 | msgstr "" | 8 | msgstr "" |
2860 | 9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
2861 | 10 | "Report-Msgid-Bugs-To: \n" | 10 | "Report-Msgid-Bugs-To: \n" |
2863 | 11 | "POT-Creation-Date: 2011-09-05 23:13+0200\n" | 11 | "POT-Creation-Date: 2011-09-06 20:17+0200\n" |
2864 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
2865 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
2866 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
2867 | 15 | "Language: \n" | 15 | "Language: \n" |
2868 | 16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
2870 | 17 | "Content-Type: text/plain; charset=CHARSET\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
2871 | 18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
2872 | 19 | 19 | ||
2873 | 20 | #: ../lubuntu-software-center.desktop.in.h:1 | 20 | #: ../lubuntu-software-center.desktop.in.h:1 |
2874 | 21 | msgid "Lets you choose from thousands of applications available for Ubuntu" | 21 | msgid "Lets you choose from thousands of applications available for Ubuntu" |
2875 | 22 | msgstr "" | 22 | msgstr "" |
2876 | 23 | 23 | ||
2878 | 24 | #: ../lubuntu-software-center.desktop.in.h:2 | 24 | #: ../lubuntu-software-center.desktop.in.h:2 ../LSC/UI.py:49 |
2879 | 25 | msgid "Lubuntu Software Center" | 25 | msgid "Lubuntu Software Center" |
2880 | 26 | msgstr "" | 26 | msgstr "" |
2881 | 27 | 27 | ||
2882 | @@ -29,31 +29,251 @@ | |||
2883 | 29 | msgid "Software Center" | 29 | msgid "Software Center" |
2884 | 30 | msgstr "" | 30 | msgstr "" |
2885 | 31 | 31 | ||
2887 | 32 | #: ../lubuntu-software-center:41 | 32 | #: ../lubuntu-software-center:41 ../lubuntu-software-center:320 |
2888 | 33 | #: ../LSC/UI.py:65 | ||
2889 | 33 | msgid "Get Software" | 34 | msgid "Get Software" |
2890 | 34 | msgstr "" | 35 | msgstr "" |
2891 | 35 | 36 | ||
2893 | 36 | #: ../lubuntu-software-center:42 | 37 | #: ../lubuntu-software-center:42 ../lubuntu-software-center:321 |
2894 | 38 | #: ../LSC/UI.py:65 | ||
2895 | 37 | msgid "Installed Software" | 39 | msgid "Installed Software" |
2896 | 38 | msgstr "" | 40 | msgstr "" |
2897 | 39 | 41 | ||
2899 | 40 | #: ../lubuntu-software-center:43 | 42 | #: ../lubuntu-software-center:43 ../lubuntu-software-center:322 |
2900 | 43 | #: ../lubuntu-software-center:353 ../LSC/UI.py:65 | ||
2901 | 41 | msgid "Apps Basket" | 44 | msgid "Apps Basket" |
2902 | 42 | msgstr "" | 45 | msgstr "" |
2903 | 43 | 46 | ||
2905 | 44 | #: ../lubuntu-software-center:102 | 47 | #: ../lubuntu-software-center:103 ../lubuntu-software-center:137 |
2906 | 45 | #, c-format | 48 | #, c-format |
2907 | 46 | msgid "'%s' package selected" | 49 | msgid "'%s' package selected" |
2908 | 47 | msgstr "" | 50 | msgstr "" |
2909 | 48 | 51 | ||
2911 | 49 | #: ../lubuntu-software-center:105 ../lubuntu-software-center:107 | 52 | #: ../lubuntu-software-center:106 ../lubuntu-software-center:108 |
2912 | 53 | #: ../lubuntu-software-center:362 | ||
2913 | 50 | msgid "Added to the Apps Basket" | 54 | msgid "Added to the Apps Basket" |
2914 | 51 | msgstr "" | 55 | msgstr "" |
2915 | 52 | 56 | ||
2917 | 53 | #: ../lubuntu-software-center:110 ../lubuntu-software-center:112 | 57 | #: ../lubuntu-software-center:111 ../lubuntu-software-center:113 |
2918 | 58 | #: ../LSC/UI.py:150 | ||
2919 | 54 | msgid "Add to the Apps Basket" | 59 | msgid "Add to the Apps Basket" |
2920 | 55 | msgstr "" | 60 | msgstr "" |
2921 | 56 | 61 | ||
2923 | 57 | #: ../lubuntu-software-center:118 ../lubuntu-software-center:120 | 62 | #: ../lubuntu-software-center:119 ../lubuntu-software-center:121 |
2924 | 63 | #: ../lubuntu-software-center:138 ../LSC/UI.py:172 | ||
2925 | 58 | msgid "Remove from the system" | 64 | msgid "Remove from the system" |
2926 | 59 | msgstr "" | 65 | msgstr "" |
2927 | 66 | |||
2928 | 67 | #: ../lubuntu-software-center:180 | ||
2929 | 68 | msgid "Searching in Installed" | ||
2930 | 69 | msgstr "" | ||
2931 | 70 | |||
2932 | 71 | #: ../lubuntu-software-center:181 ../lubuntu-software-center:192 | ||
2933 | 72 | #, c-format | ||
2934 | 73 | msgid "%s packages matching" | ||
2935 | 74 | msgstr "" | ||
2936 | 75 | |||
2937 | 76 | #: ../lubuntu-software-center:191 | ||
2938 | 77 | #, c-format | ||
2939 | 78 | msgid "Searching in %s" | ||
2940 | 79 | msgstr "" | ||
2941 | 80 | |||
2942 | 81 | #: ../lubuntu-software-center:204 ../lubuntu-software-center:348 | ||
2943 | 82 | msgid "Installed" | ||
2944 | 83 | msgstr "" | ||
2945 | 84 | |||
2946 | 85 | #: ../lubuntu-software-center:205 ../lubuntu-software-center:212 | ||
2947 | 86 | #: ../LSC/threadingops.py:96 ../LSC/threadingops.py:97 | ||
2948 | 87 | #, c-format, python-format | ||
2949 | 88 | msgid "%s packages listed" | ||
2950 | 89 | msgstr "" | ||
2951 | 90 | |||
2952 | 91 | #: ../lubuntu-software-center:240 | ||
2953 | 92 | #, c-format | ||
2954 | 93 | msgid " (requested by %s)" | ||
2955 | 94 | msgstr "" | ||
2956 | 95 | |||
2957 | 96 | #: ../lubuntu-software-center:243 | ||
2958 | 97 | msgid "0 packages marked" | ||
2959 | 98 | msgstr "" | ||
2960 | 99 | |||
2961 | 100 | #: ../lubuntu-software-center:244 | ||
2962 | 101 | msgid "No package marked for installation" | ||
2963 | 102 | msgstr "" | ||
2964 | 103 | |||
2965 | 104 | #: ../lubuntu-software-center:247 | ||
2966 | 105 | #, c-format | ||
2967 | 106 | msgid "%s packages marked" | ||
2968 | 107 | msgstr "" | ||
2969 | 108 | |||
2970 | 109 | #: ../lubuntu-software-center:248 | ||
2971 | 110 | #, c-format | ||
2972 | 111 | msgid "%s to download" | ||
2973 | 112 | msgstr "" | ||
2974 | 113 | |||
2975 | 114 | #: ../lubuntu-software-center:255 | ||
2976 | 115 | #, c-format | ||
2977 | 116 | msgid "Remove '%s' from the Apps Basket" | ||
2978 | 117 | msgstr "" | ||
2979 | 118 | |||
2980 | 119 | #: ../lubuntu-software-center:275 | ||
2981 | 120 | #, c-format | ||
2982 | 121 | msgid "The package %s has no candidate to install" | ||
2983 | 122 | msgstr "" | ||
2984 | 123 | |||
2985 | 124 | #: ../lubuntu-software-center:415 | ||
2986 | 125 | #, c-format | ||
2987 | 126 | msgid "Download Size: %s" | ||
2988 | 127 | msgstr "" | ||
2989 | 128 | |||
2990 | 129 | #: ../lubuntu-software-center:416 | ||
2991 | 130 | #, c-format | ||
2992 | 131 | msgid "Installed Size: %s" | ||
2993 | 132 | msgstr "" | ||
2994 | 133 | |||
2995 | 134 | #: ../lubuntu-software-center:417 | ||
2996 | 135 | #, c-format | ||
2997 | 136 | msgid "Version: %s" | ||
2998 | 137 | msgstr "" | ||
2999 | 138 | |||
3000 | 139 | #: ../lubuntu-software-center:420 | ||
3001 | 140 | #, c-format | ||
3002 | 141 | msgid "Infos on %s" | ||
3003 | 142 | msgstr "" | ||
3004 | 143 | |||
3005 | 144 | #: ../LSC/UI.py:144 ../LSC/UI.py:166 | ||
3006 | 145 | msgid "Hide this message" | ||
3007 | 146 | msgstr "" | ||
3008 | 147 | |||
3009 | 148 | #: ../LSC/UI.py:149 ../LSC/UI.py:171 | ||
3010 | 149 | msgid "Details" | ||
3011 | 150 | msgstr "" | ||
3012 | 151 | |||
3013 | 152 | #: ../LSC/preferences.py:17 | ||
3014 | 153 | msgid "Lubuntu Software Center Preferences" | ||
3015 | 154 | msgstr "" | ||
3016 | 155 | |||
3017 | 156 | #: ../LSC/searchentry.py:13 ../LSC/searchentry.py:16 | ||
3018 | 157 | msgid "Search a package..." | ||
3019 | 158 | msgstr "" | ||
3020 | 159 | |||
3021 | 160 | #: ../data/lsc.ui.h:1 | ||
3022 | 161 | msgid "" | ||
3023 | 162 | " No package found\n" | ||
3024 | 163 | "Do you want you search all categories instead?" | ||
3025 | 164 | msgstr "" | ||
3026 | 165 | |||
3027 | 166 | #: ../data/lsc.ui.h:3 | ||
3028 | 167 | msgid "Available Categories" | ||
3029 | 168 | msgstr "" | ||
3030 | 169 | |||
3031 | 170 | #: ../data/lsc.ui.h:4 | ||
3032 | 171 | msgid "Copyright © 2011 team Lubuntu" | ||
3033 | 172 | msgstr "" | ||
3034 | 173 | |||
3035 | 174 | #: ../data/lsc.ui.h:5 | ||
3036 | 175 | msgid "Download size" | ||
3037 | 176 | msgstr "" | ||
3038 | 177 | |||
3039 | 178 | #: ../data/lsc.ui.h:6 | ||
3040 | 179 | msgid "Install the packages" | ||
3041 | 180 | msgstr "" | ||
3042 | 181 | |||
3043 | 182 | #: ../data/lsc.ui.h:7 | ||
3044 | 183 | msgid "Mb to download" | ||
3045 | 184 | msgstr "" | ||
3046 | 185 | |||
3047 | 186 | #: ../data/lsc.ui.h:8 | ||
3048 | 187 | msgid "Package" | ||
3049 | 188 | msgstr "" | ||
3050 | 189 | |||
3051 | 190 | #: ../data/lsc.ui.h:9 | ||
3052 | 191 | msgid "Page 4" | ||
3053 | 192 | msgstr "" | ||
3054 | 193 | |||
3055 | 194 | #: ../data/lsc.ui.h:10 | ||
3056 | 195 | msgid "Remove <package> from the Apps Basket" | ||
3057 | 196 | msgstr "" | ||
3058 | 197 | |||
3059 | 198 | #: ../data/lsc.ui.h:11 | ||
3060 | 199 | msgid "Software Center for the Lubuntu project" | ||
3061 | 200 | msgstr "" | ||
3062 | 201 | |||
3063 | 202 | #: ../data/lsc.ui.h:12 | ||
3064 | 203 | msgid "Software Properties" | ||
3065 | 204 | msgstr "" | ||
3066 | 205 | |||
3067 | 206 | #: ../data/lsc.ui.h:13 | ||
3068 | 207 | msgid "Version" | ||
3069 | 208 | msgstr "" | ||
3070 | 209 | |||
3071 | 210 | #: ../data/lsc.ui.h:14 | ||
3072 | 211 | msgid "_Edit" | ||
3073 | 212 | msgstr "" | ||
3074 | 213 | |||
3075 | 214 | #: ../data/lsc.ui.h:15 | ||
3076 | 215 | msgid "_File" | ||
3077 | 216 | msgstr "" | ||
3078 | 217 | |||
3079 | 218 | #: ../data/lsc.ui.h:16 | ||
3080 | 219 | msgid "_Help" | ||
3081 | 220 | msgstr "" | ||
3082 | 221 | |||
3083 | 222 | #: ../data/lsc.ui.h:17 | ||
3084 | 223 | msgid "button" | ||
3085 | 224 | msgstr "" | ||
3086 | 225 | |||
3087 | 226 | #: ../data/lsc.ui.h:18 | ||
3088 | 227 | msgid "calculating packages..." | ||
3089 | 228 | msgstr "" | ||
3090 | 229 | |||
3091 | 230 | #: ../data/lsc.ui.h:19 | ||
3092 | 231 | msgid "column" | ||
3093 | 232 | msgstr "" | ||
3094 | 233 | |||
3095 | 234 | #: ../data/lsc.ui.h:20 | ||
3096 | 235 | msgid "label" | ||
3097 | 236 | msgstr "" | ||
3098 | 237 | |||
3099 | 238 | #: ../data/lsc.ui.h:21 | ||
3100 | 239 | msgid "page 1" | ||
3101 | 240 | msgstr "" | ||
3102 | 241 | |||
3103 | 242 | #: ../data/lsc.ui.h:22 | ||
3104 | 243 | msgid "page 2" | ||
3105 | 244 | msgstr "" | ||
3106 | 245 | |||
3107 | 246 | #: ../data/lsc.ui.h:23 | ||
3108 | 247 | msgid "page 3" | ||
3109 | 248 | msgstr "" | ||
3110 | 249 | |||
3111 | 250 | #: ../data/lsc.ui.h:24 | ||
3112 | 251 | msgid "page 5" | ||
3113 | 252 | msgstr "" | ||
3114 | 253 | |||
3115 | 254 | #: ../data/lsc.ui.h:25 | ||
3116 | 255 | msgid "toolbutton4" | ||
3117 | 256 | msgstr "" | ||
3118 | 257 | |||
3119 | 258 | #: ../data/preferences.ui.h:1 | ||
3120 | 259 | msgid "Beginner Mode" | ||
3121 | 260 | msgstr "" | ||
3122 | 261 | |||
3123 | 262 | #: ../data/preferences.ui.h:2 | ||
3124 | 263 | msgid "" | ||
3125 | 264 | "Choose the mode you want, in Beginner Mode are listed only the real " | ||
3126 | 265 | "applications, in Expert Mode are listed all the packages included libraries " | ||
3127 | 266 | "and command-line tools." | ||
3128 | 267 | msgstr "" | ||
3129 | 268 | |||
3130 | 269 | #: ../data/preferences.ui.h:3 | ||
3131 | 270 | msgid "Expert Mode" | ||
3132 | 271 | msgstr "" | ||
3133 | 272 | |||
3134 | 273 | #: ../data/preferences.ui.h:4 | ||
3135 | 274 | msgid "Mode of visualization" | ||
3136 | 275 | msgstr "" | ||
3137 | 276 | |||
3138 | 277 | #: ../data/preferences.ui.h:5 | ||
3139 | 278 | msgid "Preferences" | ||
3140 | 279 | msgstr "" |