transmission: update from 2.13 to 2.22
[tomato.git] / release / src / router / transmission / config.status
bloba843adecb3b97260c5008e53949bc7f625dd2568
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if 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
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_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.
45 if 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 --'
49 elif (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'
52 else
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"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if 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=';'
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.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
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
101 IFS=$as_save_IFS
104 esac
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.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
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.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # as_fn_error STATUS ERROR [LINENO LOG_FD]
138 # ----------------------------------------
139 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141 # script with STATUS, using 1 if that was 0.
142 as_fn_error ()
144 as_status=$1; test $as_status -eq 0 && as_status=1
145 if test "$4"; then
146 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149 $as_echo "$as_me: error: $2" >&2
150 as_fn_exit $as_status
151 } # as_fn_error
154 # as_fn_set_status STATUS
155 # -----------------------
156 # Set $? to STATUS, without forking.
157 as_fn_set_status ()
159 return $1
160 } # as_fn_set_status
162 # as_fn_exit STATUS
163 # -----------------
164 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165 as_fn_exit ()
167 set +e
168 as_fn_set_status $1
169 exit $1
170 } # as_fn_exit
172 # as_fn_unset VAR
173 # ---------------
174 # Portably unset VAR.
175 as_fn_unset ()
177 { eval $1=; unset $1;}
179 as_unset=as_fn_unset
180 # as_fn_append VAR VALUE
181 # ----------------------
182 # Append the text in VALUE to the end of the definition contained in VAR. Take
183 # advantage of any shell optimizations that allow amortized linear growth over
184 # repeated appends, instead of the typical quadratic growth present in naive
185 # implementations.
186 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187 eval 'as_fn_append ()
189 eval $1+=\$2
191 else
192 as_fn_append ()
194 eval $1=\$$1\$2
196 fi # as_fn_append
198 # as_fn_arith ARG...
199 # ------------------
200 # Perform arithmetic evaluation on the ARGs, and store the result in the
201 # global $as_val. Take advantage of shells that can avoid forks. The arguments
202 # must be portable across $(()) and expr.
203 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204 eval 'as_fn_arith ()
206 as_val=$(( $* ))
208 else
209 as_fn_arith ()
211 as_val=`expr "$@" || test $? -eq 1`
213 fi # as_fn_arith
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
219 else
220 as_expr=false
223 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224 as_basename=basename
225 else
226 as_basename=false
229 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230 as_dirname=dirname
231 else
232 as_dirname=false
235 as_me=`$as_basename -- "$0" ||
236 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237 X"$0" : 'X\(//\)$' \| \
238 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239 $as_echo X/"$0" |
240 sed '/^.*\/\([^/][^/]*\)\/*$/{
241 s//\1/
244 /^X\/\(\/\/\)$/{
245 s//\1/
248 /^X\/\(\/\).*/{
249 s//\1/
252 s/.*/./; q'`
254 # Avoid depending upon Character Ranges.
255 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258 as_cr_digits='0123456789'
259 as_cr_alnum=$as_cr_Letters$as_cr_digits
261 ECHO_C= ECHO_N= ECHO_T=
262 case `echo -n x` in #(((((
263 -n*)
264 case `echo 'xy\c'` in
265 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
266 xy) ECHO_C='\c';;
267 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
268 ECHO_T=' ';;
269 esac;;
271 ECHO_N='-n';;
272 esac
274 rm -f conf$$ conf$$.exe conf$$.file
275 if test -d conf$$.dir; then
276 rm -f conf$$.dir/conf$$.file
277 else
278 rm -f conf$$.dir
279 mkdir conf$$.dir 2>/dev/null
281 if (echo >conf$$.file) 2>/dev/null; then
282 if ln -s conf$$.file conf$$ 2>/dev/null; then
283 as_ln_s='ln -s'
284 # ... but there are two gotchas:
285 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287 # In both cases, we have to default to `cp -p'.
288 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289 as_ln_s='cp -p'
290 elif ln conf$$.file conf$$ 2>/dev/null; then
291 as_ln_s=ln
292 else
293 as_ln_s='cp -p'
295 else
296 as_ln_s='cp -p'
298 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299 rmdir conf$$.dir 2>/dev/null
302 # as_fn_mkdir_p
303 # -------------
304 # Create "$as_dir" as a directory, including parents if necessary.
305 as_fn_mkdir_p ()
308 case $as_dir in #(
309 -*) as_dir=./$as_dir;;
310 esac
311 test -d "$as_dir" || eval $as_mkdir_p || {
312 as_dirs=
313 while :; do
314 case $as_dir in #(
315 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316 *) as_qdir=$as_dir;;
317 esac
318 as_dirs="'$as_qdir' $as_dirs"
319 as_dir=`$as_dirname -- "$as_dir" ||
320 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321 X"$as_dir" : 'X\(//\)[^/]' \| \
322 X"$as_dir" : 'X\(//\)$' \| \
323 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324 $as_echo X"$as_dir" |
325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326 s//\1/
329 /^X\(\/\/\)[^/].*/{
330 s//\1/
333 /^X\(\/\/\)$/{
334 s//\1/
337 /^X\(\/\).*/{
338 s//\1/
341 s/.*/./; q'`
342 test -d "$as_dir" && break
343 done
344 test -z "$as_dirs" || eval "mkdir $as_dirs"
345 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
348 } # as_fn_mkdir_p
349 if mkdir -p . 2>/dev/null; then
350 as_mkdir_p='mkdir -p "$as_dir"'
351 else
352 test -d ./-p && rmdir ./-p
353 as_mkdir_p=false
356 if test -x / >/dev/null 2>&1; then
357 as_test_x='test -x'
358 else
359 if ls -dL / >/dev/null 2>&1; then
360 as_ls_L_option=L
361 else
362 as_ls_L_option=
364 as_test_x='
365 eval sh -c '\''
366 if test -d "$1"; then
367 test -d "$1/.";
368 else
369 case $1 in #(
370 -*)set "./$1";;
371 esac;
372 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373 ???[sx]*):;;*)false;;esac;fi
374 '\'' sh
377 as_executable_p=$as_test_x
379 # Sed expression to map a string onto a valid CPP name.
380 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
382 # Sed expression to map a string onto a valid variable name.
383 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
386 exec 6>&1
387 ## ----------------------------------- ##
388 ## Main body of $CONFIG_STATUS script. ##
389 ## ----------------------------------- ##
390 # Save the log message, to keep $0 and so on meaningful, and to
391 # report actual input values of CONFIG_FILES etc. instead of their
392 # values after options handling.
393 ac_log="
394 This file was extended by transmission $as_me 2.22, which was
395 generated by GNU Autoconf 2.67. Invocation command line was
397 CONFIG_FILES = $CONFIG_FILES
398 CONFIG_HEADERS = $CONFIG_HEADERS
399 CONFIG_LINKS = $CONFIG_LINKS
400 CONFIG_COMMANDS = $CONFIG_COMMANDS
401 $ $0 $@
403 on `(hostname || uname -n) 2>/dev/null | sed 1q`
406 # Files that config.status was made for.
407 config_files=" Makefile transmission-gtk.spec cli/Makefile daemon/Makefile extras/Makefile libtransmission/Makefile utils/Makefile third-party/Makefile third-party/miniupnp/Makefile third-party/libnatpmp/Makefile third-party/dht/Makefile macosx/Makefile gtk/Makefile gtk/icons/Makefile web/Makefile web/images/Makefile web/images/buttons/Makefile web/images/graphics/Makefile web/images/progress/Makefile web/javascript/Makefile web/javascript/jquery/Makefile web/stylesheets/Makefile po/Makefile.in"
408 config_commands=" depfiles libtool po/stamp-it"
410 ac_cs_usage="\
411 \`$as_me' instantiates files and other configuration actions
412 from templates according to the current configuration. Unless the files
413 and actions are specified as TAGs, all are instantiated by default.
415 Usage: $0 [OPTION]... [TAG]...
417 -h, --help print this help, then exit
418 -V, --version print version number and configuration settings, then exit
419 --config print configuration, then exit
420 -q, --quiet, --silent
421 do not print progress messages
422 -d, --debug don't remove temporary files
423 --recheck update $as_me by reconfiguring in the same conditions
424 --file=FILE[:TEMPLATE]
425 instantiate the configuration file FILE
427 Configuration files:
428 $config_files
430 Configuration commands:
431 $config_commands
433 Report bugs to <http://trac.transmissionbt.com/newticket>."
435 ac_cs_config="'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' '--disable-gtk' '--disable-nls' '--enable-largefile' '--enable-lightweight' '--with-ssl=/root/openwrt/tomato.git-dev/src-rt/router/openssl' '--with-ssl-headers=/root/openwrt/tomato.git-dev/src-rt/router/openssl/include/' 'LIBCURL_CFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/libcurl/include' 'LIBCURL_LIBS=-L/root/openwrt/tomato.git-dev/src-rt/router/libcurl/lib/.libs/ -lcurl' 'LIBEVENT_CFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/libevent/include' 'LIBEVENT_LIBS=-L/root/openwrt/tomato.git-dev/src-rt/router/libevent/.libs -levent' 'OPENSSL_CFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/openssl/include' 'OPENSSL_LIBS=-L/root/openwrt/tomato.git-dev/src-rt/router/openssl -lcrypto -lssl' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-L/root/openwrt/tomato.git-dev/src-rt/router/zlib -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' 'CPPFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/zlib'"
436 ac_cs_version="\
437 transmission config.status 2.22
438 configured by ./configure, generated by GNU Autoconf 2.67,
439 with options \"$ac_cs_config\"
441 Copyright (C) 2010 Free Software Foundation, Inc.
442 This config.status script is free software; the Free Software Foundation
443 gives unlimited permission to copy, distribute and modify it."
445 ac_pwd='/root/openwrt/tomato.git-dev/src/router/transmission'
446 srcdir='.'
447 INSTALL='/usr/bin/install -c'
448 MKDIR_P='/bin/mkdir -p'
449 AWK='gawk'
450 test -n "$AWK" || AWK=awk
451 # The default lists apply if the user does not specify any file.
452 ac_need_defaults=:
453 while test $# != 0
455 case $1 in
456 --*=?*)
457 ac_option=`expr "X$1" : 'X\([^=]*\)='`
458 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
459 ac_shift=:
461 --*=)
462 ac_option=`expr "X$1" : 'X\([^=]*\)='`
463 ac_optarg=
464 ac_shift=:
467 ac_option=$1
468 ac_optarg=$2
469 ac_shift=shift
471 esac
473 case $ac_option in
474 # Handling of the options.
475 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
476 ac_cs_recheck=: ;;
477 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
478 $as_echo "$ac_cs_version"; exit ;;
479 --config | --confi | --conf | --con | --co | --c )
480 $as_echo "$ac_cs_config"; exit ;;
481 --debug | --debu | --deb | --de | --d | -d )
482 debug=: ;;
483 --file | --fil | --fi | --f )
484 $ac_shift
485 case $ac_optarg in
486 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
487 '') as_fn_error $? "missing file argument" ;;
488 esac
489 as_fn_append CONFIG_FILES " '$ac_optarg'"
490 ac_need_defaults=false;;
491 --he | --h | --help | --hel | -h )
492 $as_echo "$ac_cs_usage"; exit ;;
493 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
494 | -silent | --silent | --silen | --sile | --sil | --si | --s)
495 ac_cs_silent=: ;;
497 # This is an error.
498 -*) as_fn_error $? "unrecognized option: \`$1'
499 Try \`$0 --help' for more information." ;;
501 *) as_fn_append ac_config_targets " $1"
502 ac_need_defaults=false ;;
504 esac
505 shift
506 done
508 ac_configure_extra_args=
510 if $ac_cs_silent; then
511 exec 6>/dev/null
512 ac_configure_extra_args="$ac_configure_extra_args --silent"
515 if $ac_cs_recheck; then
516 set X '/bin/sh' './configure' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' '--disable-gtk' '--disable-nls' '--enable-largefile' '--enable-lightweight' '--with-ssl=/root/openwrt/tomato.git-dev/src-rt/router/openssl' '--with-ssl-headers=/root/openwrt/tomato.git-dev/src-rt/router/openssl/include/' 'LIBCURL_CFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/libcurl/include' 'LIBCURL_LIBS=-L/root/openwrt/tomato.git-dev/src-rt/router/libcurl/lib/.libs/ -lcurl' 'LIBEVENT_CFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/libevent/include' 'LIBEVENT_LIBS=-L/root/openwrt/tomato.git-dev/src-rt/router/libevent/.libs -levent' 'OPENSSL_CFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/openssl/include' 'OPENSSL_LIBS=-L/root/openwrt/tomato.git-dev/src-rt/router/openssl -lcrypto -lssl' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-L/root/openwrt/tomato.git-dev/src-rt/router/zlib -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' 'CPPFLAGS=-I/root/openwrt/tomato.git-dev/src-rt/router/zlib' $ac_configure_extra_args --no-create --no-recursion
517 shift
518 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
519 CONFIG_SHELL='/bin/sh'
520 export CONFIG_SHELL
521 exec "$@"
524 exec 5>>config.log
526 echo
527 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
528 ## Running $as_me. ##
529 _ASBOX
530 $as_echo "$ac_log"
531 } >&5
534 # INIT-COMMANDS
536 AMDEP_TRUE="" ac_aux_dir="."
539 # The HP-UX ksh and POSIX shell print the target directory to stdout
540 # if CDPATH is set.
541 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
543 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
544 double_quote_subst='s/\(["`\\]\)/\\\1/g'
545 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
546 macro_version='2.2.6b'
547 macro_revision='1.3017'
548 enable_shared='yes'
549 enable_static='yes'
550 pic_mode='default'
551 enable_fast_install='yes'
552 host_alias='mipsel-linux'
553 host='mipsel-unknown-linux-gnu'
554 host_os='linux-gnu'
555 build_alias='x86_64-linux-gnu'
556 build='x86_64-pc-linux-gnu'
557 build_os='linux-gnu'
558 SED='/bin/sed'
559 Xsed='/bin/sed -e 1s/^X//'
560 GREP='/bin/grep'
561 EGREP='/bin/grep -E'
562 FGREP='/bin/grep -F'
563 LD='mipsel-uclibc-ld'
564 NM='mipsel-uclibc-nm'
565 LN_S='ln -s'
566 max_cmd_len='98304'
567 ac_objext='o'
568 exeext=''
569 lt_unset='unset'
570 lt_SP2NL='tr \040 \012'
571 lt_NL2SP='tr \015\012 \040\040'
572 reload_flag=' -r'
573 reload_cmds='$LD$reload_flag -o $output$reload_objs'
574 OBJDUMP='mipsel-linux-objdump'
575 deplibs_check_method='pass_all'
576 file_magic_cmd='$MAGIC_CMD'
577 AR='mipsel-uclibc-ar'
578 AR_FLAGS='cru'
579 STRIP='mipsel-uclibc-strip'
580 RANLIB='mipsel-uclibc-ranlib'
581 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
582 old_postuninstall_cmds=''
583 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
584 CC='mipsel-uclibc-gcc'
585 CFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -Wextra -Wdeclaration-after-statement -Winit-self'
586 compiler='mipsel-linux-g++'
587 GCC='yes'
588 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
589 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
590 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
591 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
592 objdir='.libs'
593 SHELL='/bin/sh'
594 ECHO='echo'
595 MAGIC_CMD='file'
596 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
597 lt_prog_compiler_wl='-Wl,'
598 lt_prog_compiler_pic=' -fPIC -DPIC'
599 lt_prog_compiler_static='-static'
600 lt_cv_prog_compiler_c_o='yes'
601 need_locks='no'
602 DSYMUTIL=''
603 NMEDIT=''
604 LIPO=''
605 OTOOL=''
606 OTOOL64=''
607 libext='a'
608 shrext_cmds='.so'
609 extract_expsyms_cmds=''
610 archive_cmds_need_lc='no'
611 enable_shared_with_static_runtimes='no'
612 export_dynamic_flag_spec='${wl}--export-dynamic'
613 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
614 compiler_needs_object='no'
615 old_archive_from_new_cmds=''
616 old_archive_from_expsyms_cmds=''
617 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
618 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
619 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
620 echo "local: *; };" >> $output_objdir/$libname.ver~
621 $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
622 module_cmds=''
623 module_expsym_cmds=''
624 with_gnu_ld='yes'
625 allow_undefined_flag=''
626 no_undefined_flag=''
627 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
628 hardcode_libdir_flag_spec_ld=''
629 hardcode_libdir_separator=''
630 hardcode_direct='no'
631 hardcode_direct_absolute='no'
632 hardcode_minus_L='no'
633 hardcode_shlibpath_var='unsupported'
634 hardcode_automatic='no'
635 inherit_rpath='no'
636 link_all_deplibs='no'
637 fix_srcfile_path=''
638 always_export_symbols='no'
639 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
640 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
641 include_expsyms=''
642 prelink_cmds=''
643 file_list_spec=''
644 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
645 need_lib_prefix='no'
646 need_version='no'
647 version_type='linux'
648 runpath_var='LD_RUN_PATH'
649 shlibpath_var='LD_LIBRARY_PATH'
650 shlibpath_overrides_runpath='no'
651 libname_spec='lib$name'
652 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
653 soname_spec='${libname}${release}${shared_ext}$major'
654 postinstall_cmds=''
655 postuninstall_cmds=''
656 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
657 finish_eval=''
658 hardcode_into_libs='yes'
659 sys_lib_search_path_spec='/opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc/mipsel-linux-uclibc/4.2.4 /opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc /opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/mipsel-linux-uclibc/lib'
660 sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
661 hardcode_action='immediate'
662 enable_dlopen='unknown'
663 enable_dlopen_self='unknown'
664 enable_dlopen_self_static='unknown'
665 old_striplib='mipsel-uclibc-strip --strip-debug'
666 striplib='mipsel-uclibc-strip --strip-unneeded'
667 compiler_lib_search_dirs=''
668 predep_objects=''
669 postdep_objects=''
670 predeps=''
671 postdeps=''
672 compiler_lib_search_path=''
673 LD_CXX='mipsel-uclibc-ld'
674 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
675 compiler_CXX='mipsel-linux-g++'
676 GCC_CXX='yes'
677 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
678 lt_prog_compiler_wl_CXX='-Wl,'
679 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
680 lt_prog_compiler_static_CXX='-static'
681 lt_cv_prog_compiler_c_o_CXX='yes'
682 archive_cmds_need_lc_CXX='no'
683 enable_shared_with_static_runtimes_CXX='no'
684 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
685 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
686 compiler_needs_object_CXX='no'
687 old_archive_from_new_cmds_CXX=''
688 old_archive_from_expsyms_cmds_CXX=''
689 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
690 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
691 module_cmds_CXX=''
692 module_expsym_cmds_CXX=''
693 with_gnu_ld_CXX='yes'
694 allow_undefined_flag_CXX=''
695 no_undefined_flag_CXX=''
696 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
697 hardcode_libdir_flag_spec_ld_CXX=''
698 hardcode_libdir_separator_CXX=''
699 hardcode_direct_CXX='no'
700 hardcode_direct_absolute_CXX='no'
701 hardcode_minus_L_CXX='no'
702 hardcode_shlibpath_var_CXX='unsupported'
703 hardcode_automatic_CXX='no'
704 inherit_rpath_CXX='no'
705 link_all_deplibs_CXX='no'
706 fix_srcfile_path_CXX=''
707 always_export_symbols_CXX='no'
708 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
709 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
710 include_expsyms_CXX=''
711 prelink_cmds_CXX=''
712 file_list_spec_CXX=''
713 hardcode_action_CXX='immediate'
714 compiler_lib_search_dirs_CXX='/opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4 /opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc /opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib'
715 predep_objects_CXX='/opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib/crti.o /opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/crtbeginS.o'
716 postdep_objects_CXX='/opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/crtendS.o /opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib/crtn.o'
717 predeps_CXX=''
718 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
719 compiler_lib_search_path_CXX='-L/opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4 -L/opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc -L/opt/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib'
721 LTCC='mipsel-uclibc-gcc'
722 LTCFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections'
723 compiler='mipsel-uclibc-gcc'
725 # Quote evaled strings.
726 for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_ld_CXX hardcode_libdir_separator_CXX fix_srcfile_path_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
727 case `eval \\$ECHO "X\\$$var"` in
728 *[\\\`\"\$]*)
729 eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
732 eval "lt_$var=\\\"\$$var\\\""
734 esac
735 done
737 # Double-quote double-evaled strings.
738 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX; do
739 case `eval \\$ECHO "X\\$$var"` in
740 *[\\\`\"\$]*)
741 eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
744 eval "lt_$var=\\\"\$$var\\\""
746 esac
747 done
749 # Fix-up fallback echo if it was mangled by the above quoting rules.
750 case $lt_ECHO in
751 *'\$0 --fallback-echo"') lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
753 esac
755 ac_aux_dir='.'
756 xsi_shell='yes'
757 lt_shell_append='yes'
759 # See if we are running on zsh, and set the options which allow our
760 # commands through without removal of \ escapes INIT.
761 if test -n "${ZSH_VERSION+set}" ; then
762 setopt NO_GLOB_SUBST
766 PACKAGE='transmission'
767 VERSION='2.22'
768 TIMESTAMP=''
769 RM='rm -f'
770 ofile='libtool'
779 # Handling of arguments.
780 for ac_config_target in $ac_config_targets
782 case $ac_config_target in
783 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
784 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
785 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
786 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
787 "transmission-gtk.spec") CONFIG_FILES="$CONFIG_FILES transmission-gtk.spec" ;;
788 "cli/Makefile") CONFIG_FILES="$CONFIG_FILES cli/Makefile" ;;
789 "daemon/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/Makefile" ;;
790 "extras/Makefile") CONFIG_FILES="$CONFIG_FILES extras/Makefile" ;;
791 "libtransmission/Makefile") CONFIG_FILES="$CONFIG_FILES libtransmission/Makefile" ;;
792 "utils/Makefile") CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;;
793 "third-party/Makefile") CONFIG_FILES="$CONFIG_FILES third-party/Makefile" ;;
794 "third-party/miniupnp/Makefile") CONFIG_FILES="$CONFIG_FILES third-party/miniupnp/Makefile" ;;
795 "third-party/libnatpmp/Makefile") CONFIG_FILES="$CONFIG_FILES third-party/libnatpmp/Makefile" ;;
796 "third-party/dht/Makefile") CONFIG_FILES="$CONFIG_FILES third-party/dht/Makefile" ;;
797 "macosx/Makefile") CONFIG_FILES="$CONFIG_FILES macosx/Makefile" ;;
798 "gtk/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/Makefile" ;;
799 "gtk/icons/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/icons/Makefile" ;;
800 "web/Makefile") CONFIG_FILES="$CONFIG_FILES web/Makefile" ;;
801 "web/images/Makefile") CONFIG_FILES="$CONFIG_FILES web/images/Makefile" ;;
802 "web/images/buttons/Makefile") CONFIG_FILES="$CONFIG_FILES web/images/buttons/Makefile" ;;
803 "web/images/graphics/Makefile") CONFIG_FILES="$CONFIG_FILES web/images/graphics/Makefile" ;;
804 "web/images/progress/Makefile") CONFIG_FILES="$CONFIG_FILES web/images/progress/Makefile" ;;
805 "web/javascript/Makefile") CONFIG_FILES="$CONFIG_FILES web/javascript/Makefile" ;;
806 "web/javascript/jquery/Makefile") CONFIG_FILES="$CONFIG_FILES web/javascript/jquery/Makefile" ;;
807 "web/stylesheets/Makefile") CONFIG_FILES="$CONFIG_FILES web/stylesheets/Makefile" ;;
808 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
809 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
811 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
812 esac
813 done
816 # If the user did not use the arguments to specify the items to instantiate,
817 # then the envvar interface is used. Set only those that are not.
818 # We use the long form for the default assignment because of an extremely
819 # bizarre bug on SunOS 4.1.3.
820 if $ac_need_defaults; then
821 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
822 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
825 # Have a temporary directory for convenience. Make it in the build tree
826 # simply because there is no reason against having it here, and in addition,
827 # creating and moving files from /tmp can sometimes cause problems.
828 # Hook for its removal unless debugging.
829 # Note that there is a small window in which the directory will not be cleaned:
830 # after its creation but before its name has been assigned to `$tmp'.
831 $debug ||
833 tmp=
834 trap 'exit_status=$?
835 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
837 trap 'as_fn_exit 1' 1 2 13 15
839 # Create a (secure) tmp directory for tmp files.
842 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
843 test -n "$tmp" && test -d "$tmp"
844 } ||
846 tmp=./conf$$-$RANDOM
847 (umask 077 && mkdir "$tmp")
848 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
850 # Set up the scripts for CONFIG_FILES section.
851 # No need to generate them if there are no CONFIG_FILES.
852 # This happens for instance with `./config.status config.h'.
853 if test -n "$CONFIG_FILES"; then
856 ac_cr=`echo X | tr X '\015'`
857 # On cygwin, bash can eat \r inside `` if the user requested igncr.
858 # But we know of no other shell where ac_cr would be empty at this
859 # point, so we can use a bashism as a fallback.
860 if test "x$ac_cr" = x; then
861 eval ac_cr=\$\'\\r\'
863 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
864 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
865 ac_cs_awk_cr='\\r'
866 else
867 ac_cs_awk_cr=$ac_cr
870 echo 'BEGIN {' >"$tmp/subs1.awk" &&
871 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
872 S["am__EXEEXT_FALSE"]=""
873 S["am__EXEEXT_TRUE"]="#"
874 S["LTLIBOBJS"]=""
875 S["LIBOBJS"]=""
876 S["WIN32_FALSE"]=""
877 S["WIN32_TRUE"]="#"
878 S["BUILD_DAEMON_FALSE"]="#"
879 S["BUILD_DAEMON_TRUE"]=""
880 S["BUILD_MAC_FALSE"]=""
881 S["BUILD_MAC_TRUE"]="#"
882 S["BUILD_CLI_FALSE"]="#"
883 S["BUILD_CLI_TRUE"]=""
884 S["WINDRES"]=""
885 S["transmissionlocaledir"]=""
886 S["MKINSTALLDIRS"]=""
887 S["POSUB"]=""
888 S["POFILES"]=""
889 S["PO_IN_DATADIR_FALSE"]=""
890 S["PO_IN_DATADIR_TRUE"]=""
891 S["INTLLIBS"]=""
892 S["INSTOBJEXT"]=""
893 S["GMOFILES"]=""
894 S["CATOBJEXT"]=""
895 S["CATALOGS"]=""
896 S["GETTEXT_PACKAGE"]=""
897 S["DATADIRNAME"]=""
898 S["ALL_LINGUAS"]=""
899 S["INTLTOOL_PERL"]=""
900 S["GMSGFMT"]=""
901 S["MSGFMT"]=""
902 S["MSGMERGE"]=""
903 S["XGETTEXT"]=""
904 S["INTLTOOL_POLICY_RULE"]=""
905 S["INTLTOOL_SERVICE_RULE"]=""
906 S["INTLTOOL_THEME_RULE"]=""
907 S["INTLTOOL_SCHEMAS_RULE"]=""
908 S["INTLTOOL_CAVES_RULE"]=""
909 S["INTLTOOL_XML_NOMERGE_RULE"]=""
910 S["INTLTOOL_XML_RULE"]=""
911 S["INTLTOOL_KBD_RULE"]=""
912 S["INTLTOOL_XAM_RULE"]=""
913 S["INTLTOOL_UI_RULE"]=""
914 S["INTLTOOL_SOUNDLIST_RULE"]=""
915 S["INTLTOOL_SHEET_RULE"]=""
916 S["INTLTOOL_SERVER_RULE"]=""
917 S["INTLTOOL_PONG_RULE"]=""
918 S["INTLTOOL_OAF_RULE"]=""
919 S["INTLTOOL_PROP_RULE"]=""
920 S["INTLTOOL_KEYS_RULE"]=""
921 S["INTLTOOL_DIRECTORY_RULE"]=""
922 S["INTLTOOL_DESKTOP_RULE"]=""
923 S["INTLTOOL_EXTRACT"]=""
924 S["INTLTOOL_MERGE"]=""
925 S["INTLTOOL_UPDATE"]=""
926 S["USE_NLS"]=""
927 S["DBUS_BINDING_TOOL"]=""
928 S["DBUS_GLIB_LIBS"]=""
929 S["DBUS_GLIB_CFLAGS"]=""
930 S["GCONF2_LIBS"]=""
931 S["GCONF2_CFLAGS"]=""
932 S["LIBCANBERRA_LIBS"]=""
933 S["LIBCANBERRA_CFLAGS"]=""
934 S["LIBAPPINDICATOR_LIBS"]=""
935 S["LIBAPPINDICATOR_CFLAGS"]=""
936 S["LIBNOTIFY_LIBS"]=""
937 S["LIBNOTIFY_CFLAGS"]=""
938 S["GIO_LIBS"]=""
939 S["GIO_CFLAGS"]=""
940 S["BUILD_GTK_FALSE"]=""
941 S["BUILD_GTK_TRUE"]="#"
942 S["GTK_LIBS"]=""
943 S["GTK_CFLAGS"]=""
944 S["DHT_LIBS"]="$(top_builddir)/third-party/dht/libdht.a"
945 S["DHT_CFLAGS"]="-I$(top_srcdir)/third-party/dht"
946 S["ZLIB_LIBS"]="-lz -lm "
947 S["ZLIB_LDFLAGS"]=""
948 S["ZLIB_CFLAGS"]=""
949 S["LIBEVENT_LIBS"]="-L/root/openwrt/tomato.git-dev/src-rt/router/libevent/.libs -levent"
950 S["LIBEVENT_CFLAGS"]="-I/root/openwrt/tomato.git-dev/src-rt/router/libevent/include"
951 S["LIBCURL_LIBS"]="-L/root/openwrt/tomato.git-dev/src-rt/router/libcurl/lib/.libs/ -lcurl"
952 S["LIBCURL_CFLAGS"]="-I/root/openwrt/tomato.git-dev/src-rt/router/libcurl/include"
953 S["PKG_CONFIG"]="/usr/bin/pkg-config"
954 S["PTHREAD_CFLAGS"]="-pthread"
955 S["PTHREAD_LIBS"]=""
956 S["PTHREAD_CC"]="mipsel-uclibc-gcc"
957 S["acx_pthread_config"]=""
958 S["CXXCPP"]="mipsel-linux-g++ -E"
959 S["am__fastdepCXX_FALSE"]="#"
960 S["am__fastdepCXX_TRUE"]=""
961 S["CXXDEPMODE"]="depmode=gcc3"
962 S["ac_ct_CXX"]=""
963 S["CXXFLAGS"]="-g -O2"
964 S["CXX"]="mipsel-linux-g++"
965 S["LIBAPPINDICATOR_MINIMUM"]="0.0.11"
966 S["LIBNOTIFY_MINIMUM"]="0.4.3"
967 S["GIO_MINIMUM"]="2.15.5"
968 S["GCONF2_MINIMUM"]="2.20.0"
969 S["DBUS_GLIB_MINIMUM"]="0.70"
970 S["CANBERRA_MINIMUM"]="0.10"
971 S["GTK_MINIMUM"]="2.8.0"
972 S["GLIB_MINIMUM"]="2.8.0"
973 S["OPENSSL_MINIMUM"]="0.9.4"
974 S["LIBEVENT_MINIUM"]=""
975 S["CURL_MINIMUM"]="7.15.4"
976 S["TR_UNSTABLE_FALSE"]=""
977 S["TR_UNSTABLE_TRUE"]="#"
978 S["CPP"]="mipsel-uclibc-gcc -E"
979 S["OTOOL64"]=""
980 S["OTOOL"]=""
981 S["LIPO"]=""
982 S["NMEDIT"]=""
983 S["DSYMUTIL"]=""
984 S["lt_ECHO"]="echo"
985 S["RANLIB"]="mipsel-uclibc-ranlib"
986 S["AR"]="mipsel-uclibc-ar"
987 S["OBJDUMP"]="mipsel-linux-objdump"
988 S["LN_S"]="ln -s"
989 S["NM"]="mipsel-uclibc-nm"
990 S["ac_ct_DUMPBIN"]=""
991 S["DUMPBIN"]=""
992 S["LD"]="mipsel-uclibc-ld"
993 S["FGREP"]="/bin/grep -F"
994 S["EGREP"]="/bin/grep -E"
995 S["GREP"]="/bin/grep"
996 S["SED"]="/bin/sed"
997 S["am__fastdepCC_FALSE"]="#"
998 S["am__fastdepCC_TRUE"]=""
999 S["CCDEPMODE"]="depmode=gcc3"
1000 S["AMDEPBACKSLASH"]="\\"
1001 S["AMDEP_FALSE"]="#"
1002 S["AMDEP_TRUE"]=""
1003 S["am__quote"]=""
1004 S["am__include"]="include"
1005 S["DEPDIR"]=".deps"
1006 S["OBJEXT"]="o"
1007 S["EXEEXT"]=""
1008 S["ac_ct_CC"]=""
1009 S["CPPFLAGS"]="-I/root/openwrt/tomato.git-dev/src-rt/router/zlib -DNDEBUG"
1010 S["LDFLAGS"]="-L/root/openwrt/tomato.git-dev/src-rt/router/zlib -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC"
1011 S["CFLAGS"]="-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -st"\
1012 "d=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-for"\
1013 "mat-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal -Wextra -Wdeclaration-after-statement -Wi"\
1014 "nit-self"
1015 S["CC"]="mipsel-uclibc-gcc"
1016 S["host_os"]="linux-gnu"
1017 S["host_vendor"]="unknown"
1018 S["host_cpu"]="mipsel"
1019 S["host"]="mipsel-unknown-linux-gnu"
1020 S["build_os"]="linux-gnu"
1021 S["build_vendor"]="pc"
1022 S["build_cpu"]="x86_64"
1023 S["build"]="x86_64-pc-linux-gnu"
1024 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1025 S["am__untar"]="tar -xf -"
1026 S["am__tar"]="tar --format=ustar -chf - \"$$tardir\""
1027 S["AMTAR"]="${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run tar"
1028 S["am__leading_dot"]="."
1029 S["SET_MAKE"]=""
1030 S["AWK"]="gawk"
1031 S["mkdir_p"]="/bin/mkdir -p"
1032 S["MKDIR_P"]="/bin/mkdir -p"
1033 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1034 S["STRIP"]="mipsel-uclibc-strip"
1035 S["install_sh"]="${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/install-sh"
1036 S["MAKEINFO"]="${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run makeinfo"
1037 S["AUTOHEADER"]="${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run autoheader"
1038 S["AUTOMAKE"]="${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run automake-1.11"
1039 S["AUTOCONF"]="${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run autoconf"
1040 S["ACLOCAL"]="${SHELL} /root/openwrt/tomato.git-dev/src/router/transmission/missing --run aclocal-1.11"
1041 S["VERSION"]="2.22"
1042 S["PACKAGE"]="transmission"
1043 S["CYGPATH_W"]="echo"
1044 S["am__isrc"]=""
1045 S["INSTALL_DATA"]="${INSTALL} -m 644"
1046 S["INSTALL_SCRIPT"]="${INSTALL}"
1047 S["INSTALL_PROGRAM"]="${INSTALL}"
1048 S["AM_BACKSLASH"]="\\"
1049 S["AM_DEFAULT_VERBOSITY"]="0"
1050 S["PEERID_PREFIX"]="-TR2220-"
1051 S["USERAGENT_PREFIX"]="2.22"
1052 S["target_alias"]=""
1053 S["host_alias"]="mipsel-linux"
1054 S["build_alias"]="x86_64-linux-gnu"
1055 S["LIBS"]="-lm "
1056 S["ECHO_T"]=""
1057 S["ECHO_N"]="-n"
1058 S["ECHO_C"]=""
1059 S["DEFS"]="-DPACKAGE_NAME=\\\"transmission\\\" -DPACKAGE_TARNAME=\\\"transmission\\\" -DPACKAGE_VERSION=\\\"2.22\\\" -DPACKAGE_STRING=\\\"transmission\\ 2.22\\\" -DPACKAGE_BUGR"\
1060 "EPORT=\\\"http://trac.transmissionbt.com/newticket\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"transmission\\\" -DVERSION=\\\"2.22\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPE"\
1061 "S_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNIS"\
1062 "TD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\\".libs/\\\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_PREAD=1 -DHAVE_PWRITE=1 -DHAVE_STRLCPY=1 -DHAVE_DAEMON"\
1063 "=1 -DHAVE_DIRNAME=1 -DHAVE_BASENAME=1 -DHAVE_STRCASECMP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMEM=1 -DHAVE_STRSEP=1 -DHAVE_STRTOLD=1 -DHAVE_SYSLOG=1 -DHA"\
1064 "VE_VALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_STATVFS=1 -DHAVE_PTHREAD=1 -DHAVE__TMP_DUMMY1_ZLIB_H=1 -DHAVE_ZLIB=1 -D_FILE_OFFSET_BITS=64 -DHAVE_LSEEK64=1"\
1065 " -DHAVE_DECL_POSIX_FADVISE=0 -DHAVE_POSIX_FADVISE=1 -DWITH_INOTIFY=1 -DHAVE_SYS_STATVFS_H=1 -DTR_LIGHTWEIGHT=1"
1066 S["mandir"]="${datarootdir}/man"
1067 S["localedir"]="${datarootdir}/locale"
1068 S["libdir"]="${exec_prefix}/lib"
1069 S["psdir"]="${docdir}"
1070 S["pdfdir"]="${docdir}"
1071 S["dvidir"]="${docdir}"
1072 S["htmldir"]="${docdir}"
1073 S["infodir"]="${datarootdir}/info"
1074 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1075 S["oldincludedir"]="/usr/include"
1076 S["includedir"]="${prefix}/include"
1077 S["localstatedir"]="${prefix}/var"
1078 S["sharedstatedir"]="${prefix}/com"
1079 S["sysconfdir"]="${prefix}/etc"
1080 S["datadir"]="${datarootdir}"
1081 S["datarootdir"]="${prefix}/share"
1082 S["libexecdir"]="${exec_prefix}/libexec"
1083 S["sbindir"]="${exec_prefix}/sbin"
1084 S["bindir"]="${exec_prefix}/bin"
1085 S["program_transform_name"]="s,x,x,"
1086 S["prefix"]="/usr"
1087 S["exec_prefix"]="${prefix}"
1088 S["PACKAGE_URL"]=""
1089 S["PACKAGE_BUGREPORT"]="http://trac.transmissionbt.com/newticket"
1090 S["PACKAGE_STRING"]="transmission 2.22"
1091 S["PACKAGE_VERSION"]="2.22"
1092 S["PACKAGE_TARNAME"]="transmission"
1093 S["PACKAGE_NAME"]="transmission"
1094 S["PATH_SEPARATOR"]=":"
1095 S["SHELL"]="/bin/sh"
1096 S["OPENSSL_LIBS"]="-L/root/openwrt/tomato.git-dev/src-rt/router/openssl -lcrypto -lssl"
1097 S["OPENSSL_CFLAGS"]="-I/root/openwrt/tomato.git-dev/src-rt/router/openssl/include"
1098 _ACAWK
1099 cat >>"$tmp/subs1.awk" <<_ACAWK &&
1100 for (key in S) S_is_set[key] = 1
1101 FS = "\a"
1105 line = $ 0
1106 nfields = split(line, field, "@")
1107 substed = 0
1108 len = length(field[1])
1109 for (i = 2; i < nfields; i++) {
1110 key = field[i]
1111 keylen = length(key)
1112 if (S_is_set[key]) {
1113 value = S[key]
1114 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1115 len += length(value) + length(field[++i])
1116 substed = 1
1117 } else
1118 len += 1 + keylen
1121 print line
1124 _ACAWK
1125 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1126 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1127 else
1129 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
1130 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1131 fi # test -n "$CONFIG_FILES"
1134 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
1135 shift
1136 for ac_tag
1138 case $ac_tag in
1139 :[FHLC]) ac_mode=$ac_tag; continue;;
1140 esac
1141 case $ac_mode$ac_tag in
1142 :[FHL]*:*);;
1143 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
1144 :[FH]-) ac_tag=-:-;;
1145 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1146 esac
1147 ac_save_IFS=$IFS
1148 IFS=:
1149 set x $ac_tag
1150 IFS=$ac_save_IFS
1151 shift
1152 ac_file=$1
1153 shift
1155 case $ac_mode in
1156 :L) ac_source=$1;;
1157 :[FH])
1158 ac_file_inputs=
1159 for ac_f
1161 case $ac_f in
1162 -) ac_f="$tmp/stdin";;
1163 *) # Look for the file first in the build tree, then in the source tree
1164 # (if the path is not absolute). The absolute path cannot be DOS-style,
1165 # because $ac_f cannot contain `:'.
1166 test -f "$ac_f" ||
1167 case $ac_f in
1168 [\\/$]*) false;;
1169 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1170 esac ||
1171 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
1172 esac
1173 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1174 as_fn_append ac_file_inputs " '$ac_f'"
1175 done
1177 # Let's still pretend it is `configure' which instantiates (i.e., don't
1178 # use $as_me), people would be surprised to read:
1179 # /* config.h. Generated by config.status. */
1180 configure_input='Generated from '`
1181 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1182 `' by configure.'
1183 if test x"$ac_file" != x-; then
1184 configure_input="$ac_file. $configure_input"
1185 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1186 $as_echo "$as_me: creating $ac_file" >&6;}
1188 # Neutralize special characters interpreted by sed in replacement strings.
1189 case $configure_input in #(
1190 *\&* | *\|* | *\\* )
1191 ac_sed_conf_input=`$as_echo "$configure_input" |
1192 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1193 *) ac_sed_conf_input=$configure_input;;
1194 esac
1196 case $ac_tag in
1197 *:-:* | *:-) cat >"$tmp/stdin" \
1198 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1199 esac
1201 esac
1203 ac_dir=`$as_dirname -- "$ac_file" ||
1204 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1205 X"$ac_file" : 'X\(//\)[^/]' \| \
1206 X"$ac_file" : 'X\(//\)$' \| \
1207 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1208 $as_echo X"$ac_file" |
1209 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1210 s//\1/
1213 /^X\(\/\/\)[^/].*/{
1214 s//\1/
1217 /^X\(\/\/\)$/{
1218 s//\1/
1221 /^X\(\/\).*/{
1222 s//\1/
1225 s/.*/./; q'`
1226 as_dir="$ac_dir"; as_fn_mkdir_p
1227 ac_builddir=.
1229 case "$ac_dir" in
1230 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1232 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1233 # A ".." for each directory in $ac_dir_suffix.
1234 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1235 case $ac_top_builddir_sub in
1236 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1237 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1238 esac ;;
1239 esac
1240 ac_abs_top_builddir=$ac_pwd
1241 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1242 # for backward compatibility:
1243 ac_top_builddir=$ac_top_build_prefix
1245 case $srcdir in
1246 .) # We are building in place.
1247 ac_srcdir=.
1248 ac_top_srcdir=$ac_top_builddir_sub
1249 ac_abs_top_srcdir=$ac_pwd ;;
1250 [\\/]* | ?:[\\/]* ) # Absolute name.
1251 ac_srcdir=$srcdir$ac_dir_suffix;
1252 ac_top_srcdir=$srcdir
1253 ac_abs_top_srcdir=$srcdir ;;
1254 *) # Relative name.
1255 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1256 ac_top_srcdir=$ac_top_build_prefix$srcdir
1257 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1258 esac
1259 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1262 case $ac_mode in
1265 # CONFIG_FILE
1268 case $INSTALL in
1269 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1270 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1271 esac
1272 ac_MKDIR_P=$MKDIR_P
1273 case $MKDIR_P in
1274 [\\/$]* | ?:[\\/]* ) ;;
1275 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1276 esac
1277 # If the template does not know about datarootdir, expand it.
1278 # FIXME: This hack should be removed a few years after 2.60.
1279 ac_datarootdir_hack=; ac_datarootdir_seen=
1280 ac_sed_dataroot='
1281 /datarootdir/ {
1285 /@datadir@/p
1286 /@docdir@/p
1287 /@infodir@/p
1288 /@localedir@/p
1289 /@mandir@/p'
1290 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1291 *datarootdir*) ac_datarootdir_seen=yes;;
1292 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1294 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1295 ac_datarootdir_hack='
1296 s&@datadir@&${datarootdir}&g
1297 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1298 s&@infodir@&${datarootdir}/info&g
1299 s&@localedir@&${datarootdir}/locale&g
1300 s&@mandir@&${datarootdir}/man&g
1301 s&\${datarootdir}&${prefix}/share&g' ;;
1302 esac
1303 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1305 s///
1306 s/^/:/
1307 s/[ ]*$/:/
1308 s/:\$(srcdir):/:/g
1309 s/:\${srcdir}:/:/g
1310 s/:@srcdir@:/:/g
1311 s/^:*//
1312 s/:*$//
1314 s/\(=[ ]*\).*/\1/
1316 s/\n//
1317 s/^[^=]*=[ ]*$//
1321 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1322 s|@configure_input@|$ac_sed_conf_input|;t t
1323 s&@top_builddir@&$ac_top_builddir_sub&;t t
1324 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1325 s&@srcdir@&$ac_srcdir&;t t
1326 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1327 s&@top_srcdir@&$ac_top_srcdir&;t t
1328 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1329 s&@builddir@&$ac_builddir&;t t
1330 s&@abs_builddir@&$ac_abs_builddir&;t t
1331 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1332 s&@INSTALL@&$ac_INSTALL&;t t
1333 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1334 $ac_datarootdir_hack
1336 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1337 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1339 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1340 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1341 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1343 which seems to be undefined. Please make sure it is defined" >&5
1344 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1345 which seems to be undefined. Please make sure it is defined" >&2;}
1347 rm -f "$tmp/stdin"
1348 case $ac_file in
1349 -) cat "$tmp/out" && rm -f "$tmp/out";;
1350 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1351 esac \
1352 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1356 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1357 $as_echo "$as_me: executing $ac_file commands" >&6;}
1359 esac
1362 case $ac_file$ac_mode in
1363 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1364 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1365 # are listed without --file. Let's play safe and only enable the eval
1366 # if we detect the quoting.
1367 case $CONFIG_FILES in
1368 *\'*) eval set x "$CONFIG_FILES" ;;
1369 *) set x $CONFIG_FILES ;;
1370 esac
1371 shift
1372 for mf
1374 # Strip MF so we end up with the name of the file.
1375 mf=`echo "$mf" | sed -e 's/:.*$//'`
1376 # Check whether this is an Automake generated Makefile or not.
1377 # We used to match only the files named `Makefile.in', but
1378 # some people rename them; so instead we look at the file content.
1379 # Grep'ing the first line is not enough: some people post-process
1380 # each Makefile.in and add a new line on top of each file to say so.
1381 # Grep'ing the whole file is not good either: AIX grep has a line
1382 # limit of 2048, but all sed's we know have understand at least 4000.
1383 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1384 dirpart=`$as_dirname -- "$mf" ||
1385 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1386 X"$mf" : 'X\(//\)[^/]' \| \
1387 X"$mf" : 'X\(//\)$' \| \
1388 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1389 $as_echo X"$mf" |
1390 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1391 s//\1/
1394 /^X\(\/\/\)[^/].*/{
1395 s//\1/
1398 /^X\(\/\/\)$/{
1399 s//\1/
1402 /^X\(\/\).*/{
1403 s//\1/
1406 s/.*/./; q'`
1407 else
1408 continue
1410 # Extract the definition of DEPDIR, am__include, and am__quote
1411 # from the Makefile without running `make'.
1412 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1413 test -z "$DEPDIR" && continue
1414 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1415 test -z "am__include" && continue
1416 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1417 # When using ansi2knr, U may be empty or an underscore; expand it
1418 U=`sed -n 's/^U = //p' < "$mf"`
1419 # Find all dependency output files, they are included files with
1420 # $(DEPDIR) in their names. We invoke sed twice because it is the
1421 # simplest approach to changing $(DEPDIR) to its actual value in the
1422 # expansion.
1423 for file in `sed -n "
1424 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1425 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1426 # Make sure the directory exists.
1427 test -f "$dirpart/$file" && continue
1428 fdir=`$as_dirname -- "$file" ||
1429 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1430 X"$file" : 'X\(//\)[^/]' \| \
1431 X"$file" : 'X\(//\)$' \| \
1432 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1433 $as_echo X"$file" |
1434 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1435 s//\1/
1438 /^X\(\/\/\)[^/].*/{
1439 s//\1/
1442 /^X\(\/\/\)$/{
1443 s//\1/
1446 /^X\(\/\).*/{
1447 s//\1/
1450 s/.*/./; q'`
1451 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1452 # echo "creating $dirpart/$file"
1453 echo '# dummy' > "$dirpart/$file"
1454 done
1455 done
1458 "libtool":C)
1460 # See if we are running on zsh, and set the options which allow our
1461 # commands through without removal of \ escapes.
1462 if test -n "${ZSH_VERSION+set}" ; then
1463 setopt NO_GLOB_SUBST
1466 cfgfile="${ofile}T"
1467 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1468 $RM "$cfgfile"
1470 cat <<_LT_EOF >> "$cfgfile"
1471 #! $SHELL
1473 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1474 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1475 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1476 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1478 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1479 # 2006, 2007, 2008 Free Software Foundation, Inc.
1480 # Written by Gordon Matzigkeit, 1996
1482 # This file is part of GNU Libtool.
1484 # GNU Libtool is free software; you can redistribute it and/or
1485 # modify it under the terms of the GNU General Public License as
1486 # published by the Free Software Foundation; either version 2 of
1487 # the License, or (at your option) any later version.
1489 # As a special exception to the GNU General Public License,
1490 # if you distribute this file as part of a program or library that
1491 # is built using GNU Libtool, you may include this file under the
1492 # same distribution terms that you use for the rest of that program.
1494 # GNU Libtool is distributed in the hope that it will be useful,
1495 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1496 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1497 # GNU General Public License for more details.
1499 # You should have received a copy of the GNU General Public License
1500 # along with GNU Libtool; see the file COPYING. If not, a copy
1501 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1502 # obtained by writing to the Free Software Foundation, Inc.,
1503 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1506 # The names of the tagged configurations supported by this script.
1507 available_tags="CXX "
1509 # ### BEGIN LIBTOOL CONFIG
1511 # Which release of libtool.m4 was used?
1512 macro_version=$macro_version
1513 macro_revision=$macro_revision
1515 # Whether or not to build shared libraries.
1516 build_libtool_libs=$enable_shared
1518 # Whether or not to build static libraries.
1519 build_old_libs=$enable_static
1521 # What type of objects to build.
1522 pic_mode=$pic_mode
1524 # Whether or not to optimize for fast installation.
1525 fast_install=$enable_fast_install
1527 # The host system.
1528 host_alias=$host_alias
1529 host=$host
1530 host_os=$host_os
1532 # The build system.
1533 build_alias=$build_alias
1534 build=$build
1535 build_os=$build_os
1537 # A sed program that does not truncate output.
1538 SED=$lt_SED
1540 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1541 Xsed="\$SED -e 1s/^X//"
1543 # A grep program that handles long lines.
1544 GREP=$lt_GREP
1546 # An ERE matcher.
1547 EGREP=$lt_EGREP
1549 # A literal string matcher.
1550 FGREP=$lt_FGREP
1552 # A BSD- or MS-compatible name lister.
1553 NM=$lt_NM
1555 # Whether we need soft or hard links.
1556 LN_S=$lt_LN_S
1558 # What is the maximum length of a command?
1559 max_cmd_len=$max_cmd_len
1561 # Object file suffix (normally "o").
1562 objext=$ac_objext
1564 # Executable file suffix (normally "").
1565 exeext=$exeext
1567 # whether the shell understands "unset".
1568 lt_unset=$lt_unset
1570 # turn spaces into newlines.
1571 SP2NL=$lt_lt_SP2NL
1573 # turn newlines into spaces.
1574 NL2SP=$lt_lt_NL2SP
1576 # How to create reloadable object files.
1577 reload_flag=$lt_reload_flag
1578 reload_cmds=$lt_reload_cmds
1580 # An object symbol dumper.
1581 OBJDUMP=$lt_OBJDUMP
1583 # Method to check whether dependent libraries are shared objects.
1584 deplibs_check_method=$lt_deplibs_check_method
1586 # Command to use when deplibs_check_method == "file_magic".
1587 file_magic_cmd=$lt_file_magic_cmd
1589 # The archiver.
1590 AR=$lt_AR
1591 AR_FLAGS=$lt_AR_FLAGS
1593 # A symbol stripping program.
1594 STRIP=$lt_STRIP
1596 # Commands used to install an old-style archive.
1597 RANLIB=$lt_RANLIB
1598 old_postinstall_cmds=$lt_old_postinstall_cmds
1599 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1601 # A C compiler.
1602 LTCC=$lt_CC
1604 # LTCC compiler flags.
1605 LTCFLAGS=$lt_CFLAGS
1607 # Take the output of nm and produce a listing of raw symbols and C names.
1608 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1610 # Transform the output of nm in a proper C declaration.
1611 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1613 # Transform the output of nm in a C name address pair.
1614 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1616 # Transform the output of nm in a C name address pair when lib prefix is needed.
1617 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1619 # The name of the directory that contains temporary libtool files.
1620 objdir=$objdir
1622 # Shell to use when invoking shell scripts.
1623 SHELL=$lt_SHELL
1625 # An echo program that does not interpret backslashes.
1626 ECHO=$lt_ECHO
1628 # Used to examine libraries when file_magic_cmd begins with "file".
1629 MAGIC_CMD=$MAGIC_CMD
1631 # Must we lock files when doing compilation?
1632 need_locks=$lt_need_locks
1634 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1635 DSYMUTIL=$lt_DSYMUTIL
1637 # Tool to change global to local symbols on Mac OS X.
1638 NMEDIT=$lt_NMEDIT
1640 # Tool to manipulate fat objects and archives on Mac OS X.
1641 LIPO=$lt_LIPO
1643 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1644 OTOOL=$lt_OTOOL
1646 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1647 OTOOL64=$lt_OTOOL64
1649 # Old archive suffix (normally "a").
1650 libext=$libext
1652 # Shared library suffix (normally ".so").
1653 shrext_cmds=$lt_shrext_cmds
1655 # The commands to extract the exported symbol list from a shared archive.
1656 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1658 # Variables whose values should be saved in libtool wrapper scripts and
1659 # restored at link time.
1660 variables_saved_for_relink=$lt_variables_saved_for_relink
1662 # Do we need the "lib" prefix for modules?
1663 need_lib_prefix=$need_lib_prefix
1665 # Do we need a version for libraries?
1666 need_version=$need_version
1668 # Library versioning type.
1669 version_type=$version_type
1671 # Shared library runtime path variable.
1672 runpath_var=$runpath_var
1674 # Shared library path variable.
1675 shlibpath_var=$shlibpath_var
1677 # Is shlibpath searched before the hard-coded library search path?
1678 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1680 # Format of library name prefix.
1681 libname_spec=$lt_libname_spec
1683 # List of archive names. First name is the real one, the rest are links.
1684 # The last name is the one that the linker finds with -lNAME
1685 library_names_spec=$lt_library_names_spec
1687 # The coded name of the library, if different from the real name.
1688 soname_spec=$lt_soname_spec
1690 # Command to use after installation of a shared archive.
1691 postinstall_cmds=$lt_postinstall_cmds
1693 # Command to use after uninstallation of a shared archive.
1694 postuninstall_cmds=$lt_postuninstall_cmds
1696 # Commands used to finish a libtool library installation in a directory.
1697 finish_cmds=$lt_finish_cmds
1699 # As "finish_cmds", except a single script fragment to be evaled but
1700 # not shown.
1701 finish_eval=$lt_finish_eval
1703 # Whether we should hardcode library paths into libraries.
1704 hardcode_into_libs=$hardcode_into_libs
1706 # Compile-time system search path for libraries.
1707 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1709 # Run-time system search path for libraries.
1710 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1712 # Whether dlopen is supported.
1713 dlopen_support=$enable_dlopen
1715 # Whether dlopen of programs is supported.
1716 dlopen_self=$enable_dlopen_self
1718 # Whether dlopen of statically linked programs is supported.
1719 dlopen_self_static=$enable_dlopen_self_static
1721 # Commands to strip libraries.
1722 old_striplib=$lt_old_striplib
1723 striplib=$lt_striplib
1726 # The linker used to build libraries.
1727 LD=$lt_LD
1729 # Commands used to build an old-style archive.
1730 old_archive_cmds=$lt_old_archive_cmds
1732 # A language specific compiler.
1733 CC=$lt_compiler
1735 # Is the compiler the GNU compiler?
1736 with_gcc=$GCC
1738 # Compiler flag to turn off builtin functions.
1739 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1741 # How to pass a linker flag through the compiler.
1742 wl=$lt_lt_prog_compiler_wl
1744 # Additional compiler flags for building library objects.
1745 pic_flag=$lt_lt_prog_compiler_pic
1747 # Compiler flag to prevent dynamic linking.
1748 link_static_flag=$lt_lt_prog_compiler_static
1750 # Does compiler simultaneously support -c and -o options?
1751 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1753 # Whether or not to add -lc for building shared libraries.
1754 build_libtool_need_lc=$archive_cmds_need_lc
1756 # Whether or not to disallow shared libs when runtime libs are static.
1757 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1759 # Compiler flag to allow reflexive dlopens.
1760 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1762 # Compiler flag to generate shared objects directly from archives.
1763 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1765 # Whether the compiler copes with passing no objects directly.
1766 compiler_needs_object=$lt_compiler_needs_object
1768 # Create an old-style archive from a shared archive.
1769 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1771 # Create a temporary old-style archive to link instead of a shared archive.
1772 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1774 # Commands used to build a shared archive.
1775 archive_cmds=$lt_archive_cmds
1776 archive_expsym_cmds=$lt_archive_expsym_cmds
1778 # Commands used to build a loadable module if different from building
1779 # a shared archive.
1780 module_cmds=$lt_module_cmds
1781 module_expsym_cmds=$lt_module_expsym_cmds
1783 # Whether we are building with GNU ld or not.
1784 with_gnu_ld=$lt_with_gnu_ld
1786 # Flag that allows shared libraries with undefined symbols to be built.
1787 allow_undefined_flag=$lt_allow_undefined_flag
1789 # Flag that enforces no undefined symbols.
1790 no_undefined_flag=$lt_no_undefined_flag
1792 # Flag to hardcode \$libdir into a binary during linking.
1793 # This must work even if \$libdir does not exist
1794 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1796 # If ld is used when linking, flag to hardcode \$libdir into a binary
1797 # during linking. This must work even if \$libdir does not exist.
1798 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1800 # Whether we need a single "-rpath" flag with a separated argument.
1801 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1803 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1804 # DIR into the resulting binary.
1805 hardcode_direct=$hardcode_direct
1807 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1808 # DIR into the resulting binary and the resulting library dependency is
1809 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1810 # library is relocated.
1811 hardcode_direct_absolute=$hardcode_direct_absolute
1813 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1814 # into the resulting binary.
1815 hardcode_minus_L=$hardcode_minus_L
1817 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1818 # into the resulting binary.
1819 hardcode_shlibpath_var=$hardcode_shlibpath_var
1821 # Set to "yes" if building a shared library automatically hardcodes DIR
1822 # into the library and all subsequent libraries and executables linked
1823 # against it.
1824 hardcode_automatic=$hardcode_automatic
1826 # Set to yes if linker adds runtime paths of dependent libraries
1827 # to runtime path list.
1828 inherit_rpath=$inherit_rpath
1830 # Whether libtool must link a program against all its dependency libraries.
1831 link_all_deplibs=$link_all_deplibs
1833 # Fix the shell variable \$srcfile for the compiler.
1834 fix_srcfile_path=$lt_fix_srcfile_path
1836 # Set to "yes" if exported symbols are required.
1837 always_export_symbols=$always_export_symbols
1839 # The commands to list exported symbols.
1840 export_symbols_cmds=$lt_export_symbols_cmds
1842 # Symbols that should not be listed in the preloaded symbols.
1843 exclude_expsyms=$lt_exclude_expsyms
1845 # Symbols that must always be exported.
1846 include_expsyms=$lt_include_expsyms
1848 # Commands necessary for linking programs (against libraries) with templates.
1849 prelink_cmds=$lt_prelink_cmds
1851 # Specify filename containing input files.
1852 file_list_spec=$lt_file_list_spec
1854 # How to hardcode a shared library path into an executable.
1855 hardcode_action=$hardcode_action
1857 # The directories searched by this compiler when creating a shared library.
1858 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
1860 # Dependencies to place before and after the objects being linked to
1861 # create a shared library.
1862 predep_objects=$lt_predep_objects
1863 postdep_objects=$lt_postdep_objects
1864 predeps=$lt_predeps
1865 postdeps=$lt_postdeps
1867 # The library search path used internally by the compiler when linking
1868 # a shared library.
1869 compiler_lib_search_path=$lt_compiler_lib_search_path
1871 # ### END LIBTOOL CONFIG
1873 _LT_EOF
1875 case $host_os in
1876 aix3*)
1877 cat <<\_LT_EOF >> "$cfgfile"
1878 # AIX sometimes has problems with the GCC collect2 program. For some
1879 # reason, if we set the COLLECT_NAMES environment variable, the problems
1880 # vanish in a puff of smoke.
1881 if test "X${COLLECT_NAMES+set}" != Xset; then
1882 COLLECT_NAMES=
1883 export COLLECT_NAMES
1885 _LT_EOF
1887 esac
1890 ltmain="$ac_aux_dir/ltmain.sh"
1893 # We use sed instead of cat because bash on DJGPP gets confused if
1894 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1895 # text mode, it properly converts lines to CR/LF. This bash problem
1896 # is reportedly fixed, but why not run on old versions too?
1897 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1898 || (rm -f "$cfgfile"; exit 1)
1900 case $xsi_shell in
1901 yes)
1902 cat << \_LT_EOF >> "$cfgfile"
1904 # func_dirname file append nondir_replacement
1905 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
1906 # otherwise set result to NONDIR_REPLACEMENT.
1907 func_dirname ()
1909 case ${1} in
1910 */*) func_dirname_result="${1%/*}${2}" ;;
1911 * ) func_dirname_result="${3}" ;;
1912 esac
1915 # func_basename file
1916 func_basename ()
1918 func_basename_result="${1##*/}"
1921 # func_dirname_and_basename file append nondir_replacement
1922 # perform func_basename and func_dirname in a single function
1923 # call:
1924 # dirname: Compute the dirname of FILE. If nonempty,
1925 # add APPEND to the result, otherwise set result
1926 # to NONDIR_REPLACEMENT.
1927 # value returned in "$func_dirname_result"
1928 # basename: Compute filename of FILE.
1929 # value retuned in "$func_basename_result"
1930 # Implementation must be kept synchronized with func_dirname
1931 # and func_basename. For efficiency, we do not delegate to
1932 # those functions but instead duplicate the functionality here.
1933 func_dirname_and_basename ()
1935 case ${1} in
1936 */*) func_dirname_result="${1%/*}${2}" ;;
1937 * ) func_dirname_result="${3}" ;;
1938 esac
1939 func_basename_result="${1##*/}"
1942 # func_stripname prefix suffix name
1943 # strip PREFIX and SUFFIX off of NAME.
1944 # PREFIX and SUFFIX must not contain globbing or regex special
1945 # characters, hashes, percent signs, but SUFFIX may contain a leading
1946 # dot (in which case that matches only a dot).
1947 func_stripname ()
1949 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1950 # positional parameters, so assign one to ordinary parameter first.
1951 func_stripname_result=${3}
1952 func_stripname_result=${func_stripname_result#"${1}"}
1953 func_stripname_result=${func_stripname_result%"${2}"}
1956 # func_opt_split
1957 func_opt_split ()
1959 func_opt_split_opt=${1%%=*}
1960 func_opt_split_arg=${1#*=}
1963 # func_lo2o object
1964 func_lo2o ()
1966 case ${1} in
1967 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1968 *) func_lo2o_result=${1} ;;
1969 esac
1972 # func_xform libobj-or-source
1973 func_xform ()
1975 func_xform_result=${1%.*}.lo
1978 # func_arith arithmetic-term...
1979 func_arith ()
1981 func_arith_result=$(( $* ))
1984 # func_len string
1985 # STRING may not start with a hyphen.
1986 func_len ()
1988 func_len_result=${#1}
1991 _LT_EOF
1993 *) # Bourne compatible functions.
1994 cat << \_LT_EOF >> "$cfgfile"
1996 # func_dirname file append nondir_replacement
1997 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
1998 # otherwise set result to NONDIR_REPLACEMENT.
1999 func_dirname ()
2001 # Extract subdirectory from the argument.
2002 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
2003 if test "X$func_dirname_result" = "X${1}"; then
2004 func_dirname_result="${3}"
2005 else
2006 func_dirname_result="$func_dirname_result${2}"
2010 # func_basename file
2011 func_basename ()
2013 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
2017 # func_stripname prefix suffix name
2018 # strip PREFIX and SUFFIX off of NAME.
2019 # PREFIX and SUFFIX must not contain globbing or regex special
2020 # characters, hashes, percent signs, but SUFFIX may contain a leading
2021 # dot (in which case that matches only a dot).
2022 # func_strip_suffix prefix name
2023 func_stripname ()
2025 case ${2} in
2026 .*) func_stripname_result=`$ECHO "X${3}" \
2027 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
2028 *) func_stripname_result=`$ECHO "X${3}" \
2029 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
2030 esac
2033 # sed scripts:
2034 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2035 my_sed_long_arg='1s/^-[^=]*=//'
2037 # func_opt_split
2038 func_opt_split ()
2040 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
2041 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
2044 # func_lo2o object
2045 func_lo2o ()
2047 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
2050 # func_xform libobj-or-source
2051 func_xform ()
2053 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
2056 # func_arith arithmetic-term...
2057 func_arith ()
2059 func_arith_result=`expr "$@"`
2062 # func_len string
2063 # STRING may not start with a hyphen.
2064 func_len ()
2066 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2069 _LT_EOF
2070 esac
2072 case $lt_shell_append in
2073 yes)
2074 cat << \_LT_EOF >> "$cfgfile"
2076 # func_append var value
2077 # Append VALUE to the end of shell variable VAR.
2078 func_append ()
2080 eval "$1+=\$2"
2082 _LT_EOF
2085 cat << \_LT_EOF >> "$cfgfile"
2087 # func_append var value
2088 # Append VALUE to the end of shell variable VAR.
2089 func_append ()
2091 eval "$1=\$$1\$2"
2094 _LT_EOF
2096 esac
2099 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2100 || (rm -f "$cfgfile"; exit 1)
2102 mv -f "$cfgfile" "$ofile" ||
2103 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2104 chmod +x "$ofile"
2107 cat <<_LT_EOF >> "$ofile"
2109 # ### BEGIN LIBTOOL TAG CONFIG: CXX
2111 # The linker used to build libraries.
2112 LD=$lt_LD_CXX
2114 # Commands used to build an old-style archive.
2115 old_archive_cmds=$lt_old_archive_cmds_CXX
2117 # A language specific compiler.
2118 CC=$lt_compiler_CXX
2120 # Is the compiler the GNU compiler?
2121 with_gcc=$GCC_CXX
2123 # Compiler flag to turn off builtin functions.
2124 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2126 # How to pass a linker flag through the compiler.
2127 wl=$lt_lt_prog_compiler_wl_CXX
2129 # Additional compiler flags for building library objects.
2130 pic_flag=$lt_lt_prog_compiler_pic_CXX
2132 # Compiler flag to prevent dynamic linking.
2133 link_static_flag=$lt_lt_prog_compiler_static_CXX
2135 # Does compiler simultaneously support -c and -o options?
2136 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2138 # Whether or not to add -lc for building shared libraries.
2139 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2141 # Whether or not to disallow shared libs when runtime libs are static.
2142 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2144 # Compiler flag to allow reflexive dlopens.
2145 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2147 # Compiler flag to generate shared objects directly from archives.
2148 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2150 # Whether the compiler copes with passing no objects directly.
2151 compiler_needs_object=$lt_compiler_needs_object_CXX
2153 # Create an old-style archive from a shared archive.
2154 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2156 # Create a temporary old-style archive to link instead of a shared archive.
2157 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2159 # Commands used to build a shared archive.
2160 archive_cmds=$lt_archive_cmds_CXX
2161 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2163 # Commands used to build a loadable module if different from building
2164 # a shared archive.
2165 module_cmds=$lt_module_cmds_CXX
2166 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2168 # Whether we are building with GNU ld or not.
2169 with_gnu_ld=$lt_with_gnu_ld_CXX
2171 # Flag that allows shared libraries with undefined symbols to be built.
2172 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2174 # Flag that enforces no undefined symbols.
2175 no_undefined_flag=$lt_no_undefined_flag_CXX
2177 # Flag to hardcode \$libdir into a binary during linking.
2178 # This must work even if \$libdir does not exist
2179 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2181 # If ld is used when linking, flag to hardcode \$libdir into a binary
2182 # during linking. This must work even if \$libdir does not exist.
2183 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2185 # Whether we need a single "-rpath" flag with a separated argument.
2186 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2188 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2189 # DIR into the resulting binary.
2190 hardcode_direct=$hardcode_direct_CXX
2192 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2193 # DIR into the resulting binary and the resulting library dependency is
2194 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2195 # library is relocated.
2196 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2198 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2199 # into the resulting binary.
2200 hardcode_minus_L=$hardcode_minus_L_CXX
2202 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2203 # into the resulting binary.
2204 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2206 # Set to "yes" if building a shared library automatically hardcodes DIR
2207 # into the library and all subsequent libraries and executables linked
2208 # against it.
2209 hardcode_automatic=$hardcode_automatic_CXX
2211 # Set to yes if linker adds runtime paths of dependent libraries
2212 # to runtime path list.
2213 inherit_rpath=$inherit_rpath_CXX
2215 # Whether libtool must link a program against all its dependency libraries.
2216 link_all_deplibs=$link_all_deplibs_CXX
2218 # Fix the shell variable \$srcfile for the compiler.
2219 fix_srcfile_path=$lt_fix_srcfile_path_CXX
2221 # Set to "yes" if exported symbols are required.
2222 always_export_symbols=$always_export_symbols_CXX
2224 # The commands to list exported symbols.
2225 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2227 # Symbols that should not be listed in the preloaded symbols.
2228 exclude_expsyms=$lt_exclude_expsyms_CXX
2230 # Symbols that must always be exported.
2231 include_expsyms=$lt_include_expsyms_CXX
2233 # Commands necessary for linking programs (against libraries) with templates.
2234 prelink_cmds=$lt_prelink_cmds_CXX
2236 # Specify filename containing input files.
2237 file_list_spec=$lt_file_list_spec_CXX
2239 # How to hardcode a shared library path into an executable.
2240 hardcode_action=$hardcode_action_CXX
2242 # The directories searched by this compiler when creating a shared library.
2243 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2245 # Dependencies to place before and after the objects being linked to
2246 # create a shared library.
2247 predep_objects=$lt_predep_objects_CXX
2248 postdep_objects=$lt_postdep_objects_CXX
2249 predeps=$lt_predeps_CXX
2250 postdeps=$lt_postdeps_CXX
2252 # The library search path used internally by the compiler when linking
2253 # a shared library.
2254 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2256 # ### END LIBTOOL TAG CONFIG: CXX
2257 _LT_EOF
2260 "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
2261 sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
2262 esac ;;
2263 "po/stamp-it":C)
2264 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
2265 as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
2267 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
2268 >"po/stamp-it.tmp"
2269 sed '/^#/d
2270 s/^[[].*] *//
2271 /^[ ]*$/d
2272 '"s|^| $ac_top_srcdir/|" \
2273 "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
2275 sed '/^POTFILES =/,/[^\\]$/ {
2276 /^POTFILES =/!d
2277 r po/POTFILES
2279 ' "po/Makefile.in" >"po/Makefile"
2280 rm -f "po/Makefile.tmp"
2281 mv "po/stamp-it.tmp" "po/stamp-it"
2284 esac
2285 done # for ac_tag
2288 as_fn_exit 0