Clean and tiddy-up files.
[tomato.git] / release / src / router / lzo / config.status
blob79fbd2d2cb4ba230c81c223d0500ba9c802ffce9
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 LZO $as_me 2.06, 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"
408 config_headers=" config.h:config.hin"
409 config_commands=" depfiles libtool"
411 ac_cs_usage="\
412 \`$as_me' instantiates files and other configuration actions
413 from templates according to the current configuration. Unless the files
414 and actions are specified as TAGs, all are instantiated by default.
416 Usage: $0 [OPTION]... [TAG]...
418 -h, --help print this help, then exit
419 -V, --version print version number and configuration settings, then exit
420 --config print configuration, then exit
421 -q, --quiet, --silent
422 do not print progress messages
423 -d, --debug don't remove temporary files
424 --recheck update $as_me by reconfiguring in the same conditions
425 --file=FILE[:TEMPLATE]
426 instantiate the configuration file FILE
427 --header=FILE[:TEMPLATE]
428 instantiate the configuration header FILE
430 Configuration files:
431 $config_files
433 Configuration headers:
434 $config_headers
436 Configuration commands:
437 $config_commands
439 Report bugs to <markus@oberhumer.com>.
440 LZO home page: <http://www.oberhumer.com/opensource/lzo/>."
442 ac_cs_config="'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--enable-shared' '--enable-static' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 '"
443 ac_cs_version="\
444 LZO config.status 2.06
445 configured by ./configure, generated by GNU Autoconf 2.67,
446 with options \"$ac_cs_config\"
448 Copyright (C) 2010 Free Software Foundation, Inc.
449 This config.status script is free software; the Free Software Foundation
450 gives unlimited permission to copy, distribute and modify it."
452 ac_pwd='/home/vicente/tomato/release/src/router/lzo'
453 srcdir='.'
454 INSTALL='/usr/bin/install -c'
455 MKDIR_P='/bin/mkdir -p'
456 AWK='gawk'
457 test -n "$AWK" || AWK=awk
458 # The default lists apply if the user does not specify any file.
459 ac_need_defaults=:
460 while test $# != 0
462 case $1 in
463 --*=?*)
464 ac_option=`expr "X$1" : 'X\([^=]*\)='`
465 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
466 ac_shift=:
468 --*=)
469 ac_option=`expr "X$1" : 'X\([^=]*\)='`
470 ac_optarg=
471 ac_shift=:
474 ac_option=$1
475 ac_optarg=$2
476 ac_shift=shift
478 esac
480 case $ac_option in
481 # Handling of the options.
482 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
483 ac_cs_recheck=: ;;
484 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
485 $as_echo "$ac_cs_version"; exit ;;
486 --config | --confi | --conf | --con | --co | --c )
487 $as_echo "$ac_cs_config"; exit ;;
488 --debug | --debu | --deb | --de | --d | -d )
489 debug=: ;;
490 --file | --fil | --fi | --f )
491 $ac_shift
492 case $ac_optarg in
493 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
494 '') as_fn_error $? "missing file argument" ;;
495 esac
496 as_fn_append CONFIG_FILES " '$ac_optarg'"
497 ac_need_defaults=false;;
498 --header | --heade | --head | --hea )
499 $ac_shift
500 case $ac_optarg in
501 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
502 esac
503 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
504 ac_need_defaults=false;;
505 --he | --h)
506 # Conflict between --help and --header
507 as_fn_error $? "ambiguous option: \`$1'
508 Try \`$0 --help' for more information.";;
509 --help | --hel | -h )
510 $as_echo "$ac_cs_usage"; exit ;;
511 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
512 | -silent | --silent | --silen | --sile | --sil | --si | --s)
513 ac_cs_silent=: ;;
515 # This is an error.
516 -*) as_fn_error $? "unrecognized option: \`$1'
517 Try \`$0 --help' for more information." ;;
519 *) as_fn_append ac_config_targets " $1"
520 ac_need_defaults=false ;;
522 esac
523 shift
524 done
526 ac_configure_extra_args=
528 if $ac_cs_silent; then
529 exec 6>/dev/null
530 ac_configure_extra_args="$ac_configure_extra_args --silent"
533 if $ac_cs_recheck; then
534 set X '/bin/sh' './configure' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--enable-shared' '--enable-static' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 ' $ac_configure_extra_args --no-create --no-recursion
535 shift
536 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
537 CONFIG_SHELL='/bin/sh'
538 export CONFIG_SHELL
539 exec "$@"
542 exec 5>>config.log
544 echo
545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
546 ## Running $as_me. ##
547 _ASBOX
548 $as_echo "$ac_log"
549 } >&5
552 # INIT-COMMANDS
554 AMDEP_TRUE="" ac_aux_dir="autoconf"
557 # The HP-UX ksh and POSIX shell print the target directory to stdout
558 # if CDPATH is set.
559 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
561 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
562 double_quote_subst='s/\(["`\\]\)/\\\1/g'
563 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
564 enable_static='yes'
565 enable_shared='yes'
566 macro_version='2.2.10'
567 macro_revision='1.3175'
568 pic_mode='default'
569 enable_fast_install='yes'
570 SHELL='/bin/sh'
571 ECHO='printf %s\n'
572 host_alias='mipsel-linux'
573 host='mipsel-unknown-linux-gnu'
574 host_os='linux-gnu'
575 build_alias='x86_64-linux-gnu'
576 build='x86_64-pc-linux-gnu'
577 build_os='linux-gnu'
578 SED='/bin/sed'
579 Xsed='/bin/sed -e 1s/^X//'
580 GREP='/bin/grep'
581 EGREP='/bin/grep -E'
582 FGREP='/bin/grep -F'
583 LD='mipsel-uclibc-ld'
584 NM='mipsel-uclibc-nm'
585 LN_S='ln -s'
586 max_cmd_len='3458764513820540925'
587 ac_objext='o'
588 exeext=''
589 lt_unset='unset'
590 lt_SP2NL='tr \040 \012'
591 lt_NL2SP='tr \015\012 \040\040'
592 reload_flag=' -r'
593 reload_cmds='$LD$reload_flag -o $output$reload_objs'
594 OBJDUMP='mipsel-linux-objdump'
595 deplibs_check_method='pass_all'
596 file_magic_cmd='$MAGIC_CMD'
597 AR='mipsel-uclibc-ar'
598 AR_FLAGS='cru'
599 STRIP='mipsel-uclibc-strip -R .note -R .comment'
600 RANLIB='mipsel-uclibc-ranlib'
601 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
602 old_postuninstall_cmds=''
603 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
604 lock_old_archive_extraction='no'
605 CC='mipsel-uclibc-gcc'
606 CFLAGS='-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 '
607 compiler='mipsel-uclibc-gcc'
608 GCC='yes'
609 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
610 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
611 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
612 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'\'''
613 objdir='.libs'
614 MAGIC_CMD='file'
615 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
616 lt_prog_compiler_wl='-Wl,'
617 lt_prog_compiler_pic=' -fPIC -DPIC'
618 lt_prog_compiler_static='-static'
619 lt_cv_prog_compiler_c_o='yes'
620 need_locks='no'
621 DSYMUTIL=''
622 NMEDIT=''
623 LIPO=''
624 OTOOL=''
625 OTOOL64=''
626 libext='a'
627 shrext_cmds='.so'
628 extract_expsyms_cmds=''
629 archive_cmds_need_lc='no'
630 enable_shared_with_static_runtimes='no'
631 export_dynamic_flag_spec='${wl}--export-dynamic'
632 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
633 compiler_needs_object='no'
634 old_archive_from_new_cmds=''
635 old_archive_from_expsyms_cmds=''
636 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
637 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
638 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
639 echo "local: *; };" >> $output_objdir/$libname.ver~
640 $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
641 module_cmds=''
642 module_expsym_cmds=''
643 with_gnu_ld='yes'
644 allow_undefined_flag=''
645 no_undefined_flag=''
646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
647 hardcode_libdir_flag_spec_ld=''
648 hardcode_libdir_separator=''
649 hardcode_direct='no'
650 hardcode_direct_absolute='no'
651 hardcode_minus_L='no'
652 hardcode_shlibpath_var='unsupported'
653 hardcode_automatic='no'
654 inherit_rpath='no'
655 link_all_deplibs='unknown'
656 fix_srcfile_path=''
657 always_export_symbols='no'
658 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
659 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
660 include_expsyms=''
661 prelink_cmds=''
662 file_list_spec=''
663 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
664 need_lib_prefix='no'
665 need_version='no'
666 version_type='linux'
667 runpath_var='LD_RUN_PATH'
668 shlibpath_var='LD_LIBRARY_PATH'
669 shlibpath_overrides_runpath='no'
670 libname_spec='lib$name'
671 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
672 soname_spec='${libname}${release}${shared_ext}$major'
673 install_override_mode=''
674 postinstall_cmds=''
675 postuninstall_cmds=''
676 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
677 finish_eval=''
678 hardcode_into_libs='yes'
679 sys_lib_search_path_spec='/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc/mipsel-linux-uclibc/4.2.4 /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/mipsel-linux-uclibc/lib '
680 sys_lib_dlsearch_path_spec='/lib64 /usr/lib64 /lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current /usr/lib32/nvidia-current /lib32 /usr/lib32 '
681 hardcode_action='immediate'
682 enable_dlopen='unknown'
683 enable_dlopen_self='unknown'
684 enable_dlopen_self_static='unknown'
685 old_striplib='mipsel-uclibc-strip -R .note -R .comment --strip-debug'
686 striplib='mipsel-uclibc-strip -R .note -R .comment --strip-unneeded'
688 LTCC='mipsel-uclibc-gcc'
689 LTCFLAGS='-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 '
690 compiler='mipsel-uclibc-gcc'
692 # A function that is used when there is no print builtin or printf.
693 func_fallback_echo ()
695 eval 'cat <<_LTECHO_EOF
697 _LTECHO_EOF'
700 # Quote evaled strings.
701 for var in SHELL ECHO 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 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 install_override_mode finish_eval old_striplib striplib; do
702 case `eval \\$ECHO \\""\\$$var"\\"` in
703 *[\\\`\"\$]*)
704 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
707 eval "lt_$var=\\\"\$$var\\\""
709 esac
710 done
712 # Double-quote double-evaled strings.
713 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; do
714 case `eval \\$ECHO \\""\\$$var"\\"` in
715 *[\\\`\"\$]*)
716 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
719 eval "lt_$var=\\\"\$$var\\\""
721 esac
722 done
724 ac_aux_dir='autoconf'
725 xsi_shell='yes'
726 lt_shell_append='yes'
728 # See if we are running on zsh, and set the options which allow our
729 # commands through without removal of \ escapes INIT.
730 if test -n "${ZSH_VERSION+set}" ; then
731 setopt NO_GLOB_SUBST
735 PACKAGE='lzo'
736 VERSION='2.06'
737 TIMESTAMP=''
738 RM='rm -f'
739 ofile='libtool'
745 # Handling of arguments.
746 for ac_config_target in $ac_config_targets
748 case $ac_config_target in
749 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
750 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;;
751 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
752 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
754 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
755 esac
756 done
759 # If the user did not use the arguments to specify the items to instantiate,
760 # then the envvar interface is used. Set only those that are not.
761 # We use the long form for the default assignment because of an extremely
762 # bizarre bug on SunOS 4.1.3.
763 if $ac_need_defaults; then
764 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
765 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
766 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
769 # Have a temporary directory for convenience. Make it in the build tree
770 # simply because there is no reason against having it here, and in addition,
771 # creating and moving files from /tmp can sometimes cause problems.
772 # Hook for its removal unless debugging.
773 # Note that there is a small window in which the directory will not be cleaned:
774 # after its creation but before its name has been assigned to `$tmp'.
775 $debug ||
777 tmp=
778 trap 'exit_status=$?
779 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
781 trap 'as_fn_exit 1' 1 2 13 15
783 # Create a (secure) tmp directory for tmp files.
786 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
787 test -n "$tmp" && test -d "$tmp"
788 } ||
790 tmp=./conf$$-$RANDOM
791 (umask 077 && mkdir "$tmp")
792 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
794 # Set up the scripts for CONFIG_FILES section.
795 # No need to generate them if there are no CONFIG_FILES.
796 # This happens for instance with `./config.status config.h'.
797 if test -n "$CONFIG_FILES"; then
800 ac_cr=`echo X | tr X '\015'`
801 # On cygwin, bash can eat \r inside `` if the user requested igncr.
802 # But we know of no other shell where ac_cr would be empty at this
803 # point, so we can use a bashism as a fallback.
804 if test "x$ac_cr" = x; then
805 eval ac_cr=\$\'\\r\'
807 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
808 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
809 ac_cs_awk_cr='\\r'
810 else
811 ac_cs_awk_cr=$ac_cr
814 echo 'BEGIN {' >"$tmp/subs1.awk" &&
815 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
816 S["am__EXEEXT_FALSE"]=""
817 S["am__EXEEXT_TRUE"]="#"
818 S["LTLIBOBJS"]=""
819 S["LIBOBJS"]=""
820 S["LZO_USE_ASM_i386_obj_elf32_FALSE"]=""
821 S["LZO_USE_ASM_i386_obj_elf32_TRUE"]="#"
822 S["LZO_USE_ASM_i386_src_gas_FALSE"]=""
823 S["LZO_USE_ASM_i386_src_gas_TRUE"]="#"
824 S["OTOOL64"]=""
825 S["OTOOL"]=""
826 S["LIPO"]=""
827 S["NMEDIT"]=""
828 S["DSYMUTIL"]=""
829 S["RANLIB"]="mipsel-uclibc-ranlib"
830 S["AR"]="mipsel-uclibc-ar"
831 S["OBJDUMP"]="mipsel-linux-objdump"
832 S["LN_S"]="ln -s"
833 S["NM"]="mipsel-uclibc-nm"
834 S["ac_ct_DUMPBIN"]=""
835 S["DUMPBIN"]=""
836 S["LD"]="mipsel-uclibc-ld"
837 S["FGREP"]="/bin/grep -F"
838 S["SED"]="/bin/sed"
839 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
840 S["AM_BACKSLASH"]="\\"
841 S["AM_DEFAULT_VERBOSITY"]="0"
842 S["am__fastdepCC_FALSE"]="#"
843 S["am__fastdepCC_TRUE"]=""
844 S["CCDEPMODE"]="depmode=gcc3"
845 S["am__untar"]="${AMTAR} xf -"
846 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
847 S["AMTAR"]="${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run tar"
848 S["SET_MAKE"]=""
849 S["AWK"]="gawk"
850 S["mkdir_p"]="/bin/mkdir -p"
851 S["MKDIR_P"]="/bin/mkdir -p"
852 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
853 S["STRIP"]="mipsel-uclibc-strip -R .note -R .comment"
854 S["install_sh"]="${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/install-sh"
855 S["MAKEINFO"]="${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run makeinfo"
856 S["AUTOHEADER"]="${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run autoheader"
857 S["AUTOMAKE"]="${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run automake-1.11"
858 S["AUTOCONF"]="${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run autoconf"
859 S["ACLOCAL"]="${SHELL} /home/vicente/tomato/release/src/router/lzo/autoconf/missing --run aclocal-1.11"
860 S["VERSION"]="2.06"
861 S["PACKAGE"]="lzo"
862 S["CYGPATH_W"]="echo"
863 S["am__isrc"]=""
864 S["INSTALL_DATA"]="${INSTALL} -m 644"
865 S["INSTALL_SCRIPT"]="${INSTALL}"
866 S["INSTALL_PROGRAM"]="${INSTALL}"
867 S["EGREP"]="/bin/grep -E"
868 S["GREP"]="/bin/grep"
869 S["CPP"]="mipsel-uclibc-gcc -E"
870 S["am__fastdepCCAS_FALSE"]="#"
871 S["am__fastdepCCAS_TRUE"]=""
872 S["CCASDEPMODE"]="depmode=gcc3"
873 S["AMDEPBACKSLASH"]="\\"
874 S["AMDEP_FALSE"]="#"
875 S["AMDEP_TRUE"]=""
876 S["am__quote"]=""
877 S["am__include"]="include"
878 S["DEPDIR"]=".deps"
879 S["am__leading_dot"]="."
880 S["CCASFLAGS"]="-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 "
881 S["CCAS"]="mipsel-uclibc-gcc"
882 S["OBJEXT"]="o"
883 S["EXEEXT"]=""
884 S["ac_ct_CC"]=""
885 S["CPPFLAGS"]=""
886 S["LDFLAGS"]=""
887 S["CFLAGS"]="-O3 -Wall -fPIC -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 "
888 S["CC"]="mipsel-uclibc-gcc"
889 S["MAINT"]="#"
890 S["MAINTAINER_MODE_FALSE"]=""
891 S["MAINTAINER_MODE_TRUE"]="#"
892 S["target_os"]="linux-gnu"
893 S["target_vendor"]="unknown"
894 S["target_cpu"]="mipsel"
895 S["target"]="mipsel-unknown-linux-gnu"
896 S["host_os"]="linux-gnu"
897 S["host_vendor"]="unknown"
898 S["host_cpu"]="mipsel"
899 S["host"]="mipsel-unknown-linux-gnu"
900 S["build_os"]="linux-gnu"
901 S["build_vendor"]="pc"
902 S["build_cpu"]="x86_64"
903 S["build"]="x86_64-pc-linux-gnu"
904 S["target_alias"]=""
905 S["host_alias"]="mipsel-linux"
906 S["build_alias"]="x86_64-linux-gnu"
907 S["LIBS"]=""
908 S["ECHO_T"]=""
909 S["ECHO_N"]="-n"
910 S["ECHO_C"]=""
911 S["DEFS"]="-DLZO_HAVE_CONFIG_H=1"
912 S["mandir"]="${datarootdir}/man"
913 S["localedir"]="${datarootdir}/locale"
914 S["libdir"]="${exec_prefix}/lib"
915 S["psdir"]="${docdir}"
916 S["pdfdir"]="${docdir}"
917 S["dvidir"]="${docdir}"
918 S["htmldir"]="${docdir}"
919 S["infodir"]="${datarootdir}/info"
920 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
921 S["oldincludedir"]="/usr/include"
922 S["includedir"]="${prefix}/include"
923 S["localstatedir"]="${prefix}/var"
924 S["sharedstatedir"]="${prefix}/com"
925 S["sysconfdir"]="${prefix}/etc"
926 S["datadir"]="${datarootdir}"
927 S["datarootdir"]="${prefix}/share"
928 S["libexecdir"]="${exec_prefix}/libexec"
929 S["sbindir"]="${exec_prefix}/sbin"
930 S["bindir"]="${exec_prefix}/bin"
931 S["program_transform_name"]="s,x,x,"
932 S["prefix"]="/usr/local"
933 S["exec_prefix"]="${prefix}"
934 S["PACKAGE_URL"]="http://www.oberhumer.com/opensource/lzo/"
935 S["PACKAGE_BUGREPORT"]="markus@oberhumer.com"
936 S["PACKAGE_STRING"]="LZO 2.06"
937 S["PACKAGE_VERSION"]="2.06"
938 S["PACKAGE_TARNAME"]="lzo"
939 S["PACKAGE_NAME"]="LZO"
940 S["PATH_SEPARATOR"]=":"
941 S["SHELL"]="/bin/sh"
942 _ACAWK
943 cat >>"$tmp/subs1.awk" <<_ACAWK &&
944 for (key in S) S_is_set[key] = 1
945 FS = "\a"
949 line = $ 0
950 nfields = split(line, field, "@")
951 substed = 0
952 len = length(field[1])
953 for (i = 2; i < nfields; i++) {
954 key = field[i]
955 keylen = length(key)
956 if (S_is_set[key]) {
957 value = S[key]
958 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
959 len += length(value) + length(field[++i])
960 substed = 1
961 } else
962 len += 1 + keylen
965 print line
968 _ACAWK
969 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
970 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
971 else
973 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
974 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
975 fi # test -n "$CONFIG_FILES"
977 # Set up the scripts for CONFIG_HEADERS section.
978 # No need to generate them if there are no CONFIG_HEADERS.
979 # This happens for instance with `./config.status Makefile'.
980 if test -n "$CONFIG_HEADERS"; then
981 cat >"$tmp/defines.awk" <<\_ACAWK ||
982 BEGIN {
983 D["PACKAGE_NAME"]=" \"LZO\""
984 D["PACKAGE_TARNAME"]=" \"lzo\""
985 D["PACKAGE_VERSION"]=" \"2.06\""
986 D["PACKAGE_STRING"]=" \"LZO 2.06\""
987 D["PACKAGE_BUGREPORT"]=" \"markus@oberhumer.com\""
988 D["PACKAGE_URL"]=" \"http://www.oberhumer.com/opensource/lzo/\""
989 D["STDC_HEADERS"]=" 1"
990 D["HAVE_SYS_TYPES_H"]=" 1"
991 D["HAVE_SYS_STAT_H"]=" 1"
992 D["HAVE_STDLIB_H"]=" 1"
993 D["HAVE_STRING_H"]=" 1"
994 D["HAVE_MEMORY_H"]=" 1"
995 D["HAVE_STRINGS_H"]=" 1"
996 D["HAVE_INTTYPES_H"]=" 1"
997 D["HAVE_STDINT_H"]=" 1"
998 D["HAVE_UNISTD_H"]=" 1"
999 D["LZO_ABI_LITTLE_ENDIAN"]=" 1"
1000 D["_FILE_OFFSET_BITS"]=" 64"
1001 D["PACKAGE"]=" \"lzo\""
1002 D["VERSION"]=" \"2.06\""
1003 D["HAVE_DLFCN_H"]=" 1"
1004 D["LT_OBJDIR"]=" \".libs/\""
1005 D["TIME_WITH_SYS_TIME"]=" 1"
1006 D["HAVE_ASSERT_H"]=" 1"
1007 D["HAVE_CTYPE_H"]=" 1"
1008 D["HAVE_DIRENT_H"]=" 1"
1009 D["HAVE_ERRNO_H"]=" 1"
1010 D["HAVE_FCNTL_H"]=" 1"
1011 D["HAVE_FLOAT_H"]=" 1"
1012 D["HAVE_LIMITS_H"]=" 1"
1013 D["HAVE_MALLOC_H"]=" 1"
1014 D["HAVE_MEMORY_H"]=" 1"
1015 D["HAVE_SETJMP_H"]=" 1"
1016 D["HAVE_SIGNAL_H"]=" 1"
1017 D["HAVE_STDARG_H"]=" 1"
1018 D["HAVE_STDDEF_H"]=" 1"
1019 D["HAVE_STDINT_H"]=" 1"
1020 D["HAVE_STDIO_H"]=" 1"
1021 D["HAVE_STDLIB_H"]=" 1"
1022 D["HAVE_STRING_H"]=" 1"
1023 D["HAVE_STRINGS_H"]=" 1"
1024 D["HAVE_TIME_H"]=" 1"
1025 D["HAVE_UNISTD_H"]=" 1"
1026 D["HAVE_UTIME_H"]=" 1"
1027 D["HAVE_SYS_MMAN_H"]=" 1"
1028 D["HAVE_SYS_RESOURCE_H"]=" 1"
1029 D["HAVE_SYS_STAT_H"]=" 1"
1030 D["HAVE_SYS_TIME_H"]=" 1"
1031 D["HAVE_SYS_TYPES_H"]=" 1"
1032 D["HAVE_SYS_WAIT_H"]=" 1"
1033 D["RETSIGTYPE"]=" void"
1034 D["SIZEOF_SHORT"]=" 2"
1035 D["SIZEOF_INT"]=" 4"
1036 D["SIZEOF_LONG"]=" 4"
1037 D["SIZEOF_LONG_LONG"]=" 8"
1038 D["SIZEOF___INT16"]=" 0"
1039 D["SIZEOF___INT32"]=" 0"
1040 D["SIZEOF___INT64"]=" 0"
1041 D["SIZEOF_VOID_P"]=" 4"
1042 D["SIZEOF_SIZE_T"]=" 4"
1043 D["SIZEOF_PTRDIFF_T"]=" 4"
1044 D["SIZEOF___INT32"]=" 0"
1045 D["SIZEOF_INTMAX_T"]=" 8"
1046 D["SIZEOF_UINTMAX_T"]=" 8"
1047 D["SIZEOF_INTPTR_T"]=" 4"
1048 D["SIZEOF_UINTPTR_T"]=" 4"
1049 D["SIZEOF_FLOAT"]=" 4"
1050 D["SIZEOF_DOUBLE"]=" 8"
1051 D["SIZEOF_LONG_DOUBLE"]=" 8"
1052 D["SIZEOF_DEV_T"]=" 8"
1053 D["SIZEOF_FPOS_T"]=" 24"
1054 D["SIZEOF_MODE_T"]=" 4"
1055 D["SIZEOF_OFF_T"]=" 8"
1056 D["SIZEOF_SSIZE_T"]=" 4"
1057 D["SIZEOF_TIME_T"]=" 4"
1058 D["HAVE_ACCESS"]=" 1"
1059 D["HAVE_ATEXIT"]=" 1"
1060 D["HAVE_ATOI"]=" 1"
1061 D["HAVE_ATOL"]=" 1"
1062 D["HAVE_CHMOD"]=" 1"
1063 D["HAVE_CHOWN"]=" 1"
1064 D["HAVE_CLOCK_GETRES"]=" 1"
1065 D["HAVE_CLOCK_GETTIME"]=" 1"
1066 D["HAVE_CTIME"]=" 1"
1067 D["HAVE_DIFFTIME"]=" 1"
1068 D["HAVE_FSTAT"]=" 1"
1069 D["HAVE_GETENV"]=" 1"
1070 D["HAVE_GETPAGESIZE"]=" 1"
1071 D["HAVE_GETRUSAGE"]=" 1"
1072 D["HAVE_GETTIMEOFDAY"]=" 1"
1073 D["HAVE_GMTIME"]=" 1"
1074 D["HAVE_ISATTY"]=" 1"
1075 D["HAVE_LOCALTIME"]=" 1"
1076 D["HAVE_LONGJMP"]=" 1"
1077 D["HAVE_LSTAT"]=" 1"
1078 D["HAVE_MEMCMP"]=" 1"
1079 D["HAVE_MEMCPY"]=" 1"
1080 D["HAVE_MEMMOVE"]=" 1"
1081 D["HAVE_MEMSET"]=" 1"
1082 D["HAVE_MKDIR"]=" 1"
1083 D["HAVE_MKTIME"]=" 1"
1084 D["HAVE_MMAP"]=" 1"
1085 D["HAVE_MPROTECT"]=" 1"
1086 D["HAVE_MUNMAP"]=" 1"
1087 D["HAVE_QSORT"]=" 1"
1088 D["HAVE_RAISE"]=" 1"
1089 D["HAVE_RMDIR"]=" 1"
1090 D["HAVE_SETJMP"]=" 1"
1091 D["HAVE_SIGNAL"]=" 1"
1092 D["HAVE_SNPRINTF"]=" 1"
1093 D["HAVE_STRCASECMP"]=" 1"
1094 D["HAVE_STRCHR"]=" 1"
1095 D["HAVE_STRDUP"]=" 1"
1096 D["HAVE_STRERROR"]=" 1"
1097 D["HAVE_STRFTIME"]=" 1"
1098 D["HAVE_STRNCASECMP"]=" 1"
1099 D["HAVE_STRRCHR"]=" 1"
1100 D["HAVE_STRSTR"]=" 1"
1101 D["HAVE_TIME"]=" 1"
1102 D["HAVE_UMASK"]=" 1"
1103 D["HAVE_UTIME"]=" 1"
1104 D["HAVE_VSNPRINTF"]=" 1"
1105 for (key in D) D_is_set[key] = 1
1106 FS = "\a"
1108 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1109 line = $ 0
1110 split(line, arg, " ")
1111 if (arg[1] == "#") {
1112 defundef = arg[2]
1113 mac1 = arg[3]
1114 } else {
1115 defundef = substr(arg[1], 2)
1116 mac1 = arg[2]
1118 split(mac1, mac2, "(") #)
1119 macro = mac2[1]
1120 prefix = substr(line, 1, index(line, defundef) - 1)
1121 if (D_is_set[macro]) {
1122 # Preserve the white space surrounding the "#".
1123 print prefix "define", macro P[macro] D[macro]
1124 next
1125 } else {
1126 # Replace #undef with comments. This is necessary, for example,
1127 # in the case of _POSIX_SOURCE, which is predefined and required
1128 # on some systems where configure will not decide to define it.
1129 if (defundef == "undef") {
1130 print "/*", prefix defundef, macro, "*/"
1131 next
1135 { print }
1136 _ACAWK
1137 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1138 fi # test -n "$CONFIG_HEADERS"
1141 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1142 shift
1143 for ac_tag
1145 case $ac_tag in
1146 :[FHLC]) ac_mode=$ac_tag; continue;;
1147 esac
1148 case $ac_mode$ac_tag in
1149 :[FHL]*:*);;
1150 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1151 :[FH]-) ac_tag=-:-;;
1152 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1153 esac
1154 ac_save_IFS=$IFS
1155 IFS=:
1156 set x $ac_tag
1157 IFS=$ac_save_IFS
1158 shift
1159 ac_file=$1
1160 shift
1162 case $ac_mode in
1163 :L) ac_source=$1;;
1164 :[FH])
1165 ac_file_inputs=
1166 for ac_f
1168 case $ac_f in
1169 -) ac_f="$tmp/stdin";;
1170 *) # Look for the file first in the build tree, then in the source tree
1171 # (if the path is not absolute). The absolute path cannot be DOS-style,
1172 # because $ac_f cannot contain `:'.
1173 test -f "$ac_f" ||
1174 case $ac_f in
1175 [\\/$]*) false;;
1176 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1177 esac ||
1178 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1179 esac
1180 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1181 as_fn_append ac_file_inputs " '$ac_f'"
1182 done
1184 # Let's still pretend it is `configure' which instantiates (i.e., don't
1185 # use $as_me), people would be surprised to read:
1186 # /* config.h. Generated by config.status. */
1187 configure_input='Generated from '`
1188 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1189 `' by configure.'
1190 if test x"$ac_file" != x-; then
1191 configure_input="$ac_file. $configure_input"
1192 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1193 $as_echo "$as_me: creating $ac_file" >&6;}
1195 # Neutralize special characters interpreted by sed in replacement strings.
1196 case $configure_input in #(
1197 *\&* | *\|* | *\\* )
1198 ac_sed_conf_input=`$as_echo "$configure_input" |
1199 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1200 *) ac_sed_conf_input=$configure_input;;
1201 esac
1203 case $ac_tag in
1204 *:-:* | *:-) cat >"$tmp/stdin" \
1205 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1206 esac
1208 esac
1210 ac_dir=`$as_dirname -- "$ac_file" ||
1211 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1212 X"$ac_file" : 'X\(//\)[^/]' \| \
1213 X"$ac_file" : 'X\(//\)$' \| \
1214 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1215 $as_echo X"$ac_file" |
1216 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1217 s//\1/
1220 /^X\(\/\/\)[^/].*/{
1221 s//\1/
1224 /^X\(\/\/\)$/{
1225 s//\1/
1228 /^X\(\/\).*/{
1229 s//\1/
1232 s/.*/./; q'`
1233 as_dir="$ac_dir"; as_fn_mkdir_p
1234 ac_builddir=.
1236 case "$ac_dir" in
1237 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1239 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1240 # A ".." for each directory in $ac_dir_suffix.
1241 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1242 case $ac_top_builddir_sub in
1243 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1244 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1245 esac ;;
1246 esac
1247 ac_abs_top_builddir=$ac_pwd
1248 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1249 # for backward compatibility:
1250 ac_top_builddir=$ac_top_build_prefix
1252 case $srcdir in
1253 .) # We are building in place.
1254 ac_srcdir=.
1255 ac_top_srcdir=$ac_top_builddir_sub
1256 ac_abs_top_srcdir=$ac_pwd ;;
1257 [\\/]* | ?:[\\/]* ) # Absolute name.
1258 ac_srcdir=$srcdir$ac_dir_suffix;
1259 ac_top_srcdir=$srcdir
1260 ac_abs_top_srcdir=$srcdir ;;
1261 *) # Relative name.
1262 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1263 ac_top_srcdir=$ac_top_build_prefix$srcdir
1264 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1265 esac
1266 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1269 case $ac_mode in
1272 # CONFIG_FILE
1275 case $INSTALL in
1276 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1277 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1278 esac
1279 ac_MKDIR_P=$MKDIR_P
1280 case $MKDIR_P in
1281 [\\/$]* | ?:[\\/]* ) ;;
1282 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1283 esac
1284 # If the template does not know about datarootdir, expand it.
1285 # FIXME: This hack should be removed a few years after 2.60.
1286 ac_datarootdir_hack=; ac_datarootdir_seen=
1287 ac_sed_dataroot='
1288 /datarootdir/ {
1292 /@datadir@/p
1293 /@docdir@/p
1294 /@infodir@/p
1295 /@localedir@/p
1296 /@mandir@/p'
1297 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1298 *datarootdir*) ac_datarootdir_seen=yes;;
1299 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1301 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1302 ac_datarootdir_hack='
1303 s&@datadir@&${datarootdir}&g
1304 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1305 s&@infodir@&${datarootdir}/info&g
1306 s&@localedir@&${datarootdir}/locale&g
1307 s&@mandir@&${datarootdir}/man&g
1308 s&\${datarootdir}&${prefix}/share&g' ;;
1309 esac
1310 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1312 s///
1313 s/^/:/
1314 s/[ ]*$/:/
1315 s/:\$(srcdir):/:/g
1316 s/:\${srcdir}:/:/g
1317 s/:@srcdir@:/:/g
1318 s/^:*//
1319 s/:*$//
1321 s/\(=[ ]*\).*/\1/
1323 s/\n//
1324 s/^[^=]*=[ ]*$//
1328 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1329 s|@configure_input@|$ac_sed_conf_input|;t t
1330 s&@top_builddir@&$ac_top_builddir_sub&;t t
1331 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1332 s&@srcdir@&$ac_srcdir&;t t
1333 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1334 s&@top_srcdir@&$ac_top_srcdir&;t t
1335 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1336 s&@builddir@&$ac_builddir&;t t
1337 s&@abs_builddir@&$ac_abs_builddir&;t t
1338 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1339 s&@INSTALL@&$ac_INSTALL&;t t
1340 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1341 $ac_datarootdir_hack
1343 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1344 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1346 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1347 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1348 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1350 which seems to be undefined. Please make sure it is defined" >&5
1351 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1352 which seems to be undefined. Please make sure it is defined" >&2;}
1354 rm -f "$tmp/stdin"
1355 case $ac_file in
1356 -) cat "$tmp/out" && rm -f "$tmp/out";;
1357 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1358 esac \
1359 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1363 # CONFIG_HEADER
1365 if test x"$ac_file" != x-; then
1367 $as_echo "/* $configure_input */" \
1368 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1369 } >"$tmp/config.h" \
1370 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1371 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1372 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1373 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1374 else
1375 rm -f "$ac_file"
1376 mv "$tmp/config.h" "$ac_file" \
1377 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1379 else
1380 $as_echo "/* $configure_input */" \
1381 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1382 || as_fn_error $? "could not create -" "$LINENO" 5
1384 # Compute "$ac_file"'s index in $config_headers.
1385 _am_arg="$ac_file"
1386 _am_stamp_count=1
1387 for _am_header in $config_headers :; do
1388 case $_am_header in
1389 $_am_arg | $_am_arg:* )
1390 break ;;
1392 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1393 esac
1394 done
1395 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1396 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1397 X"$_am_arg" : 'X\(//\)[^/]' \| \
1398 X"$_am_arg" : 'X\(//\)$' \| \
1399 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1400 $as_echo X"$_am_arg" |
1401 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1402 s//\1/
1405 /^X\(\/\/\)[^/].*/{
1406 s//\1/
1409 /^X\(\/\/\)$/{
1410 s//\1/
1413 /^X\(\/\).*/{
1414 s//\1/
1417 s/.*/./; q'`/stamp-h$_am_stamp_count
1420 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1421 $as_echo "$as_me: executing $ac_file commands" >&6;}
1423 esac
1426 case $ac_file$ac_mode in
1427 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1428 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1429 # are listed without --file. Let's play safe and only enable the eval
1430 # if we detect the quoting.
1431 case $CONFIG_FILES in
1432 *\'*) eval set x "$CONFIG_FILES" ;;
1433 *) set x $CONFIG_FILES ;;
1434 esac
1435 shift
1436 for mf
1438 # Strip MF so we end up with the name of the file.
1439 mf=`echo "$mf" | sed -e 's/:.*$//'`
1440 # Check whether this is an Automake generated Makefile or not.
1441 # We used to match only the files named `Makefile.in', but
1442 # some people rename them; so instead we look at the file content.
1443 # Grep'ing the first line is not enough: some people post-process
1444 # each Makefile.in and add a new line on top of each file to say so.
1445 # Grep'ing the whole file is not good either: AIX grep has a line
1446 # limit of 2048, but all sed's we know have understand at least 4000.
1447 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1448 dirpart=`$as_dirname -- "$mf" ||
1449 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1450 X"$mf" : 'X\(//\)[^/]' \| \
1451 X"$mf" : 'X\(//\)$' \| \
1452 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1453 $as_echo X"$mf" |
1454 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1455 s//\1/
1458 /^X\(\/\/\)[^/].*/{
1459 s//\1/
1462 /^X\(\/\/\)$/{
1463 s//\1/
1466 /^X\(\/\).*/{
1467 s//\1/
1470 s/.*/./; q'`
1471 else
1472 continue
1474 # Extract the definition of DEPDIR, am__include, and am__quote
1475 # from the Makefile without running `make'.
1476 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1477 test -z "$DEPDIR" && continue
1478 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1479 test -z "am__include" && continue
1480 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1481 # When using ansi2knr, U may be empty or an underscore; expand it
1482 U=`sed -n 's/^U = //p' < "$mf"`
1483 # Find all dependency output files, they are included files with
1484 # $(DEPDIR) in their names. We invoke sed twice because it is the
1485 # simplest approach to changing $(DEPDIR) to its actual value in the
1486 # expansion.
1487 for file in `sed -n "
1488 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1489 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1490 # Make sure the directory exists.
1491 test -f "$dirpart/$file" && continue
1492 fdir=`$as_dirname -- "$file" ||
1493 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1494 X"$file" : 'X\(//\)[^/]' \| \
1495 X"$file" : 'X\(//\)$' \| \
1496 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1497 $as_echo X"$file" |
1498 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1499 s//\1/
1502 /^X\(\/\/\)[^/].*/{
1503 s//\1/
1506 /^X\(\/\/\)$/{
1507 s//\1/
1510 /^X\(\/\).*/{
1511 s//\1/
1514 s/.*/./; q'`
1515 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1516 # echo "creating $dirpart/$file"
1517 echo '# dummy' > "$dirpart/$file"
1518 done
1519 done
1522 "libtool":C)
1524 # See if we are running on zsh, and set the options which allow our
1525 # commands through without removal of \ escapes.
1526 if test -n "${ZSH_VERSION+set}" ; then
1527 setopt NO_GLOB_SUBST
1530 cfgfile="${ofile}T"
1531 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1532 $RM "$cfgfile"
1534 cat <<_LT_EOF >> "$cfgfile"
1535 #! $SHELL
1537 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1538 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1539 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1540 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1542 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1543 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1544 # Inc.
1545 # Written by Gordon Matzigkeit, 1996
1547 # This file is part of GNU Libtool.
1549 # GNU Libtool is free software; you can redistribute it and/or
1550 # modify it under the terms of the GNU General Public License as
1551 # published by the Free Software Foundation; either version 2 of
1552 # the License, or (at your option) any later version.
1554 # As a special exception to the GNU General Public License,
1555 # if you distribute this file as part of a program or library that
1556 # is built using GNU Libtool, you may include this file under the
1557 # same distribution terms that you use for the rest of that program.
1559 # GNU Libtool is distributed in the hope that it will be useful,
1560 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1561 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1562 # GNU General Public License for more details.
1564 # You should have received a copy of the GNU General Public License
1565 # along with GNU Libtool; see the file COPYING. If not, a copy
1566 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1567 # obtained by writing to the Free Software Foundation, Inc.,
1568 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1571 # The names of the tagged configurations supported by this script.
1572 available_tags=""
1574 # ### BEGIN LIBTOOL CONFIG
1576 # Whether or not to build static libraries.
1577 build_old_libs=$enable_static
1579 # Whether or not to build shared libraries.
1580 build_libtool_libs=$enable_shared
1582 # Which release of libtool.m4 was used?
1583 macro_version=$macro_version
1584 macro_revision=$macro_revision
1586 # What type of objects to build.
1587 pic_mode=$pic_mode
1589 # Whether or not to optimize for fast installation.
1590 fast_install=$enable_fast_install
1592 # Shell to use when invoking shell scripts.
1593 SHELL=$lt_SHELL
1595 # An echo program that protects backslashes.
1596 ECHO=$lt_ECHO
1598 # The host system.
1599 host_alias=$host_alias
1600 host=$host
1601 host_os=$host_os
1603 # The build system.
1604 build_alias=$build_alias
1605 build=$build
1606 build_os=$build_os
1608 # A sed program that does not truncate output.
1609 SED=$lt_SED
1611 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1612 Xsed="\$SED -e 1s/^X//"
1614 # A grep program that handles long lines.
1615 GREP=$lt_GREP
1617 # An ERE matcher.
1618 EGREP=$lt_EGREP
1620 # A literal string matcher.
1621 FGREP=$lt_FGREP
1623 # A BSD- or MS-compatible name lister.
1624 NM=$lt_NM
1626 # Whether we need soft or hard links.
1627 LN_S=$lt_LN_S
1629 # What is the maximum length of a command?
1630 max_cmd_len=$max_cmd_len
1632 # Object file suffix (normally "o").
1633 objext=$ac_objext
1635 # Executable file suffix (normally "").
1636 exeext=$exeext
1638 # whether the shell understands "unset".
1639 lt_unset=$lt_unset
1641 # turn spaces into newlines.
1642 SP2NL=$lt_lt_SP2NL
1644 # turn newlines into spaces.
1645 NL2SP=$lt_lt_NL2SP
1647 # An object symbol dumper.
1648 OBJDUMP=$lt_OBJDUMP
1650 # Method to check whether dependent libraries are shared objects.
1651 deplibs_check_method=$lt_deplibs_check_method
1653 # Command to use when deplibs_check_method == "file_magic".
1654 file_magic_cmd=$lt_file_magic_cmd
1656 # The archiver.
1657 AR=$lt_AR
1658 AR_FLAGS=$lt_AR_FLAGS
1660 # A symbol stripping program.
1661 STRIP=$lt_STRIP
1663 # Commands used to install an old-style archive.
1664 RANLIB=$lt_RANLIB
1665 old_postinstall_cmds=$lt_old_postinstall_cmds
1666 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1668 # Whether to use a lock for old archive extraction.
1669 lock_old_archive_extraction=$lock_old_archive_extraction
1671 # A C compiler.
1672 LTCC=$lt_CC
1674 # LTCC compiler flags.
1675 LTCFLAGS=$lt_CFLAGS
1677 # Take the output of nm and produce a listing of raw symbols and C names.
1678 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1680 # Transform the output of nm in a proper C declaration.
1681 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1683 # Transform the output of nm in a C name address pair.
1684 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1686 # Transform the output of nm in a C name address pair when lib prefix is needed.
1687 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1689 # The name of the directory that contains temporary libtool files.
1690 objdir=$objdir
1692 # Used to examine libraries when file_magic_cmd begins with "file".
1693 MAGIC_CMD=$MAGIC_CMD
1695 # Must we lock files when doing compilation?
1696 need_locks=$lt_need_locks
1698 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1699 DSYMUTIL=$lt_DSYMUTIL
1701 # Tool to change global to local symbols on Mac OS X.
1702 NMEDIT=$lt_NMEDIT
1704 # Tool to manipulate fat objects and archives on Mac OS X.
1705 LIPO=$lt_LIPO
1707 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1708 OTOOL=$lt_OTOOL
1710 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1711 OTOOL64=$lt_OTOOL64
1713 # Old archive suffix (normally "a").
1714 libext=$libext
1716 # Shared library suffix (normally ".so").
1717 shrext_cmds=$lt_shrext_cmds
1719 # The commands to extract the exported symbol list from a shared archive.
1720 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1722 # Variables whose values should be saved in libtool wrapper scripts and
1723 # restored at link time.
1724 variables_saved_for_relink=$lt_variables_saved_for_relink
1726 # Do we need the "lib" prefix for modules?
1727 need_lib_prefix=$need_lib_prefix
1729 # Do we need a version for libraries?
1730 need_version=$need_version
1732 # Library versioning type.
1733 version_type=$version_type
1735 # Shared library runtime path variable.
1736 runpath_var=$runpath_var
1738 # Shared library path variable.
1739 shlibpath_var=$shlibpath_var
1741 # Is shlibpath searched before the hard-coded library search path?
1742 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1744 # Format of library name prefix.
1745 libname_spec=$lt_libname_spec
1747 # List of archive names. First name is the real one, the rest are links.
1748 # The last name is the one that the linker finds with -lNAME
1749 library_names_spec=$lt_library_names_spec
1751 # The coded name of the library, if different from the real name.
1752 soname_spec=$lt_soname_spec
1754 # Permission mode override for installation of shared libraries.
1755 install_override_mode=$lt_install_override_mode
1757 # Command to use after installation of a shared archive.
1758 postinstall_cmds=$lt_postinstall_cmds
1760 # Command to use after uninstallation of a shared archive.
1761 postuninstall_cmds=$lt_postuninstall_cmds
1763 # Commands used to finish a libtool library installation in a directory.
1764 finish_cmds=$lt_finish_cmds
1766 # As "finish_cmds", except a single script fragment to be evaled but
1767 # not shown.
1768 finish_eval=$lt_finish_eval
1770 # Whether we should hardcode library paths into libraries.
1771 hardcode_into_libs=$hardcode_into_libs
1773 # Compile-time system search path for libraries.
1774 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1776 # Run-time system search path for libraries.
1777 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1779 # Whether dlopen is supported.
1780 dlopen_support=$enable_dlopen
1782 # Whether dlopen of programs is supported.
1783 dlopen_self=$enable_dlopen_self
1785 # Whether dlopen of statically linked programs is supported.
1786 dlopen_self_static=$enable_dlopen_self_static
1788 # Commands to strip libraries.
1789 old_striplib=$lt_old_striplib
1790 striplib=$lt_striplib
1793 # The linker used to build libraries.
1794 LD=$lt_LD
1796 # How to create reloadable object files.
1797 reload_flag=$lt_reload_flag
1798 reload_cmds=$lt_reload_cmds
1800 # Commands used to build an old-style archive.
1801 old_archive_cmds=$lt_old_archive_cmds
1803 # A language specific compiler.
1804 CC=$lt_compiler
1806 # Is the compiler the GNU compiler?
1807 with_gcc=$GCC
1809 # Compiler flag to turn off builtin functions.
1810 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1812 # How to pass a linker flag through the compiler.
1813 wl=$lt_lt_prog_compiler_wl
1815 # Additional compiler flags for building library objects.
1816 pic_flag=$lt_lt_prog_compiler_pic
1818 # Compiler flag to prevent dynamic linking.
1819 link_static_flag=$lt_lt_prog_compiler_static
1821 # Does compiler simultaneously support -c and -o options?
1822 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1824 # Whether or not to add -lc for building shared libraries.
1825 build_libtool_need_lc=$archive_cmds_need_lc
1827 # Whether or not to disallow shared libs when runtime libs are static.
1828 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1830 # Compiler flag to allow reflexive dlopens.
1831 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1833 # Compiler flag to generate shared objects directly from archives.
1834 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1836 # Whether the compiler copes with passing no objects directly.
1837 compiler_needs_object=$lt_compiler_needs_object
1839 # Create an old-style archive from a shared archive.
1840 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1842 # Create a temporary old-style archive to link instead of a shared archive.
1843 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1845 # Commands used to build a shared archive.
1846 archive_cmds=$lt_archive_cmds
1847 archive_expsym_cmds=$lt_archive_expsym_cmds
1849 # Commands used to build a loadable module if different from building
1850 # a shared archive.
1851 module_cmds=$lt_module_cmds
1852 module_expsym_cmds=$lt_module_expsym_cmds
1854 # Whether we are building with GNU ld or not.
1855 with_gnu_ld=$lt_with_gnu_ld
1857 # Flag that allows shared libraries with undefined symbols to be built.
1858 allow_undefined_flag=$lt_allow_undefined_flag
1860 # Flag that enforces no undefined symbols.
1861 no_undefined_flag=$lt_no_undefined_flag
1863 # Flag to hardcode \$libdir into a binary during linking.
1864 # This must work even if \$libdir does not exist
1865 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1867 # If ld is used when linking, flag to hardcode \$libdir into a binary
1868 # during linking. This must work even if \$libdir does not exist.
1869 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1871 # Whether we need a single "-rpath" flag with a separated argument.
1872 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1874 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1875 # DIR into the resulting binary.
1876 hardcode_direct=$hardcode_direct
1878 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1879 # DIR into the resulting binary and the resulting library dependency is
1880 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1881 # library is relocated.
1882 hardcode_direct_absolute=$hardcode_direct_absolute
1884 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1885 # into the resulting binary.
1886 hardcode_minus_L=$hardcode_minus_L
1888 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1889 # into the resulting binary.
1890 hardcode_shlibpath_var=$hardcode_shlibpath_var
1892 # Set to "yes" if building a shared library automatically hardcodes DIR
1893 # into the library and all subsequent libraries and executables linked
1894 # against it.
1895 hardcode_automatic=$hardcode_automatic
1897 # Set to yes if linker adds runtime paths of dependent libraries
1898 # to runtime path list.
1899 inherit_rpath=$inherit_rpath
1901 # Whether libtool must link a program against all its dependency libraries.
1902 link_all_deplibs=$link_all_deplibs
1904 # Fix the shell variable \$srcfile for the compiler.
1905 fix_srcfile_path=$lt_fix_srcfile_path
1907 # Set to "yes" if exported symbols are required.
1908 always_export_symbols=$always_export_symbols
1910 # The commands to list exported symbols.
1911 export_symbols_cmds=$lt_export_symbols_cmds
1913 # Symbols that should not be listed in the preloaded symbols.
1914 exclude_expsyms=$lt_exclude_expsyms
1916 # Symbols that must always be exported.
1917 include_expsyms=$lt_include_expsyms
1919 # Commands necessary for linking programs (against libraries) with templates.
1920 prelink_cmds=$lt_prelink_cmds
1922 # Specify filename containing input files.
1923 file_list_spec=$lt_file_list_spec
1925 # How to hardcode a shared library path into an executable.
1926 hardcode_action=$hardcode_action
1928 # ### END LIBTOOL CONFIG
1930 _LT_EOF
1932 case $host_os in
1933 aix3*)
1934 cat <<\_LT_EOF >> "$cfgfile"
1935 # AIX sometimes has problems with the GCC collect2 program. For some
1936 # reason, if we set the COLLECT_NAMES environment variable, the problems
1937 # vanish in a puff of smoke.
1938 if test "X${COLLECT_NAMES+set}" != Xset; then
1939 COLLECT_NAMES=
1940 export COLLECT_NAMES
1942 _LT_EOF
1944 esac
1947 ltmain="$ac_aux_dir/ltmain.sh"
1950 # We use sed instead of cat because bash on DJGPP gets confused if
1951 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1952 # text mode, it properly converts lines to CR/LF. This bash problem
1953 # is reportedly fixed, but why not run on old versions too?
1954 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1955 || (rm -f "$cfgfile"; exit 1)
1957 case $xsi_shell in
1958 yes)
1959 cat << \_LT_EOF >> "$cfgfile"
1961 # func_dirname file append nondir_replacement
1962 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
1963 # otherwise set result to NONDIR_REPLACEMENT.
1964 func_dirname ()
1966 case ${1} in
1967 */*) func_dirname_result="${1%/*}${2}" ;;
1968 * ) func_dirname_result="${3}" ;;
1969 esac
1972 # func_basename file
1973 func_basename ()
1975 func_basename_result="${1##*/}"
1978 # func_dirname_and_basename file append nondir_replacement
1979 # perform func_basename and func_dirname in a single function
1980 # call:
1981 # dirname: Compute the dirname of FILE. If nonempty,
1982 # add APPEND to the result, otherwise set result
1983 # to NONDIR_REPLACEMENT.
1984 # value returned in "$func_dirname_result"
1985 # basename: Compute filename of FILE.
1986 # value retuned in "$func_basename_result"
1987 # Implementation must be kept synchronized with func_dirname
1988 # and func_basename. For efficiency, we do not delegate to
1989 # those functions but instead duplicate the functionality here.
1990 func_dirname_and_basename ()
1992 case ${1} in
1993 */*) func_dirname_result="${1%/*}${2}" ;;
1994 * ) func_dirname_result="${3}" ;;
1995 esac
1996 func_basename_result="${1##*/}"
1999 # func_stripname prefix suffix name
2000 # strip PREFIX and SUFFIX off of NAME.
2001 # PREFIX and SUFFIX must not contain globbing or regex special
2002 # characters, hashes, percent signs, but SUFFIX may contain a leading
2003 # dot (in which case that matches only a dot).
2004 func_stripname ()
2006 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
2007 # positional parameters, so assign one to ordinary parameter first.
2008 func_stripname_result=${3}
2009 func_stripname_result=${func_stripname_result#"${1}"}
2010 func_stripname_result=${func_stripname_result%"${2}"}
2013 # func_opt_split
2014 func_opt_split ()
2016 func_opt_split_opt=${1%%=*}
2017 func_opt_split_arg=${1#*=}
2020 # func_lo2o object
2021 func_lo2o ()
2023 case ${1} in
2024 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
2025 *) func_lo2o_result=${1} ;;
2026 esac
2029 # func_xform libobj-or-source
2030 func_xform ()
2032 func_xform_result=${1%.*}.lo
2035 # func_arith arithmetic-term...
2036 func_arith ()
2038 func_arith_result=$(( $* ))
2041 # func_len string
2042 # STRING may not start with a hyphen.
2043 func_len ()
2045 func_len_result=${#1}
2048 _LT_EOF
2050 *) # Bourne compatible functions.
2051 cat << \_LT_EOF >> "$cfgfile"
2053 # func_dirname file append nondir_replacement
2054 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
2055 # otherwise set result to NONDIR_REPLACEMENT.
2056 func_dirname ()
2058 # Extract subdirectory from the argument.
2059 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
2060 if test "X$func_dirname_result" = "X${1}"; then
2061 func_dirname_result="${3}"
2062 else
2063 func_dirname_result="$func_dirname_result${2}"
2067 # func_basename file
2068 func_basename ()
2070 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
2074 # func_stripname prefix suffix name
2075 # strip PREFIX and SUFFIX off of NAME.
2076 # PREFIX and SUFFIX must not contain globbing or regex special
2077 # characters, hashes, percent signs, but SUFFIX may contain a leading
2078 # dot (in which case that matches only a dot).
2079 # func_strip_suffix prefix name
2080 func_stripname ()
2082 case ${2} in
2083 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
2084 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
2085 esac
2088 # sed scripts:
2089 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2090 my_sed_long_arg='1s/^-[^=]*=//'
2092 # func_opt_split
2093 func_opt_split ()
2095 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
2096 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
2099 # func_lo2o object
2100 func_lo2o ()
2102 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
2105 # func_xform libobj-or-source
2106 func_xform ()
2108 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
2111 # func_arith arithmetic-term...
2112 func_arith ()
2114 func_arith_result=`expr "$@"`
2117 # func_len string
2118 # STRING may not start with a hyphen.
2119 func_len ()
2121 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2124 _LT_EOF
2125 esac
2127 case $lt_shell_append in
2128 yes)
2129 cat << \_LT_EOF >> "$cfgfile"
2131 # func_append var value
2132 # Append VALUE to the end of shell variable VAR.
2133 func_append ()
2135 eval "$1+=\$2"
2137 _LT_EOF
2140 cat << \_LT_EOF >> "$cfgfile"
2142 # func_append var value
2143 # Append VALUE to the end of shell variable VAR.
2144 func_append ()
2146 eval "$1=\$$1\$2"
2149 _LT_EOF
2151 esac
2154 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2155 || (rm -f "$cfgfile"; exit 1)
2157 mv -f "$cfgfile" "$ofile" ||
2158 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2159 chmod +x "$ofile"
2163 esac
2164 done # for ac_tag
2167 as_fn_exit 0