Clean and tiddy-up files.
[tomato.git] / release / src / router / pcre / config.status
blobf4f7120386902a654dae287c17f6fb191e1b688d
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0.
143 as_fn_error ()
145 as_status=$1; test $as_status -eq 0 && as_status=1
146 if test "$4"; then
147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit $as_status
152 } # as_fn_error
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
158 as_fn_set_status ()
160 return $1
161 } # as_fn_set_status
163 # as_fn_exit STATUS
164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit ()
168 set +e
169 as_fn_set_status $1
170 exit $1
171 } # as_fn_exit
173 # as_fn_unset VAR
174 # ---------------
175 # Portably unset VAR.
176 as_fn_unset ()
178 { eval $1=; unset $1;}
180 as_unset=as_fn_unset
181 # as_fn_append VAR VALUE
182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive
186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append ()
190 eval $1+=\$2
192 else
193 as_fn_append ()
195 eval $1=\$$1\$2
197 fi # as_fn_append
199 # as_fn_arith ARG...
200 # ------------------
201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205 eval 'as_fn_arith ()
207 as_val=$(( $* ))
209 else
210 as_fn_arith ()
212 as_val=`expr "$@" || test $? -eq 1`
214 fi # as_fn_arith
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220 else
221 as_expr=false
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename
226 else
227 as_basename=false
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname
232 else
233 as_dirname=false
236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" |
241 sed '/^.*\/\([^/][^/]*\)\/*$/{
242 s//\1/
245 /^X\/\(\/\/\)$/{
246 s//\1/
249 /^X\/\(\/\).*/{
250 s//\1/
253 s/.*/./; q'`
255 # Avoid depending upon Character Ranges.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits
262 ECHO_C= ECHO_N= ECHO_T=
263 case `echo -n x` in #(((((
264 -n*)
265 case `echo 'xy\c'` in
266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 xy) ECHO_C='\c';;
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
269 ECHO_T=' ';;
270 esac;;
272 ECHO_N='-n';;
273 esac
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
278 else
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
282 if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf$$.file conf$$ 2>/dev/null; then
284 as_ln_s='ln -s'
285 # ... but there are two gotchas:
286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288 # In both cases, we have to default to `cp -p'.
289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290 as_ln_s='cp -p'
291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln
293 else
294 as_ln_s='cp -p'
296 else
297 as_ln_s='cp -p'
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p ()
309 case $as_dir in #(
310 -*) as_dir=./$as_dir;;
311 esac
312 test -d "$as_dir" || eval $as_mkdir_p || {
313 as_dirs=
314 while :; do
315 case $as_dir in #(
316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317 *) as_qdir=$as_dir;;
318 esac
319 as_dirs="'$as_qdir' $as_dirs"
320 as_dir=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322 X"$as_dir" : 'X\(//\)[^/]' \| \
323 X"$as_dir" : 'X\(//\)$' \| \
324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" |
326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327 s//\1/
330 /^X\(\/\/\)[^/].*/{
331 s//\1/
334 /^X\(\/\/\)$/{
335 s//\1/
338 /^X\(\/\).*/{
339 s//\1/
342 s/.*/./; q'`
343 test -d "$as_dir" && break
344 done
345 test -z "$as_dirs" || eval "mkdir $as_dirs"
346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"'
352 else
353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false
357 if test -x / >/dev/null 2>&1; then
358 as_test_x='test -x'
359 else
360 if ls -dL / >/dev/null 2>&1; then
361 as_ls_L_option=L
362 else
363 as_ls_L_option=
365 as_test_x='
366 eval sh -c '\''
367 if test -d "$1"; then
368 test -d "$1/.";
369 else
370 case $1 in #(
371 -*)set "./$1";;
372 esac;
373 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
374 ???[sx]*):;;*)false;;esac;fi
375 '\'' sh
378 as_executable_p=$as_test_x
380 # Sed expression to map a string onto a valid CPP name.
381 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
383 # Sed expression to map a string onto a valid variable name.
384 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
387 exec 6>&1
388 ## ----------------------------------- ##
389 ## Main body of $CONFIG_STATUS script. ##
390 ## ----------------------------------- ##
391 # Save the log message, to keep $0 and so on meaningful, and to
392 # report actual input values of CONFIG_FILES etc. instead of their
393 # values after options handling.
394 ac_log="
395 This file was extended by PCRE $as_me 8.32, which was
396 generated by GNU Autoconf 2.68. Invocation command line was
398 CONFIG_FILES = $CONFIG_FILES
399 CONFIG_HEADERS = $CONFIG_HEADERS
400 CONFIG_LINKS = $CONFIG_LINKS
401 CONFIG_COMMANDS = $CONFIG_COMMANDS
402 $ $0 $@
404 on `(hostname || uname -n) 2>/dev/null | sed 1q`
407 # Files that config.status was made for.
408 config_files=" Makefile libpcre.pc libpcre16.pc libpcre32.pc libpcreposix.pc libpcrecpp.pc pcre-config pcre.h pcre_stringpiece.h pcrecpparg.h"
409 config_headers=" config.h"
410 config_commands=" depfiles libtool script-chmod delete-old-chartables"
412 ac_cs_usage="\
413 \`$as_me' instantiates files and other configuration actions
414 from templates according to the current configuration. Unless the files
415 and actions are specified as TAGs, all are instantiated by default.
417 Usage: $0 [OPTION]... [TAG]...
419 -h, --help print this help, then exit
420 -V, --version print version number and configuration settings, then exit
421 --config print configuration, then exit
422 -q, --quiet, --silent
423 do not print progress messages
424 -d, --debug don't remove temporary files
425 --recheck update $as_me by reconfiguring in the same conditions
426 --file=FILE[:TEMPLATE]
427 instantiate the configuration file FILE
428 --header=FILE[:TEMPLATE]
429 instantiate the configuration header FILE
431 Configuration files:
432 $config_files
434 Configuration headers:
435 $config_headers
437 Configuration commands:
438 $config_commands
440 Report bugs to the package provider."
442 ac_cs_config="'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' '--disable-dependency-tracking' '--enable-utf8' '--enable-unicode-properties' '--disable-cpp' '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 ' 'CXX=mipsel-uclibc-g++'"
443 ac_cs_version="\
444 PCRE config.status 8.32
445 configured by ./configure, generated by GNU Autoconf 2.68,
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/pcre'
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' '--prefix=/usr' '--disable-dependency-tracking' '--enable-utf8' '--enable-unicode-properties' '--disable-cpp' '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 ' 'CXX=mipsel-uclibc-g++' $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="."
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 AS='mipsel-uclibc-as'
565 DLLTOOL='dlltool'
566 OBJDUMP='objdump'
567 macro_version='2.4'
568 macro_revision='1.3293'
569 enable_shared='yes'
570 enable_static='yes'
571 pic_mode='default'
572 enable_fast_install='yes'
573 SHELL='/bin/sh'
574 ECHO='printf %s\n'
575 host_alias='mipsel-linux'
576 host='mipsel-unknown-linux-gnu'
577 host_os='linux-gnu'
578 build_alias='x86_64-linux-gnu'
579 build='x86_64-pc-linux-gnu'
580 build_os='linux-gnu'
581 SED='/bin/sed'
582 Xsed='/bin/sed -e 1s/^X//'
583 GREP='/bin/grep'
584 EGREP='/bin/grep -E'
585 FGREP='/bin/grep -F'
586 LD='mipsel-uclibc-ld'
587 NM='mipsel-uclibc-nm'
588 LN_S='ln -s'
589 max_cmd_len='3458764513820540925'
590 ac_objext='o'
591 exeext=''
592 lt_unset='unset'
593 lt_SP2NL='tr \040 \012'
594 lt_NL2SP='tr \015\012 \040\040'
595 lt_cv_to_host_file_cmd='func_convert_file_noop'
596 lt_cv_to_tool_file_cmd='func_convert_file_noop'
597 reload_flag=' -r'
598 reload_cmds='$LD$reload_flag -o $output$reload_objs'
599 deplibs_check_method='pass_all'
600 file_magic_cmd='$MAGIC_CMD'
601 file_magic_glob=''
602 want_nocaseglob='no'
603 sharedlib_from_linklib_cmd='printf %s\n'
604 AR='mipsel-uclibc-ar'
605 AR_FLAGS='cru'
606 archiver_list_spec='@'
607 STRIP='mipsel-uclibc-strip -R .note -R .comment'
608 RANLIB='mipsel-uclibc-ranlib'
609 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
610 old_postuninstall_cmds=''
611 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
612 lock_old_archive_extraction='no'
613 CC='mipsel-uclibc-gcc'
614 CFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 '
615 compiler='mipsel-uclibc-g++'
616 GCC='yes'
617 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'\'''
618 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
619 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
620 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'\'''
621 nm_file_list_spec='@'
622 lt_sysroot=''
623 objdir='.libs'
624 MAGIC_CMD='file'
625 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
626 lt_prog_compiler_pic=' -fPIC -DPIC'
627 lt_prog_compiler_wl='-Wl,'
628 lt_prog_compiler_static='-static'
629 lt_cv_prog_compiler_c_o='yes'
630 need_locks='no'
631 MANIFEST_TOOL=':'
632 DSYMUTIL=''
633 NMEDIT=''
634 LIPO=''
635 OTOOL=''
636 OTOOL64=''
637 libext='a'
638 shrext_cmds='.so'
639 extract_expsyms_cmds=''
640 archive_cmds_need_lc='no'
641 enable_shared_with_static_runtimes='no'
642 export_dynamic_flag_spec='${wl}--export-dynamic'
643 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
644 compiler_needs_object='no'
645 old_archive_from_new_cmds=''
646 old_archive_from_expsyms_cmds=''
647 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
648 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
649 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
650 echo "local: *; };" >> $output_objdir/$libname.ver~
651 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
652 module_cmds=''
653 module_expsym_cmds=''
654 with_gnu_ld='yes'
655 allow_undefined_flag=''
656 no_undefined_flag=''
657 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
658 hardcode_libdir_flag_spec_ld=''
659 hardcode_libdir_separator=''
660 hardcode_direct='no'
661 hardcode_direct_absolute='no'
662 hardcode_minus_L='no'
663 hardcode_shlibpath_var='unsupported'
664 hardcode_automatic='no'
665 inherit_rpath='no'
666 link_all_deplibs='unknown'
667 always_export_symbols='no'
668 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
669 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
670 include_expsyms=''
671 prelink_cmds=''
672 postlink_cmds=''
673 file_list_spec=''
674 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
675 need_lib_prefix='no'
676 need_version='no'
677 version_type='linux'
678 runpath_var='LD_RUN_PATH'
679 shlibpath_var='LD_LIBRARY_PATH'
680 shlibpath_overrides_runpath='no'
681 libname_spec='lib$name'
682 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
683 soname_spec='${libname}${release}${shared_ext}$major'
684 install_override_mode=''
685 postinstall_cmds=''
686 postuninstall_cmds=''
687 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
688 finish_eval=''
689 hardcode_into_libs='yes'
690 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 '
691 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 '
692 hardcode_action='immediate'
693 enable_dlopen='unknown'
694 enable_dlopen_self='unknown'
695 enable_dlopen_self_static='unknown'
696 old_striplib='mipsel-uclibc-strip -R .note -R .comment --strip-debug'
697 striplib='mipsel-uclibc-strip -R .note -R .comment --strip-unneeded'
698 compiler_lib_search_dirs=''
699 predep_objects=''
700 postdep_objects=''
701 predeps=''
702 postdeps=''
703 compiler_lib_search_path=''
704 LD_CXX='mipsel-uclibc-ld'
705 reload_flag_CXX=' -r'
706 reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
707 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
708 compiler_CXX='mipsel-uclibc-g++'
709 GCC_CXX='yes'
710 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
711 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
712 lt_prog_compiler_wl_CXX='-Wl,'
713 lt_prog_compiler_static_CXX='-static'
714 lt_cv_prog_compiler_c_o_CXX='yes'
715 archive_cmds_need_lc_CXX='no'
716 enable_shared_with_static_runtimes_CXX='no'
717 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
718 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
719 compiler_needs_object_CXX='no'
720 old_archive_from_new_cmds_CXX=''
721 old_archive_from_expsyms_cmds_CXX=''
722 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
723 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
724 module_cmds_CXX=''
725 module_expsym_cmds_CXX=''
726 with_gnu_ld_CXX='yes'
727 allow_undefined_flag_CXX=''
728 no_undefined_flag_CXX=''
729 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
730 hardcode_libdir_flag_spec_ld_CXX=''
731 hardcode_libdir_separator_CXX=''
732 hardcode_direct_CXX='no'
733 hardcode_direct_absolute_CXX='no'
734 hardcode_minus_L_CXX='no'
735 hardcode_shlibpath_var_CXX='unsupported'
736 hardcode_automatic_CXX='no'
737 inherit_rpath_CXX='no'
738 link_all_deplibs_CXX='unknown'
739 always_export_symbols_CXX='no'
740 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
741 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
742 include_expsyms_CXX=''
743 prelink_cmds_CXX=''
744 postlink_cmds_CXX=''
745 file_list_spec_CXX=''
746 hardcode_action_CXX='immediate'
747 compiler_lib_search_dirs_CXX='/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4 /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib'
748 predep_objects_CXX='/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib/crti.o /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/crtbeginS.o'
749 postdep_objects_CXX='/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/crtendS.o /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib/crtn.o'
750 predeps_CXX=''
751 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
752 compiler_lib_search_path_CXX='-L/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4 -L/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc -L/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/../../../../mipsel-linux-uclibc/lib'
754 LTCC='mipsel-uclibc-gcc'
755 LTCFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 '
756 compiler='mipsel-uclibc-gcc'
758 # A function that is used when there is no print builtin or printf.
759 func_fallback_echo ()
761 eval 'cat <<_LTECHO_EOF
763 _LTECHO_EOF'
766 # Quote evaled strings.
767 for var in AS DLLTOOL OBJDUMP SHELL ECHO SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_ld_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
768 case `eval \\$ECHO \\""\\$$var"\\"` in
769 *[\\\`\"\$]*)
770 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
773 eval "lt_$var=\\\"\$$var\\\""
775 esac
776 done
778 # Double-quote double-evaled strings.
779 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
780 case `eval \\$ECHO \\""\\$$var"\\"` in
781 *[\\\`\"\$]*)
782 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
785 eval "lt_$var=\\\"\$$var\\\""
787 esac
788 done
790 ac_aux_dir='.'
791 xsi_shell='yes'
792 lt_shell_append='yes'
794 # See if we are running on zsh, and set the options which allow our
795 # commands through without removal of \ escapes INIT.
796 if test -n "${ZSH_VERSION+set}" ; then
797 setopt NO_GLOB_SUBST
801 PACKAGE='pcre'
802 VERSION='8.32'
803 TIMESTAMP=''
804 RM='rm -f'
805 ofile='libtool'
813 # Handling of arguments.
814 for ac_config_target in $ac_config_targets
816 case $ac_config_target in
817 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
818 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
819 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
820 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
821 "libpcre.pc") CONFIG_FILES="$CONFIG_FILES libpcre.pc" ;;
822 "libpcre16.pc") CONFIG_FILES="$CONFIG_FILES libpcre16.pc" ;;
823 "libpcre32.pc") CONFIG_FILES="$CONFIG_FILES libpcre32.pc" ;;
824 "libpcreposix.pc") CONFIG_FILES="$CONFIG_FILES libpcreposix.pc" ;;
825 "libpcrecpp.pc") CONFIG_FILES="$CONFIG_FILES libpcrecpp.pc" ;;
826 "pcre-config") CONFIG_FILES="$CONFIG_FILES pcre-config" ;;
827 "pcre.h") CONFIG_FILES="$CONFIG_FILES pcre.h" ;;
828 "pcre_stringpiece.h") CONFIG_FILES="$CONFIG_FILES pcre_stringpiece.h" ;;
829 "pcrecpparg.h") CONFIG_FILES="$CONFIG_FILES pcrecpparg.h" ;;
830 "script-chmod") CONFIG_COMMANDS="$CONFIG_COMMANDS script-chmod" ;;
831 "delete-old-chartables") CONFIG_COMMANDS="$CONFIG_COMMANDS delete-old-chartables" ;;
833 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
834 esac
835 done
838 # If the user did not use the arguments to specify the items to instantiate,
839 # then the envvar interface is used. Set only those that are not.
840 # We use the long form for the default assignment because of an extremely
841 # bizarre bug on SunOS 4.1.3.
842 if $ac_need_defaults; then
843 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
844 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
845 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
848 # Have a temporary directory for convenience. Make it in the build tree
849 # simply because there is no reason against having it here, and in addition,
850 # creating and moving files from /tmp can sometimes cause problems.
851 # Hook for its removal unless debugging.
852 # Note that there is a small window in which the directory will not be cleaned:
853 # after its creation but before its name has been assigned to `$tmp'.
854 $debug ||
856 tmp= ac_tmp=
857 trap 'exit_status=$?
858 : "${ac_tmp:=$tmp}"
859 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
861 trap 'as_fn_exit 1' 1 2 13 15
863 # Create a (secure) tmp directory for tmp files.
866 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
867 test -d "$tmp"
868 } ||
870 tmp=./conf$$-$RANDOM
871 (umask 077 && mkdir "$tmp")
872 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
873 ac_tmp=$tmp
875 # Set up the scripts for CONFIG_FILES section.
876 # No need to generate them if there are no CONFIG_FILES.
877 # This happens for instance with `./config.status config.h'.
878 if test -n "$CONFIG_FILES"; then
881 ac_cr=`echo X | tr X '\015'`
882 # On cygwin, bash can eat \r inside `` if the user requested igncr.
883 # But we know of no other shell where ac_cr would be empty at this
884 # point, so we can use a bashism as a fallback.
885 if test "x$ac_cr" = x; then
886 eval ac_cr=\$\'\\r\'
888 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
889 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
890 ac_cs_awk_cr='\\r'
891 else
892 ac_cs_awk_cr=$ac_cr
895 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
896 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
897 S["am__EXEEXT_FALSE"]=""
898 S["am__EXEEXT_TRUE"]="#"
899 S["LTLIBOBJS"]=""
900 S["LIBOBJS"]=""
901 S["WITH_GCOV_FALSE"]=""
902 S["WITH_GCOV_TRUE"]="#"
903 S["GCOV_LIBS"]=""
904 S["GCOV_CXXFLAGS"]=""
905 S["GCOV_CFLAGS"]=""
906 S["GENHTML"]=""
907 S["LCOV"]=""
908 S["SHTOOL"]=""
909 S["VALGRIND_LIBS"]=""
910 S["VALGRIND_CFLAGS"]=""
911 S["PKG_CONFIG_LIBDIR"]=""
912 S["PKG_CONFIG_PATH"]=""
913 S["PKG_CONFIG"]=""
914 S["LIBBZ2"]=""
915 S["LIBZ"]=""
916 S["DISTCHECK_CONFIGURE_FLAGS"]="CFLAGS='' CXXFLAGS='' --enable-pcre16 --enable-pcre32 --enable-jit --enable-cpp --enable-unicode-properties"
917 S["EXTRA_LIBPCRECPP_LDFLAGS"]=" -version-info 0:0:0 "
918 S["EXTRA_LIBPCREPOSIX_LDFLAGS"]=" -version-info 0:1:0"
919 S["EXTRA_LIBPCRE32_LDFLAGS"]=" -version-info 0:0:0"
920 S["EXTRA_LIBPCRE16_LDFLAGS"]=" -version-info 2:0:2"
921 S["EXTRA_LIBPCRE_LDFLAGS"]=" -version-info 3:0:2"
922 S["PTHREAD_CFLAGS"]=""
923 S["PTHREAD_LIBS"]=""
924 S["PTHREAD_CC"]=""
925 S["ax_pthread_config"]=""
926 S["PCRE_STATIC_CFLAG"]=""
927 S["LIBREADLINE"]=""
928 S["WITH_VALGRIND_FALSE"]=""
929 S["WITH_VALGRIND_TRUE"]="#"
930 S["WITH_UTF_FALSE"]="#"
931 S["WITH_UTF_TRUE"]=""
932 S["WITH_JIT_FALSE"]=""
933 S["WITH_JIT_TRUE"]="#"
934 S["WITH_REBUILD_CHARTABLES_FALSE"]=""
935 S["WITH_REBUILD_CHARTABLES_TRUE"]="#"
936 S["WITH_PCRE_CPP_FALSE"]=""
937 S["WITH_PCRE_CPP_TRUE"]="#"
938 S["WITH_PCRE32_FALSE"]=""
939 S["WITH_PCRE32_TRUE"]="#"
940 S["WITH_PCRE16_FALSE"]=""
941 S["WITH_PCRE16_TRUE"]="#"
942 S["WITH_PCRE8_FALSE"]="#"
943 S["WITH_PCRE8_TRUE"]=""
944 S["pcre_have_bits_type_traits"]="0"
945 S["pcre_have_type_traits"]="0"
946 S["pcre_have_ulong_long"]=""
947 S["pcre_have_long_long"]=""
948 S["enable_cpp"]="no"
949 S["enable_pcre32"]="no"
950 S["enable_pcre16"]="no"
951 S["enable_pcre8"]="yes"
952 S["PCRE_DATE"]="2012-11-30"
953 S["PCRE_PRERELEASE"]=""
954 S["PCRE_MINOR"]="32"
955 S["PCRE_MAJOR"]="8"
956 S["HAVE_VISIBILITY"]="1"
957 S["VISIBILITY_CXXFLAGS"]="-fvisibility=hidden -fvisibility-inlines-hidden"
958 S["VISIBILITY_CFLAGS"]="-fvisibility=hidden"
959 S["CXXCPP"]="mipsel-uclibc-g++ -E"
960 S["OTOOL64"]=""
961 S["OTOOL"]=""
962 S["LIPO"]=""
963 S["NMEDIT"]=""
964 S["DSYMUTIL"]=""
965 S["MANIFEST_TOOL"]=":"
966 S["RANLIB"]="mipsel-uclibc-ranlib"
967 S["ac_ct_AR"]=""
968 S["AR"]="mipsel-uclibc-ar"
969 S["LN_S"]="ln -s"
970 S["NM"]="mipsel-uclibc-nm"
971 S["ac_ct_DUMPBIN"]=""
972 S["DUMPBIN"]=""
973 S["LD"]="mipsel-uclibc-ld"
974 S["FGREP"]="/bin/grep -F"
975 S["SED"]="/bin/sed"
976 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
977 S["OBJDUMP"]="objdump"
978 S["DLLTOOL"]="dlltool"
979 S["AS"]="mipsel-uclibc-as"
980 S["host_os"]="linux-gnu"
981 S["host_vendor"]="unknown"
982 S["host_cpu"]="mipsel"
983 S["host"]="mipsel-unknown-linux-gnu"
984 S["build_os"]="linux-gnu"
985 S["build_vendor"]="pc"
986 S["build_cpu"]="x86_64"
987 S["build"]="x86_64-pc-linux-gnu"
988 S["EGREP"]="/bin/grep -E"
989 S["GREP"]="/bin/grep"
990 S["CPP"]="mipsel-uclibc-gcc -E"
991 S["am__fastdepCXX_FALSE"]=""
992 S["am__fastdepCXX_TRUE"]="#"
993 S["CXXDEPMODE"]="depmode=none"
994 S["ac_ct_CXX"]=""
995 S["CXXFLAGS"]="-O2"
996 S["CXX"]="mipsel-uclibc-g++"
997 S["am__fastdepCC_FALSE"]=""
998 S["am__fastdepCC_TRUE"]="#"
999 S["CCDEPMODE"]="depmode=none"
1000 S["am__nodep"]=""
1001 S["AMDEPBACKSLASH"]=""
1002 S["AMDEP_FALSE"]=""
1003 S["AMDEP_TRUE"]="#"
1004 S["am__quote"]=""
1005 S["am__include"]="include"
1006 S["DEPDIR"]=".deps"
1007 S["OBJEXT"]="o"
1008 S["EXEEXT"]=""
1009 S["ac_ct_CC"]=""
1010 S["CPPFLAGS"]=""
1011 S["LDFLAGS"]=""
1012 S["CFLAGS"]="-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 "
1013 S["CC"]="mipsel-uclibc-gcc"
1014 S["AM_BACKSLASH"]="\\"
1015 S["AM_DEFAULT_VERBOSITY"]="0"
1016 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
1017 S["AM_V"]="$(V)"
1018 S["am__untar"]="$${TAR-tar} xf -"
1019 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
1020 S["AMTAR"]="$${TAR-tar}"
1021 S["am__leading_dot"]="."
1022 S["SET_MAKE"]=""
1023 S["AWK"]="gawk"
1024 S["mkdir_p"]="/bin/mkdir -p"
1025 S["MKDIR_P"]="/bin/mkdir -p"
1026 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1027 S["STRIP"]="mipsel-uclibc-strip -R .note -R .comment"
1028 S["install_sh"]="${SHELL} /home/vicente/tomato/release/src/router/pcre/install-sh"
1029 S["MAKEINFO"]="${SHELL} /home/vicente/tomato/release/src/router/pcre/missing --run makeinfo"
1030 S["AUTOHEADER"]="${SHELL} /home/vicente/tomato/release/src/router/pcre/missing --run autoheader"
1031 S["AUTOMAKE"]="${SHELL} /home/vicente/tomato/release/src/router/pcre/missing --run automake-1.11"
1032 S["AUTOCONF"]="${SHELL} /home/vicente/tomato/release/src/router/pcre/missing --run autoconf"
1033 S["ACLOCAL"]="${SHELL} /home/vicente/tomato/release/src/router/pcre/missing --run aclocal-1.11"
1034 S["VERSION"]="8.32"
1035 S["PACKAGE"]="pcre"
1036 S["CYGPATH_W"]="echo"
1037 S["am__isrc"]=""
1038 S["INSTALL_DATA"]="${INSTALL} -m 644"
1039 S["INSTALL_SCRIPT"]="${INSTALL}"
1040 S["INSTALL_PROGRAM"]="${INSTALL}"
1041 S["target_alias"]=""
1042 S["host_alias"]="mipsel-linux"
1043 S["build_alias"]="x86_64-linux-gnu"
1044 S["LIBS"]=""
1045 S["ECHO_T"]=""
1046 S["ECHO_N"]="-n"
1047 S["ECHO_C"]=""
1048 S["DEFS"]="-DHAVE_CONFIG_H"
1049 S["mandir"]="${datarootdir}/man"
1050 S["localedir"]="${datarootdir}/locale"
1051 S["libdir"]="${exec_prefix}/lib"
1052 S["psdir"]="${docdir}"
1053 S["pdfdir"]="${docdir}"
1054 S["dvidir"]="${docdir}"
1055 S["htmldir"]="${docdir}/html"
1056 S["infodir"]="${datarootdir}/info"
1057 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1058 S["oldincludedir"]="/usr/include"
1059 S["includedir"]="${prefix}/include"
1060 S["localstatedir"]="${prefix}/var"
1061 S["sharedstatedir"]="${prefix}/com"
1062 S["sysconfdir"]="${prefix}/etc"
1063 S["datadir"]="${datarootdir}"
1064 S["datarootdir"]="${prefix}/share"
1065 S["libexecdir"]="${exec_prefix}/libexec"
1066 S["sbindir"]="${exec_prefix}/sbin"
1067 S["bindir"]="${exec_prefix}/bin"
1068 S["program_transform_name"]="s,x,x,"
1069 S["prefix"]="/usr"
1070 S["exec_prefix"]="${prefix}"
1071 S["PACKAGE_URL"]=""
1072 S["PACKAGE_BUGREPORT"]=""
1073 S["PACKAGE_STRING"]="PCRE 8.32"
1074 S["PACKAGE_VERSION"]="8.32"
1075 S["PACKAGE_TARNAME"]="pcre"
1076 S["PACKAGE_NAME"]="PCRE"
1077 S["PATH_SEPARATOR"]=":"
1078 S["SHELL"]="/bin/sh"
1079 _ACAWK
1080 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1081 for (key in S) S_is_set[key] = 1
1082 FS = "\a"
1086 line = $ 0
1087 nfields = split(line, field, "@")
1088 substed = 0
1089 len = length(field[1])
1090 for (i = 2; i < nfields; i++) {
1091 key = field[i]
1092 keylen = length(key)
1093 if (S_is_set[key]) {
1094 value = S[key]
1095 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1096 len += length(value) + length(field[++i])
1097 substed = 1
1098 } else
1099 len += 1 + keylen
1102 print line
1105 _ACAWK
1106 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1107 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1108 else
1110 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1111 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1112 fi # test -n "$CONFIG_FILES"
1114 # Set up the scripts for CONFIG_HEADERS section.
1115 # No need to generate them if there are no CONFIG_HEADERS.
1116 # This happens for instance with `./config.status Makefile'.
1117 if test -n "$CONFIG_HEADERS"; then
1118 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1119 BEGIN {
1120 D["PACKAGE_NAME"]=" \"PCRE\""
1121 D["PACKAGE_TARNAME"]=" \"pcre\""
1122 D["PACKAGE_VERSION"]=" \"8.32\""
1123 D["PACKAGE_STRING"]=" \"PCRE 8.32\""
1124 D["PACKAGE_BUGREPORT"]=" \"\""
1125 D["PACKAGE_URL"]=" \"\""
1126 D["PACKAGE"]=" \"pcre\""
1127 D["VERSION"]=" \"8.32\""
1128 D["STDC_HEADERS"]=" 1"
1129 D["HAVE_SYS_TYPES_H"]=" 1"
1130 D["HAVE_SYS_STAT_H"]=" 1"
1131 D["HAVE_STDLIB_H"]=" 1"
1132 D["HAVE_STRING_H"]=" 1"
1133 D["HAVE_MEMORY_H"]=" 1"
1134 D["HAVE_STRINGS_H"]=" 1"
1135 D["HAVE_INTTYPES_H"]=" 1"
1136 D["HAVE_STDINT_H"]=" 1"
1137 D["HAVE_UNISTD_H"]=" 1"
1138 D["HAVE_DLFCN_H"]=" 1"
1139 D["LT_OBJDIR"]=" \".libs/\""
1140 D["PCRE_EXP_DECL"]=" extern __attribute__ ((visibility (\"default\")))"
1141 D["PCRE_EXP_DEFN"]=" __attribute__ ((visibility (\"default\")))"
1142 D["PCRE_EXP_DATA_DEFN"]=" __attribute__ ((visibility (\"default\")))"
1143 D["PCREPOSIX_EXP_DECL"]=" extern __attribute__ ((visibility (\"default\")))"
1144 D["PCREPOSIX_EXP_DEFN"]=" extern __attribute__ ((visibility (\"default\")))"
1145 D["PCRECPP_EXP_DECL"]=" extern __attribute__ ((visibility (\"default\")))"
1146 D["PCRECPP_EXP_DEFN"]=" __attribute__ ((visibility (\"default\")))"
1147 D["HAVE_VISIBILITY"]=" 1"
1148 D["STDC_HEADERS"]=" 1"
1149 D["HAVE_LIMITS_H"]=" 1"
1150 D["HAVE_SYS_TYPES_H"]=" 1"
1151 D["HAVE_SYS_STAT_H"]=" 1"
1152 D["HAVE_DIRENT_H"]=" 1"
1153 D["HAVE_BCOPY"]=" 1"
1154 D["HAVE_MEMMOVE"]=" 1"
1155 D["HAVE_STRERROR"]=" 1"
1156 D["SUPPORT_PCRE8"]=" /**/"
1157 D["SUPPORT_UTF"]=" /**/"
1158 D["SUPPORT_UCP"]=" /**/"
1159 D["PCREGREP_BUFSIZE"]=" 20480"
1160 D["NEWLINE"]=" 10"
1161 D["LINK_SIZE"]=" 2"
1162 D["POSIX_MALLOC_THRESHOLD"]=" 10"
1163 D["MATCH_LIMIT"]=" 10000000"
1164 D["MATCH_LIMIT_RECURSION"]=" MATCH_LIMIT"
1165 D["MAX_NAME_SIZE"]=" 32"
1166 D["MAX_NAME_COUNT"]=" 10000"
1167 for (key in D) D_is_set[key] = 1
1168 FS = "\a"
1170 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1171 line = $ 0
1172 split(line, arg, " ")
1173 if (arg[1] == "#") {
1174 defundef = arg[2]
1175 mac1 = arg[3]
1176 } else {
1177 defundef = substr(arg[1], 2)
1178 mac1 = arg[2]
1180 split(mac1, mac2, "(") #)
1181 macro = mac2[1]
1182 prefix = substr(line, 1, index(line, defundef) - 1)
1183 if (D_is_set[macro]) {
1184 # Preserve the white space surrounding the "#".
1185 print prefix "define", macro P[macro] D[macro]
1186 next
1187 } else {
1188 # Replace #undef with comments. This is necessary, for example,
1189 # in the case of _POSIX_SOURCE, which is predefined and required
1190 # on some systems where configure will not decide to define it.
1191 if (defundef == "undef") {
1192 print "/*", prefix defundef, macro, "*/"
1193 next
1197 { print }
1198 _ACAWK
1199 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1200 fi # test -n "$CONFIG_HEADERS"
1203 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1204 shift
1205 for ac_tag
1207 case $ac_tag in
1208 :[FHLC]) ac_mode=$ac_tag; continue;;
1209 esac
1210 case $ac_mode$ac_tag in
1211 :[FHL]*:*);;
1212 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1213 :[FH]-) ac_tag=-:-;;
1214 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1215 esac
1216 ac_save_IFS=$IFS
1217 IFS=:
1218 set x $ac_tag
1219 IFS=$ac_save_IFS
1220 shift
1221 ac_file=$1
1222 shift
1224 case $ac_mode in
1225 :L) ac_source=$1;;
1226 :[FH])
1227 ac_file_inputs=
1228 for ac_f
1230 case $ac_f in
1231 -) ac_f="$ac_tmp/stdin";;
1232 *) # Look for the file first in the build tree, then in the source tree
1233 # (if the path is not absolute). The absolute path cannot be DOS-style,
1234 # because $ac_f cannot contain `:'.
1235 test -f "$ac_f" ||
1236 case $ac_f in
1237 [\\/$]*) false;;
1238 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1239 esac ||
1240 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1241 esac
1242 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1243 as_fn_append ac_file_inputs " '$ac_f'"
1244 done
1246 # Let's still pretend it is `configure' which instantiates (i.e., don't
1247 # use $as_me), people would be surprised to read:
1248 # /* config.h. Generated by config.status. */
1249 configure_input='Generated from '`
1250 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1251 `' by configure.'
1252 if test x"$ac_file" != x-; then
1253 configure_input="$ac_file. $configure_input"
1254 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1255 $as_echo "$as_me: creating $ac_file" >&6;}
1257 # Neutralize special characters interpreted by sed in replacement strings.
1258 case $configure_input in #(
1259 *\&* | *\|* | *\\* )
1260 ac_sed_conf_input=`$as_echo "$configure_input" |
1261 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1262 *) ac_sed_conf_input=$configure_input;;
1263 esac
1265 case $ac_tag in
1266 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1267 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1268 esac
1270 esac
1272 ac_dir=`$as_dirname -- "$ac_file" ||
1273 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1274 X"$ac_file" : 'X\(//\)[^/]' \| \
1275 X"$ac_file" : 'X\(//\)$' \| \
1276 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1277 $as_echo X"$ac_file" |
1278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1279 s//\1/
1282 /^X\(\/\/\)[^/].*/{
1283 s//\1/
1286 /^X\(\/\/\)$/{
1287 s//\1/
1290 /^X\(\/\).*/{
1291 s//\1/
1294 s/.*/./; q'`
1295 as_dir="$ac_dir"; as_fn_mkdir_p
1296 ac_builddir=.
1298 case "$ac_dir" in
1299 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1301 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1302 # A ".." for each directory in $ac_dir_suffix.
1303 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1304 case $ac_top_builddir_sub in
1305 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1306 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1307 esac ;;
1308 esac
1309 ac_abs_top_builddir=$ac_pwd
1310 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1311 # for backward compatibility:
1312 ac_top_builddir=$ac_top_build_prefix
1314 case $srcdir in
1315 .) # We are building in place.
1316 ac_srcdir=.
1317 ac_top_srcdir=$ac_top_builddir_sub
1318 ac_abs_top_srcdir=$ac_pwd ;;
1319 [\\/]* | ?:[\\/]* ) # Absolute name.
1320 ac_srcdir=$srcdir$ac_dir_suffix;
1321 ac_top_srcdir=$srcdir
1322 ac_abs_top_srcdir=$srcdir ;;
1323 *) # Relative name.
1324 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1325 ac_top_srcdir=$ac_top_build_prefix$srcdir
1326 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1327 esac
1328 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1331 case $ac_mode in
1334 # CONFIG_FILE
1337 case $INSTALL in
1338 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1339 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1340 esac
1341 ac_MKDIR_P=$MKDIR_P
1342 case $MKDIR_P in
1343 [\\/$]* | ?:[\\/]* ) ;;
1344 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1345 esac
1346 # If the template does not know about datarootdir, expand it.
1347 # FIXME: This hack should be removed a few years after 2.60.
1348 ac_datarootdir_hack=; ac_datarootdir_seen=
1349 ac_sed_dataroot='
1350 /datarootdir/ {
1354 /@datadir@/p
1355 /@docdir@/p
1356 /@infodir@/p
1357 /@localedir@/p
1358 /@mandir@/p'
1359 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1360 *datarootdir*) ac_datarootdir_seen=yes;;
1361 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1363 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1364 ac_datarootdir_hack='
1365 s&@datadir@&${datarootdir}&g
1366 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1367 s&@infodir@&${datarootdir}/info&g
1368 s&@localedir@&${datarootdir}/locale&g
1369 s&@mandir@&${datarootdir}/man&g
1370 s&\${datarootdir}&${prefix}/share&g' ;;
1371 esac
1372 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1374 s///
1375 s/^/:/
1376 s/[ ]*$/:/
1377 s/:\$(srcdir):/:/g
1378 s/:\${srcdir}:/:/g
1379 s/:@srcdir@:/:/g
1380 s/^:*//
1381 s/:*$//
1383 s/\(=[ ]*\).*/\1/
1385 s/\n//
1386 s/^[^=]*=[ ]*$//
1390 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1391 s|@configure_input@|$ac_sed_conf_input|;t t
1392 s&@top_builddir@&$ac_top_builddir_sub&;t t
1393 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1394 s&@srcdir@&$ac_srcdir&;t t
1395 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1396 s&@top_srcdir@&$ac_top_srcdir&;t t
1397 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1398 s&@builddir@&$ac_builddir&;t t
1399 s&@abs_builddir@&$ac_abs_builddir&;t t
1400 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1401 s&@INSTALL@&$ac_INSTALL&;t t
1402 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1403 $ac_datarootdir_hack
1405 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1406 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1408 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1409 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1410 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1411 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1413 which seems to be undefined. Please make sure it is defined" >&5
1414 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1415 which seems to be undefined. Please make sure it is defined" >&2;}
1417 rm -f "$ac_tmp/stdin"
1418 case $ac_file in
1419 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1420 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1421 esac \
1422 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1426 # CONFIG_HEADER
1428 if test x"$ac_file" != x-; then
1430 $as_echo "/* $configure_input */" \
1431 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1432 } >"$ac_tmp/config.h" \
1433 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1434 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1435 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1436 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1437 else
1438 rm -f "$ac_file"
1439 mv "$ac_tmp/config.h" "$ac_file" \
1440 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1442 else
1443 $as_echo "/* $configure_input */" \
1444 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1445 || as_fn_error $? "could not create -" "$LINENO" 5
1447 # Compute "$ac_file"'s index in $config_headers.
1448 _am_arg="$ac_file"
1449 _am_stamp_count=1
1450 for _am_header in $config_headers :; do
1451 case $_am_header in
1452 $_am_arg | $_am_arg:* )
1453 break ;;
1455 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1456 esac
1457 done
1458 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1459 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1460 X"$_am_arg" : 'X\(//\)[^/]' \| \
1461 X"$_am_arg" : 'X\(//\)$' \| \
1462 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1463 $as_echo X"$_am_arg" |
1464 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1465 s//\1/
1468 /^X\(\/\/\)[^/].*/{
1469 s//\1/
1472 /^X\(\/\/\)$/{
1473 s//\1/
1476 /^X\(\/\).*/{
1477 s//\1/
1480 s/.*/./; q'`/stamp-h$_am_stamp_count
1483 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1484 $as_echo "$as_me: executing $ac_file commands" >&6;}
1486 esac
1489 case $ac_file$ac_mode in
1490 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1491 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1492 # are listed without --file. Let's play safe and only enable the eval
1493 # if we detect the quoting.
1494 case $CONFIG_FILES in
1495 *\'*) eval set x "$CONFIG_FILES" ;;
1496 *) set x $CONFIG_FILES ;;
1497 esac
1498 shift
1499 for mf
1501 # Strip MF so we end up with the name of the file.
1502 mf=`echo "$mf" | sed -e 's/:.*$//'`
1503 # Check whether this is an Automake generated Makefile or not.
1504 # We used to match only the files named `Makefile.in', but
1505 # some people rename them; so instead we look at the file content.
1506 # Grep'ing the first line is not enough: some people post-process
1507 # each Makefile.in and add a new line on top of each file to say so.
1508 # Grep'ing the whole file is not good either: AIX grep has a line
1509 # limit of 2048, but all sed's we know have understand at least 4000.
1510 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1511 dirpart=`$as_dirname -- "$mf" ||
1512 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1513 X"$mf" : 'X\(//\)[^/]' \| \
1514 X"$mf" : 'X\(//\)$' \| \
1515 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1516 $as_echo X"$mf" |
1517 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1518 s//\1/
1521 /^X\(\/\/\)[^/].*/{
1522 s//\1/
1525 /^X\(\/\/\)$/{
1526 s//\1/
1529 /^X\(\/\).*/{
1530 s//\1/
1533 s/.*/./; q'`
1534 else
1535 continue
1537 # Extract the definition of DEPDIR, am__include, and am__quote
1538 # from the Makefile without running `make'.
1539 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1540 test -z "$DEPDIR" && continue
1541 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1542 test -z "am__include" && continue
1543 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1544 # When using ansi2knr, U may be empty or an underscore; expand it
1545 U=`sed -n 's/^U = //p' < "$mf"`
1546 # Find all dependency output files, they are included files with
1547 # $(DEPDIR) in their names. We invoke sed twice because it is the
1548 # simplest approach to changing $(DEPDIR) to its actual value in the
1549 # expansion.
1550 for file in `sed -n "
1551 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1552 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1553 # Make sure the directory exists.
1554 test -f "$dirpart/$file" && continue
1555 fdir=`$as_dirname -- "$file" ||
1556 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1557 X"$file" : 'X\(//\)[^/]' \| \
1558 X"$file" : 'X\(//\)$' \| \
1559 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1560 $as_echo X"$file" |
1561 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1562 s//\1/
1565 /^X\(\/\/\)[^/].*/{
1566 s//\1/
1569 /^X\(\/\/\)$/{
1570 s//\1/
1573 /^X\(\/\).*/{
1574 s//\1/
1577 s/.*/./; q'`
1578 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1579 # echo "creating $dirpart/$file"
1580 echo '# dummy' > "$dirpart/$file"
1581 done
1582 done
1585 "libtool":C)
1587 # See if we are running on zsh, and set the options which allow our
1588 # commands through without removal of \ escapes.
1589 if test -n "${ZSH_VERSION+set}" ; then
1590 setopt NO_GLOB_SUBST
1593 cfgfile="${ofile}T"
1594 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1595 $RM "$cfgfile"
1597 cat <<_LT_EOF >> "$cfgfile"
1598 #! $SHELL
1600 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1601 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1602 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1603 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1605 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1606 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1607 # Inc.
1608 # Written by Gordon Matzigkeit, 1996
1610 # This file is part of GNU Libtool.
1612 # GNU Libtool is free software; you can redistribute it and/or
1613 # modify it under the terms of the GNU General Public License as
1614 # published by the Free Software Foundation; either version 2 of
1615 # the License, or (at your option) any later version.
1617 # As a special exception to the GNU General Public License,
1618 # if you distribute this file as part of a program or library that
1619 # is built using GNU Libtool, you may include this file under the
1620 # same distribution terms that you use for the rest of that program.
1622 # GNU Libtool is distributed in the hope that it will be useful,
1623 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1624 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1625 # GNU General Public License for more details.
1627 # You should have received a copy of the GNU General Public License
1628 # along with GNU Libtool; see the file COPYING. If not, a copy
1629 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1630 # obtained by writing to the Free Software Foundation, Inc.,
1631 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1634 # The names of the tagged configurations supported by this script.
1635 available_tags="CXX "
1637 # ### BEGIN LIBTOOL CONFIG
1639 # Assembler program.
1640 AS=$lt_AS
1642 # DLL creation program.
1643 DLLTOOL=$lt_DLLTOOL
1645 # Object dumper program.
1646 OBJDUMP=$lt_OBJDUMP
1648 # Which release of libtool.m4 was used?
1649 macro_version=$macro_version
1650 macro_revision=$macro_revision
1652 # Whether or not to build shared libraries.
1653 build_libtool_libs=$enable_shared
1655 # Whether or not to build static libraries.
1656 build_old_libs=$enable_static
1658 # What type of objects to build.
1659 pic_mode=$pic_mode
1661 # Whether or not to optimize for fast installation.
1662 fast_install=$enable_fast_install
1664 # Shell to use when invoking shell scripts.
1665 SHELL=$lt_SHELL
1667 # An echo program that protects backslashes.
1668 ECHO=$lt_ECHO
1670 # The host system.
1671 host_alias=$host_alias
1672 host=$host
1673 host_os=$host_os
1675 # The build system.
1676 build_alias=$build_alias
1677 build=$build
1678 build_os=$build_os
1680 # A sed program that does not truncate output.
1681 SED=$lt_SED
1683 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1684 Xsed="\$SED -e 1s/^X//"
1686 # A grep program that handles long lines.
1687 GREP=$lt_GREP
1689 # An ERE matcher.
1690 EGREP=$lt_EGREP
1692 # A literal string matcher.
1693 FGREP=$lt_FGREP
1695 # A BSD- or MS-compatible name lister.
1696 NM=$lt_NM
1698 # Whether we need soft or hard links.
1699 LN_S=$lt_LN_S
1701 # What is the maximum length of a command?
1702 max_cmd_len=$max_cmd_len
1704 # Object file suffix (normally "o").
1705 objext=$ac_objext
1707 # Executable file suffix (normally "").
1708 exeext=$exeext
1710 # whether the shell understands "unset".
1711 lt_unset=$lt_unset
1713 # turn spaces into newlines.
1714 SP2NL=$lt_lt_SP2NL
1716 # turn newlines into spaces.
1717 NL2SP=$lt_lt_NL2SP
1719 # convert \$build file names to \$host format.
1720 to_host_file_cmd=$lt_cv_to_host_file_cmd
1722 # convert \$build files to toolchain format.
1723 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1725 # Method to check whether dependent libraries are shared objects.
1726 deplibs_check_method=$lt_deplibs_check_method
1728 # Command to use when deplibs_check_method = "file_magic".
1729 file_magic_cmd=$lt_file_magic_cmd
1731 # How to find potential files when deplibs_check_method = "file_magic".
1732 file_magic_glob=$lt_file_magic_glob
1734 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1735 want_nocaseglob=$lt_want_nocaseglob
1737 # Command to associate shared and link libraries.
1738 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1740 # The archiver.
1741 AR=$lt_AR
1743 # Flags to create an archive.
1744 AR_FLAGS=$lt_AR_FLAGS
1746 # How to feed a file listing to the archiver.
1747 archiver_list_spec=$lt_archiver_list_spec
1749 # A symbol stripping program.
1750 STRIP=$lt_STRIP
1752 # Commands used to install an old-style archive.
1753 RANLIB=$lt_RANLIB
1754 old_postinstall_cmds=$lt_old_postinstall_cmds
1755 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1757 # Whether to use a lock for old archive extraction.
1758 lock_old_archive_extraction=$lock_old_archive_extraction
1760 # A C compiler.
1761 LTCC=$lt_CC
1763 # LTCC compiler flags.
1764 LTCFLAGS=$lt_CFLAGS
1766 # Take the output of nm and produce a listing of raw symbols and C names.
1767 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1769 # Transform the output of nm in a proper C declaration.
1770 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1772 # Transform the output of nm in a C name address pair.
1773 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1775 # Transform the output of nm in a C name address pair when lib prefix is needed.
1776 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1778 # Specify filename containing input files for \$NM.
1779 nm_file_list_spec=$lt_nm_file_list_spec
1781 # The root where to search for dependent libraries,and in which our libraries should be installed.
1782 lt_sysroot=$lt_sysroot
1784 # The name of the directory that contains temporary libtool files.
1785 objdir=$objdir
1787 # Used to examine libraries when file_magic_cmd begins with "file".
1788 MAGIC_CMD=$MAGIC_CMD
1790 # Must we lock files when doing compilation?
1791 need_locks=$lt_need_locks
1793 # Manifest tool.
1794 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1796 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1797 DSYMUTIL=$lt_DSYMUTIL
1799 # Tool to change global to local symbols on Mac OS X.
1800 NMEDIT=$lt_NMEDIT
1802 # Tool to manipulate fat objects and archives on Mac OS X.
1803 LIPO=$lt_LIPO
1805 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1806 OTOOL=$lt_OTOOL
1808 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1809 OTOOL64=$lt_OTOOL64
1811 # Old archive suffix (normally "a").
1812 libext=$libext
1814 # Shared library suffix (normally ".so").
1815 shrext_cmds=$lt_shrext_cmds
1817 # The commands to extract the exported symbol list from a shared archive.
1818 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1820 # Variables whose values should be saved in libtool wrapper scripts and
1821 # restored at link time.
1822 variables_saved_for_relink=$lt_variables_saved_for_relink
1824 # Do we need the "lib" prefix for modules?
1825 need_lib_prefix=$need_lib_prefix
1827 # Do we need a version for libraries?
1828 need_version=$need_version
1830 # Library versioning type.
1831 version_type=$version_type
1833 # Shared library runtime path variable.
1834 runpath_var=$runpath_var
1836 # Shared library path variable.
1837 shlibpath_var=$shlibpath_var
1839 # Is shlibpath searched before the hard-coded library search path?
1840 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1842 # Format of library name prefix.
1843 libname_spec=$lt_libname_spec
1845 # List of archive names. First name is the real one, the rest are links.
1846 # The last name is the one that the linker finds with -lNAME
1847 library_names_spec=$lt_library_names_spec
1849 # The coded name of the library, if different from the real name.
1850 soname_spec=$lt_soname_spec
1852 # Permission mode override for installation of shared libraries.
1853 install_override_mode=$lt_install_override_mode
1855 # Command to use after installation of a shared archive.
1856 postinstall_cmds=$lt_postinstall_cmds
1858 # Command to use after uninstallation of a shared archive.
1859 postuninstall_cmds=$lt_postuninstall_cmds
1861 # Commands used to finish a libtool library installation in a directory.
1862 finish_cmds=$lt_finish_cmds
1864 # As "finish_cmds", except a single script fragment to be evaled but
1865 # not shown.
1866 finish_eval=$lt_finish_eval
1868 # Whether we should hardcode library paths into libraries.
1869 hardcode_into_libs=$hardcode_into_libs
1871 # Compile-time system search path for libraries.
1872 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1874 # Run-time system search path for libraries.
1875 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1877 # Whether dlopen is supported.
1878 dlopen_support=$enable_dlopen
1880 # Whether dlopen of programs is supported.
1881 dlopen_self=$enable_dlopen_self
1883 # Whether dlopen of statically linked programs is supported.
1884 dlopen_self_static=$enable_dlopen_self_static
1886 # Commands to strip libraries.
1887 old_striplib=$lt_old_striplib
1888 striplib=$lt_striplib
1891 # The linker used to build libraries.
1892 LD=$lt_LD
1894 # How to create reloadable object files.
1895 reload_flag=$lt_reload_flag
1896 reload_cmds=$lt_reload_cmds
1898 # Commands used to build an old-style archive.
1899 old_archive_cmds=$lt_old_archive_cmds
1901 # A language specific compiler.
1902 CC=$lt_compiler
1904 # Is the compiler the GNU compiler?
1905 with_gcc=$GCC
1907 # Compiler flag to turn off builtin functions.
1908 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1910 # Additional compiler flags for building library objects.
1911 pic_flag=$lt_lt_prog_compiler_pic
1913 # How to pass a linker flag through the compiler.
1914 wl=$lt_lt_prog_compiler_wl
1916 # Compiler flag to prevent dynamic linking.
1917 link_static_flag=$lt_lt_prog_compiler_static
1919 # Does compiler simultaneously support -c and -o options?
1920 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1922 # Whether or not to add -lc for building shared libraries.
1923 build_libtool_need_lc=$archive_cmds_need_lc
1925 # Whether or not to disallow shared libs when runtime libs are static.
1926 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1928 # Compiler flag to allow reflexive dlopens.
1929 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1931 # Compiler flag to generate shared objects directly from archives.
1932 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1934 # Whether the compiler copes with passing no objects directly.
1935 compiler_needs_object=$lt_compiler_needs_object
1937 # Create an old-style archive from a shared archive.
1938 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1940 # Create a temporary old-style archive to link instead of a shared archive.
1941 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1943 # Commands used to build a shared archive.
1944 archive_cmds=$lt_archive_cmds
1945 archive_expsym_cmds=$lt_archive_expsym_cmds
1947 # Commands used to build a loadable module if different from building
1948 # a shared archive.
1949 module_cmds=$lt_module_cmds
1950 module_expsym_cmds=$lt_module_expsym_cmds
1952 # Whether we are building with GNU ld or not.
1953 with_gnu_ld=$lt_with_gnu_ld
1955 # Flag that allows shared libraries with undefined symbols to be built.
1956 allow_undefined_flag=$lt_allow_undefined_flag
1958 # Flag that enforces no undefined symbols.
1959 no_undefined_flag=$lt_no_undefined_flag
1961 # Flag to hardcode \$libdir into a binary during linking.
1962 # This must work even if \$libdir does not exist
1963 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1965 # If ld is used when linking, flag to hardcode \$libdir into a binary
1966 # during linking. This must work even if \$libdir does not exist.
1967 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1969 # Whether we need a single "-rpath" flag with a separated argument.
1970 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1972 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1973 # DIR into the resulting binary.
1974 hardcode_direct=$hardcode_direct
1976 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1977 # DIR into the resulting binary and the resulting library dependency is
1978 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1979 # library is relocated.
1980 hardcode_direct_absolute=$hardcode_direct_absolute
1982 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1983 # into the resulting binary.
1984 hardcode_minus_L=$hardcode_minus_L
1986 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1987 # into the resulting binary.
1988 hardcode_shlibpath_var=$hardcode_shlibpath_var
1990 # Set to "yes" if building a shared library automatically hardcodes DIR
1991 # into the library and all subsequent libraries and executables linked
1992 # against it.
1993 hardcode_automatic=$hardcode_automatic
1995 # Set to yes if linker adds runtime paths of dependent libraries
1996 # to runtime path list.
1997 inherit_rpath=$inherit_rpath
1999 # Whether libtool must link a program against all its dependency libraries.
2000 link_all_deplibs=$link_all_deplibs
2002 # Set to "yes" if exported symbols are required.
2003 always_export_symbols=$always_export_symbols
2005 # The commands to list exported symbols.
2006 export_symbols_cmds=$lt_export_symbols_cmds
2008 # Symbols that should not be listed in the preloaded symbols.
2009 exclude_expsyms=$lt_exclude_expsyms
2011 # Symbols that must always be exported.
2012 include_expsyms=$lt_include_expsyms
2014 # Commands necessary for linking programs (against libraries) with templates.
2015 prelink_cmds=$lt_prelink_cmds
2017 # Commands necessary for finishing linking programs.
2018 postlink_cmds=$lt_postlink_cmds
2020 # Specify filename containing input files.
2021 file_list_spec=$lt_file_list_spec
2023 # How to hardcode a shared library path into an executable.
2024 hardcode_action=$hardcode_action
2026 # The directories searched by this compiler when creating a shared library.
2027 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2029 # Dependencies to place before and after the objects being linked to
2030 # create a shared library.
2031 predep_objects=$lt_predep_objects
2032 postdep_objects=$lt_postdep_objects
2033 predeps=$lt_predeps
2034 postdeps=$lt_postdeps
2036 # The library search path used internally by the compiler when linking
2037 # a shared library.
2038 compiler_lib_search_path=$lt_compiler_lib_search_path
2040 # ### END LIBTOOL CONFIG
2042 _LT_EOF
2044 case $host_os in
2045 aix3*)
2046 cat <<\_LT_EOF >> "$cfgfile"
2047 # AIX sometimes has problems with the GCC collect2 program. For some
2048 # reason, if we set the COLLECT_NAMES environment variable, the problems
2049 # vanish in a puff of smoke.
2050 if test "X${COLLECT_NAMES+set}" != Xset; then
2051 COLLECT_NAMES=
2052 export COLLECT_NAMES
2054 _LT_EOF
2056 esac
2059 ltmain="$ac_aux_dir/ltmain.sh"
2062 # We use sed instead of cat because bash on DJGPP gets confused if
2063 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2064 # text mode, it properly converts lines to CR/LF. This bash problem
2065 # is reportedly fixed, but why not run on old versions too?
2066 sed '$q' "$ltmain" >> "$cfgfile" \
2067 || (rm -f "$cfgfile"; exit 1)
2069 if test x"$xsi_shell" = xyes; then
2070 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2071 func_dirname ()\
2073 \ case ${1} in\
2074 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2075 \ * ) func_dirname_result="${3}" ;;\
2076 \ esac\
2077 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2078 && mv -f "$cfgfile.tmp" "$cfgfile" \
2079 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2080 test 0 -eq $? || _lt_function_replace_fail=:
2083 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2084 func_basename ()\
2086 \ func_basename_result="${1##*/}"\
2087 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2088 && mv -f "$cfgfile.tmp" "$cfgfile" \
2089 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2090 test 0 -eq $? || _lt_function_replace_fail=:
2093 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2094 func_dirname_and_basename ()\
2096 \ case ${1} in\
2097 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2098 \ * ) func_dirname_result="${3}" ;;\
2099 \ esac\
2100 \ func_basename_result="${1##*/}"\
2101 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2102 && mv -f "$cfgfile.tmp" "$cfgfile" \
2103 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2104 test 0 -eq $? || _lt_function_replace_fail=:
2107 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2108 func_stripname ()\
2110 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2111 \ # positional parameters, so assign one to ordinary parameter first.\
2112 \ func_stripname_result=${3}\
2113 \ func_stripname_result=${func_stripname_result#"${1}"}\
2114 \ func_stripname_result=${func_stripname_result%"${2}"}\
2115 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2116 && mv -f "$cfgfile.tmp" "$cfgfile" \
2117 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2118 test 0 -eq $? || _lt_function_replace_fail=:
2121 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2122 func_split_long_opt ()\
2124 \ func_split_long_opt_name=${1%%=*}\
2125 \ func_split_long_opt_arg=${1#*=}\
2126 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2127 && mv -f "$cfgfile.tmp" "$cfgfile" \
2128 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2129 test 0 -eq $? || _lt_function_replace_fail=:
2132 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2133 func_split_short_opt ()\
2135 \ func_split_short_opt_arg=${1#??}\
2136 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2137 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2138 && mv -f "$cfgfile.tmp" "$cfgfile" \
2139 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2140 test 0 -eq $? || _lt_function_replace_fail=:
2143 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2144 func_lo2o ()\
2146 \ case ${1} in\
2147 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2148 \ *) func_lo2o_result=${1} ;;\
2149 \ esac\
2150 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2151 && mv -f "$cfgfile.tmp" "$cfgfile" \
2152 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2153 test 0 -eq $? || _lt_function_replace_fail=:
2156 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2157 func_xform ()\
2159 func_xform_result=${1%.*}.lo\
2160 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2161 && mv -f "$cfgfile.tmp" "$cfgfile" \
2162 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2163 test 0 -eq $? || _lt_function_replace_fail=:
2166 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2167 func_arith ()\
2169 func_arith_result=$(( $* ))\
2170 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2171 && mv -f "$cfgfile.tmp" "$cfgfile" \
2172 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2173 test 0 -eq $? || _lt_function_replace_fail=:
2176 sed -e '/^func_len ()$/,/^} # func_len /c\
2177 func_len ()\
2179 func_len_result=${#1}\
2180 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2181 && mv -f "$cfgfile.tmp" "$cfgfile" \
2182 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2183 test 0 -eq $? || _lt_function_replace_fail=:
2187 if test x"$lt_shell_append" = xyes; then
2188 sed -e '/^func_append ()$/,/^} # func_append /c\
2189 func_append ()\
2191 eval "${1}+=\\${2}"\
2192 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2193 && mv -f "$cfgfile.tmp" "$cfgfile" \
2194 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2195 test 0 -eq $? || _lt_function_replace_fail=:
2198 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2199 func_append_quoted ()\
2201 \ func_quote_for_eval "${2}"\
2202 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2203 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2204 && mv -f "$cfgfile.tmp" "$cfgfile" \
2205 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2206 test 0 -eq $? || _lt_function_replace_fail=:
2209 # Save a `func_append' function call where possible by direct use of '+='
2210 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2211 && mv -f "$cfgfile.tmp" "$cfgfile" \
2212 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2213 test 0 -eq $? || _lt_function_replace_fail=:
2214 else
2215 # Save a `func_append' function call even when '+=' is not available
2216 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2217 && mv -f "$cfgfile.tmp" "$cfgfile" \
2218 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2219 test 0 -eq $? || _lt_function_replace_fail=:
2222 if test x"$_lt_function_replace_fail" = x":"; then
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2224 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2228 mv -f "$cfgfile" "$ofile" ||
2229 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2230 chmod +x "$ofile"
2233 cat <<_LT_EOF >> "$ofile"
2235 # ### BEGIN LIBTOOL TAG CONFIG: CXX
2237 # The linker used to build libraries.
2238 LD=$lt_LD_CXX
2240 # How to create reloadable object files.
2241 reload_flag=$lt_reload_flag_CXX
2242 reload_cmds=$lt_reload_cmds_CXX
2244 # Commands used to build an old-style archive.
2245 old_archive_cmds=$lt_old_archive_cmds_CXX
2247 # A language specific compiler.
2248 CC=$lt_compiler_CXX
2250 # Is the compiler the GNU compiler?
2251 with_gcc=$GCC_CXX
2253 # Compiler flag to turn off builtin functions.
2254 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2256 # Additional compiler flags for building library objects.
2257 pic_flag=$lt_lt_prog_compiler_pic_CXX
2259 # How to pass a linker flag through the compiler.
2260 wl=$lt_lt_prog_compiler_wl_CXX
2262 # Compiler flag to prevent dynamic linking.
2263 link_static_flag=$lt_lt_prog_compiler_static_CXX
2265 # Does compiler simultaneously support -c and -o options?
2266 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2268 # Whether or not to add -lc for building shared libraries.
2269 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2271 # Whether or not to disallow shared libs when runtime libs are static.
2272 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2274 # Compiler flag to allow reflexive dlopens.
2275 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2277 # Compiler flag to generate shared objects directly from archives.
2278 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2280 # Whether the compiler copes with passing no objects directly.
2281 compiler_needs_object=$lt_compiler_needs_object_CXX
2283 # Create an old-style archive from a shared archive.
2284 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2286 # Create a temporary old-style archive to link instead of a shared archive.
2287 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2289 # Commands used to build a shared archive.
2290 archive_cmds=$lt_archive_cmds_CXX
2291 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2293 # Commands used to build a loadable module if different from building
2294 # a shared archive.
2295 module_cmds=$lt_module_cmds_CXX
2296 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2298 # Whether we are building with GNU ld or not.
2299 with_gnu_ld=$lt_with_gnu_ld_CXX
2301 # Flag that allows shared libraries with undefined symbols to be built.
2302 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2304 # Flag that enforces no undefined symbols.
2305 no_undefined_flag=$lt_no_undefined_flag_CXX
2307 # Flag to hardcode \$libdir into a binary during linking.
2308 # This must work even if \$libdir does not exist
2309 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2311 # If ld is used when linking, flag to hardcode \$libdir into a binary
2312 # during linking. This must work even if \$libdir does not exist.
2313 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2315 # Whether we need a single "-rpath" flag with a separated argument.
2316 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2318 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2319 # DIR into the resulting binary.
2320 hardcode_direct=$hardcode_direct_CXX
2322 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2323 # DIR into the resulting binary and the resulting library dependency is
2324 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2325 # library is relocated.
2326 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2328 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2329 # into the resulting binary.
2330 hardcode_minus_L=$hardcode_minus_L_CXX
2332 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2333 # into the resulting binary.
2334 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2336 # Set to "yes" if building a shared library automatically hardcodes DIR
2337 # into the library and all subsequent libraries and executables linked
2338 # against it.
2339 hardcode_automatic=$hardcode_automatic_CXX
2341 # Set to yes if linker adds runtime paths of dependent libraries
2342 # to runtime path list.
2343 inherit_rpath=$inherit_rpath_CXX
2345 # Whether libtool must link a program against all its dependency libraries.
2346 link_all_deplibs=$link_all_deplibs_CXX
2348 # Set to "yes" if exported symbols are required.
2349 always_export_symbols=$always_export_symbols_CXX
2351 # The commands to list exported symbols.
2352 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2354 # Symbols that should not be listed in the preloaded symbols.
2355 exclude_expsyms=$lt_exclude_expsyms_CXX
2357 # Symbols that must always be exported.
2358 include_expsyms=$lt_include_expsyms_CXX
2360 # Commands necessary for linking programs (against libraries) with templates.
2361 prelink_cmds=$lt_prelink_cmds_CXX
2363 # Commands necessary for finishing linking programs.
2364 postlink_cmds=$lt_postlink_cmds_CXX
2366 # Specify filename containing input files.
2367 file_list_spec=$lt_file_list_spec_CXX
2369 # How to hardcode a shared library path into an executable.
2370 hardcode_action=$hardcode_action_CXX
2372 # The directories searched by this compiler when creating a shared library.
2373 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2375 # Dependencies to place before and after the objects being linked to
2376 # create a shared library.
2377 predep_objects=$lt_predep_objects_CXX
2378 postdep_objects=$lt_postdep_objects_CXX
2379 predeps=$lt_predeps_CXX
2380 postdeps=$lt_postdeps_CXX
2382 # The library search path used internally by the compiler when linking
2383 # a shared library.
2384 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2386 # ### END LIBTOOL TAG CONFIG: CXX
2387 _LT_EOF
2390 "script-chmod":C) chmod a+x pcre-config ;;
2391 "delete-old-chartables":C) rm -f pcre_chartables.c ;;
2393 esac
2394 done # for ac_tag
2397 as_fn_exit 0