Merge lp:~lubuntu-software-center-team/lubuntu-software-center/build-system into lp:~stephen-smally/lubuntu-software-center/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
Reviewer Review Type Date Requested Status
Stephen Smally Pending
Review via email: mp+74671@code.launchpad.net

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

Subscribers

People subscribed via source and target branches