Clean and tiddy-up files.
[tomato.git] / release / src / router / libnfnetlink / config.status
blob489a8eeadfebf66165c8611f3a6cc211daba5b4b
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 -pR'.
289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290 as_ln_s='cp -pR'
291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln
293 else
294 as_ln_s='cp -pR'
296 else
297 as_ln_s='cp -pR'
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
358 # as_fn_executable_p FILE
359 # -----------------------
360 # Test if FILE is an executable regular file.
361 as_fn_executable_p ()
363 test -f "$1" && test -x "$1"
364 } # as_fn_executable_p
365 as_test_x='test -x'
366 as_executable_p=as_fn_executable_p
368 # Sed expression to map a string onto a valid CPP name.
369 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
371 # Sed expression to map a string onto a valid variable name.
372 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
375 exec 6>&1
376 ## ----------------------------------- ##
377 ## Main body of $CONFIG_STATUS script. ##
378 ## ----------------------------------- ##
379 # Save the log message, to keep $0 and so on meaningful, and to
380 # report actual input values of CONFIG_FILES etc. instead of their
381 # values after options handling.
382 ac_log="
383 This file was extended by libnfnetlink $as_me 1.0.1, which was
384 generated by GNU Autoconf 2.69. Invocation command line was
386 CONFIG_FILES = $CONFIG_FILES
387 CONFIG_HEADERS = $CONFIG_HEADERS
388 CONFIG_LINKS = $CONFIG_LINKS
389 CONFIG_COMMANDS = $CONFIG_COMMANDS
390 $ $0 $@
392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
395 # Files that config.status was made for.
396 config_files=" Makefile src/Makefile include/Makefile include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc"
397 config_commands=" depfiles libtool"
399 ac_cs_usage="\
400 \`$as_me' instantiates files and other configuration actions
401 from templates according to the current configuration. Unless the files
402 and actions are specified as TAGs, all are instantiated by default.
404 Usage: $0 [OPTION]... [TAG]...
406 -h, --help print this help, then exit
407 -V, --version print version number and configuration settings, then exit
408 --config print configuration, then exit
409 -q, --quiet, --silent
410 do not print progress messages
411 -d, --debug don't remove temporary files
412 --recheck update $as_me by reconfiguring in the same conditions
413 --file=FILE[:TEMPLATE]
414 instantiate the configuration file FILE
416 Configuration files:
417 $config_files
419 Configuration commands:
420 $config_commands
422 Report bugs to the package provider."
424 ac_cs_config="'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' '--enable-shared' '--enable-static' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections'"
425 ac_cs_version="\
426 libnfnetlink config.status 1.0.1
427 configured by ./configure, generated by GNU Autoconf 2.69,
428 with options \"$ac_cs_config\"
430 Copyright (C) 2012 Free Software Foundation, Inc.
431 This config.status script is free software; the Free Software Foundation
432 gives unlimited permission to copy, distribute and modify it."
434 ac_pwd='/home/vicente/tomato/release/src-rt/router/libnfnetlink'
435 srcdir='.'
436 INSTALL='/usr/bin/install -c'
437 MKDIR_P='/bin/mkdir -p'
438 AWK='gawk'
439 test -n "$AWK" || AWK=awk
440 # The default lists apply if the user does not specify any file.
441 ac_need_defaults=:
442 while test $# != 0
444 case $1 in
445 --*=?*)
446 ac_option=`expr "X$1" : 'X\([^=]*\)='`
447 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
448 ac_shift=:
450 --*=)
451 ac_option=`expr "X$1" : 'X\([^=]*\)='`
452 ac_optarg=
453 ac_shift=:
456 ac_option=$1
457 ac_optarg=$2
458 ac_shift=shift
460 esac
462 case $ac_option in
463 # Handling of the options.
464 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
465 ac_cs_recheck=: ;;
466 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
467 $as_echo "$ac_cs_version"; exit ;;
468 --config | --confi | --conf | --con | --co | --c )
469 $as_echo "$ac_cs_config"; exit ;;
470 --debug | --debu | --deb | --de | --d | -d )
471 debug=: ;;
472 --file | --fil | --fi | --f )
473 $ac_shift
474 case $ac_optarg in
475 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
476 '') as_fn_error $? "missing file argument" ;;
477 esac
478 as_fn_append CONFIG_FILES " '$ac_optarg'"
479 ac_need_defaults=false;;
480 --he | --h | --help | --hel | -h )
481 $as_echo "$ac_cs_usage"; exit ;;
482 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
483 | -silent | --silent | --silen | --sile | --sil | --si | --s)
484 ac_cs_silent=: ;;
486 # This is an error.
487 -*) as_fn_error $? "unrecognized option: \`$1'
488 Try \`$0 --help' for more information." ;;
490 *) as_fn_append ac_config_targets " $1"
491 ac_need_defaults=false ;;
493 esac
494 shift
495 done
497 ac_configure_extra_args=
499 if $ac_cs_silent; then
500 exec 6>/dev/null
501 ac_configure_extra_args="$ac_configure_extra_args --silent"
504 if $ac_cs_recheck; then
505 set X /bin/sh './configure' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' '--enable-shared' '--enable-static' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections' $ac_configure_extra_args --no-create --no-recursion
506 shift
507 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
508 CONFIG_SHELL='/bin/sh'
509 export CONFIG_SHELL
510 exec "$@"
513 exec 5>>config.log
515 echo
516 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
517 ## Running $as_me. ##
518 _ASBOX
519 $as_echo "$ac_log"
520 } >&5
523 # INIT-COMMANDS
525 AMDEP_TRUE="" ac_aux_dir="build-aux"
528 # The HP-UX ksh and POSIX shell print the target directory to stdout
529 # if CDPATH is set.
530 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
532 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
533 double_quote_subst='s/\(["`\\]\)/\\\1/g'
534 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
535 enable_static='yes'
536 macro_version='2.4.2'
537 macro_revision='1.3337'
538 enable_shared='yes'
539 pic_mode='default'
540 enable_fast_install='yes'
541 SHELL='/bin/sh'
542 ECHO='printf %s\n'
543 PATH_SEPARATOR=':'
544 host_alias='mipsel-linux'
545 host='mipsel-unknown-linux-gnu'
546 host_os='linux-gnu'
547 build_alias='x86_64-linux-gnu'
548 build='x86_64-pc-linux-gnu'
549 build_os='linux-gnu'
550 SED='/bin/sed'
551 Xsed='/bin/sed -e 1s/^X//'
552 GREP='/bin/grep'
553 EGREP='/bin/grep -E'
554 FGREP='/bin/grep -F'
555 LD='mipsel-uclibc-ld'
556 NM='mipsel-uclibc-nm'
557 LN_S='ln -s'
558 max_cmd_len='3458764513820540925'
559 ac_objext='o'
560 exeext=''
561 lt_unset='unset'
562 lt_SP2NL='tr \040 \012'
563 lt_NL2SP='tr \015\012 \040\040'
564 lt_cv_to_host_file_cmd='func_convert_file_noop'
565 lt_cv_to_tool_file_cmd='func_convert_file_noop'
566 reload_flag=' -r'
567 reload_cmds='$LD$reload_flag -o $output$reload_objs'
568 OBJDUMP='mipsel-linux-objdump'
569 deplibs_check_method='pass_all'
570 file_magic_cmd='$MAGIC_CMD'
571 file_magic_glob=''
572 want_nocaseglob='no'
573 DLLTOOL='false'
574 sharedlib_from_linklib_cmd='printf %s\n'
575 AR='mipsel-uclibc-ar'
576 AR_FLAGS='cru'
577 archiver_list_spec='@'
578 STRIP='mipsel-uclibc-strip'
579 RANLIB='mipsel-uclibc-ranlib'
580 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
581 old_postuninstall_cmds=''
582 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
583 lock_old_archive_extraction='no'
584 CC='mipsel-uclibc-gcc'
585 CFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections'
586 compiler='mipsel-uclibc-gcc'
587 GCC='yes'
588 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
589 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
590 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
591 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
592 nm_file_list_spec='@'
593 lt_sysroot=''
594 objdir='.libs'
595 MAGIC_CMD='file'
596 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
597 lt_prog_compiler_pic=' -fPIC -DPIC'
598 lt_prog_compiler_wl='-Wl,'
599 lt_prog_compiler_static='-static'
600 lt_cv_prog_compiler_c_o='yes'
601 need_locks='no'
602 MANIFEST_TOOL=':'
603 DSYMUTIL=''
604 NMEDIT=''
605 LIPO=''
606 OTOOL=''
607 OTOOL64=''
608 libext='a'
609 shrext_cmds='.so'
610 extract_expsyms_cmds=''
611 archive_cmds_need_lc='no'
612 enable_shared_with_static_runtimes='no'
613 export_dynamic_flag_spec='${wl}--export-dynamic'
614 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
615 compiler_needs_object='no'
616 old_archive_from_new_cmds=''
617 old_archive_from_expsyms_cmds=''
618 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
619 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
620 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
621 echo "local: *; };" >> $output_objdir/$libname.ver~
622 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
623 module_cmds=''
624 module_expsym_cmds=''
625 with_gnu_ld='yes'
626 allow_undefined_flag=''
627 no_undefined_flag=''
628 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
629 hardcode_libdir_separator=''
630 hardcode_direct='no'
631 hardcode_direct_absolute='no'
632 hardcode_minus_L='no'
633 hardcode_shlibpath_var='unsupported'
634 hardcode_automatic='no'
635 inherit_rpath='no'
636 link_all_deplibs='no'
637 always_export_symbols='no'
638 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
639 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
640 include_expsyms=''
641 prelink_cmds=''
642 postlink_cmds=''
643 file_list_spec=''
644 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
645 need_lib_prefix='no'
646 need_version='no'
647 version_type='linux'
648 runpath_var='LD_RUN_PATH'
649 shlibpath_var='LD_LIBRARY_PATH'
650 shlibpath_overrides_runpath='no'
651 libname_spec='lib$name'
652 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
653 soname_spec='${libname}${release}${shared_ext}$major'
654 install_override_mode=''
655 postinstall_cmds=''
656 postuninstall_cmds=''
657 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
658 finish_eval=''
659 hardcode_into_libs='yes'
660 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 '
661 sys_lib_dlsearch_path_spec='/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 '
662 hardcode_action='immediate'
663 enable_dlopen='unknown'
664 enable_dlopen_self='unknown'
665 enable_dlopen_self_static='unknown'
666 old_striplib='mipsel-uclibc-strip --strip-debug'
667 striplib='mipsel-uclibc-strip --strip-unneeded'
669 LTCC='mipsel-uclibc-gcc'
670 LTCFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections'
671 compiler='mipsel-uclibc-gcc'
673 # A function that is used when there is no print builtin or printf.
674 func_fallback_echo ()
676 eval 'cat <<_LTECHO_EOF
678 _LTECHO_EOF'
681 # Quote evaled strings.
682 for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL 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_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; do
683 case `eval \\$ECHO \\""\\$$var"\\"` in
684 *[\\\`\"\$]*)
685 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
688 eval "lt_$var=\\\"\$$var\\\""
690 esac
691 done
693 # Double-quote double-evaled strings.
694 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; do
695 case `eval \\$ECHO \\""\\$$var"\\"` in
696 *[\\\`\"\$]*)
697 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
700 eval "lt_$var=\\\"\$$var\\\""
702 esac
703 done
705 ac_aux_dir='build-aux'
706 xsi_shell='yes'
707 lt_shell_append='yes'
709 # See if we are running on zsh, and set the options which allow our
710 # commands through without removal of \ escapes INIT.
711 if test -n "${ZSH_VERSION+set}" ; then
712 setopt NO_GLOB_SUBST
716 PACKAGE='libnfnetlink'
717 VERSION='1.0.1'
718 TIMESTAMP=''
719 RM='rm -f'
720 ofile='libtool'
726 # Handling of arguments.
727 for ac_config_target in $ac_config_targets
729 case $ac_config_target in
730 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
731 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
732 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
733 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
734 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
735 "include/libnfnetlink/Makefile") CONFIG_FILES="$CONFIG_FILES include/libnfnetlink/Makefile" ;;
736 "utils/Makefile") CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;;
737 "libnfnetlink.pc") CONFIG_FILES="$CONFIG_FILES libnfnetlink.pc" ;;
739 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
740 esac
741 done
744 # If the user did not use the arguments to specify the items to instantiate,
745 # then the envvar interface is used. Set only those that are not.
746 # We use the long form for the default assignment because of an extremely
747 # bizarre bug on SunOS 4.1.3.
748 if $ac_need_defaults; then
749 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
750 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
753 # Have a temporary directory for convenience. Make it in the build tree
754 # simply because there is no reason against having it here, and in addition,
755 # creating and moving files from /tmp can sometimes cause problems.
756 # Hook for its removal unless debugging.
757 # Note that there is a small window in which the directory will not be cleaned:
758 # after its creation but before its name has been assigned to `$tmp'.
759 $debug ||
761 tmp= ac_tmp=
762 trap 'exit_status=$?
763 : "${ac_tmp:=$tmp}"
764 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
766 trap 'as_fn_exit 1' 1 2 13 15
768 # Create a (secure) tmp directory for tmp files.
771 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
772 test -d "$tmp"
773 } ||
775 tmp=./conf$$-$RANDOM
776 (umask 077 && mkdir "$tmp")
777 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
778 ac_tmp=$tmp
780 # Set up the scripts for CONFIG_FILES section.
781 # No need to generate them if there are no CONFIG_FILES.
782 # This happens for instance with `./config.status config.h'.
783 if test -n "$CONFIG_FILES"; then
786 ac_cr=`echo X | tr X '\015'`
787 # On cygwin, bash can eat \r inside `` if the user requested igncr.
788 # But we know of no other shell where ac_cr would be empty at this
789 # point, so we can use a bashism as a fallback.
790 if test "x$ac_cr" = x; then
791 eval ac_cr=\$\'\\r\'
793 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
794 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
795 ac_cs_awk_cr='\\r'
796 else
797 ac_cs_awk_cr=$ac_cr
800 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
801 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
802 S["am__EXEEXT_FALSE"]=""
803 S["am__EXEEXT_TRUE"]="#"
804 S["LTLIBOBJS"]=""
805 S["LIBOBJS"]=""
806 S["CPP"]="mipsel-uclibc-gcc -E"
807 S["OTOOL64"]=""
808 S["OTOOL"]=""
809 S["LIPO"]=""
810 S["NMEDIT"]=""
811 S["DSYMUTIL"]=""
812 S["MANIFEST_TOOL"]=":"
813 S["RANLIB"]="mipsel-uclibc-ranlib"
814 S["ac_ct_AR"]=""
815 S["AR"]="mipsel-uclibc-ar"
816 S["DLLTOOL"]="false"
817 S["OBJDUMP"]="mipsel-linux-objdump"
818 S["LN_S"]="ln -s"
819 S["NM"]="mipsel-uclibc-nm"
820 S["ac_ct_DUMPBIN"]=""
821 S["DUMPBIN"]=""
822 S["LD"]="mipsel-uclibc-ld"
823 S["FGREP"]="/bin/grep -F"
824 S["EGREP"]="/bin/grep -E"
825 S["GREP"]="/bin/grep"
826 S["SED"]="/bin/sed"
827 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
828 S["am__fastdepCC_FALSE"]="#"
829 S["am__fastdepCC_TRUE"]=""
830 S["CCDEPMODE"]="depmode=gcc3"
831 S["am__nodep"]="_no"
832 S["AMDEPBACKSLASH"]="\\"
833 S["AMDEP_FALSE"]="#"
834 S["AMDEP_TRUE"]=""
835 S["am__quote"]=""
836 S["am__include"]="include"
837 S["DEPDIR"]=".deps"
838 S["OBJEXT"]="o"
839 S["EXEEXT"]=""
840 S["ac_ct_CC"]=""
841 S["CPPFLAGS"]=""
842 S["LDFLAGS"]="-ffunction-sections -fdata-sections -Wl,--gc-sections"
843 S["CFLAGS"]="-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections"
844 S["CC"]="mipsel-uclibc-gcc"
845 S["AM_BACKSLASH"]="\\"
846 S["AM_DEFAULT_VERBOSITY"]="0"
847 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
848 S["AM_V"]="$(V)"
849 S["am__untar"]="tar -xf -"
850 S["am__tar"]="tar --format=posix -chf - \"$$tardir\""
851 S["AMTAR"]="$${TAR-tar}"
852 S["am__leading_dot"]="."
853 S["SET_MAKE"]=""
854 S["AWK"]="gawk"
855 S["mkdir_p"]="/bin/mkdir -p"
856 S["MKDIR_P"]="/bin/mkdir -p"
857 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
858 S["STRIP"]="mipsel-uclibc-strip"
859 S["install_sh"]="${SHELL} /home/vicente/tomato/release/src-rt/router/libnfnetlink/build-aux/install-sh"
860 S["MAKEINFO"]="${SHELL} /home/vicente/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run makeinfo"
861 S["AUTOHEADER"]="${SHELL} /home/vicente/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run autoheader"
862 S["AUTOMAKE"]="${SHELL} /home/vicente/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run automake-1.11"
863 S["AUTOCONF"]="${SHELL} /home/vicente/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run autoconf"
864 S["ACLOCAL"]="${SHELL} /home/vicente/tomato/release/src-rt/router/libnfnetlink/build-aux/missing --run aclocal-1.11"
865 S["VERSION"]="1.0.1"
866 S["PACKAGE"]="libnfnetlink"
867 S["CYGPATH_W"]="echo"
868 S["am__isrc"]=""
869 S["INSTALL_DATA"]="${INSTALL} -m 644"
870 S["INSTALL_SCRIPT"]="${INSTALL}"
871 S["INSTALL_PROGRAM"]="${INSTALL}"
872 S["host_os"]="linux-gnu"
873 S["host_vendor"]="unknown"
874 S["host_cpu"]="mipsel"
875 S["host"]="mipsel-unknown-linux-gnu"
876 S["build_os"]="linux-gnu"
877 S["build_vendor"]="pc"
878 S["build_cpu"]="x86_64"
879 S["build"]="x86_64-pc-linux-gnu"
880 S["target_alias"]=""
881 S["host_alias"]="mipsel-linux"
882 S["build_alias"]="x86_64-linux-gnu"
883 S["LIBS"]=""
884 S["ECHO_T"]=""
885 S["ECHO_N"]="-n"
886 S["ECHO_C"]=""
887 S["DEFS"]="-DPACKAGE_NAME=\\\"libnfnetlink\\\" -DPACKAGE_TARNAME=\\\"libnfnetlink\\\" -DPACKAGE_VERSION=\\\"1.0.1\\\" -DPACKAGE_STRING=\\\"libnfnetlink\\ 1.0.1\\\" -DPACKAGE_BU"\
888 "GREPORT=\\\"\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"libnfnetlink\\\" -DVERSION=\\\"1.0.1\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDL"\
889 "IB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\"\
890 "\".libs/\\\""
891 S["mandir"]="${datarootdir}/man"
892 S["localedir"]="${datarootdir}/locale"
893 S["libdir"]="${exec_prefix}/lib"
894 S["psdir"]="${docdir}"
895 S["pdfdir"]="${docdir}"
896 S["dvidir"]="${docdir}"
897 S["htmldir"]="${docdir}"
898 S["infodir"]="${datarootdir}/info"
899 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
900 S["oldincludedir"]="/usr/include"
901 S["includedir"]="${prefix}/include"
902 S["localstatedir"]="${prefix}/var"
903 S["sharedstatedir"]="${prefix}/com"
904 S["sysconfdir"]="${prefix}/etc"
905 S["datadir"]="${datarootdir}"
906 S["datarootdir"]="${prefix}/share"
907 S["libexecdir"]="${exec_prefix}/libexec"
908 S["sbindir"]="${exec_prefix}/sbin"
909 S["bindir"]="${exec_prefix}/bin"
910 S["program_transform_name"]="s,x,x,"
911 S["prefix"]="/usr"
912 S["exec_prefix"]="${prefix}"
913 S["PACKAGE_URL"]=""
914 S["PACKAGE_BUGREPORT"]=""
915 S["PACKAGE_STRING"]="libnfnetlink 1.0.1"
916 S["PACKAGE_VERSION"]="1.0.1"
917 S["PACKAGE_TARNAME"]="libnfnetlink"
918 S["PACKAGE_NAME"]="libnfnetlink"
919 S["PATH_SEPARATOR"]=":"
920 S["SHELL"]="/bin/sh"
921 _ACAWK
922 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
923 for (key in S) S_is_set[key] = 1
924 FS = "\a"
928 line = $ 0
929 nfields = split(line, field, "@")
930 substed = 0
931 len = length(field[1])
932 for (i = 2; i < nfields; i++) {
933 key = field[i]
934 keylen = length(key)
935 if (S_is_set[key]) {
936 value = S[key]
937 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
938 len += length(value) + length(field[++i])
939 substed = 1
940 } else
941 len += 1 + keylen
944 print line
947 _ACAWK
948 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
949 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
950 else
952 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
953 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
954 fi # test -n "$CONFIG_FILES"
957 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
958 shift
959 for ac_tag
961 case $ac_tag in
962 :[FHLC]) ac_mode=$ac_tag; continue;;
963 esac
964 case $ac_mode$ac_tag in
965 :[FHL]*:*);;
966 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
967 :[FH]-) ac_tag=-:-;;
968 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
969 esac
970 ac_save_IFS=$IFS
971 IFS=:
972 set x $ac_tag
973 IFS=$ac_save_IFS
974 shift
975 ac_file=$1
976 shift
978 case $ac_mode in
979 :L) ac_source=$1;;
980 :[FH])
981 ac_file_inputs=
982 for ac_f
984 case $ac_f in
985 -) ac_f="$ac_tmp/stdin";;
986 *) # Look for the file first in the build tree, then in the source tree
987 # (if the path is not absolute). The absolute path cannot be DOS-style,
988 # because $ac_f cannot contain `:'.
989 test -f "$ac_f" ||
990 case $ac_f in
991 [\\/$]*) false;;
992 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
993 esac ||
994 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
995 esac
996 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
997 as_fn_append ac_file_inputs " '$ac_f'"
998 done
1000 # Let's still pretend it is `configure' which instantiates (i.e., don't
1001 # use $as_me), people would be surprised to read:
1002 # /* config.h. Generated by config.status. */
1003 configure_input='Generated from '`
1004 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1005 `' by configure.'
1006 if test x"$ac_file" != x-; then
1007 configure_input="$ac_file. $configure_input"
1008 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1009 $as_echo "$as_me: creating $ac_file" >&6;}
1011 # Neutralize special characters interpreted by sed in replacement strings.
1012 case $configure_input in #(
1013 *\&* | *\|* | *\\* )
1014 ac_sed_conf_input=`$as_echo "$configure_input" |
1015 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1016 *) ac_sed_conf_input=$configure_input;;
1017 esac
1019 case $ac_tag in
1020 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1021 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1022 esac
1024 esac
1026 ac_dir=`$as_dirname -- "$ac_file" ||
1027 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1028 X"$ac_file" : 'X\(//\)[^/]' \| \
1029 X"$ac_file" : 'X\(//\)$' \| \
1030 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1031 $as_echo X"$ac_file" |
1032 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1033 s//\1/
1036 /^X\(\/\/\)[^/].*/{
1037 s//\1/
1040 /^X\(\/\/\)$/{
1041 s//\1/
1044 /^X\(\/\).*/{
1045 s//\1/
1048 s/.*/./; q'`
1049 as_dir="$ac_dir"; as_fn_mkdir_p
1050 ac_builddir=.
1052 case "$ac_dir" in
1053 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1055 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1056 # A ".." for each directory in $ac_dir_suffix.
1057 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1058 case $ac_top_builddir_sub in
1059 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1060 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1061 esac ;;
1062 esac
1063 ac_abs_top_builddir=$ac_pwd
1064 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1065 # for backward compatibility:
1066 ac_top_builddir=$ac_top_build_prefix
1068 case $srcdir in
1069 .) # We are building in place.
1070 ac_srcdir=.
1071 ac_top_srcdir=$ac_top_builddir_sub
1072 ac_abs_top_srcdir=$ac_pwd ;;
1073 [\\/]* | ?:[\\/]* ) # Absolute name.
1074 ac_srcdir=$srcdir$ac_dir_suffix;
1075 ac_top_srcdir=$srcdir
1076 ac_abs_top_srcdir=$srcdir ;;
1077 *) # Relative name.
1078 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1079 ac_top_srcdir=$ac_top_build_prefix$srcdir
1080 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1081 esac
1082 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1085 case $ac_mode in
1088 # CONFIG_FILE
1091 case $INSTALL in
1092 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1093 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1094 esac
1095 ac_MKDIR_P=$MKDIR_P
1096 case $MKDIR_P in
1097 [\\/$]* | ?:[\\/]* ) ;;
1098 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1099 esac
1100 # If the template does not know about datarootdir, expand it.
1101 # FIXME: This hack should be removed a few years after 2.60.
1102 ac_datarootdir_hack=; ac_datarootdir_seen=
1103 ac_sed_dataroot='
1104 /datarootdir/ {
1108 /@datadir@/p
1109 /@docdir@/p
1110 /@infodir@/p
1111 /@localedir@/p
1112 /@mandir@/p'
1113 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1114 *datarootdir*) ac_datarootdir_seen=yes;;
1115 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1117 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1118 ac_datarootdir_hack='
1119 s&@datadir@&${datarootdir}&g
1120 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1121 s&@infodir@&${datarootdir}/info&g
1122 s&@localedir@&${datarootdir}/locale&g
1123 s&@mandir@&${datarootdir}/man&g
1124 s&\${datarootdir}&${prefix}/share&g' ;;
1125 esac
1126 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1128 s///
1129 s/^/:/
1130 s/[ ]*$/:/
1131 s/:\$(srcdir):/:/g
1132 s/:\${srcdir}:/:/g
1133 s/:@srcdir@:/:/g
1134 s/^:*//
1135 s/:*$//
1137 s/\(=[ ]*\).*/\1/
1139 s/\n//
1140 s/^[^=]*=[ ]*$//
1144 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1145 s|@configure_input@|$ac_sed_conf_input|;t t
1146 s&@top_builddir@&$ac_top_builddir_sub&;t t
1147 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1148 s&@srcdir@&$ac_srcdir&;t t
1149 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1150 s&@top_srcdir@&$ac_top_srcdir&;t t
1151 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1152 s&@builddir@&$ac_builddir&;t t
1153 s&@abs_builddir@&$ac_abs_builddir&;t t
1154 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1155 s&@INSTALL@&$ac_INSTALL&;t t
1156 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1157 $ac_datarootdir_hack
1159 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1160 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1162 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1163 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1164 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1165 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1166 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1167 which seems to be undefined. Please make sure it is defined" >&5
1168 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1169 which seems to be undefined. Please make sure it is defined" >&2;}
1171 rm -f "$ac_tmp/stdin"
1172 case $ac_file in
1173 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1174 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1175 esac \
1176 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1180 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1181 $as_echo "$as_me: executing $ac_file commands" >&6;}
1183 esac
1186 case $ac_file$ac_mode in
1187 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1188 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1189 # are listed without --file. Let's play safe and only enable the eval
1190 # if we detect the quoting.
1191 case $CONFIG_FILES in
1192 *\'*) eval set x "$CONFIG_FILES" ;;
1193 *) set x $CONFIG_FILES ;;
1194 esac
1195 shift
1196 for mf
1198 # Strip MF so we end up with the name of the file.
1199 mf=`echo "$mf" | sed -e 's/:.*$//'`
1200 # Check whether this is an Automake generated Makefile or not.
1201 # We used to match only the files named `Makefile.in', but
1202 # some people rename them; so instead we look at the file content.
1203 # Grep'ing the first line is not enough: some people post-process
1204 # each Makefile.in and add a new line on top of each file to say so.
1205 # Grep'ing the whole file is not good either: AIX grep has a line
1206 # limit of 2048, but all sed's we know have understand at least 4000.
1207 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1208 dirpart=`$as_dirname -- "$mf" ||
1209 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1210 X"$mf" : 'X\(//\)[^/]' \| \
1211 X"$mf" : 'X\(//\)$' \| \
1212 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1213 $as_echo X"$mf" |
1214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1215 s//\1/
1218 /^X\(\/\/\)[^/].*/{
1219 s//\1/
1222 /^X\(\/\/\)$/{
1223 s//\1/
1226 /^X\(\/\).*/{
1227 s//\1/
1230 s/.*/./; q'`
1231 else
1232 continue
1234 # Extract the definition of DEPDIR, am__include, and am__quote
1235 # from the Makefile without running `make'.
1236 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1237 test -z "$DEPDIR" && continue
1238 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1239 test -z "am__include" && continue
1240 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1241 # When using ansi2knr, U may be empty or an underscore; expand it
1242 U=`sed -n 's/^U = //p' < "$mf"`
1243 # Find all dependency output files, they are included files with
1244 # $(DEPDIR) in their names. We invoke sed twice because it is the
1245 # simplest approach to changing $(DEPDIR) to its actual value in the
1246 # expansion.
1247 for file in `sed -n "
1248 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1249 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1250 # Make sure the directory exists.
1251 test -f "$dirpart/$file" && continue
1252 fdir=`$as_dirname -- "$file" ||
1253 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1254 X"$file" : 'X\(//\)[^/]' \| \
1255 X"$file" : 'X\(//\)$' \| \
1256 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1257 $as_echo X"$file" |
1258 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1259 s//\1/
1262 /^X\(\/\/\)[^/].*/{
1263 s//\1/
1266 /^X\(\/\/\)$/{
1267 s//\1/
1270 /^X\(\/\).*/{
1271 s//\1/
1274 s/.*/./; q'`
1275 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1276 # echo "creating $dirpart/$file"
1277 echo '# dummy' > "$dirpart/$file"
1278 done
1279 done
1282 "libtool":C)
1284 # See if we are running on zsh, and set the options which allow our
1285 # commands through without removal of \ escapes.
1286 if test -n "${ZSH_VERSION+set}" ; then
1287 setopt NO_GLOB_SUBST
1290 cfgfile="${ofile}T"
1291 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1292 $RM "$cfgfile"
1294 cat <<_LT_EOF >> "$cfgfile"
1295 #! $SHELL
1297 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1298 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1299 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1300 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1302 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1303 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1304 # Foundation, Inc.
1305 # Written by Gordon Matzigkeit, 1996
1307 # This file is part of GNU Libtool.
1309 # GNU Libtool is free software; you can redistribute it and/or
1310 # modify it under the terms of the GNU General Public License as
1311 # published by the Free Software Foundation; either version 2 of
1312 # the License, or (at your option) any later version.
1314 # As a special exception to the GNU General Public License,
1315 # if you distribute this file as part of a program or library that
1316 # is built using GNU Libtool, you may include this file under the
1317 # same distribution terms that you use for the rest of that program.
1319 # GNU Libtool is distributed in the hope that it will be useful,
1320 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1321 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1322 # GNU General Public License for more details.
1324 # You should have received a copy of the GNU General Public License
1325 # along with GNU Libtool; see the file COPYING. If not, a copy
1326 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1327 # obtained by writing to the Free Software Foundation, Inc.,
1328 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1331 # The names of the tagged configurations supported by this script.
1332 available_tags=""
1334 # ### BEGIN LIBTOOL CONFIG
1336 # Whether or not to build static libraries.
1337 build_old_libs=$enable_static
1339 # Which release of libtool.m4 was used?
1340 macro_version=$macro_version
1341 macro_revision=$macro_revision
1343 # Whether or not to build shared libraries.
1344 build_libtool_libs=$enable_shared
1346 # What type of objects to build.
1347 pic_mode=$pic_mode
1349 # Whether or not to optimize for fast installation.
1350 fast_install=$enable_fast_install
1352 # Shell to use when invoking shell scripts.
1353 SHELL=$lt_SHELL
1355 # An echo program that protects backslashes.
1356 ECHO=$lt_ECHO
1358 # The PATH separator for the build system.
1359 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1361 # The host system.
1362 host_alias=$host_alias
1363 host=$host
1364 host_os=$host_os
1366 # The build system.
1367 build_alias=$build_alias
1368 build=$build
1369 build_os=$build_os
1371 # A sed program that does not truncate output.
1372 SED=$lt_SED
1374 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1375 Xsed="\$SED -e 1s/^X//"
1377 # A grep program that handles long lines.
1378 GREP=$lt_GREP
1380 # An ERE matcher.
1381 EGREP=$lt_EGREP
1383 # A literal string matcher.
1384 FGREP=$lt_FGREP
1386 # A BSD- or MS-compatible name lister.
1387 NM=$lt_NM
1389 # Whether we need soft or hard links.
1390 LN_S=$lt_LN_S
1392 # What is the maximum length of a command?
1393 max_cmd_len=$max_cmd_len
1395 # Object file suffix (normally "o").
1396 objext=$ac_objext
1398 # Executable file suffix (normally "").
1399 exeext=$exeext
1401 # whether the shell understands "unset".
1402 lt_unset=$lt_unset
1404 # turn spaces into newlines.
1405 SP2NL=$lt_lt_SP2NL
1407 # turn newlines into spaces.
1408 NL2SP=$lt_lt_NL2SP
1410 # convert \$build file names to \$host format.
1411 to_host_file_cmd=$lt_cv_to_host_file_cmd
1413 # convert \$build files to toolchain format.
1414 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1416 # An object symbol dumper.
1417 OBJDUMP=$lt_OBJDUMP
1419 # Method to check whether dependent libraries are shared objects.
1420 deplibs_check_method=$lt_deplibs_check_method
1422 # Command to use when deplibs_check_method = "file_magic".
1423 file_magic_cmd=$lt_file_magic_cmd
1425 # How to find potential files when deplibs_check_method = "file_magic".
1426 file_magic_glob=$lt_file_magic_glob
1428 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1429 want_nocaseglob=$lt_want_nocaseglob
1431 # DLL creation program.
1432 DLLTOOL=$lt_DLLTOOL
1434 # Command to associate shared and link libraries.
1435 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1437 # The archiver.
1438 AR=$lt_AR
1440 # Flags to create an archive.
1441 AR_FLAGS=$lt_AR_FLAGS
1443 # How to feed a file listing to the archiver.
1444 archiver_list_spec=$lt_archiver_list_spec
1446 # A symbol stripping program.
1447 STRIP=$lt_STRIP
1449 # Commands used to install an old-style archive.
1450 RANLIB=$lt_RANLIB
1451 old_postinstall_cmds=$lt_old_postinstall_cmds
1452 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1454 # Whether to use a lock for old archive extraction.
1455 lock_old_archive_extraction=$lock_old_archive_extraction
1457 # A C compiler.
1458 LTCC=$lt_CC
1460 # LTCC compiler flags.
1461 LTCFLAGS=$lt_CFLAGS
1463 # Take the output of nm and produce a listing of raw symbols and C names.
1464 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1466 # Transform the output of nm in a proper C declaration.
1467 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1469 # Transform the output of nm in a C name address pair.
1470 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1472 # Transform the output of nm in a C name address pair when lib prefix is needed.
1473 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1475 # Specify filename containing input files for \$NM.
1476 nm_file_list_spec=$lt_nm_file_list_spec
1478 # The root where to search for dependent libraries,and in which our libraries should be installed.
1479 lt_sysroot=$lt_sysroot
1481 # The name of the directory that contains temporary libtool files.
1482 objdir=$objdir
1484 # Used to examine libraries when file_magic_cmd begins with "file".
1485 MAGIC_CMD=$MAGIC_CMD
1487 # Must we lock files when doing compilation?
1488 need_locks=$lt_need_locks
1490 # Manifest tool.
1491 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1493 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1494 DSYMUTIL=$lt_DSYMUTIL
1496 # Tool to change global to local symbols on Mac OS X.
1497 NMEDIT=$lt_NMEDIT
1499 # Tool to manipulate fat objects and archives on Mac OS X.
1500 LIPO=$lt_LIPO
1502 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1503 OTOOL=$lt_OTOOL
1505 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1506 OTOOL64=$lt_OTOOL64
1508 # Old archive suffix (normally "a").
1509 libext=$libext
1511 # Shared library suffix (normally ".so").
1512 shrext_cmds=$lt_shrext_cmds
1514 # The commands to extract the exported symbol list from a shared archive.
1515 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1517 # Variables whose values should be saved in libtool wrapper scripts and
1518 # restored at link time.
1519 variables_saved_for_relink=$lt_variables_saved_for_relink
1521 # Do we need the "lib" prefix for modules?
1522 need_lib_prefix=$need_lib_prefix
1524 # Do we need a version for libraries?
1525 need_version=$need_version
1527 # Library versioning type.
1528 version_type=$version_type
1530 # Shared library runtime path variable.
1531 runpath_var=$runpath_var
1533 # Shared library path variable.
1534 shlibpath_var=$shlibpath_var
1536 # Is shlibpath searched before the hard-coded library search path?
1537 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1539 # Format of library name prefix.
1540 libname_spec=$lt_libname_spec
1542 # List of archive names. First name is the real one, the rest are links.
1543 # The last name is the one that the linker finds with -lNAME
1544 library_names_spec=$lt_library_names_spec
1546 # The coded name of the library, if different from the real name.
1547 soname_spec=$lt_soname_spec
1549 # Permission mode override for installation of shared libraries.
1550 install_override_mode=$lt_install_override_mode
1552 # Command to use after installation of a shared archive.
1553 postinstall_cmds=$lt_postinstall_cmds
1555 # Command to use after uninstallation of a shared archive.
1556 postuninstall_cmds=$lt_postuninstall_cmds
1558 # Commands used to finish a libtool library installation in a directory.
1559 finish_cmds=$lt_finish_cmds
1561 # As "finish_cmds", except a single script fragment to be evaled but
1562 # not shown.
1563 finish_eval=$lt_finish_eval
1565 # Whether we should hardcode library paths into libraries.
1566 hardcode_into_libs=$hardcode_into_libs
1568 # Compile-time system search path for libraries.
1569 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1571 # Run-time system search path for libraries.
1572 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1574 # Whether dlopen is supported.
1575 dlopen_support=$enable_dlopen
1577 # Whether dlopen of programs is supported.
1578 dlopen_self=$enable_dlopen_self
1580 # Whether dlopen of statically linked programs is supported.
1581 dlopen_self_static=$enable_dlopen_self_static
1583 # Commands to strip libraries.
1584 old_striplib=$lt_old_striplib
1585 striplib=$lt_striplib
1588 # The linker used to build libraries.
1589 LD=$lt_LD
1591 # How to create reloadable object files.
1592 reload_flag=$lt_reload_flag
1593 reload_cmds=$lt_reload_cmds
1595 # Commands used to build an old-style archive.
1596 old_archive_cmds=$lt_old_archive_cmds
1598 # A language specific compiler.
1599 CC=$lt_compiler
1601 # Is the compiler the GNU compiler?
1602 with_gcc=$GCC
1604 # Compiler flag to turn off builtin functions.
1605 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1607 # Additional compiler flags for building library objects.
1608 pic_flag=$lt_lt_prog_compiler_pic
1610 # How to pass a linker flag through the compiler.
1611 wl=$lt_lt_prog_compiler_wl
1613 # Compiler flag to prevent dynamic linking.
1614 link_static_flag=$lt_lt_prog_compiler_static
1616 # Does compiler simultaneously support -c and -o options?
1617 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1619 # Whether or not to add -lc for building shared libraries.
1620 build_libtool_need_lc=$archive_cmds_need_lc
1622 # Whether or not to disallow shared libs when runtime libs are static.
1623 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1625 # Compiler flag to allow reflexive dlopens.
1626 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1628 # Compiler flag to generate shared objects directly from archives.
1629 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1631 # Whether the compiler copes with passing no objects directly.
1632 compiler_needs_object=$lt_compiler_needs_object
1634 # Create an old-style archive from a shared archive.
1635 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1637 # Create a temporary old-style archive to link instead of a shared archive.
1638 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1640 # Commands used to build a shared archive.
1641 archive_cmds=$lt_archive_cmds
1642 archive_expsym_cmds=$lt_archive_expsym_cmds
1644 # Commands used to build a loadable module if different from building
1645 # a shared archive.
1646 module_cmds=$lt_module_cmds
1647 module_expsym_cmds=$lt_module_expsym_cmds
1649 # Whether we are building with GNU ld or not.
1650 with_gnu_ld=$lt_with_gnu_ld
1652 # Flag that allows shared libraries with undefined symbols to be built.
1653 allow_undefined_flag=$lt_allow_undefined_flag
1655 # Flag that enforces no undefined symbols.
1656 no_undefined_flag=$lt_no_undefined_flag
1658 # Flag to hardcode \$libdir into a binary during linking.
1659 # This must work even if \$libdir does not exist
1660 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1662 # Whether we need a single "-rpath" flag with a separated argument.
1663 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1665 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1666 # DIR into the resulting binary.
1667 hardcode_direct=$hardcode_direct
1669 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1670 # DIR into the resulting binary and the resulting library dependency is
1671 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1672 # library is relocated.
1673 hardcode_direct_absolute=$hardcode_direct_absolute
1675 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1676 # into the resulting binary.
1677 hardcode_minus_L=$hardcode_minus_L
1679 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1680 # into the resulting binary.
1681 hardcode_shlibpath_var=$hardcode_shlibpath_var
1683 # Set to "yes" if building a shared library automatically hardcodes DIR
1684 # into the library and all subsequent libraries and executables linked
1685 # against it.
1686 hardcode_automatic=$hardcode_automatic
1688 # Set to yes if linker adds runtime paths of dependent libraries
1689 # to runtime path list.
1690 inherit_rpath=$inherit_rpath
1692 # Whether libtool must link a program against all its dependency libraries.
1693 link_all_deplibs=$link_all_deplibs
1695 # Set to "yes" if exported symbols are required.
1696 always_export_symbols=$always_export_symbols
1698 # The commands to list exported symbols.
1699 export_symbols_cmds=$lt_export_symbols_cmds
1701 # Symbols that should not be listed in the preloaded symbols.
1702 exclude_expsyms=$lt_exclude_expsyms
1704 # Symbols that must always be exported.
1705 include_expsyms=$lt_include_expsyms
1707 # Commands necessary for linking programs (against libraries) with templates.
1708 prelink_cmds=$lt_prelink_cmds
1710 # Commands necessary for finishing linking programs.
1711 postlink_cmds=$lt_postlink_cmds
1713 # Specify filename containing input files.
1714 file_list_spec=$lt_file_list_spec
1716 # How to hardcode a shared library path into an executable.
1717 hardcode_action=$hardcode_action
1719 # ### END LIBTOOL CONFIG
1721 _LT_EOF
1723 case $host_os in
1724 aix3*)
1725 cat <<\_LT_EOF >> "$cfgfile"
1726 # AIX sometimes has problems with the GCC collect2 program. For some
1727 # reason, if we set the COLLECT_NAMES environment variable, the problems
1728 # vanish in a puff of smoke.
1729 if test "X${COLLECT_NAMES+set}" != Xset; then
1730 COLLECT_NAMES=
1731 export COLLECT_NAMES
1733 _LT_EOF
1735 esac
1738 ltmain="$ac_aux_dir/ltmain.sh"
1741 # We use sed instead of cat because bash on DJGPP gets confused if
1742 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1743 # text mode, it properly converts lines to CR/LF. This bash problem
1744 # is reportedly fixed, but why not run on old versions too?
1745 sed '$q' "$ltmain" >> "$cfgfile" \
1746 || (rm -f "$cfgfile"; exit 1)
1748 if test x"$xsi_shell" = xyes; then
1749 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1750 func_dirname ()\
1752 \ case ${1} in\
1753 \ */*) func_dirname_result="${1%/*}${2}" ;;\
1754 \ * ) func_dirname_result="${3}" ;;\
1755 \ esac\
1756 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
1757 && mv -f "$cfgfile.tmp" "$cfgfile" \
1758 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1759 test 0 -eq $? || _lt_function_replace_fail=:
1762 sed -e '/^func_basename ()$/,/^} # func_basename /c\
1763 func_basename ()\
1765 \ func_basename_result="${1##*/}"\
1766 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
1767 && mv -f "$cfgfile.tmp" "$cfgfile" \
1768 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1769 test 0 -eq $? || _lt_function_replace_fail=:
1772 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1773 func_dirname_and_basename ()\
1775 \ case ${1} in\
1776 \ */*) func_dirname_result="${1%/*}${2}" ;;\
1777 \ * ) func_dirname_result="${3}" ;;\
1778 \ esac\
1779 \ func_basename_result="${1##*/}"\
1780 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
1781 && mv -f "$cfgfile.tmp" "$cfgfile" \
1782 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1783 test 0 -eq $? || _lt_function_replace_fail=:
1786 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
1787 func_stripname ()\
1789 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
1790 \ # positional parameters, so assign one to ordinary parameter first.\
1791 \ func_stripname_result=${3}\
1792 \ func_stripname_result=${func_stripname_result#"${1}"}\
1793 \ func_stripname_result=${func_stripname_result%"${2}"}\
1794 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
1795 && mv -f "$cfgfile.tmp" "$cfgfile" \
1796 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1797 test 0 -eq $? || _lt_function_replace_fail=:
1800 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
1801 func_split_long_opt ()\
1803 \ func_split_long_opt_name=${1%%=*}\
1804 \ func_split_long_opt_arg=${1#*=}\
1805 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
1806 && mv -f "$cfgfile.tmp" "$cfgfile" \
1807 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1808 test 0 -eq $? || _lt_function_replace_fail=:
1811 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
1812 func_split_short_opt ()\
1814 \ func_split_short_opt_arg=${1#??}\
1815 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
1816 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
1817 && mv -f "$cfgfile.tmp" "$cfgfile" \
1818 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1819 test 0 -eq $? || _lt_function_replace_fail=:
1822 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
1823 func_lo2o ()\
1825 \ case ${1} in\
1826 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
1827 \ *) func_lo2o_result=${1} ;;\
1828 \ esac\
1829 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
1830 && mv -f "$cfgfile.tmp" "$cfgfile" \
1831 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1832 test 0 -eq $? || _lt_function_replace_fail=:
1835 sed -e '/^func_xform ()$/,/^} # func_xform /c\
1836 func_xform ()\
1838 func_xform_result=${1%.*}.lo\
1839 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
1840 && mv -f "$cfgfile.tmp" "$cfgfile" \
1841 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1842 test 0 -eq $? || _lt_function_replace_fail=:
1845 sed -e '/^func_arith ()$/,/^} # func_arith /c\
1846 func_arith ()\
1848 func_arith_result=$(( $* ))\
1849 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
1850 && mv -f "$cfgfile.tmp" "$cfgfile" \
1851 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1852 test 0 -eq $? || _lt_function_replace_fail=:
1855 sed -e '/^func_len ()$/,/^} # func_len /c\
1856 func_len ()\
1858 func_len_result=${#1}\
1859 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
1860 && mv -f "$cfgfile.tmp" "$cfgfile" \
1861 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1862 test 0 -eq $? || _lt_function_replace_fail=:
1866 if test x"$lt_shell_append" = xyes; then
1867 sed -e '/^func_append ()$/,/^} # func_append /c\
1868 func_append ()\
1870 eval "${1}+=\\${2}"\
1871 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
1872 && mv -f "$cfgfile.tmp" "$cfgfile" \
1873 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1874 test 0 -eq $? || _lt_function_replace_fail=:
1877 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
1878 func_append_quoted ()\
1880 \ func_quote_for_eval "${2}"\
1881 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
1882 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
1883 && mv -f "$cfgfile.tmp" "$cfgfile" \
1884 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1885 test 0 -eq $? || _lt_function_replace_fail=:
1888 # Save a `func_append' function call where possible by direct use of '+='
1889 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
1890 && mv -f "$cfgfile.tmp" "$cfgfile" \
1891 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1892 test 0 -eq $? || _lt_function_replace_fail=:
1893 else
1894 # Save a `func_append' function call even when '+=' is not available
1895 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
1896 && mv -f "$cfgfile.tmp" "$cfgfile" \
1897 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1898 test 0 -eq $? || _lt_function_replace_fail=:
1901 if test x"$_lt_function_replace_fail" = x":"; then
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
1903 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
1907 mv -f "$cfgfile" "$ofile" ||
1908 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1909 chmod +x "$ofile"
1913 esac
1914 done # for ac_tag
1917 as_fn_exit 0