GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / config.status
bloba6edf74dae26bfd82a2b32dc96fcf6c8d76845c9
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 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0.
143 as_fn_error ()
145 as_status=$1; test $as_status -eq 0 && as_status=1
146 if test "$4"; then
147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit $as_status
152 } # as_fn_error
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
158 as_fn_set_status ()
160 return $1
161 } # as_fn_set_status
163 # as_fn_exit STATUS
164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit ()
168 set +e
169 as_fn_set_status $1
170 exit $1
171 } # as_fn_exit
173 # as_fn_unset VAR
174 # ---------------
175 # Portably unset VAR.
176 as_fn_unset ()
178 { eval $1=; unset $1;}
180 as_unset=as_fn_unset
181 # as_fn_append VAR VALUE
182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive
186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append ()
190 eval $1+=\$2
192 else
193 as_fn_append ()
195 eval $1=\$$1\$2
197 fi # as_fn_append
199 # as_fn_arith ARG...
200 # ------------------
201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205 eval 'as_fn_arith ()
207 as_val=$(( $* ))
209 else
210 as_fn_arith ()
212 as_val=`expr "$@" || test $? -eq 1`
214 fi # as_fn_arith
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220 else
221 as_expr=false
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename
226 else
227 as_basename=false
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname
232 else
233 as_dirname=false
236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" |
241 sed '/^.*\/\([^/][^/]*\)\/*$/{
242 s//\1/
245 /^X\/\(\/\/\)$/{
246 s//\1/
249 /^X\/\(\/\).*/{
250 s//\1/
253 s/.*/./; q'`
255 # Avoid depending upon Character Ranges.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits
262 ECHO_C= ECHO_N= ECHO_T=
263 case `echo -n x` in #(((((
264 -n*)
265 case `echo 'xy\c'` in
266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 xy) ECHO_C='\c';;
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
269 ECHO_T=' ';;
270 esac;;
272 ECHO_N='-n';;
273 esac
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
278 else
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
282 if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf$$.file conf$$ 2>/dev/null; then
284 as_ln_s='ln -s'
285 # ... but there are two gotchas:
286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288 # In both cases, we have to default to `cp -p'.
289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290 as_ln_s='cp -p'
291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln
293 else
294 as_ln_s='cp -p'
296 else
297 as_ln_s='cp -p'
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p ()
309 case $as_dir in #(
310 -*) as_dir=./$as_dir;;
311 esac
312 test -d "$as_dir" || eval $as_mkdir_p || {
313 as_dirs=
314 while :; do
315 case $as_dir in #(
316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317 *) as_qdir=$as_dir;;
318 esac
319 as_dirs="'$as_qdir' $as_dirs"
320 as_dir=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322 X"$as_dir" : 'X\(//\)[^/]' \| \
323 X"$as_dir" : 'X\(//\)$' \| \
324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" |
326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327 s//\1/
330 /^X\(\/\/\)[^/].*/{
331 s//\1/
334 /^X\(\/\/\)$/{
335 s//\1/
338 /^X\(\/\).*/{
339 s//\1/
342 s/.*/./; q'`
343 test -d "$as_dir" && break
344 done
345 test -z "$as_dirs" || eval "mkdir $as_dirs"
346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"'
352 else
353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false
357 if test -x / >/dev/null 2>&1; then
358 as_test_x='test -x'
359 else
360 if ls -dL / >/dev/null 2>&1; then
361 as_ls_L_option=L
362 else
363 as_ls_L_option=
365 as_test_x='
366 eval sh -c '\''
367 if test -d "$1"; then
368 test -d "$1/.";
369 else
370 case $1 in #(
371 -*)set "./$1";;
372 esac;
373 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
374 ???[sx]*):;;*)false;;esac;fi
375 '\'' sh
378 as_executable_p=$as_test_x
380 # Sed expression to map a string onto a valid CPP name.
381 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
383 # Sed expression to map a string onto a valid variable name.
384 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
387 exec 6>&1
388 ## ----------------------------------- ##
389 ## Main body of $CONFIG_STATUS script. ##
390 ## ----------------------------------- ##
391 # Save the log message, to keep $0 and so on meaningful, and to
392 # report actual input values of CONFIG_FILES etc. instead of their
393 # values after options handling.
394 ac_log="
395 This file was extended by XZ Utils $as_me 5.0.3, which was
396 generated by GNU Autoconf 2.68. Invocation command line was
398 CONFIG_FILES = $CONFIG_FILES
399 CONFIG_HEADERS = $CONFIG_HEADERS
400 CONFIG_LINKS = $CONFIG_LINKS
401 CONFIG_COMMANDS = $CONFIG_COMMANDS
402 $ $0 $@
404 on `(hostname || uname -n) 2>/dev/null | sed 1q`
407 # Files that config.status was made for.
408 config_files=" Doxyfile Makefile po/Makefile.in lib/Makefile src/Makefile src/liblzma/liblzma.pc src/liblzma/Makefile src/liblzma/api/Makefile src/xz/Makefile src/xzdec/Makefile src/lzmainfo/Makefile src/scripts/Makefile src/scripts/xzdiff src/scripts/xzgrep src/scripts/xzmore src/scripts/xzless tests/Makefile debug/Makefile"
409 config_headers=" config.h"
410 config_commands=" depfiles libtool po-directories"
412 ac_cs_usage="\
413 \`$as_me' instantiates files and other configuration actions
414 from templates according to the current configuration. Unless the files
415 and actions are specified as TAGs, all are instantiated by default.
417 Usage: $0 [OPTION]... [TAG]...
419 -h, --help print this help, then exit
420 -V, --version print version number and configuration settings, then exit
421 --config print configuration, then exit
422 -q, --quiet, --silent
423 do not print progress messages
424 -d, --debug don't remove temporary files
425 --recheck update $as_me by reconfiguring in the same conditions
426 --file=FILE[:TEMPLATE]
427 instantiate the configuration file FILE
428 --header=FILE[:TEMPLATE]
429 instantiate the configuration header FILE
431 Configuration files:
432 $config_files
434 Configuration headers:
435 $config_headers
437 Configuration commands:
438 $config_commands
440 Report bugs to <lasse.collin@tukaani.org>.
441 XZ Utils home page: <http://tukaani.org/xz/>."
443 ac_cs_config="'--prefix=/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2' '--enable-shared=no' 'CC=gcc' 'CFLAGS=-fno-strict-aliasing -O2 -DBCMWPA2 -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DTRAFFIC_MGMT -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DBCM_DCS -DEXT_ACS -DNAS_GTK_PER_STA -DPROXYARP -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\\\"xz\\\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -I/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2/../../tools/misc/xz/src/liblzma/api -DXATTR_SUPPORT -DXATTR_DEFAULT'"
444 ac_cs_version="\
445 XZ Utils config.status 5.0.3
446 configured by ./configure, generated by GNU Autoconf 2.68,
447 with options \"$ac_cs_config\"
449 Copyright (C) 2010 Free Software Foundation, Inc.
450 This config.status script is free software; the Free Software Foundation
451 gives unlimited permission to copy, distribute and modify it."
453 ac_pwd='/home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz'
454 srcdir='.'
455 INSTALL='/usr/bin/install -c'
456 MKDIR_P='/bin/mkdir -p'
457 AWK='gawk'
458 test -n "$AWK" || AWK=awk
459 # The default lists apply if the user does not specify any file.
460 ac_need_defaults=:
461 while test $# != 0
463 case $1 in
464 --*=?*)
465 ac_option=`expr "X$1" : 'X\([^=]*\)='`
466 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
467 ac_shift=:
469 --*=)
470 ac_option=`expr "X$1" : 'X\([^=]*\)='`
471 ac_optarg=
472 ac_shift=:
475 ac_option=$1
476 ac_optarg=$2
477 ac_shift=shift
479 esac
481 case $ac_option in
482 # Handling of the options.
483 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
484 ac_cs_recheck=: ;;
485 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
486 $as_echo "$ac_cs_version"; exit ;;
487 --config | --confi | --conf | --con | --co | --c )
488 $as_echo "$ac_cs_config"; exit ;;
489 --debug | --debu | --deb | --de | --d | -d )
490 debug=: ;;
491 --file | --fil | --fi | --f )
492 $ac_shift
493 case $ac_optarg in
494 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
495 '') as_fn_error $? "missing file argument" ;;
496 esac
497 as_fn_append CONFIG_FILES " '$ac_optarg'"
498 ac_need_defaults=false;;
499 --header | --heade | --head | --hea )
500 $ac_shift
501 case $ac_optarg in
502 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
503 esac
504 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
505 ac_need_defaults=false;;
506 --he | --h)
507 # Conflict between --help and --header
508 as_fn_error $? "ambiguous option: \`$1'
509 Try \`$0 --help' for more information.";;
510 --help | --hel | -h )
511 $as_echo "$ac_cs_usage"; exit ;;
512 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
513 | -silent | --silent | --silen | --sile | --sil | --si | --s)
514 ac_cs_silent=: ;;
516 # This is an error.
517 -*) as_fn_error $? "unrecognized option: \`$1'
518 Try \`$0 --help' for more information." ;;
520 *) as_fn_append ac_config_targets " $1"
521 ac_need_defaults=false ;;
523 esac
524 shift
525 done
527 ac_configure_extra_args=
529 if $ac_cs_silent; then
530 exec 6>/dev/null
531 ac_configure_extra_args="$ac_configure_extra_args --silent"
534 if $ac_cs_recheck; then
535 set X '/bin/sh' './configure' '--prefix=/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2' '--enable-shared=no' 'CC=gcc' 'CFLAGS=-fno-strict-aliasing -O2 -DBCMWPA2 -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DTRAFFIC_MGMT -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DBCM_DCS -DEXT_ACS -DNAS_GTK_PER_STA -DPROXYARP -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -I/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2/../../tools/misc/xz/src/liblzma/api -DXATTR_SUPPORT -DXATTR_DEFAULT' $ac_configure_extra_args --no-create --no-recursion
536 shift
537 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
538 CONFIG_SHELL='/bin/sh'
539 export CONFIG_SHELL
540 exec "$@"
543 exec 5>>config.log
545 echo
546 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
547 ## Running $as_me. ##
548 _ASBOX
549 $as_echo "$ac_log"
550 } >&5
553 # INIT-COMMANDS
555 AMDEP_TRUE="" ac_aux_dir="build-aux"
558 # The HP-UX ksh and POSIX shell print the target directory to stdout
559 # if CDPATH is set.
560 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
562 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
563 double_quote_subst='s/\(["`\\]\)/\\\1/g'
564 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
565 macro_version='2.4'
566 macro_revision='1.3293'
567 AS='as'
568 DLLTOOL='false'
569 OBJDUMP='objdump'
570 enable_shared='no'
571 enable_static='yes'
572 pic_mode='default'
573 enable_fast_install='needless'
574 SHELL='/bin/sh'
575 ECHO='printf %s\n'
576 host_alias=''
577 host='i686-pc-linux-gnu'
578 host_os='linux-gnu'
579 build_alias=''
580 build='i686-pc-linux-gnu'
581 build_os='linux-gnu'
582 SED='/bin/sed'
583 Xsed='/bin/sed -e 1s/^X//'
584 GREP='/bin/grep'
585 EGREP='/bin/grep -E'
586 FGREP='/bin/grep -F'
587 LD='ld'
588 NM='nm'
589 LN_S='ln -s'
590 max_cmd_len='1966080'
591 ac_objext='o'
592 exeext=''
593 lt_unset='unset'
594 lt_SP2NL='tr \040 \012'
595 lt_NL2SP='tr \015\012 \040\040'
596 lt_cv_to_host_file_cmd='func_convert_file_noop'
597 lt_cv_to_tool_file_cmd='func_convert_file_noop'
598 reload_flag=' -r'
599 reload_cmds='$LD$reload_flag -o $output$reload_objs'
600 deplibs_check_method='pass_all'
601 file_magic_cmd='$MAGIC_CMD'
602 file_magic_glob=''
603 want_nocaseglob='no'
604 sharedlib_from_linklib_cmd='printf %s\n'
605 AR='ar'
606 AR_FLAGS='cru'
607 archiver_list_spec='@'
608 STRIP='strip'
609 RANLIB='ranlib'
610 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
611 old_postuninstall_cmds=''
612 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
613 lock_old_archive_extraction='no'
614 CC='gcc -std=gnu99'
615 CFLAGS='-fno-strict-aliasing -O2 -DBCMWPA2 -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DTRAFFIC_MGMT -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DBCM_DCS -DEXT_ACS -DNAS_GTK_PER_STA -DPROXYARP -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -I/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2/../../tools/misc/xz/src/liblzma/api -DXATTR_SUPPORT -DXATTR_DEFAULT'
616 compiler=''
617 GCC='yes'
618 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
619 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
620 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
621 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'\'''
622 nm_file_list_spec='@'
623 lt_sysroot=''
624 objdir='.libs'
625 MAGIC_CMD='file'
626 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
627 lt_prog_compiler_pic=' -fPIC -DPIC'
628 lt_prog_compiler_wl='-Wl,'
629 lt_prog_compiler_static=''
630 lt_cv_prog_compiler_c_o='yes'
631 need_locks='no'
632 MANIFEST_TOOL=':'
633 DSYMUTIL=''
634 NMEDIT=''
635 LIPO=''
636 OTOOL=''
637 OTOOL64=''
638 libext='a'
639 shrext_cmds='.so'
640 extract_expsyms_cmds=''
641 archive_cmds_need_lc='yes'
642 enable_shared_with_static_runtimes='no'
643 export_dynamic_flag_spec='${wl}--export-dynamic'
644 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
645 compiler_needs_object='no'
646 old_archive_from_new_cmds=''
647 old_archive_from_expsyms_cmds=''
648 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
649 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
650 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
651 echo "local: *; };" >> $output_objdir/$libname.ver~
652 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
653 module_cmds=''
654 module_expsym_cmds=''
655 with_gnu_ld='yes'
656 allow_undefined_flag=''
657 no_undefined_flag=''
658 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
659 hardcode_libdir_flag_spec_ld=''
660 hardcode_libdir_separator=''
661 hardcode_direct='no'
662 hardcode_direct_absolute='no'
663 hardcode_minus_L='no'
664 hardcode_shlibpath_var='unsupported'
665 hardcode_automatic='no'
666 inherit_rpath='no'
667 link_all_deplibs='unknown'
668 always_export_symbols='no'
669 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
670 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
671 include_expsyms=''
672 prelink_cmds=''
673 postlink_cmds=''
674 file_list_spec=''
675 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
676 need_lib_prefix='no'
677 need_version='no'
678 version_type='linux'
679 runpath_var='LD_RUN_PATH'
680 shlibpath_var='LD_LIBRARY_PATH'
681 shlibpath_overrides_runpath='no'
682 libname_spec='lib$name'
683 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
684 soname_spec='${libname}${release}${shared_ext}$major'
685 install_override_mode=''
686 postinstall_cmds=''
687 postuninstall_cmds=''
688 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
689 finish_eval=''
690 hardcode_into_libs='yes'
691 sys_lib_search_path_spec='/usr/lib/gcc/i686-redhat-linux/4.4.5 /usr/lib /lib '
692 sys_lib_dlsearch_path_spec='/lib /usr/lib /opt/gcctool/lib /usr/lib/mysql /usr/lib/tcl8.5 /usr/lib/xulrunner-1.9.2 '
693 hardcode_action='immediate'
694 enable_dlopen='unknown'
695 enable_dlopen_self='unknown'
696 enable_dlopen_self_static='unknown'
697 old_striplib='strip --strip-debug'
698 striplib='strip --strip-unneeded'
699 LD_RC=''
700 reload_flag_RC=''
701 reload_cmds_RC=''
702 old_archive_cmds_RC=''
703 compiler_RC=''
704 GCC_RC=''
705 lt_prog_compiler_no_builtin_flag_RC=''
706 lt_prog_compiler_pic_RC=''
707 lt_prog_compiler_wl_RC=''
708 lt_prog_compiler_static_RC=''
709 lt_cv_prog_compiler_c_o_RC='yes'
710 archive_cmds_need_lc_RC=''
711 enable_shared_with_static_runtimes_RC=''
712 export_dynamic_flag_spec_RC=''
713 whole_archive_flag_spec_RC=''
714 compiler_needs_object_RC=''
715 old_archive_from_new_cmds_RC=''
716 old_archive_from_expsyms_cmds_RC=''
717 archive_cmds_RC=''
718 archive_expsym_cmds_RC=''
719 module_cmds_RC=''
720 module_expsym_cmds_RC=''
721 with_gnu_ld_RC=''
722 allow_undefined_flag_RC=''
723 no_undefined_flag_RC=''
724 hardcode_libdir_flag_spec_RC=''
725 hardcode_libdir_flag_spec_ld_RC=''
726 hardcode_libdir_separator_RC=''
727 hardcode_direct_RC=''
728 hardcode_direct_absolute_RC=''
729 hardcode_minus_L_RC=''
730 hardcode_shlibpath_var_RC=''
731 hardcode_automatic_RC=''
732 inherit_rpath_RC=''
733 link_all_deplibs_RC=''
734 always_export_symbols_RC=''
735 export_symbols_cmds_RC=''
736 exclude_expsyms_RC=''
737 include_expsyms_RC=''
738 prelink_cmds_RC=''
739 postlink_cmds_RC=''
740 file_list_spec_RC=''
741 hardcode_action_RC=''
743 LTCC='gcc -std=gnu99'
744 LTCFLAGS='-fno-strict-aliasing -O2 -DBCMWPA2 -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DTRAFFIC_MGMT -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DBCM_DCS -DEXT_ACS -DNAS_GTK_PER_STA -DPROXYARP -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -I/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2/../../tools/misc/xz/src/liblzma/api -DXATTR_SUPPORT -DXATTR_DEFAULT'
745 compiler='gcc -std=gnu99'
747 # A function that is used when there is no print builtin or printf.
748 func_fallback_echo ()
750 eval 'cat <<_LTECHO_EOF
752 _LTECHO_EOF'
755 # Quote evaled strings.
756 for var in AS DLLTOOL OBJDUMP SHELL ECHO SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec 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 nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL 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 exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib LD_RC reload_flag_RC compiler_RC lt_prog_compiler_no_builtin_flag_RC lt_prog_compiler_pic_RC lt_prog_compiler_wl_RC lt_prog_compiler_static_RC lt_cv_prog_compiler_c_o_RC export_dynamic_flag_spec_RC whole_archive_flag_spec_RC compiler_needs_object_RC with_gnu_ld_RC allow_undefined_flag_RC no_undefined_flag_RC hardcode_libdir_flag_spec_RC hardcode_libdir_flag_spec_ld_RC hardcode_libdir_separator_RC exclude_expsyms_RC include_expsyms_RC file_list_spec_RC; do
757 case `eval \\$ECHO \\""\\$$var"\\"` in
758 *[\\\`\"\$]*)
759 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
762 eval "lt_$var=\\\"\$$var\\\""
764 esac
765 done
767 # Double-quote double-evaled strings.
768 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 postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_RC old_archive_cmds_RC old_archive_from_new_cmds_RC old_archive_from_expsyms_cmds_RC archive_cmds_RC archive_expsym_cmds_RC module_cmds_RC module_expsym_cmds_RC export_symbols_cmds_RC prelink_cmds_RC postlink_cmds_RC; do
769 case `eval \\$ECHO \\""\\$$var"\\"` in
770 *[\\\`\"\$]*)
771 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
774 eval "lt_$var=\\\"\$$var\\\""
776 esac
777 done
779 ac_aux_dir='build-aux'
780 xsi_shell='yes'
781 lt_shell_append='yes'
783 # See if we are running on zsh, and set the options which allow our
784 # commands through without removal of \ escapes INIT.
785 if test -n "${ZSH_VERSION+set}" ; then
786 setopt NO_GLOB_SUBST
790 PACKAGE='xz'
791 VERSION='5.0.3'
792 TIMESTAMP=''
793 RM='rm -f'
794 ofile='libtool'
800 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
801 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
802 # from automake < 1.5.
803 eval 'OBSOLETE_ALL_LINGUAS''=""'
804 # Capture the value of LINGUAS because we need it to compute CATALOGS.
805 LINGUAS="%UNSET%"
809 # Handling of arguments.
810 for ac_config_target in $ac_config_targets
812 case $ac_config_target in
813 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
814 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
815 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
816 "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
817 "Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;;
818 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
819 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
820 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
821 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
822 "src/liblzma/liblzma.pc") CONFIG_FILES="$CONFIG_FILES src/liblzma/liblzma.pc" ;;
823 "src/liblzma/Makefile") CONFIG_FILES="$CONFIG_FILES src/liblzma/Makefile" ;;
824 "src/liblzma/api/Makefile") CONFIG_FILES="$CONFIG_FILES src/liblzma/api/Makefile" ;;
825 "src/xz/Makefile") CONFIG_FILES="$CONFIG_FILES src/xz/Makefile" ;;
826 "src/xzdec/Makefile") CONFIG_FILES="$CONFIG_FILES src/xzdec/Makefile" ;;
827 "src/lzmainfo/Makefile") CONFIG_FILES="$CONFIG_FILES src/lzmainfo/Makefile" ;;
828 "src/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES src/scripts/Makefile" ;;
829 "src/scripts/xzdiff") CONFIG_FILES="$CONFIG_FILES src/scripts/xzdiff" ;;
830 "src/scripts/xzgrep") CONFIG_FILES="$CONFIG_FILES src/scripts/xzgrep" ;;
831 "src/scripts/xzmore") CONFIG_FILES="$CONFIG_FILES src/scripts/xzmore" ;;
832 "src/scripts/xzless") CONFIG_FILES="$CONFIG_FILES src/scripts/xzless" ;;
833 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
834 "debug/Makefile") CONFIG_FILES="$CONFIG_FILES debug/Makefile" ;;
836 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
837 esac
838 done
841 # If the user did not use the arguments to specify the items to instantiate,
842 # then the envvar interface is used. Set only those that are not.
843 # We use the long form for the default assignment because of an extremely
844 # bizarre bug on SunOS 4.1.3.
845 if $ac_need_defaults; then
846 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
847 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
848 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
851 # Have a temporary directory for convenience. Make it in the build tree
852 # simply because there is no reason against having it here, and in addition,
853 # creating and moving files from /tmp can sometimes cause problems.
854 # Hook for its removal unless debugging.
855 # Note that there is a small window in which the directory will not be cleaned:
856 # after its creation but before its name has been assigned to `$tmp'.
857 $debug ||
859 tmp= ac_tmp=
860 trap 'exit_status=$?
861 : "${ac_tmp:=$tmp}"
862 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
864 trap 'as_fn_exit 1' 1 2 13 15
866 # Create a (secure) tmp directory for tmp files.
869 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
870 test -d "$tmp"
871 } ||
873 tmp=./conf$$-$RANDOM
874 (umask 077 && mkdir "$tmp")
875 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
876 ac_tmp=$tmp
878 # Set up the scripts for CONFIG_FILES section.
879 # No need to generate them if there are no CONFIG_FILES.
880 # This happens for instance with `./config.status config.h'.
881 if test -n "$CONFIG_FILES"; then
884 ac_cr=`echo X | tr X '\015'`
885 # On cygwin, bash can eat \r inside `` if the user requested igncr.
886 # But we know of no other shell where ac_cr would be empty at this
887 # point, so we can use a bashism as a fallback.
888 if test "x$ac_cr" = x; then
889 eval ac_cr=\$\'\\r\'
891 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
892 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
893 ac_cs_awk_cr='\\r'
894 else
895 ac_cs_awk_cr=$ac_cr
898 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
899 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
900 S["am__EXEEXT_FALSE"]=""
901 S["am__EXEEXT_TRUE"]="#"
902 S["LTLIBOBJS"]=""
903 S["xz"]="xz"
904 S["AM_CFLAGS"]=" -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer"\
905 "-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing"\
906 "-declarations -Wmissing-noreturn -Wredundant-decls"
907 S["COND_GNULIB_FALSE"]=""
908 S["COND_GNULIB_TRUE"]="#"
909 S["HAVE_VISIBILITY"]="1"
910 S["CFLAG_VISIBILITY"]="-fvisibility=hidden"
911 S["GETOPT_H"]=""
912 S["LIBOBJS"]=""
913 S["POSUB"]="po"
914 S["LTLIBINTL"]=""
915 S["LIBINTL"]=""
916 S["INTLLIBS"]=""
917 S["LTLIBICONV"]="-liconv"
918 S["LIBICONV"]="-liconv"
919 S["INTL_MACOSX_LIBS"]=""
920 S["MSGMERGE"]="/usr/bin/msgmerge"
921 S["XGETTEXT_015"]="/usr/bin/xgettext"
922 S["XGETTEXT"]="/usr/bin/xgettext"
923 S["GMSGFMT_015"]="/usr/bin/msgfmt"
924 S["MSGFMT_015"]="/usr/bin/msgfmt"
925 S["GMSGFMT"]="/usr/bin/msgfmt"
926 S["MSGFMT"]="/usr/bin/msgfmt"
927 S["USE_NLS"]="yes"
928 S["COND_SHARED_FALSE"]=""
929 S["COND_SHARED_TRUE"]="#"
930 S["RC"]=""
931 S["OTOOL64"]=""
932 S["OTOOL"]=""
933 S["LIPO"]=""
934 S["NMEDIT"]=""
935 S["DSYMUTIL"]=""
936 S["MANIFEST_TOOL"]=":"
937 S["RANLIB"]="ranlib"
938 S["ac_ct_AR"]=""
939 S["AR"]="ar"
940 S["NM"]="nm"
941 S["ac_ct_DUMPBIN"]=""
942 S["DUMPBIN"]=""
943 S["LD"]="ld"
944 S["FGREP"]="/bin/grep -F"
945 S["SED"]="/bin/sed"
946 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
947 S["OBJDUMP"]="objdump"
948 S["DLLTOOL"]="false"
949 S["AS"]="as"
950 S["PTHREAD_CFLAGS"]="-pthread"
951 S["PTHREAD_LIBS"]=""
952 S["PTHREAD_CC"]="gcc -std=gnu99"
953 S["acx_pthread_config"]=""
954 S["EGREP"]="/bin/grep -E"
955 S["GREP"]="/bin/grep"
956 S["CPP"]="gcc -std=gnu99 -E"
957 S["am__fastdepCCAS_FALSE"]="#"
958 S["am__fastdepCCAS_TRUE"]=""
959 S["CCASDEPMODE"]="depmode=gcc3"
960 S["CCASFLAGS"]="-fno-strict-aliasing -O2 -DBCMWPA2 -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DTRAFFIC_MGMT -DTRAFFIC_MGMT_RSSI_POLICY -DPH"\
961 "YMON -DBCM_DCS -DEXT_ACS -DNAS_GTK_PER_STA -DPROXYARP -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\\\"xz\\\" -Wall -DGZ"\
962 "IP_SUPPORT -DXZ_SUPPORT -I/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2/../../tools/misc/xz/src/liblzma/api -DXATTR_SUPPORT -DXATTR_DE"\
963 "FAULT"
964 S["CCAS"]="gcc -std=gnu99"
965 S["am__fastdepCC_FALSE"]="#"
966 S["am__fastdepCC_TRUE"]=""
967 S["CCDEPMODE"]="depmode=gcc3"
968 S["AMDEPBACKSLASH"]="\\"
969 S["AMDEP_FALSE"]="#"
970 S["AMDEP_TRUE"]=""
971 S["am__quote"]=""
972 S["am__include"]="include"
973 S["DEPDIR"]=".deps"
974 S["OBJEXT"]="o"
975 S["EXEEXT"]=""
976 S["ac_ct_CC"]="gcc"
977 S["CPPFLAGS"]=""
978 S["LDFLAGS"]=""
979 S["CFLAGS"]="-fno-strict-aliasing -O2 -DBCMWPA2 -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DTRAFFIC_MGMT -DTRAFFIC_MGMT_RSSI_POLICY -DPH"\
980 "YMON -DBCM_DCS -DEXT_ACS -DNAS_GTK_PER_STA -DPROXYARP -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\\\"xz\\\" -Wall -DGZ"\
981 "IP_SUPPORT -DXZ_SUPPORT -I/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2/../../tools/misc/xz/src/liblzma/api -DXATTR_SUPPORT -DXATTR_DE"\
982 "FAULT"
983 S["CC"]="gcc -std=gnu99"
984 S["LN_S"]="ln -s"
985 S["am__untar"]="${AMTAR} xf -"
986 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
987 S["AMTAR"]="${SHELL} /home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz/build-aux/missing --run tar"
988 S["am__leading_dot"]="."
989 S["SET_MAKE"]=""
990 S["AWK"]="gawk"
991 S["mkdir_p"]="/bin/mkdir -p"
992 S["MKDIR_P"]="/bin/mkdir -p"
993 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
994 S["STRIP"]="strip"
995 S["install_sh"]="${SHELL} /home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz/build-aux/install-sh"
996 S["MAKEINFO"]="${SHELL} /home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz/build-aux/missing --run makeinfo"
997 S["AUTOHEADER"]="${SHELL} /home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz/build-aux/missing --run autoheader"
998 S["AUTOMAKE"]="${SHELL} /home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz/build-aux/missing --run automake-1.11"
999 S["AUTOCONF"]="${SHELL} /home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz/build-aux/missing --run autoconf"
1000 S["ACLOCAL"]="${SHELL} /home/ham/src_4708/BCM_SDK/6_30_143/src/tools/misc/xz/build-aux/missing --run aclocal-1.11"
1001 S["VERSION"]="5.0.3"
1002 S["PACKAGE"]="xz"
1003 S["CYGPATH_W"]="echo"
1004 S["am__isrc"]=""
1005 S["INSTALL_DATA"]="${INSTALL} -m 644"
1006 S["INSTALL_SCRIPT"]="${INSTALL}"
1007 S["INSTALL_PROGRAM"]="${INSTALL}"
1008 S["PREFERABLY_POSIX_SHELL"]="/bin/sh"
1009 S["POSIX_SHELL"]="/bin/sh"
1010 S["COND_SCRIPTS_FALSE"]="#"
1011 S["COND_SCRIPTS_TRUE"]=""
1012 S["COND_LZMALINKS_FALSE"]="#"
1013 S["COND_LZMALINKS_TRUE"]=""
1014 S["COND_LZMAINFO_FALSE"]="#"
1015 S["COND_LZMAINFO_TRUE"]=""
1016 S["COND_LZMADEC_FALSE"]="#"
1017 S["COND_LZMADEC_TRUE"]=""
1018 S["COND_XZDEC_FALSE"]="#"
1019 S["COND_XZDEC_TRUE"]=""
1020 S["COND_XZ_FALSE"]="#"
1021 S["COND_XZ_TRUE"]=""
1022 S["COND_SMALL_FALSE"]=""
1023 S["COND_SMALL_TRUE"]="#"
1024 S["COND_ASM_X86_64_FALSE"]=""
1025 S["COND_ASM_X86_64_TRUE"]="#"
1026 S["COND_ASM_X86_FALSE"]="#"
1027 S["COND_ASM_X86_TRUE"]=""
1028 S["COND_CHECK_SHA256_FALSE"]="#"
1029 S["COND_CHECK_SHA256_TRUE"]=""
1030 S["COND_CHECK_CRC64_FALSE"]="#"
1031 S["COND_CHECK_CRC64_TRUE"]=""
1032 S["COND_CHECK_CRC32_FALSE"]="#"
1033 S["COND_CHECK_CRC32_TRUE"]=""
1034 S["COND_DECODER_LZ_FALSE"]="#"
1035 S["COND_DECODER_LZ_TRUE"]=""
1036 S["COND_ENCODER_LZ_FALSE"]="#"
1037 S["COND_ENCODER_LZ_TRUE"]=""
1038 S["COND_FILTER_LZ_FALSE"]="#"
1039 S["COND_FILTER_LZ_TRUE"]=""
1040 S["COND_DECODER_SIMPLE_FALSE"]="#"
1041 S["COND_DECODER_SIMPLE_TRUE"]=""
1042 S["COND_ENCODER_SIMPLE_FALSE"]="#"
1043 S["COND_ENCODER_SIMPLE_TRUE"]=""
1044 S["COND_FILTER_SIMPLE_FALSE"]="#"
1045 S["COND_FILTER_SIMPLE_TRUE"]=""
1046 S["COND_DECODER_SPARC_FALSE"]="#"
1047 S["COND_DECODER_SPARC_TRUE"]=""
1048 S["COND_ENCODER_SPARC_FALSE"]="#"
1049 S["COND_ENCODER_SPARC_TRUE"]=""
1050 S["COND_FILTER_SPARC_FALSE"]="#"
1051 S["COND_FILTER_SPARC_TRUE"]=""
1052 S["COND_DECODER_ARMTHUMB_FALSE"]="#"
1053 S["COND_DECODER_ARMTHUMB_TRUE"]=""
1054 S["COND_ENCODER_ARMTHUMB_FALSE"]="#"
1055 S["COND_ENCODER_ARMTHUMB_TRUE"]=""
1056 S["COND_FILTER_ARMTHUMB_FALSE"]="#"
1057 S["COND_FILTER_ARMTHUMB_TRUE"]=""
1058 S["COND_DECODER_ARM_FALSE"]="#"
1059 S["COND_DECODER_ARM_TRUE"]=""
1060 S["COND_ENCODER_ARM_FALSE"]="#"
1061 S["COND_ENCODER_ARM_TRUE"]=""
1062 S["COND_FILTER_ARM_FALSE"]="#"
1063 S["COND_FILTER_ARM_TRUE"]=""
1064 S["COND_DECODER_IA64_FALSE"]="#"
1065 S["COND_DECODER_IA64_TRUE"]=""
1066 S["COND_ENCODER_IA64_FALSE"]="#"
1067 S["COND_ENCODER_IA64_TRUE"]=""
1068 S["COND_FILTER_IA64_FALSE"]="#"
1069 S["COND_FILTER_IA64_TRUE"]=""
1070 S["COND_DECODER_POWERPC_FALSE"]="#"
1071 S["COND_DECODER_POWERPC_TRUE"]=""
1072 S["COND_ENCODER_POWERPC_FALSE"]="#"
1073 S["COND_ENCODER_POWERPC_TRUE"]=""
1074 S["COND_FILTER_POWERPC_FALSE"]="#"
1075 S["COND_FILTER_POWERPC_TRUE"]=""
1076 S["COND_DECODER_X86_FALSE"]="#"
1077 S["COND_DECODER_X86_TRUE"]=""
1078 S["COND_ENCODER_X86_FALSE"]="#"
1079 S["COND_ENCODER_X86_TRUE"]=""
1080 S["COND_FILTER_X86_FALSE"]="#"
1081 S["COND_FILTER_X86_TRUE"]=""
1082 S["COND_DECODER_DELTA_FALSE"]="#"
1083 S["COND_DECODER_DELTA_TRUE"]=""
1084 S["COND_ENCODER_DELTA_FALSE"]="#"
1085 S["COND_ENCODER_DELTA_TRUE"]=""
1086 S["COND_FILTER_DELTA_FALSE"]="#"
1087 S["COND_FILTER_DELTA_TRUE"]=""
1088 S["COND_DECODER_LZMA2_FALSE"]="#"
1089 S["COND_DECODER_LZMA2_TRUE"]=""
1090 S["COND_ENCODER_LZMA2_FALSE"]="#"
1091 S["COND_ENCODER_LZMA2_TRUE"]=""
1092 S["COND_FILTER_LZMA2_FALSE"]="#"
1093 S["COND_FILTER_LZMA2_TRUE"]=""
1094 S["COND_DECODER_LZMA1_FALSE"]="#"
1095 S["COND_DECODER_LZMA1_TRUE"]=""
1096 S["COND_ENCODER_LZMA1_FALSE"]="#"
1097 S["COND_ENCODER_LZMA1_TRUE"]=""
1098 S["COND_FILTER_LZMA1_FALSE"]="#"
1099 S["COND_FILTER_LZMA1_TRUE"]=""
1100 S["COND_MAIN_DECODER_FALSE"]="#"
1101 S["COND_MAIN_DECODER_TRUE"]=""
1102 S["COND_MAIN_ENCODER_FALSE"]="#"
1103 S["COND_MAIN_ENCODER_TRUE"]=""
1104 S["LN_EXEEXT"]="$(EXEEXT)"
1105 S["COND_W32_FALSE"]=""
1106 S["COND_W32_TRUE"]="#"
1107 S["host_os"]="linux-gnu"
1108 S["host_vendor"]="pc"
1109 S["host_cpu"]="i686"
1110 S["host"]="i686-pc-linux-gnu"
1111 S["build_os"]="linux-gnu"
1112 S["build_vendor"]="pc"
1113 S["build_cpu"]="i686"
1114 S["build"]="i686-pc-linux-gnu"
1115 S["target_alias"]=""
1116 S["host_alias"]=""
1117 S["build_alias"]=""
1118 S["LIBS"]=" "
1119 S["ECHO_T"]=""
1120 S["ECHO_N"]="-n"
1121 S["ECHO_C"]=""
1122 S["DEFS"]="-DHAVE_CONFIG_H"
1123 S["mandir"]="${datarootdir}/man"
1124 S["localedir"]="${datarootdir}/locale"
1125 S["libdir"]="${exec_prefix}/lib"
1126 S["psdir"]="${docdir}"
1127 S["pdfdir"]="${docdir}"
1128 S["dvidir"]="${docdir}"
1129 S["htmldir"]="${docdir}"
1130 S["infodir"]="${datarootdir}/info"
1131 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1132 S["oldincludedir"]="/usr/include"
1133 S["includedir"]="${prefix}/include"
1134 S["localstatedir"]="${prefix}/var"
1135 S["sharedstatedir"]="${prefix}/com"
1136 S["sysconfdir"]="${prefix}/etc"
1137 S["datadir"]="${datarootdir}"
1138 S["datarootdir"]="${prefix}/share"
1139 S["libexecdir"]="${exec_prefix}/libexec"
1140 S["sbindir"]="${exec_prefix}/sbin"
1141 S["bindir"]="${exec_prefix}/bin"
1142 S["program_transform_name"]="s,x,x,"
1143 S["prefix"]="/home/ham/src_4708/BCM_SDK/6_30_143/src/router/squashfs-4.2"
1144 S["exec_prefix"]="${prefix}"
1145 S["PACKAGE_URL"]="http://tukaani.org/xz/"
1146 S["PACKAGE_BUGREPORT"]="lasse.collin@tukaani.org"
1147 S["PACKAGE_STRING"]="XZ Utils 5.0.3"
1148 S["PACKAGE_VERSION"]="5.0.3"
1149 S["PACKAGE_TARNAME"]="xz"
1150 S["PACKAGE_NAME"]="XZ Utils"
1151 S["PATH_SEPARATOR"]=":"
1152 S["SHELL"]="/bin/sh"
1153 _ACAWK
1154 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1155 for (key in S) S_is_set[key] = 1
1156 FS = "\a"
1160 line = $ 0
1161 nfields = split(line, field, "@")
1162 substed = 0
1163 len = length(field[1])
1164 for (i = 2; i < nfields; i++) {
1165 key = field[i]
1166 keylen = length(key)
1167 if (S_is_set[key]) {
1168 value = S[key]
1169 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1170 len += length(value) + length(field[++i])
1171 substed = 1
1172 } else
1173 len += 1 + keylen
1176 print line
1179 _ACAWK
1180 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1181 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1182 else
1184 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1185 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1186 fi # test -n "$CONFIG_FILES"
1188 # Set up the scripts for CONFIG_HEADERS section.
1189 # No need to generate them if there are no CONFIG_HEADERS.
1190 # This happens for instance with `./config.status Makefile'.
1191 if test -n "$CONFIG_HEADERS"; then
1192 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1193 BEGIN {
1194 D["PACKAGE_NAME"]=" \"XZ Utils\""
1195 D["PACKAGE_TARNAME"]=" \"xz\""
1196 D["PACKAGE_VERSION"]=" \"5.0.3\""
1197 D["PACKAGE_STRING"]=" \"XZ Utils 5.0.3\""
1198 D["PACKAGE_BUGREPORT"]=" \"lasse.collin@tukaani.org\""
1199 D["PACKAGE_URL"]=" \"http://tukaani.org/xz/\""
1200 D["NDEBUG"]=" 1"
1201 D["HAVE_ENCODER_LZMA1"]=" 1"
1202 D["HAVE_ENCODER_LZMA2"]=" 1"
1203 D["HAVE_ENCODER_DELTA"]=" 1"
1204 D["HAVE_ENCODER_X86"]=" 1"
1205 D["HAVE_ENCODER_POWERPC"]=" 1"
1206 D["HAVE_ENCODER_IA64"]=" 1"
1207 D["HAVE_ENCODER_ARM"]=" 1"
1208 D["HAVE_ENCODER_ARMTHUMB"]=" 1"
1209 D["HAVE_ENCODER_SPARC"]=" 1"
1210 D["HAVE_DECODER_LZMA1"]=" 1"
1211 D["HAVE_DECODER_LZMA2"]=" 1"
1212 D["HAVE_DECODER_DELTA"]=" 1"
1213 D["HAVE_DECODER_X86"]=" 1"
1214 D["HAVE_DECODER_POWERPC"]=" 1"
1215 D["HAVE_DECODER_IA64"]=" 1"
1216 D["HAVE_DECODER_ARM"]=" 1"
1217 D["HAVE_DECODER_ARMTHUMB"]=" 1"
1218 D["HAVE_DECODER_SPARC"]=" 1"
1219 D["HAVE_MF_HC3"]=" 1"
1220 D["HAVE_MF_HC4"]=" 1"
1221 D["HAVE_MF_BT2"]=" 1"
1222 D["HAVE_MF_BT3"]=" 1"
1223 D["HAVE_MF_BT4"]=" 1"
1224 D["HAVE_CHECK_CRC32"]=" 1"
1225 D["HAVE_CHECK_CRC64"]=" 1"
1226 D["HAVE_CHECK_SHA256"]=" 1"
1227 D["ASSUME_RAM"]=" 128"
1228 D["PACKAGE"]=" \"xz\""
1229 D["VERSION"]=" \"5.0.3\""
1230 D["STDC_HEADERS"]=" 1"
1231 D["HAVE_SYS_TYPES_H"]=" 1"
1232 D["HAVE_SYS_STAT_H"]=" 1"
1233 D["HAVE_STDLIB_H"]=" 1"
1234 D["HAVE_STRING_H"]=" 1"
1235 D["HAVE_MEMORY_H"]=" 1"
1236 D["HAVE_STRINGS_H"]=" 1"
1237 D["HAVE_INTTYPES_H"]=" 1"
1238 D["HAVE_STDINT_H"]=" 1"
1239 D["HAVE_UNISTD_H"]=" 1"
1240 D["__EXTENSIONS__"]=" 1"
1241 D["_ALL_SOURCE"]=" 1"
1242 D["_GNU_SOURCE"]=" 1"
1243 D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1244 D["_TANDEM_SOURCE"]=" 1"
1245 D["HAVE_PTHREAD"]=" 1"
1246 D["HAVE_DLFCN_H"]=" 1"
1247 D["LT_OBJDIR"]=" \".libs/\""
1248 D["ENABLE_NLS"]=" 1"
1249 D["HAVE_GETTEXT"]=" 1"
1250 D["HAVE_DCGETTEXT"]=" 1"
1251 D["HAVE_FCNTL_H"]=" 1"
1252 D["HAVE_LIMITS_H"]=" 1"
1253 D["HAVE_SYS_TIME_H"]=" 1"
1254 D["HAVE__BOOL"]=" 1"
1255 D["HAVE_STDBOOL_H"]=" 1"
1256 D["HAVE_UINTPTR_T"]=" 1"
1257 D["SIZEOF_SIZE_T"]=" 4"
1258 D["HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC"]=" 1"
1259 D["HAVE_GETOPT_H"]=" 1"
1260 D["HAVE_GETOPT_LONG"]=" 1"
1261 D["HAVE_FUTIMENS"]=" 1"
1262 D["HAVE_DECL_PROGRAM_INVOCATION_NAME"]=" 1"
1263 D["HAVE_BYTESWAP_H"]=" 1"
1264 D["HAVE_BSWAP_16"]=" 1"
1265 D["HAVE_BSWAP_32"]=" 1"
1266 D["HAVE_BSWAP_64"]=" 1"
1267 D["TUKLIB_FAST_UNALIGNED_ACCESS"]=" 1"
1268 D["HAVE_SYS_PARAM_H"]=" 1"
1269 D["TUKLIB_PHYSMEM_SYSCONF"]=" 1"
1270 D["HAVE_SYS_PARAM_H"]=" 1"
1271 D["TUKLIB_CPUCORES_SYSCONF"]=" 1"
1272 D["HAVE_MBRTOWC"]=" 1"
1273 D["HAVE_WCWIDTH"]=" 1"
1274 D["HAVE_VISIBILITY"]=" 1"
1275 for (key in D) D_is_set[key] = 1
1276 FS = "\a"
1278 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1279 line = $ 0
1280 split(line, arg, " ")
1281 if (arg[1] == "#") {
1282 defundef = arg[2]
1283 mac1 = arg[3]
1284 } else {
1285 defundef = substr(arg[1], 2)
1286 mac1 = arg[2]
1288 split(mac1, mac2, "(") #)
1289 macro = mac2[1]
1290 prefix = substr(line, 1, index(line, defundef) - 1)
1291 if (D_is_set[macro]) {
1292 # Preserve the white space surrounding the "#".
1293 print prefix "define", macro P[macro] D[macro]
1294 next
1295 } else {
1296 # Replace #undef with comments. This is necessary, for example,
1297 # in the case of _POSIX_SOURCE, which is predefined and required
1298 # on some systems where configure will not decide to define it.
1299 if (defundef == "undef") {
1300 print "/*", prefix defundef, macro, "*/"
1301 next
1305 { print }
1306 _ACAWK
1307 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1308 fi # test -n "$CONFIG_HEADERS"
1311 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1312 shift
1313 for ac_tag
1315 case $ac_tag in
1316 :[FHLC]) ac_mode=$ac_tag; continue;;
1317 esac
1318 case $ac_mode$ac_tag in
1319 :[FHL]*:*);;
1320 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1321 :[FH]-) ac_tag=-:-;;
1322 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1323 esac
1324 ac_save_IFS=$IFS
1325 IFS=:
1326 set x $ac_tag
1327 IFS=$ac_save_IFS
1328 shift
1329 ac_file=$1
1330 shift
1332 case $ac_mode in
1333 :L) ac_source=$1;;
1334 :[FH])
1335 ac_file_inputs=
1336 for ac_f
1338 case $ac_f in
1339 -) ac_f="$ac_tmp/stdin";;
1340 *) # Look for the file first in the build tree, then in the source tree
1341 # (if the path is not absolute). The absolute path cannot be DOS-style,
1342 # because $ac_f cannot contain `:'.
1343 test -f "$ac_f" ||
1344 case $ac_f in
1345 [\\/$]*) false;;
1346 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1347 esac ||
1348 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1349 esac
1350 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1351 as_fn_append ac_file_inputs " '$ac_f'"
1352 done
1354 # Let's still pretend it is `configure' which instantiates (i.e., don't
1355 # use $as_me), people would be surprised to read:
1356 # /* config.h. Generated by config.status. */
1357 configure_input='Generated from '`
1358 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1359 `' by configure.'
1360 if test x"$ac_file" != x-; then
1361 configure_input="$ac_file. $configure_input"
1362 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1363 $as_echo "$as_me: creating $ac_file" >&6;}
1365 # Neutralize special characters interpreted by sed in replacement strings.
1366 case $configure_input in #(
1367 *\&* | *\|* | *\\* )
1368 ac_sed_conf_input=`$as_echo "$configure_input" |
1369 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1370 *) ac_sed_conf_input=$configure_input;;
1371 esac
1373 case $ac_tag in
1374 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1375 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1376 esac
1378 esac
1380 ac_dir=`$as_dirname -- "$ac_file" ||
1381 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1382 X"$ac_file" : 'X\(//\)[^/]' \| \
1383 X"$ac_file" : 'X\(//\)$' \| \
1384 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1385 $as_echo X"$ac_file" |
1386 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1387 s//\1/
1390 /^X\(\/\/\)[^/].*/{
1391 s//\1/
1394 /^X\(\/\/\)$/{
1395 s//\1/
1398 /^X\(\/\).*/{
1399 s//\1/
1402 s/.*/./; q'`
1403 as_dir="$ac_dir"; as_fn_mkdir_p
1404 ac_builddir=.
1406 case "$ac_dir" in
1407 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1409 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1410 # A ".." for each directory in $ac_dir_suffix.
1411 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1412 case $ac_top_builddir_sub in
1413 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1414 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1415 esac ;;
1416 esac
1417 ac_abs_top_builddir=$ac_pwd
1418 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1419 # for backward compatibility:
1420 ac_top_builddir=$ac_top_build_prefix
1422 case $srcdir in
1423 .) # We are building in place.
1424 ac_srcdir=.
1425 ac_top_srcdir=$ac_top_builddir_sub
1426 ac_abs_top_srcdir=$ac_pwd ;;
1427 [\\/]* | ?:[\\/]* ) # Absolute name.
1428 ac_srcdir=$srcdir$ac_dir_suffix;
1429 ac_top_srcdir=$srcdir
1430 ac_abs_top_srcdir=$srcdir ;;
1431 *) # Relative name.
1432 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1433 ac_top_srcdir=$ac_top_build_prefix$srcdir
1434 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1435 esac
1436 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1439 case $ac_mode in
1442 # CONFIG_FILE
1445 case $INSTALL in
1446 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1447 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1448 esac
1449 ac_MKDIR_P=$MKDIR_P
1450 case $MKDIR_P in
1451 [\\/$]* | ?:[\\/]* ) ;;
1452 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1453 esac
1454 # If the template does not know about datarootdir, expand it.
1455 # FIXME: This hack should be removed a few years after 2.60.
1456 ac_datarootdir_hack=; ac_datarootdir_seen=
1457 ac_sed_dataroot='
1458 /datarootdir/ {
1462 /@datadir@/p
1463 /@docdir@/p
1464 /@infodir@/p
1465 /@localedir@/p
1466 /@mandir@/p'
1467 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1468 *datarootdir*) ac_datarootdir_seen=yes;;
1469 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1471 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1472 ac_datarootdir_hack='
1473 s&@datadir@&${datarootdir}&g
1474 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1475 s&@infodir@&${datarootdir}/info&g
1476 s&@localedir@&${datarootdir}/locale&g
1477 s&@mandir@&${datarootdir}/man&g
1478 s&\${datarootdir}&${prefix}/share&g' ;;
1479 esac
1480 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1482 s///
1483 s/^/:/
1484 s/[ ]*$/:/
1485 s/:\$(srcdir):/:/g
1486 s/:\${srcdir}:/:/g
1487 s/:@srcdir@:/:/g
1488 s/^:*//
1489 s/:*$//
1491 s/\(=[ ]*\).*/\1/
1493 s/\n//
1494 s/^[^=]*=[ ]*$//
1498 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1499 s|@configure_input@|$ac_sed_conf_input|;t t
1500 s&@top_builddir@&$ac_top_builddir_sub&;t t
1501 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1502 s&@srcdir@&$ac_srcdir&;t t
1503 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1504 s&@top_srcdir@&$ac_top_srcdir&;t t
1505 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1506 s&@builddir@&$ac_builddir&;t t
1507 s&@abs_builddir@&$ac_abs_builddir&;t t
1508 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1509 s&@INSTALL@&$ac_INSTALL&;t t
1510 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1511 $ac_datarootdir_hack
1513 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1514 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1516 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1517 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1518 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1519 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1520 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1521 which seems to be undefined. Please make sure it is defined" >&5
1522 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1523 which seems to be undefined. Please make sure it is defined" >&2;}
1525 rm -f "$ac_tmp/stdin"
1526 case $ac_file in
1527 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1528 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1529 esac \
1530 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1534 # CONFIG_HEADER
1536 if test x"$ac_file" != x-; then
1538 $as_echo "/* $configure_input */" \
1539 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1540 } >"$ac_tmp/config.h" \
1541 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1542 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1543 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1544 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1545 else
1546 rm -f "$ac_file"
1547 mv "$ac_tmp/config.h" "$ac_file" \
1548 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1550 else
1551 $as_echo "/* $configure_input */" \
1552 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1553 || as_fn_error $? "could not create -" "$LINENO" 5
1555 # Compute "$ac_file"'s index in $config_headers.
1556 _am_arg="$ac_file"
1557 _am_stamp_count=1
1558 for _am_header in $config_headers :; do
1559 case $_am_header in
1560 $_am_arg | $_am_arg:* )
1561 break ;;
1563 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1564 esac
1565 done
1566 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1567 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1568 X"$_am_arg" : 'X\(//\)[^/]' \| \
1569 X"$_am_arg" : 'X\(//\)$' \| \
1570 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1571 $as_echo X"$_am_arg" |
1572 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1573 s//\1/
1576 /^X\(\/\/\)[^/].*/{
1577 s//\1/
1580 /^X\(\/\/\)$/{
1581 s//\1/
1584 /^X\(\/\).*/{
1585 s//\1/
1588 s/.*/./; q'`/stamp-h$_am_stamp_count
1591 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1592 $as_echo "$as_me: executing $ac_file commands" >&6;}
1594 esac
1597 case $ac_file$ac_mode in
1598 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1599 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1600 # are listed without --file. Let's play safe and only enable the eval
1601 # if we detect the quoting.
1602 case $CONFIG_FILES in
1603 *\'*) eval set x "$CONFIG_FILES" ;;
1604 *) set x $CONFIG_FILES ;;
1605 esac
1606 shift
1607 for mf
1609 # Strip MF so we end up with the name of the file.
1610 mf=`echo "$mf" | sed -e 's/:.*$//'`
1611 # Check whether this is an Automake generated Makefile or not.
1612 # We used to match only the files named `Makefile.in', but
1613 # some people rename them; so instead we look at the file content.
1614 # Grep'ing the first line is not enough: some people post-process
1615 # each Makefile.in and add a new line on top of each file to say so.
1616 # Grep'ing the whole file is not good either: AIX grep has a line
1617 # limit of 2048, but all sed's we know have understand at least 4000.
1618 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1619 dirpart=`$as_dirname -- "$mf" ||
1620 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1621 X"$mf" : 'X\(//\)[^/]' \| \
1622 X"$mf" : 'X\(//\)$' \| \
1623 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1624 $as_echo X"$mf" |
1625 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1626 s//\1/
1629 /^X\(\/\/\)[^/].*/{
1630 s//\1/
1633 /^X\(\/\/\)$/{
1634 s//\1/
1637 /^X\(\/\).*/{
1638 s//\1/
1641 s/.*/./; q'`
1642 else
1643 continue
1645 # Extract the definition of DEPDIR, am__include, and am__quote
1646 # from the Makefile without running `make'.
1647 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1648 test -z "$DEPDIR" && continue
1649 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1650 test -z "am__include" && continue
1651 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1652 # When using ansi2knr, U may be empty or an underscore; expand it
1653 U=`sed -n 's/^U = //p' < "$mf"`
1654 # Find all dependency output files, they are included files with
1655 # $(DEPDIR) in their names. We invoke sed twice because it is the
1656 # simplest approach to changing $(DEPDIR) to its actual value in the
1657 # expansion.
1658 for file in `sed -n "
1659 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1660 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1661 # Make sure the directory exists.
1662 test -f "$dirpart/$file" && continue
1663 fdir=`$as_dirname -- "$file" ||
1664 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1665 X"$file" : 'X\(//\)[^/]' \| \
1666 X"$file" : 'X\(//\)$' \| \
1667 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1668 $as_echo X"$file" |
1669 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1670 s//\1/
1673 /^X\(\/\/\)[^/].*/{
1674 s//\1/
1677 /^X\(\/\/\)$/{
1678 s//\1/
1681 /^X\(\/\).*/{
1682 s//\1/
1685 s/.*/./; q'`
1686 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1687 # echo "creating $dirpart/$file"
1688 echo '# dummy' > "$dirpart/$file"
1689 done
1690 done
1693 "libtool":C)
1695 # See if we are running on zsh, and set the options which allow our
1696 # commands through without removal of \ escapes.
1697 if test -n "${ZSH_VERSION+set}" ; then
1698 setopt NO_GLOB_SUBST
1701 cfgfile="${ofile}T"
1702 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1703 $RM "$cfgfile"
1705 cat <<_LT_EOF >> "$cfgfile"
1706 #! $SHELL
1708 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1709 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1710 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1711 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1713 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1714 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1715 # Inc.
1716 # Written by Gordon Matzigkeit, 1996
1718 # This file is part of GNU Libtool.
1720 # GNU Libtool is free software; you can redistribute it and/or
1721 # modify it under the terms of the GNU General Public License as
1722 # published by the Free Software Foundation; either version 2 of
1723 # the License, or (at your option) any later version.
1725 # As a special exception to the GNU General Public License,
1726 # if you distribute this file as part of a program or library that
1727 # is built using GNU Libtool, you may include this file under the
1728 # same distribution terms that you use for the rest of that program.
1730 # GNU Libtool is distributed in the hope that it will be useful,
1731 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1732 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1733 # GNU General Public License for more details.
1735 # You should have received a copy of the GNU General Public License
1736 # along with GNU Libtool; see the file COPYING. If not, a copy
1737 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1738 # obtained by writing to the Free Software Foundation, Inc.,
1739 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1742 # The names of the tagged configurations supported by this script.
1743 available_tags="RC "
1745 # ### BEGIN LIBTOOL CONFIG
1747 # Which release of libtool.m4 was used?
1748 macro_version=$macro_version
1749 macro_revision=$macro_revision
1751 # Assembler program.
1752 AS=$lt_AS
1754 # DLL creation program.
1755 DLLTOOL=$lt_DLLTOOL
1757 # Object dumper program.
1758 OBJDUMP=$lt_OBJDUMP
1760 # Whether or not to build shared libraries.
1761 build_libtool_libs=$enable_shared
1763 # Whether or not to build static libraries.
1764 build_old_libs=$enable_static
1766 # What type of objects to build.
1767 pic_mode=$pic_mode
1769 # Whether or not to optimize for fast installation.
1770 fast_install=$enable_fast_install
1772 # Shell to use when invoking shell scripts.
1773 SHELL=$lt_SHELL
1775 # An echo program that protects backslashes.
1776 ECHO=$lt_ECHO
1778 # The host system.
1779 host_alias=$host_alias
1780 host=$host
1781 host_os=$host_os
1783 # The build system.
1784 build_alias=$build_alias
1785 build=$build
1786 build_os=$build_os
1788 # A sed program that does not truncate output.
1789 SED=$lt_SED
1791 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1792 Xsed="\$SED -e 1s/^X//"
1794 # A grep program that handles long lines.
1795 GREP=$lt_GREP
1797 # An ERE matcher.
1798 EGREP=$lt_EGREP
1800 # A literal string matcher.
1801 FGREP=$lt_FGREP
1803 # A BSD- or MS-compatible name lister.
1804 NM=$lt_NM
1806 # Whether we need soft or hard links.
1807 LN_S=$lt_LN_S
1809 # What is the maximum length of a command?
1810 max_cmd_len=$max_cmd_len
1812 # Object file suffix (normally "o").
1813 objext=$ac_objext
1815 # Executable file suffix (normally "").
1816 exeext=$exeext
1818 # whether the shell understands "unset".
1819 lt_unset=$lt_unset
1821 # turn spaces into newlines.
1822 SP2NL=$lt_lt_SP2NL
1824 # turn newlines into spaces.
1825 NL2SP=$lt_lt_NL2SP
1827 # convert \$build file names to \$host format.
1828 to_host_file_cmd=$lt_cv_to_host_file_cmd
1830 # convert \$build files to toolchain format.
1831 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1833 # Method to check whether dependent libraries are shared objects.
1834 deplibs_check_method=$lt_deplibs_check_method
1836 # Command to use when deplibs_check_method = "file_magic".
1837 file_magic_cmd=$lt_file_magic_cmd
1839 # How to find potential files when deplibs_check_method = "file_magic".
1840 file_magic_glob=$lt_file_magic_glob
1842 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1843 want_nocaseglob=$lt_want_nocaseglob
1845 # Command to associate shared and link libraries.
1846 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1848 # The archiver.
1849 AR=$lt_AR
1851 # Flags to create an archive.
1852 AR_FLAGS=$lt_AR_FLAGS
1854 # How to feed a file listing to the archiver.
1855 archiver_list_spec=$lt_archiver_list_spec
1857 # A symbol stripping program.
1858 STRIP=$lt_STRIP
1860 # Commands used to install an old-style archive.
1861 RANLIB=$lt_RANLIB
1862 old_postinstall_cmds=$lt_old_postinstall_cmds
1863 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1865 # Whether to use a lock for old archive extraction.
1866 lock_old_archive_extraction=$lock_old_archive_extraction
1868 # A C compiler.
1869 LTCC=$lt_CC
1871 # LTCC compiler flags.
1872 LTCFLAGS=$lt_CFLAGS
1874 # Take the output of nm and produce a listing of raw symbols and C names.
1875 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1877 # Transform the output of nm in a proper C declaration.
1878 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1880 # Transform the output of nm in a C name address pair.
1881 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1883 # Transform the output of nm in a C name address pair when lib prefix is needed.
1884 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1886 # Specify filename containing input files for \$NM.
1887 nm_file_list_spec=$lt_nm_file_list_spec
1889 # The root where to search for dependent libraries,and in which our libraries should be installed.
1890 lt_sysroot=$lt_sysroot
1892 # The name of the directory that contains temporary libtool files.
1893 objdir=$objdir
1895 # Used to examine libraries when file_magic_cmd begins with "file".
1896 MAGIC_CMD=$MAGIC_CMD
1898 # Must we lock files when doing compilation?
1899 need_locks=$lt_need_locks
1901 # Manifest tool.
1902 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1904 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1905 DSYMUTIL=$lt_DSYMUTIL
1907 # Tool to change global to local symbols on Mac OS X.
1908 NMEDIT=$lt_NMEDIT
1910 # Tool to manipulate fat objects and archives on Mac OS X.
1911 LIPO=$lt_LIPO
1913 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1914 OTOOL=$lt_OTOOL
1916 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1917 OTOOL64=$lt_OTOOL64
1919 # Old archive suffix (normally "a").
1920 libext=$libext
1922 # Shared library suffix (normally ".so").
1923 shrext_cmds=$lt_shrext_cmds
1925 # The commands to extract the exported symbol list from a shared archive.
1926 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1928 # Variables whose values should be saved in libtool wrapper scripts and
1929 # restored at link time.
1930 variables_saved_for_relink=$lt_variables_saved_for_relink
1932 # Do we need the "lib" prefix for modules?
1933 need_lib_prefix=$need_lib_prefix
1935 # Do we need a version for libraries?
1936 need_version=$need_version
1938 # Library versioning type.
1939 version_type=$version_type
1941 # Shared library runtime path variable.
1942 runpath_var=$runpath_var
1944 # Shared library path variable.
1945 shlibpath_var=$shlibpath_var
1947 # Is shlibpath searched before the hard-coded library search path?
1948 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1950 # Format of library name prefix.
1951 libname_spec=$lt_libname_spec
1953 # List of archive names. First name is the real one, the rest are links.
1954 # The last name is the one that the linker finds with -lNAME
1955 library_names_spec=$lt_library_names_spec
1957 # The coded name of the library, if different from the real name.
1958 soname_spec=$lt_soname_spec
1960 # Permission mode override for installation of shared libraries.
1961 install_override_mode=$lt_install_override_mode
1963 # Command to use after installation of a shared archive.
1964 postinstall_cmds=$lt_postinstall_cmds
1966 # Command to use after uninstallation of a shared archive.
1967 postuninstall_cmds=$lt_postuninstall_cmds
1969 # Commands used to finish a libtool library installation in a directory.
1970 finish_cmds=$lt_finish_cmds
1972 # As "finish_cmds", except a single script fragment to be evaled but
1973 # not shown.
1974 finish_eval=$lt_finish_eval
1976 # Whether we should hardcode library paths into libraries.
1977 hardcode_into_libs=$hardcode_into_libs
1979 # Compile-time system search path for libraries.
1980 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1982 # Run-time system search path for libraries.
1983 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1985 # Whether dlopen is supported.
1986 dlopen_support=$enable_dlopen
1988 # Whether dlopen of programs is supported.
1989 dlopen_self=$enable_dlopen_self
1991 # Whether dlopen of statically linked programs is supported.
1992 dlopen_self_static=$enable_dlopen_self_static
1994 # Commands to strip libraries.
1995 old_striplib=$lt_old_striplib
1996 striplib=$lt_striplib
1999 # The linker used to build libraries.
2000 LD=$lt_LD
2002 # How to create reloadable object files.
2003 reload_flag=$lt_reload_flag
2004 reload_cmds=$lt_reload_cmds
2006 # Commands used to build an old-style archive.
2007 old_archive_cmds=$lt_old_archive_cmds
2009 # A language specific compiler.
2010 CC=$lt_compiler
2012 # Is the compiler the GNU compiler?
2013 with_gcc=$GCC
2015 # Compiler flag to turn off builtin functions.
2016 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2018 # Additional compiler flags for building library objects.
2019 pic_flag=$lt_lt_prog_compiler_pic
2021 # How to pass a linker flag through the compiler.
2022 wl=$lt_lt_prog_compiler_wl
2024 # Compiler flag to prevent dynamic linking.
2025 link_static_flag=$lt_lt_prog_compiler_static
2027 # Does compiler simultaneously support -c and -o options?
2028 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2030 # Whether or not to add -lc for building shared libraries.
2031 build_libtool_need_lc=$archive_cmds_need_lc
2033 # Whether or not to disallow shared libs when runtime libs are static.
2034 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2036 # Compiler flag to allow reflexive dlopens.
2037 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2039 # Compiler flag to generate shared objects directly from archives.
2040 whole_archive_flag_spec=$lt_whole_archive_flag_spec
2042 # Whether the compiler copes with passing no objects directly.
2043 compiler_needs_object=$lt_compiler_needs_object
2045 # Create an old-style archive from a shared archive.
2046 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2048 # Create a temporary old-style archive to link instead of a shared archive.
2049 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2051 # Commands used to build a shared archive.
2052 archive_cmds=$lt_archive_cmds
2053 archive_expsym_cmds=$lt_archive_expsym_cmds
2055 # Commands used to build a loadable module if different from building
2056 # a shared archive.
2057 module_cmds=$lt_module_cmds
2058 module_expsym_cmds=$lt_module_expsym_cmds
2060 # Whether we are building with GNU ld or not.
2061 with_gnu_ld=$lt_with_gnu_ld
2063 # Flag that allows shared libraries with undefined symbols to be built.
2064 allow_undefined_flag=$lt_allow_undefined_flag
2066 # Flag that enforces no undefined symbols.
2067 no_undefined_flag=$lt_no_undefined_flag
2069 # Flag to hardcode \$libdir into a binary during linking.
2070 # This must work even if \$libdir does not exist
2071 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2073 # If ld is used when linking, flag to hardcode \$libdir into a binary
2074 # during linking. This must work even if \$libdir does not exist.
2075 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
2077 # Whether we need a single "-rpath" flag with a separated argument.
2078 hardcode_libdir_separator=$lt_hardcode_libdir_separator
2080 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2081 # DIR into the resulting binary.
2082 hardcode_direct=$hardcode_direct
2084 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2085 # DIR into the resulting binary and the resulting library dependency is
2086 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2087 # library is relocated.
2088 hardcode_direct_absolute=$hardcode_direct_absolute
2090 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2091 # into the resulting binary.
2092 hardcode_minus_L=$hardcode_minus_L
2094 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2095 # into the resulting binary.
2096 hardcode_shlibpath_var=$hardcode_shlibpath_var
2098 # Set to "yes" if building a shared library automatically hardcodes DIR
2099 # into the library and all subsequent libraries and executables linked
2100 # against it.
2101 hardcode_automatic=$hardcode_automatic
2103 # Set to yes if linker adds runtime paths of dependent libraries
2104 # to runtime path list.
2105 inherit_rpath=$inherit_rpath
2107 # Whether libtool must link a program against all its dependency libraries.
2108 link_all_deplibs=$link_all_deplibs
2110 # Set to "yes" if exported symbols are required.
2111 always_export_symbols=$always_export_symbols
2113 # The commands to list exported symbols.
2114 export_symbols_cmds=$lt_export_symbols_cmds
2116 # Symbols that should not be listed in the preloaded symbols.
2117 exclude_expsyms=$lt_exclude_expsyms
2119 # Symbols that must always be exported.
2120 include_expsyms=$lt_include_expsyms
2122 # Commands necessary for linking programs (against libraries) with templates.
2123 prelink_cmds=$lt_prelink_cmds
2125 # Commands necessary for finishing linking programs.
2126 postlink_cmds=$lt_postlink_cmds
2128 # Specify filename containing input files.
2129 file_list_spec=$lt_file_list_spec
2131 # How to hardcode a shared library path into an executable.
2132 hardcode_action=$hardcode_action
2134 # ### END LIBTOOL CONFIG
2136 _LT_EOF
2138 case $host_os in
2139 aix3*)
2140 cat <<\_LT_EOF >> "$cfgfile"
2141 # AIX sometimes has problems with the GCC collect2 program. For some
2142 # reason, if we set the COLLECT_NAMES environment variable, the problems
2143 # vanish in a puff of smoke.
2144 if test "X${COLLECT_NAMES+set}" != Xset; then
2145 COLLECT_NAMES=
2146 export COLLECT_NAMES
2148 _LT_EOF
2150 esac
2153 ltmain="$ac_aux_dir/ltmain.sh"
2156 # We use sed instead of cat because bash on DJGPP gets confused if
2157 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2158 # text mode, it properly converts lines to CR/LF. This bash problem
2159 # is reportedly fixed, but why not run on old versions too?
2160 sed '$q' "$ltmain" >> "$cfgfile" \
2161 || (rm -f "$cfgfile"; exit 1)
2163 if test x"$xsi_shell" = xyes; then
2164 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2165 func_dirname ()\
2167 \ case ${1} in\
2168 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2169 \ * ) func_dirname_result="${3}" ;;\
2170 \ esac\
2171 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2172 && mv -f "$cfgfile.tmp" "$cfgfile" \
2173 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2174 test 0 -eq $? || _lt_function_replace_fail=:
2177 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2178 func_basename ()\
2180 \ func_basename_result="${1##*/}"\
2181 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2182 && mv -f "$cfgfile.tmp" "$cfgfile" \
2183 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2184 test 0 -eq $? || _lt_function_replace_fail=:
2187 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2188 func_dirname_and_basename ()\
2190 \ case ${1} in\
2191 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2192 \ * ) func_dirname_result="${3}" ;;\
2193 \ esac\
2194 \ func_basename_result="${1##*/}"\
2195 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2196 && mv -f "$cfgfile.tmp" "$cfgfile" \
2197 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2198 test 0 -eq $? || _lt_function_replace_fail=:
2201 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2202 func_stripname ()\
2204 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2205 \ # positional parameters, so assign one to ordinary parameter first.\
2206 \ func_stripname_result=${3}\
2207 \ func_stripname_result=${func_stripname_result#"${1}"}\
2208 \ func_stripname_result=${func_stripname_result%"${2}"}\
2209 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2210 && mv -f "$cfgfile.tmp" "$cfgfile" \
2211 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2212 test 0 -eq $? || _lt_function_replace_fail=:
2215 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2216 func_split_long_opt ()\
2218 \ func_split_long_opt_name=${1%%=*}\
2219 \ func_split_long_opt_arg=${1#*=}\
2220 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2221 && mv -f "$cfgfile.tmp" "$cfgfile" \
2222 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2223 test 0 -eq $? || _lt_function_replace_fail=:
2226 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2227 func_split_short_opt ()\
2229 \ func_split_short_opt_arg=${1#??}\
2230 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2231 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2232 && mv -f "$cfgfile.tmp" "$cfgfile" \
2233 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2234 test 0 -eq $? || _lt_function_replace_fail=:
2237 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2238 func_lo2o ()\
2240 \ case ${1} in\
2241 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2242 \ *) func_lo2o_result=${1} ;;\
2243 \ esac\
2244 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2245 && mv -f "$cfgfile.tmp" "$cfgfile" \
2246 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2247 test 0 -eq $? || _lt_function_replace_fail=:
2250 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2251 func_xform ()\
2253 func_xform_result=${1%.*}.lo\
2254 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2255 && mv -f "$cfgfile.tmp" "$cfgfile" \
2256 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2257 test 0 -eq $? || _lt_function_replace_fail=:
2260 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2261 func_arith ()\
2263 func_arith_result=$(( $* ))\
2264 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2265 && mv -f "$cfgfile.tmp" "$cfgfile" \
2266 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2267 test 0 -eq $? || _lt_function_replace_fail=:
2270 sed -e '/^func_len ()$/,/^} # func_len /c\
2271 func_len ()\
2273 func_len_result=${#1}\
2274 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2275 && mv -f "$cfgfile.tmp" "$cfgfile" \
2276 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2277 test 0 -eq $? || _lt_function_replace_fail=:
2281 if test x"$lt_shell_append" = xyes; then
2282 sed -e '/^func_append ()$/,/^} # func_append /c\
2283 func_append ()\
2285 eval "${1}+=\\${2}"\
2286 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2287 && mv -f "$cfgfile.tmp" "$cfgfile" \
2288 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2289 test 0 -eq $? || _lt_function_replace_fail=:
2292 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2293 func_append_quoted ()\
2295 \ func_quote_for_eval "${2}"\
2296 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2297 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2298 && mv -f "$cfgfile.tmp" "$cfgfile" \
2299 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2300 test 0 -eq $? || _lt_function_replace_fail=:
2303 # Save a `func_append' function call where possible by direct use of '+='
2304 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2305 && mv -f "$cfgfile.tmp" "$cfgfile" \
2306 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2307 test 0 -eq $? || _lt_function_replace_fail=:
2308 else
2309 # Save a `func_append' function call even when '+=' is not available
2310 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2311 && mv -f "$cfgfile.tmp" "$cfgfile" \
2312 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2313 test 0 -eq $? || _lt_function_replace_fail=:
2316 if test x"$_lt_function_replace_fail" = x":"; then
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2318 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2322 mv -f "$cfgfile" "$ofile" ||
2323 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2324 chmod +x "$ofile"
2327 cat <<_LT_EOF >> "$ofile"
2329 # ### BEGIN LIBTOOL TAG CONFIG: RC
2331 # The linker used to build libraries.
2332 LD=$lt_LD_RC
2334 # How to create reloadable object files.
2335 reload_flag=$lt_reload_flag_RC
2336 reload_cmds=$lt_reload_cmds_RC
2338 # Commands used to build an old-style archive.
2339 old_archive_cmds=$lt_old_archive_cmds_RC
2341 # A language specific compiler.
2342 CC=$lt_compiler_RC
2344 # Is the compiler the GNU compiler?
2345 with_gcc=$GCC_RC
2347 # Compiler flag to turn off builtin functions.
2348 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
2350 # Additional compiler flags for building library objects.
2351 pic_flag=$lt_lt_prog_compiler_pic_RC
2353 # How to pass a linker flag through the compiler.
2354 wl=$lt_lt_prog_compiler_wl_RC
2356 # Compiler flag to prevent dynamic linking.
2357 link_static_flag=$lt_lt_prog_compiler_static_RC
2359 # Does compiler simultaneously support -c and -o options?
2360 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
2362 # Whether or not to add -lc for building shared libraries.
2363 build_libtool_need_lc=$archive_cmds_need_lc_RC
2365 # Whether or not to disallow shared libs when runtime libs are static.
2366 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
2368 # Compiler flag to allow reflexive dlopens.
2369 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
2371 # Compiler flag to generate shared objects directly from archives.
2372 whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
2374 # Whether the compiler copes with passing no objects directly.
2375 compiler_needs_object=$lt_compiler_needs_object_RC
2377 # Create an old-style archive from a shared archive.
2378 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
2380 # Create a temporary old-style archive to link instead of a shared archive.
2381 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
2383 # Commands used to build a shared archive.
2384 archive_cmds=$lt_archive_cmds_RC
2385 archive_expsym_cmds=$lt_archive_expsym_cmds_RC
2387 # Commands used to build a loadable module if different from building
2388 # a shared archive.
2389 module_cmds=$lt_module_cmds_RC
2390 module_expsym_cmds=$lt_module_expsym_cmds_RC
2392 # Whether we are building with GNU ld or not.
2393 with_gnu_ld=$lt_with_gnu_ld_RC
2395 # Flag that allows shared libraries with undefined symbols to be built.
2396 allow_undefined_flag=$lt_allow_undefined_flag_RC
2398 # Flag that enforces no undefined symbols.
2399 no_undefined_flag=$lt_no_undefined_flag_RC
2401 # Flag to hardcode \$libdir into a binary during linking.
2402 # This must work even if \$libdir does not exist
2403 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
2405 # If ld is used when linking, flag to hardcode \$libdir into a binary
2406 # during linking. This must work even if \$libdir does not exist.
2407 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
2409 # Whether we need a single "-rpath" flag with a separated argument.
2410 hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
2412 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2413 # DIR into the resulting binary.
2414 hardcode_direct=$hardcode_direct_RC
2416 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2417 # DIR into the resulting binary and the resulting library dependency is
2418 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2419 # library is relocated.
2420 hardcode_direct_absolute=$hardcode_direct_absolute_RC
2422 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2423 # into the resulting binary.
2424 hardcode_minus_L=$hardcode_minus_L_RC
2426 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2427 # into the resulting binary.
2428 hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
2430 # Set to "yes" if building a shared library automatically hardcodes DIR
2431 # into the library and all subsequent libraries and executables linked
2432 # against it.
2433 hardcode_automatic=$hardcode_automatic_RC
2435 # Set to yes if linker adds runtime paths of dependent libraries
2436 # to runtime path list.
2437 inherit_rpath=$inherit_rpath_RC
2439 # Whether libtool must link a program against all its dependency libraries.
2440 link_all_deplibs=$link_all_deplibs_RC
2442 # Set to "yes" if exported symbols are required.
2443 always_export_symbols=$always_export_symbols_RC
2445 # The commands to list exported symbols.
2446 export_symbols_cmds=$lt_export_symbols_cmds_RC
2448 # Symbols that should not be listed in the preloaded symbols.
2449 exclude_expsyms=$lt_exclude_expsyms_RC
2451 # Symbols that must always be exported.
2452 include_expsyms=$lt_include_expsyms_RC
2454 # Commands necessary for linking programs (against libraries) with templates.
2455 prelink_cmds=$lt_prelink_cmds_RC
2457 # Commands necessary for finishing linking programs.
2458 postlink_cmds=$lt_postlink_cmds_RC
2460 # Specify filename containing input files.
2461 file_list_spec=$lt_file_list_spec_RC
2463 # How to hardcode a shared library path into an executable.
2464 hardcode_action=$hardcode_action_RC
2466 # ### END LIBTOOL TAG CONFIG: RC
2467 _LT_EOF
2470 "po-directories":C)
2471 for ac_file in $CONFIG_FILES; do
2472 # Support "outfile[:infile[:infile...]]"
2473 case "$ac_file" in
2474 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2475 esac
2476 # PO directories have a Makefile.in generated from Makefile.in.in.
2477 case "$ac_file" in */Makefile.in)
2478 # Adjust a relative srcdir.
2479 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
2480 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
2481 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
2482 # In autoconf-2.13 it is called $ac_given_srcdir.
2483 # In autoconf-2.50 it is called $srcdir.
2484 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
2485 case "$ac_given_srcdir" in
2486 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
2487 /*) top_srcdir="$ac_given_srcdir" ;;
2488 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
2489 esac
2490 # Treat a directory as a PO directory if and only if it has a
2491 # POTFILES.in file. This allows packages to have multiple PO
2492 # directories under different names or in different locations.
2493 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
2494 rm -f "$ac_dir/POTFILES"
2495 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
2496 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
2497 POMAKEFILEDEPS="POTFILES.in"
2498 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
2499 # on $ac_dir but don't depend on user-specified configuration
2500 # parameters.
2501 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
2502 # The LINGUAS file contains the set of available languages.
2503 if test -n "$OBSOLETE_ALL_LINGUAS"; then
2504 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
2506 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
2507 # Hide the ALL_LINGUAS assigment from automake < 1.5.
2508 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
2509 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
2510 else
2511 # The set of available languages was given in configure.in.
2512 # Hide the ALL_LINGUAS assigment from automake < 1.5.
2513 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
2515 # Compute POFILES
2516 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
2517 # Compute UPDATEPOFILES
2518 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
2519 # Compute DUMMYPOFILES
2520 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
2521 # Compute GMOFILES
2522 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
2523 case "$ac_given_srcdir" in
2524 .) srcdirpre= ;;
2525 *) srcdirpre='$(srcdir)/' ;;
2526 esac
2527 POFILES=
2528 UPDATEPOFILES=
2529 DUMMYPOFILES=
2530 GMOFILES=
2531 for lang in $ALL_LINGUAS; do
2532 POFILES="$POFILES $srcdirpre$lang.po"
2533 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
2534 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
2535 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
2536 done
2537 # CATALOGS depends on both $ac_dir and the user's LINGUAS
2538 # environment variable.
2539 INST_LINGUAS=
2540 if test -n "$ALL_LINGUAS"; then
2541 for presentlang in $ALL_LINGUAS; do
2542 useit=no
2543 if test "%UNSET%" != "$LINGUAS"; then
2544 desiredlanguages="$LINGUAS"
2545 else
2546 desiredlanguages="$ALL_LINGUAS"
2548 for desiredlang in $desiredlanguages; do
2549 # Use the presentlang catalog if desiredlang is
2550 # a. equal to presentlang, or
2551 # b. a variant of presentlang (because in this case,
2552 # presentlang can be used as a fallback for messages
2553 # which are not translated in the desiredlang catalog).
2554 case "$desiredlang" in
2555 "$presentlang"*) useit=yes;;
2556 esac
2557 done
2558 if test $useit = yes; then
2559 INST_LINGUAS="$INST_LINGUAS $presentlang"
2561 done
2563 CATALOGS=
2564 if test -n "$INST_LINGUAS"; then
2565 for lang in $INST_LINGUAS; do
2566 CATALOGS="$CATALOGS $lang.gmo"
2567 done
2569 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2570 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
2571 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
2572 if test -f "$f"; then
2573 case "$f" in
2574 *.orig | *.bak | *~) ;;
2575 *) cat "$f" >> "$ac_dir/Makefile" ;;
2576 esac
2578 done
2581 esac
2582 done ;;
2584 esac
2585 done # for ac_tag
2588 as_fn_exit 0