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