Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libevent / config.status
blob3586cd23e50d63bf38073e6eef71f99a522189e7
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 $as_me, 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=" libevent.pc libevent_openssl.pc libevent_pthreads.pc Makefile include/Makefile test/Makefile sample/Makefile"
397 config_headers=" config.h"
398 config_commands=" depfiles libtool"
400 ac_cs_usage="\
401 \`$as_me' instantiates files and other configuration actions
402 from templates according to the current configuration. Unless the files
403 and actions are specified as TAGs, all are instantiated by default.
405 Usage: $0 [OPTION]... [TAG]...
407 -h, --help print this help, then exit
408 -V, --version print version number and configuration settings, then exit
409 --config print configuration, then exit
410 -q, --quiet, --silent
411 do not print progress messages
412 -d, --debug don't remove temporary files
413 --recheck update $as_me by reconfiguring in the same conditions
414 --file=FILE[:TEMPLATE]
415 instantiate the configuration file FILE
416 --header=FILE[:TEMPLATE]
417 instantiate the configuration header FILE
419 Configuration files:
420 $config_files
422 Configuration headers:
423 $config_headers
425 Configuration commands:
426 $config_commands
428 Report bugs to the package provider."
430 ac_cs_config="'--disable-option-checking' '--prefix=/usr' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--disable-thread-support' '--disable-dependency-tracking' '--disable-libevent-install' '--disable-openssl' '--disable-shared' '--enable-function-sections' '--cache-file=/dev/null' '--srcdir=.' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc -std=gnu99' 'CFLAGS= -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero' 'LDFLAGS= -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib' 'LIBS=-ldl -lm ' 'CPPFLAGS= -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include' 'CPP=mipsel-uclibc-gcc -std=gnu99 -E'"
431 ac_cs_version="\
432 config.status
433 configured by ./configure, generated by GNU Autoconf 2.69,
434 with options \"$ac_cs_config\"
436 Copyright (C) 2012 Free Software Foundation, Inc.
437 This config.status script is free software; the Free Software Foundation
438 gives unlimited permission to copy, distribute and modify it."
440 ac_pwd='/home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent'
441 srcdir='.'
442 INSTALL='/usr/bin/install -c'
443 MKDIR_P='/bin/mkdir -p'
444 AWK='gawk'
445 test -n "$AWK" || AWK=awk
446 # The default lists apply if the user does not specify any file.
447 ac_need_defaults=:
448 while test $# != 0
450 case $1 in
451 --*=?*)
452 ac_option=`expr "X$1" : 'X\([^=]*\)='`
453 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
454 ac_shift=:
456 --*=)
457 ac_option=`expr "X$1" : 'X\([^=]*\)='`
458 ac_optarg=
459 ac_shift=:
462 ac_option=$1
463 ac_optarg=$2
464 ac_shift=shift
466 esac
468 case $ac_option in
469 # Handling of the options.
470 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471 ac_cs_recheck=: ;;
472 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473 $as_echo "$ac_cs_version"; exit ;;
474 --config | --confi | --conf | --con | --co | --c )
475 $as_echo "$ac_cs_config"; exit ;;
476 --debug | --debu | --deb | --de | --d | -d )
477 debug=: ;;
478 --file | --fil | --fi | --f )
479 $ac_shift
480 case $ac_optarg in
481 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482 '') as_fn_error $? "missing file argument" ;;
483 esac
484 as_fn_append CONFIG_FILES " '$ac_optarg'"
485 ac_need_defaults=false;;
486 --header | --heade | --head | --hea )
487 $ac_shift
488 case $ac_optarg in
489 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490 esac
491 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
492 ac_need_defaults=false;;
493 --he | --h)
494 # Conflict between --help and --header
495 as_fn_error $? "ambiguous option: \`$1'
496 Try \`$0 --help' for more information.";;
497 --help | --hel | -h )
498 $as_echo "$ac_cs_usage"; exit ;;
499 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500 | -silent | --silent | --silen | --sile | --sil | --si | --s)
501 ac_cs_silent=: ;;
503 # This is an error.
504 -*) as_fn_error $? "unrecognized option: \`$1'
505 Try \`$0 --help' for more information." ;;
507 *) as_fn_append ac_config_targets " $1"
508 ac_need_defaults=false ;;
510 esac
511 shift
512 done
514 ac_configure_extra_args=
516 if $ac_cs_silent; then
517 exec 6>/dev/null
518 ac_configure_extra_args="$ac_configure_extra_args --silent"
521 if $ac_cs_recheck; then
522 set X /bin/sh './configure' '--disable-option-checking' '--prefix=/usr' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--disable-thread-support' '--disable-dependency-tracking' '--disable-libevent-install' '--disable-openssl' '--disable-shared' '--enable-function-sections' '--cache-file=/dev/null' '--srcdir=.' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc -std=gnu99' 'CFLAGS= -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero' 'LDFLAGS= -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib' 'LIBS=-ldl -lm ' 'CPPFLAGS= -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include' 'CPP=mipsel-uclibc-gcc -std=gnu99 -E' $ac_configure_extra_args --no-create --no-recursion
523 shift
524 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
525 CONFIG_SHELL='/bin/sh'
526 export CONFIG_SHELL
527 exec "$@"
530 exec 5>>config.log
532 echo
533 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534 ## Running $as_me. ##
535 _ASBOX
536 $as_echo "$ac_log"
537 } >&5
540 # INIT-COMMANDS
542 AMDEP_TRUE="#" ac_aux_dir="."
545 # The HP-UX ksh and POSIX shell print the target directory to stdout
546 # if CDPATH is set.
547 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
549 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550 double_quote_subst='s/\(["`\\]\)/\\\1/g'
551 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552 macro_version='2.4.2'
553 macro_revision='1.3337'
554 enable_shared='no'
555 enable_static='yes'
556 pic_mode='default'
557 enable_fast_install='needless'
558 SHELL='/bin/sh'
559 ECHO='printf %s\n'
560 PATH_SEPARATOR=':'
561 host_alias='mipsel-linux'
562 host='mipsel-unknown-linux-gnu'
563 host_os='linux-gnu'
564 build_alias='x86_64-linux-gnu'
565 build='x86_64-pc-linux-gnu'
566 build_os='linux-gnu'
567 SED='/bin/sed'
568 Xsed='/bin/sed -e 1s/^X//'
569 GREP='/bin/grep'
570 EGREP='/bin/grep -E'
571 FGREP='/bin/grep -F'
572 LD='mipsel-uclibc-ld'
573 NM='mipsel-uclibc-nm'
574 LN_S='ln -s'
575 max_cmd_len='3458764513820540925'
576 ac_objext='o'
577 exeext=''
578 lt_unset='unset'
579 lt_SP2NL='tr \040 \012'
580 lt_NL2SP='tr \015\012 \040\040'
581 lt_cv_to_host_file_cmd='func_convert_file_noop'
582 lt_cv_to_tool_file_cmd='func_convert_file_noop'
583 reload_flag=' -r'
584 reload_cmds='$LD$reload_flag -o $output$reload_objs'
585 OBJDUMP='mipsel-linux-objdump'
586 deplibs_check_method='pass_all'
587 file_magic_cmd='$MAGIC_CMD'
588 file_magic_glob=''
589 want_nocaseglob='no'
590 DLLTOOL='false'
591 sharedlib_from_linklib_cmd='printf %s\n'
592 AR='mipsel-uclibc-ar'
593 AR_FLAGS='cru'
594 archiver_list_spec='@'
595 STRIP='mipsel-uclibc-strip'
596 RANLIB='mipsel-uclibc-ranlib'
597 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
598 old_postuninstall_cmds=''
599 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
600 lock_old_archive_extraction='no'
601 CC='mipsel-uclibc-gcc -std=gnu99'
602 CFLAGS=' -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing'
603 compiler='mipsel-uclibc-gcc -std=gnu99'
604 GCC='yes'
605 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'\'''
606 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
607 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
608 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'\'''
609 nm_file_list_spec='@'
610 lt_sysroot=''
611 objdir='.libs'
612 MAGIC_CMD='file'
613 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
614 lt_prog_compiler_pic=' -fPIC -DPIC'
615 lt_prog_compiler_wl='-Wl,'
616 lt_prog_compiler_static='-static'
617 lt_cv_prog_compiler_c_o='yes'
618 need_locks='no'
619 MANIFEST_TOOL=':'
620 DSYMUTIL=''
621 NMEDIT=''
622 LIPO=''
623 OTOOL=''
624 OTOOL64=''
625 libext='a'
626 shrext_cmds='.so'
627 extract_expsyms_cmds=''
628 archive_cmds_need_lc='yes'
629 enable_shared_with_static_runtimes='no'
630 export_dynamic_flag_spec='${wl}--export-dynamic'
631 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
632 compiler_needs_object='no'
633 old_archive_from_new_cmds=''
634 old_archive_from_expsyms_cmds=''
635 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
636 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
637 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
638 echo "local: *; };" >> $output_objdir/$libname.ver~
639 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
640 module_cmds=''
641 module_expsym_cmds=''
642 with_gnu_ld='yes'
643 allow_undefined_flag=''
644 no_undefined_flag=''
645 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
646 hardcode_libdir_separator=''
647 hardcode_direct='no'
648 hardcode_direct_absolute='no'
649 hardcode_minus_L='no'
650 hardcode_shlibpath_var='unsupported'
651 hardcode_automatic='no'
652 inherit_rpath='no'
653 link_all_deplibs='unknown'
654 always_export_symbols='no'
655 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
656 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
657 include_expsyms=''
658 prelink_cmds=''
659 postlink_cmds=''
660 file_list_spec=''
661 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
662 need_lib_prefix='no'
663 need_version='no'
664 version_type='linux'
665 runpath_var='LD_RUN_PATH'
666 shlibpath_var='LD_LIBRARY_PATH'
667 shlibpath_overrides_runpath='no'
668 libname_spec='lib$name'
669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
670 soname_spec='${libname}${release}${shared_ext}$major'
671 install_override_mode=''
672 postinstall_cmds=''
673 postuninstall_cmds=''
674 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
675 finish_eval=''
676 hardcode_into_libs='yes'
677 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 '
678 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 '
679 hardcode_action='immediate'
680 enable_dlopen='unknown'
681 enable_dlopen_self='unknown'
682 enable_dlopen_self_static='unknown'
683 old_striplib='mipsel-uclibc-strip --strip-debug'
684 striplib='mipsel-uclibc-strip --strip-unneeded'
686 LTCC='mipsel-uclibc-gcc -std=gnu99'
687 LTCFLAGS=' -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing'
688 compiler='mipsel-uclibc-gcc -std=gnu99'
690 # A function that is used when there is no print builtin or printf.
691 func_fallback_echo ()
693 eval 'cat <<_LTECHO_EOF
695 _LTECHO_EOF'
698 # Quote evaled strings.
699 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
700 case `eval \\$ECHO \\""\\$$var"\\"` in
701 *[\\\`\"\$]*)
702 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
705 eval "lt_$var=\\\"\$$var\\\""
707 esac
708 done
710 # Double-quote double-evaled strings.
711 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
712 case `eval \\$ECHO \\""\\$$var"\\"` in
713 *[\\\`\"\$]*)
714 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
717 eval "lt_$var=\\\"\$$var\\\""
719 esac
720 done
722 ac_aux_dir='.'
723 xsi_shell='yes'
724 lt_shell_append='yes'
726 # See if we are running on zsh, and set the options which allow our
727 # commands through without removal of \ escapes INIT.
728 if test -n "${ZSH_VERSION+set}" ; then
729 setopt NO_GLOB_SUBST
733 PACKAGE='libevent'
734 VERSION='2.0.19-stable-dev'
735 TIMESTAMP=''
736 RM='rm -f'
737 ofile='libtool'
743 # Handling of arguments.
744 for ac_config_target in $ac_config_targets
746 case $ac_config_target in
747 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
748 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
749 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
750 "libevent.pc") CONFIG_FILES="$CONFIG_FILES libevent.pc" ;;
751 "libevent_openssl.pc") CONFIG_FILES="$CONFIG_FILES libevent_openssl.pc" ;;
752 "libevent_pthreads.pc") CONFIG_FILES="$CONFIG_FILES libevent_pthreads.pc" ;;
753 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
754 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
755 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
756 "sample/Makefile") CONFIG_FILES="$CONFIG_FILES sample/Makefile" ;;
758 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
759 esac
760 done
763 # If the user did not use the arguments to specify the items to instantiate,
764 # then the envvar interface is used. Set only those that are not.
765 # We use the long form for the default assignment because of an extremely
766 # bizarre bug on SunOS 4.1.3.
767 if $ac_need_defaults; then
768 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
769 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
770 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
773 # Have a temporary directory for convenience. Make it in the build tree
774 # simply because there is no reason against having it here, and in addition,
775 # creating and moving files from /tmp can sometimes cause problems.
776 # Hook for its removal unless debugging.
777 # Note that there is a small window in which the directory will not be cleaned:
778 # after its creation but before its name has been assigned to `$tmp'.
779 $debug ||
781 tmp= ac_tmp=
782 trap 'exit_status=$?
783 : "${ac_tmp:=$tmp}"
784 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
786 trap 'as_fn_exit 1' 1 2 13 15
788 # Create a (secure) tmp directory for tmp files.
791 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
792 test -d "$tmp"
793 } ||
795 tmp=./conf$$-$RANDOM
796 (umask 077 && mkdir "$tmp")
797 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
798 ac_tmp=$tmp
800 # Set up the scripts for CONFIG_FILES section.
801 # No need to generate them if there are no CONFIG_FILES.
802 # This happens for instance with `./config.status config.h'.
803 if test -n "$CONFIG_FILES"; then
806 ac_cr=`echo X | tr X '\015'`
807 # On cygwin, bash can eat \r inside `` if the user requested igncr.
808 # But we know of no other shell where ac_cr would be empty at this
809 # point, so we can use a bashism as a fallback.
810 if test "x$ac_cr" = x; then
811 eval ac_cr=\$\'\\r\'
813 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
814 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
815 ac_cs_awk_cr='\\r'
816 else
817 ac_cs_awk_cr=$ac_cr
820 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
821 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
822 S["am__EXEEXT_FALSE"]=""
823 S["am__EXEEXT_TRUE"]="#"
824 S["LTLIBOBJS"]=""
825 S["INSTALL_LIBEVENT_FALSE"]=""
826 S["INSTALL_LIBEVENT_TRUE"]="#"
827 S["LIBEVENT_GC_SECTIONS"]=""
828 S["OPENSSL_FALSE"]=""
829 S["OPENSSL_TRUE"]="#"
830 S["PTHREADS_FALSE"]=""
831 S["PTHREADS_TRUE"]="#"
832 S["PTHREAD_CFLAGS"]=""
833 S["PTHREAD_LIBS"]=""
834 S["PTHREAD_CC"]=""
835 S["acx_pthread_config"]=""
836 S["SIGNAL_SUPPORT_FALSE"]="#"
837 S["SIGNAL_SUPPORT_TRUE"]=""
838 S["EVPORT_BACKEND_FALSE"]=""
839 S["EVPORT_BACKEND_TRUE"]="#"
840 S["EPOLL_BACKEND_FALSE"]="#"
841 S["EPOLL_BACKEND_TRUE"]=""
842 S["LIBOBJS"]=""
843 S["KQUEUE_BACKEND_FALSE"]=""
844 S["KQUEUE_BACKEND_TRUE"]="#"
845 S["DEVPOLL_BACKEND_FALSE"]=""
846 S["DEVPOLL_BACKEND_TRUE"]="#"
847 S["POLL_BACKEND_FALSE"]="#"
848 S["POLL_BACKEND_TRUE"]=""
849 S["SELECT_BACKEND_FALSE"]="#"
850 S["SELECT_BACKEND_TRUE"]=""
851 S["BUILD_WITH_NO_UNDEFINED_FALSE"]=""
852 S["BUILD_WITH_NO_UNDEFINED_TRUE"]="#"
853 S["BUILD_CYGWIN_FALSE"]=""
854 S["BUILD_CYGWIN_TRUE"]="#"
855 S["BUILD_WIN32_FALSE"]=""
856 S["BUILD_WIN32_TRUE"]="#"
857 S["OPENSSL_LIBS"]=""
858 S["OPENSSL_LIBADD"]=""
859 S["EV_LIB_GDI"]=""
860 S["EV_LIB_WS32"]=""
861 S["ZLIB_REGRESS_FALSE"]=""
862 S["ZLIB_REGRESS_TRUE"]="#"
863 S["ZLIB_LIBS"]=""
864 S["BUILD_REGRESS_FALSE"]="#"
865 S["BUILD_REGRESS_TRUE"]=""
866 S["LIBTOOL_DEPS"]="./ltmain.sh"
867 S["OTOOL64"]=""
868 S["OTOOL"]=""
869 S["LIPO"]=""
870 S["NMEDIT"]=""
871 S["DSYMUTIL"]=""
872 S["MANIFEST_TOOL"]=":"
873 S["RANLIB"]="mipsel-uclibc-ranlib"
874 S["ac_ct_AR"]=""
875 S["AR"]="mipsel-uclibc-ar"
876 S["DLLTOOL"]="false"
877 S["OBJDUMP"]="mipsel-linux-objdump"
878 S["NM"]="mipsel-uclibc-nm"
879 S["ac_ct_DUMPBIN"]=""
880 S["DUMPBIN"]=""
881 S["LD"]="mipsel-uclibc-ld"
882 S["FGREP"]="/bin/grep -F"
883 S["SED"]="/bin/sed"
884 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
885 S["EGREP"]="/bin/grep -E"
886 S["GREP"]="/bin/grep"
887 S["CPP"]="mipsel-uclibc-gcc -std=gnu99 -E"
888 S["LN_S"]="ln -s"
889 S["am__fastdepCC_FALSE"]=""
890 S["am__fastdepCC_TRUE"]="#"
891 S["CCDEPMODE"]="depmode=none"
892 S["am__nodep"]=""
893 S["AMDEPBACKSLASH"]=""
894 S["AMDEP_FALSE"]=""
895 S["AMDEP_TRUE"]="#"
896 S["am__quote"]=""
897 S["am__include"]="include"
898 S["DEPDIR"]=".deps"
899 S["OBJEXT"]="o"
900 S["EXEEXT"]=""
901 S["ac_ct_CC"]=""
902 S["CPPFLAGS"]=" -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include"
903 S["LDFLAGS"]=" -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib"
904 S["CFLAGS"]=" -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wall -fno-strict-aliasing"
905 S["CC"]="mipsel-uclibc-gcc -std=gnu99"
906 S["host_os"]="linux-gnu"
907 S["host_vendor"]="unknown"
908 S["host_cpu"]="mipsel"
909 S["host"]="mipsel-unknown-linux-gnu"
910 S["build_os"]="linux-gnu"
911 S["build_vendor"]="pc"
912 S["build_cpu"]="x86_64"
913 S["build"]="x86_64-pc-linux-gnu"
914 S["am__untar"]="$${TAR-tar} xf -"
915 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
916 S["AMTAR"]="$${TAR-tar}"
917 S["am__leading_dot"]="."
918 S["SET_MAKE"]=""
919 S["AWK"]="gawk"
920 S["mkdir_p"]="/bin/mkdir -p"
921 S["MKDIR_P"]="/bin/mkdir -p"
922 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
923 S["STRIP"]="mipsel-uclibc-strip"
924 S["install_sh"]="${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/install-sh"
925 S["MAKEINFO"]="${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run makeinfo"
926 S["AUTOHEADER"]="${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run autoheader"
927 S["AUTOMAKE"]="${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run automake-1.12"
928 S["AUTOCONF"]="${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run autoconf"
929 S["ACLOCAL"]="${SHELL} /home/vicente/tomato/release/src-rt/router/dnscrypt/src/libevent/missing --run aclocal-1.12"
930 S["VERSION"]="2.0.19-stable-dev"
931 S["PACKAGE"]="libevent"
932 S["CYGPATH_W"]="echo"
933 S["am__isrc"]=""
934 S["INSTALL_DATA"]="${INSTALL} -m 644"
935 S["INSTALL_SCRIPT"]="${INSTALL}"
936 S["INSTALL_PROGRAM"]="${INSTALL}"
937 S["target_alias"]=""
938 S["host_alias"]="mipsel-linux"
939 S["build_alias"]="x86_64-linux-gnu"
940 S["LIBS"]="-ldl -lm "
941 S["ECHO_T"]=""
942 S["ECHO_N"]="-n"
943 S["ECHO_C"]=""
944 S["DEFS"]="-DHAVE_CONFIG_H"
945 S["mandir"]="${datarootdir}/man"
946 S["localedir"]="${datarootdir}/locale"
947 S["libdir"]="${exec_prefix}/lib"
948 S["psdir"]="${docdir}"
949 S["pdfdir"]="${docdir}"
950 S["dvidir"]="${docdir}"
951 S["htmldir"]="${docdir}"
952 S["infodir"]="${datarootdir}/info"
953 S["docdir"]="${datarootdir}/doc/${PACKAGE}"
954 S["oldincludedir"]="/usr/include"
955 S["includedir"]="${prefix}/include"
956 S["localstatedir"]="${prefix}/var"
957 S["sharedstatedir"]="${prefix}/com"
958 S["sysconfdir"]="${prefix}/etc"
959 S["datadir"]="${datarootdir}"
960 S["datarootdir"]="${prefix}/share"
961 S["libexecdir"]="${exec_prefix}/libexec"
962 S["sbindir"]="${exec_prefix}/sbin"
963 S["bindir"]="${exec_prefix}/bin"
964 S["program_transform_name"]="s,x,x,"
965 S["prefix"]="/usr"
966 S["exec_prefix"]="${prefix}"
967 S["PACKAGE_URL"]=""
968 S["PACKAGE_BUGREPORT"]=""
969 S["PACKAGE_STRING"]=""
970 S["PACKAGE_VERSION"]=""
971 S["PACKAGE_TARNAME"]=""
972 S["PACKAGE_NAME"]=""
973 S["PATH_SEPARATOR"]=":"
974 S["SHELL"]="/bin/sh"
975 _ACAWK
976 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
977 for (key in S) S_is_set[key] = 1
978 FS = "\a"
982 line = $ 0
983 nfields = split(line, field, "@")
984 substed = 0
985 len = length(field[1])
986 for (i = 2; i < nfields; i++) {
987 key = field[i]
988 keylen = length(key)
989 if (S_is_set[key]) {
990 value = S[key]
991 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
992 len += length(value) + length(field[++i])
993 substed = 1
994 } else
995 len += 1 + keylen
998 print line
1001 _ACAWK
1002 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1003 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1004 else
1006 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1007 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1008 fi # test -n "$CONFIG_FILES"
1010 # Set up the scripts for CONFIG_HEADERS section.
1011 # No need to generate them if there are no CONFIG_HEADERS.
1012 # This happens for instance with `./config.status Makefile'.
1013 if test -n "$CONFIG_HEADERS"; then
1014 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1015 BEGIN {
1016 D["PACKAGE_NAME"]=" \"\""
1017 D["PACKAGE_TARNAME"]=" \"\""
1018 D["PACKAGE_VERSION"]=" \"\""
1019 D["PACKAGE_STRING"]=" \"\""
1020 D["PACKAGE_BUGREPORT"]=" \"\""
1021 D["PACKAGE_URL"]=" \"\""
1022 D["PACKAGE"]=" \"libevent\""
1023 D["VERSION"]=" \"2.0.19-stable-dev\""
1024 D["NUMERIC_VERSION"]=" 0x02001301"
1025 D["STDC_HEADERS"]=" 1"
1026 D["HAVE_SYS_TYPES_H"]=" 1"
1027 D["HAVE_SYS_STAT_H"]=" 1"
1028 D["HAVE_STDLIB_H"]=" 1"
1029 D["HAVE_STRING_H"]=" 1"
1030 D["HAVE_MEMORY_H"]=" 1"
1031 D["HAVE_STRINGS_H"]=" 1"
1032 D["HAVE_INTTYPES_H"]=" 1"
1033 D["HAVE_STDINT_H"]=" 1"
1034 D["HAVE_UNISTD_H"]=" 1"
1035 D["HAVE_DLFCN_H"]=" 1"
1036 D["LT_OBJDIR"]=" \".libs/\""
1037 D["STDC_HEADERS"]=" 1"
1038 D["HAVE_FCNTL_H"]=" 1"
1039 D["HAVE_STDARG_H"]=" 1"
1040 D["HAVE_INTTYPES_H"]=" 1"
1041 D["HAVE_STDINT_H"]=" 1"
1042 D["HAVE_STDDEF_H"]=" 1"
1043 D["HAVE_POLL_H"]=" 1"
1044 D["HAVE_UNISTD_H"]=" 1"
1045 D["HAVE_SYS_EPOLL_H"]=" 1"
1046 D["HAVE_SYS_TIME_H"]=" 1"
1047 D["HAVE_SYS_QUEUE_H"]=" 1"
1048 D["HAVE_SYS_PARAM_H"]=" 1"
1049 D["HAVE_SYS_IOCTL_H"]=" 1"
1050 D["HAVE_SYS_SELECT_H"]=" 1"
1051 D["HAVE_NETINET_IN_H"]=" 1"
1052 D["HAVE_SYS_SOCKET_H"]=" 1"
1053 D["HAVE_SYS_UIO_H"]=" 1"
1054 D["HAVE_ARPA_INET_H"]=" 1"
1055 D["HAVE_SYS_MMAN_H"]=" 1"
1056 D["HAVE_SYS_SENDFILE_H"]=" 1"
1057 D["HAVE_SYS_WAIT_H"]=" 1"
1058 D["HAVE_NETDB_H"]=" 1"
1059 D["HAVE_SYS_SYSCTL_H"]=" 1"
1060 D["HAVE_TAILQFOREACH"]=" 1"
1061 D["HAVE_TIMERADD"]=" 1"
1062 D["HAVE_TIMERCMP"]=" 1"
1063 D["HAVE_TIMERCLEAR"]=" 1"
1064 D["HAVE_TIMERISSET"]=" 1"
1065 D["HAVE_DECL_CTL_KERN"]=" 1"
1066 D["HAVE_DECL_KERN_RANDOM"]=" 1"
1067 D["HAVE_DECL_RANDOM_UUID"]=" 1"
1068 D["HAVE_DECL_KERN_ARND"]=" 0"
1069 D["TIME_WITH_SYS_TIME"]=" 1"
1070 D["HAVE_GETTIMEOFDAY"]=" 1"
1071 D["HAVE_VASPRINTF"]=" 1"
1072 D["HAVE_FCNTL"]=" 1"
1073 D["HAVE_CLOCK_GETTIME"]=" 1"
1074 D["HAVE_STRTOK_R"]=" 1"
1075 D["HAVE_STRSEP"]=" 1"
1076 D["HAVE_GETNAMEINFO"]=" 1"
1077 D["HAVE_STRLCPY"]=" 1"
1078 D["HAVE_INET_NTOP"]=" 1"
1079 D["HAVE_INET_PTON"]=" 1"
1080 D["HAVE_SIGNAL"]=" 1"
1081 D["HAVE_SIGACTION"]=" 1"
1082 D["HAVE_STRTOLL"]=" 1"
1083 D["HAVE_INET_ATON"]=" 1"
1084 D["HAVE_PIPE"]=" 1"
1085 D["HAVE_SENDFILE"]=" 1"
1086 D["HAVE_MMAP"]=" 1"
1087 D["HAVE_SPLICE"]=" 1"
1088 D["HAVE_GETEUID"]=" 1"
1089 D["HAVE_GETEGID"]=" 1"
1090 D["HAVE_GETPROTOBYNUMBER"]=" 1"
1091 D["HAVE_SETENV"]=" 1"
1092 D["HAVE_UNSETENV"]=" 1"
1093 D["HAVE_PUTENV"]=" 1"
1094 D["HAVE_SYSCTL"]=" 1"
1095 D["HAVE_GETADDRINFO"]=" 1"
1096 D["SIZEOF_LONG"]=" 4"
1097 D["HAVE_SETFD"]=" 1"
1098 D["HAVE_SELECT"]=" 1"
1099 D["HAVE_POLL"]=" 1"
1100 D["HAVE_EPOLL_CTL"]=" 1"
1101 D["HAVE_EPOLL"]=" 1"
1102 D["HAVE_UINT64_T"]=" 1"
1103 D["HAVE_UINT32_T"]=" 1"
1104 D["HAVE_UINT16_T"]=" 1"
1105 D["HAVE_UINT8_T"]=" 1"
1106 D["HAVE_UINTPTR_T"]=" 1"
1107 D["HAVE_FD_MASK"]=" 1"
1108 D["SIZEOF_LONG_LONG"]=" 8"
1109 D["SIZEOF_LONG"]=" 4"
1110 D["SIZEOF_INT"]=" 4"
1111 D["SIZEOF_SHORT"]=" 2"
1112 D["SIZEOF_SIZE_T"]=" 4"
1113 D["SIZEOF_VOID_P"]=" 4"
1114 D["HAVE_STRUCT_IN6_ADDR"]=" 1"
1115 D["HAVE_STRUCT_SOCKADDR_IN6"]=" 1"
1116 D["HAVE_SA_FAMILY_T"]=" 1"
1117 D["HAVE_STRUCT_ADDRINFO"]=" 1"
1118 D["HAVE_STRUCT_SOCKADDR_STORAGE"]=" 1"
1119 D["HAVE_STRUCT_IN6_ADDR_S6_ADDR32"]=" 1"
1120 D["HAVE_STRUCT_IN6_ADDR_S6_ADDR16"]=" 1"
1121 D["HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY"]=" 1"
1122 D["DISABLE_THREAD_SUPPORT"]=" 1"
1123 for (key in D) D_is_set[key] = 1
1124 FS = "\a"
1126 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1127 line = $ 0
1128 split(line, arg, " ")
1129 if (arg[1] == "#") {
1130 defundef = arg[2]
1131 mac1 = arg[3]
1132 } else {
1133 defundef = substr(arg[1], 2)
1134 mac1 = arg[2]
1136 split(mac1, mac2, "(") #)
1137 macro = mac2[1]
1138 prefix = substr(line, 1, index(line, defundef) - 1)
1139 if (D_is_set[macro]) {
1140 # Preserve the white space surrounding the "#".
1141 print prefix "define", macro P[macro] D[macro]
1142 next
1143 } else {
1144 # Replace #undef with comments. This is necessary, for example,
1145 # in the case of _POSIX_SOURCE, which is predefined and required
1146 # on some systems where configure will not decide to define it.
1147 if (defundef == "undef") {
1148 print "/*", prefix defundef, macro, "*/"
1149 next
1153 { print }
1154 _ACAWK
1155 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1156 fi # test -n "$CONFIG_HEADERS"
1159 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1160 shift
1161 for ac_tag
1163 case $ac_tag in
1164 :[FHLC]) ac_mode=$ac_tag; continue;;
1165 esac
1166 case $ac_mode$ac_tag in
1167 :[FHL]*:*);;
1168 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1169 :[FH]-) ac_tag=-:-;;
1170 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1171 esac
1172 ac_save_IFS=$IFS
1173 IFS=:
1174 set x $ac_tag
1175 IFS=$ac_save_IFS
1176 shift
1177 ac_file=$1
1178 shift
1180 case $ac_mode in
1181 :L) ac_source=$1;;
1182 :[FH])
1183 ac_file_inputs=
1184 for ac_f
1186 case $ac_f in
1187 -) ac_f="$ac_tmp/stdin";;
1188 *) # Look for the file first in the build tree, then in the source tree
1189 # (if the path is not absolute). The absolute path cannot be DOS-style,
1190 # because $ac_f cannot contain `:'.
1191 test -f "$ac_f" ||
1192 case $ac_f in
1193 [\\/$]*) false;;
1194 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1195 esac ||
1196 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1197 esac
1198 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1199 as_fn_append ac_file_inputs " '$ac_f'"
1200 done
1202 # Let's still pretend it is `configure' which instantiates (i.e., don't
1203 # use $as_me), people would be surprised to read:
1204 # /* config.h. Generated by config.status. */
1205 configure_input='Generated from '`
1206 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1207 `' by configure.'
1208 if test x"$ac_file" != x-; then
1209 configure_input="$ac_file. $configure_input"
1210 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1211 $as_echo "$as_me: creating $ac_file" >&6;}
1213 # Neutralize special characters interpreted by sed in replacement strings.
1214 case $configure_input in #(
1215 *\&* | *\|* | *\\* )
1216 ac_sed_conf_input=`$as_echo "$configure_input" |
1217 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1218 *) ac_sed_conf_input=$configure_input;;
1219 esac
1221 case $ac_tag in
1222 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1223 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1224 esac
1226 esac
1228 ac_dir=`$as_dirname -- "$ac_file" ||
1229 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1230 X"$ac_file" : 'X\(//\)[^/]' \| \
1231 X"$ac_file" : 'X\(//\)$' \| \
1232 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1233 $as_echo X"$ac_file" |
1234 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1235 s//\1/
1238 /^X\(\/\/\)[^/].*/{
1239 s//\1/
1242 /^X\(\/\/\)$/{
1243 s//\1/
1246 /^X\(\/\).*/{
1247 s//\1/
1250 s/.*/./; q'`
1251 as_dir="$ac_dir"; as_fn_mkdir_p
1252 ac_builddir=.
1254 case "$ac_dir" in
1255 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1257 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1258 # A ".." for each directory in $ac_dir_suffix.
1259 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1260 case $ac_top_builddir_sub in
1261 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1262 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1263 esac ;;
1264 esac
1265 ac_abs_top_builddir=$ac_pwd
1266 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1267 # for backward compatibility:
1268 ac_top_builddir=$ac_top_build_prefix
1270 case $srcdir in
1271 .) # We are building in place.
1272 ac_srcdir=.
1273 ac_top_srcdir=$ac_top_builddir_sub
1274 ac_abs_top_srcdir=$ac_pwd ;;
1275 [\\/]* | ?:[\\/]* ) # Absolute name.
1276 ac_srcdir=$srcdir$ac_dir_suffix;
1277 ac_top_srcdir=$srcdir
1278 ac_abs_top_srcdir=$srcdir ;;
1279 *) # Relative name.
1280 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1281 ac_top_srcdir=$ac_top_build_prefix$srcdir
1282 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1283 esac
1284 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1287 case $ac_mode in
1290 # CONFIG_FILE
1293 case $INSTALL in
1294 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1295 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1296 esac
1297 ac_MKDIR_P=$MKDIR_P
1298 case $MKDIR_P in
1299 [\\/$]* | ?:[\\/]* ) ;;
1300 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1301 esac
1302 # If the template does not know about datarootdir, expand it.
1303 # FIXME: This hack should be removed a few years after 2.60.
1304 ac_datarootdir_hack=; ac_datarootdir_seen=
1305 ac_sed_dataroot='
1306 /datarootdir/ {
1310 /@datadir@/p
1311 /@docdir@/p
1312 /@infodir@/p
1313 /@localedir@/p
1314 /@mandir@/p'
1315 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1316 *datarootdir*) ac_datarootdir_seen=yes;;
1317 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1319 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1320 ac_datarootdir_hack='
1321 s&@datadir@&${datarootdir}&g
1322 s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1323 s&@infodir@&${datarootdir}/info&g
1324 s&@localedir@&${datarootdir}/locale&g
1325 s&@mandir@&${datarootdir}/man&g
1326 s&\${datarootdir}&${prefix}/share&g' ;;
1327 esac
1328 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1330 s///
1331 s/^/:/
1332 s/[ ]*$/:/
1333 s/:\$(srcdir):/:/g
1334 s/:\${srcdir}:/:/g
1335 s/:@srcdir@:/:/g
1336 s/^:*//
1337 s/:*$//
1339 s/\(=[ ]*\).*/\1/
1341 s/\n//
1342 s/^[^=]*=[ ]*$//
1346 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1347 s|@configure_input@|$ac_sed_conf_input|;t t
1348 s&@top_builddir@&$ac_top_builddir_sub&;t t
1349 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1350 s&@srcdir@&$ac_srcdir&;t t
1351 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1352 s&@top_srcdir@&$ac_top_srcdir&;t t
1353 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1354 s&@builddir@&$ac_builddir&;t t
1355 s&@abs_builddir@&$ac_abs_builddir&;t t
1356 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1357 s&@INSTALL@&$ac_INSTALL&;t t
1358 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1359 $ac_datarootdir_hack
1361 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1362 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1364 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1365 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1366 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1367 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1369 which seems to be undefined. Please make sure it is defined" >&5
1370 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1371 which seems to be undefined. Please make sure it is defined" >&2;}
1373 rm -f "$ac_tmp/stdin"
1374 case $ac_file in
1375 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1376 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1377 esac \
1378 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1382 # CONFIG_HEADER
1384 if test x"$ac_file" != x-; then
1386 $as_echo "/* $configure_input */" \
1387 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1388 } >"$ac_tmp/config.h" \
1389 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1390 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1391 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1392 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1393 else
1394 rm -f "$ac_file"
1395 mv "$ac_tmp/config.h" "$ac_file" \
1396 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1398 else
1399 $as_echo "/* $configure_input */" \
1400 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1401 || as_fn_error $? "could not create -" "$LINENO" 5
1403 # Compute "$ac_file"'s index in $config_headers.
1404 _am_arg="$ac_file"
1405 _am_stamp_count=1
1406 for _am_header in $config_headers :; do
1407 case $_am_header in
1408 $_am_arg | $_am_arg:* )
1409 break ;;
1411 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1412 esac
1413 done
1414 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1415 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1416 X"$_am_arg" : 'X\(//\)[^/]' \| \
1417 X"$_am_arg" : 'X\(//\)$' \| \
1418 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1419 $as_echo X"$_am_arg" |
1420 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1421 s//\1/
1424 /^X\(\/\/\)[^/].*/{
1425 s//\1/
1428 /^X\(\/\/\)$/{
1429 s//\1/
1432 /^X\(\/\).*/{
1433 s//\1/
1436 s/.*/./; q'`/stamp-h$_am_stamp_count
1439 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1440 $as_echo "$as_me: executing $ac_file commands" >&6;}
1442 esac
1445 case $ac_file$ac_mode in
1446 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1447 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1448 # are listed without --file. Let's play safe and only enable the eval
1449 # if we detect the quoting.
1450 case $CONFIG_FILES in
1451 *\'*) eval set x "$CONFIG_FILES" ;;
1452 *) set x $CONFIG_FILES ;;
1453 esac
1454 shift
1455 for mf
1457 # Strip MF so we end up with the name of the file.
1458 mf=`echo "$mf" | sed -e 's/:.*$//'`
1459 # Check whether this is an Automake generated Makefile or not.
1460 # We used to match only the files named 'Makefile.in', but
1461 # some people rename them; so instead we look at the file content.
1462 # Grep'ing the first line is not enough: some people post-process
1463 # each Makefile.in and add a new line on top of each file to say so.
1464 # Grep'ing the whole file is not good either: AIX grep has a line
1465 # limit of 2048, but all sed's we know have understand at least 4000.
1466 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1467 dirpart=`$as_dirname -- "$mf" ||
1468 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1469 X"$mf" : 'X\(//\)[^/]' \| \
1470 X"$mf" : 'X\(//\)$' \| \
1471 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1472 $as_echo X"$mf" |
1473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1474 s//\1/
1477 /^X\(\/\/\)[^/].*/{
1478 s//\1/
1481 /^X\(\/\/\)$/{
1482 s//\1/
1485 /^X\(\/\).*/{
1486 s//\1/
1489 s/.*/./; q'`
1490 else
1491 continue
1493 # Extract the definition of DEPDIR, am__include, and am__quote
1494 # from the Makefile without running 'make'.
1495 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1496 test -z "$DEPDIR" && continue
1497 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1498 test -z "am__include" && continue
1499 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1500 # Find all dependency output files, they are included files with
1501 # $(DEPDIR) in their names. We invoke sed twice because it is the
1502 # simplest approach to changing $(DEPDIR) to its actual value in the
1503 # expansion.
1504 for file in `sed -n "
1505 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1506 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1507 # Make sure the directory exists.
1508 test -f "$dirpart/$file" && continue
1509 fdir=`$as_dirname -- "$file" ||
1510 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1511 X"$file" : 'X\(//\)[^/]' \| \
1512 X"$file" : 'X\(//\)$' \| \
1513 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1514 $as_echo X"$file" |
1515 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1516 s//\1/
1519 /^X\(\/\/\)[^/].*/{
1520 s//\1/
1523 /^X\(\/\/\)$/{
1524 s//\1/
1527 /^X\(\/\).*/{
1528 s//\1/
1531 s/.*/./; q'`
1532 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1533 # echo "creating $dirpart/$file"
1534 echo '# dummy' > "$dirpart/$file"
1535 done
1536 done
1539 "libtool":C)
1541 # See if we are running on zsh, and set the options which allow our
1542 # commands through without removal of \ escapes.
1543 if test -n "${ZSH_VERSION+set}" ; then
1544 setopt NO_GLOB_SUBST
1547 cfgfile="${ofile}T"
1548 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1549 $RM "$cfgfile"
1551 cat <<_LT_EOF >> "$cfgfile"
1552 #! $SHELL
1554 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1555 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1556 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1557 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1559 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1560 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1561 # Foundation, Inc.
1562 # Written by Gordon Matzigkeit, 1996
1564 # This file is part of GNU Libtool.
1566 # GNU Libtool is free software; you can redistribute it and/or
1567 # modify it under the terms of the GNU General Public License as
1568 # published by the Free Software Foundation; either version 2 of
1569 # the License, or (at your option) any later version.
1571 # As a special exception to the GNU General Public License,
1572 # if you distribute this file as part of a program or library that
1573 # is built using GNU Libtool, you may include this file under the
1574 # same distribution terms that you use for the rest of that program.
1576 # GNU Libtool is distributed in the hope that it will be useful,
1577 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1578 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1579 # GNU General Public License for more details.
1581 # You should have received a copy of the GNU General Public License
1582 # along with GNU Libtool; see the file COPYING. If not, a copy
1583 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1584 # obtained by writing to the Free Software Foundation, Inc.,
1585 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1588 # The names of the tagged configurations supported by this script.
1589 available_tags=""
1591 # ### BEGIN LIBTOOL CONFIG
1593 # Which release of libtool.m4 was used?
1594 macro_version=$macro_version
1595 macro_revision=$macro_revision
1597 # Whether or not to build shared libraries.
1598 build_libtool_libs=$enable_shared
1600 # Whether or not to build static libraries.
1601 build_old_libs=$enable_static
1603 # What type of objects to build.
1604 pic_mode=$pic_mode
1606 # Whether or not to optimize for fast installation.
1607 fast_install=$enable_fast_install
1609 # Shell to use when invoking shell scripts.
1610 SHELL=$lt_SHELL
1612 # An echo program that protects backslashes.
1613 ECHO=$lt_ECHO
1615 # The PATH separator for the build system.
1616 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1618 # The host system.
1619 host_alias=$host_alias
1620 host=$host
1621 host_os=$host_os
1623 # The build system.
1624 build_alias=$build_alias
1625 build=$build
1626 build_os=$build_os
1628 # A sed program that does not truncate output.
1629 SED=$lt_SED
1631 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1632 Xsed="\$SED -e 1s/^X//"
1634 # A grep program that handles long lines.
1635 GREP=$lt_GREP
1637 # An ERE matcher.
1638 EGREP=$lt_EGREP
1640 # A literal string matcher.
1641 FGREP=$lt_FGREP
1643 # A BSD- or MS-compatible name lister.
1644 NM=$lt_NM
1646 # Whether we need soft or hard links.
1647 LN_S=$lt_LN_S
1649 # What is the maximum length of a command?
1650 max_cmd_len=$max_cmd_len
1652 # Object file suffix (normally "o").
1653 objext=$ac_objext
1655 # Executable file suffix (normally "").
1656 exeext=$exeext
1658 # whether the shell understands "unset".
1659 lt_unset=$lt_unset
1661 # turn spaces into newlines.
1662 SP2NL=$lt_lt_SP2NL
1664 # turn newlines into spaces.
1665 NL2SP=$lt_lt_NL2SP
1667 # convert \$build file names to \$host format.
1668 to_host_file_cmd=$lt_cv_to_host_file_cmd
1670 # convert \$build files to toolchain format.
1671 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1673 # An object symbol dumper.
1674 OBJDUMP=$lt_OBJDUMP
1676 # Method to check whether dependent libraries are shared objects.
1677 deplibs_check_method=$lt_deplibs_check_method
1679 # Command to use when deplibs_check_method = "file_magic".
1680 file_magic_cmd=$lt_file_magic_cmd
1682 # How to find potential files when deplibs_check_method = "file_magic".
1683 file_magic_glob=$lt_file_magic_glob
1685 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1686 want_nocaseglob=$lt_want_nocaseglob
1688 # DLL creation program.
1689 DLLTOOL=$lt_DLLTOOL
1691 # Command to associate shared and link libraries.
1692 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1694 # The archiver.
1695 AR=$lt_AR
1697 # Flags to create an archive.
1698 AR_FLAGS=$lt_AR_FLAGS
1700 # How to feed a file listing to the archiver.
1701 archiver_list_spec=$lt_archiver_list_spec
1703 # A symbol stripping program.
1704 STRIP=$lt_STRIP
1706 # Commands used to install an old-style archive.
1707 RANLIB=$lt_RANLIB
1708 old_postinstall_cmds=$lt_old_postinstall_cmds
1709 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1711 # Whether to use a lock for old archive extraction.
1712 lock_old_archive_extraction=$lock_old_archive_extraction
1714 # A C compiler.
1715 LTCC=$lt_CC
1717 # LTCC compiler flags.
1718 LTCFLAGS=$lt_CFLAGS
1720 # Take the output of nm and produce a listing of raw symbols and C names.
1721 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1723 # Transform the output of nm in a proper C declaration.
1724 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1726 # Transform the output of nm in a C name address pair.
1727 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1729 # Transform the output of nm in a C name address pair when lib prefix is needed.
1730 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1732 # Specify filename containing input files for \$NM.
1733 nm_file_list_spec=$lt_nm_file_list_spec
1735 # The root where to search for dependent libraries,and in which our libraries should be installed.
1736 lt_sysroot=$lt_sysroot
1738 # The name of the directory that contains temporary libtool files.
1739 objdir=$objdir
1741 # Used to examine libraries when file_magic_cmd begins with "file".
1742 MAGIC_CMD=$MAGIC_CMD
1744 # Must we lock files when doing compilation?
1745 need_locks=$lt_need_locks
1747 # Manifest tool.
1748 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1750 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1751 DSYMUTIL=$lt_DSYMUTIL
1753 # Tool to change global to local symbols on Mac OS X.
1754 NMEDIT=$lt_NMEDIT
1756 # Tool to manipulate fat objects and archives on Mac OS X.
1757 LIPO=$lt_LIPO
1759 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1760 OTOOL=$lt_OTOOL
1762 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1763 OTOOL64=$lt_OTOOL64
1765 # Old archive suffix (normally "a").
1766 libext=$libext
1768 # Shared library suffix (normally ".so").
1769 shrext_cmds=$lt_shrext_cmds
1771 # The commands to extract the exported symbol list from a shared archive.
1772 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1774 # Variables whose values should be saved in libtool wrapper scripts and
1775 # restored at link time.
1776 variables_saved_for_relink=$lt_variables_saved_for_relink
1778 # Do we need the "lib" prefix for modules?
1779 need_lib_prefix=$need_lib_prefix
1781 # Do we need a version for libraries?
1782 need_version=$need_version
1784 # Library versioning type.
1785 version_type=$version_type
1787 # Shared library runtime path variable.
1788 runpath_var=$runpath_var
1790 # Shared library path variable.
1791 shlibpath_var=$shlibpath_var
1793 # Is shlibpath searched before the hard-coded library search path?
1794 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1796 # Format of library name prefix.
1797 libname_spec=$lt_libname_spec
1799 # List of archive names. First name is the real one, the rest are links.
1800 # The last name is the one that the linker finds with -lNAME
1801 library_names_spec=$lt_library_names_spec
1803 # The coded name of the library, if different from the real name.
1804 soname_spec=$lt_soname_spec
1806 # Permission mode override for installation of shared libraries.
1807 install_override_mode=$lt_install_override_mode
1809 # Command to use after installation of a shared archive.
1810 postinstall_cmds=$lt_postinstall_cmds
1812 # Command to use after uninstallation of a shared archive.
1813 postuninstall_cmds=$lt_postuninstall_cmds
1815 # Commands used to finish a libtool library installation in a directory.
1816 finish_cmds=$lt_finish_cmds
1818 # As "finish_cmds", except a single script fragment to be evaled but
1819 # not shown.
1820 finish_eval=$lt_finish_eval
1822 # Whether we should hardcode library paths into libraries.
1823 hardcode_into_libs=$hardcode_into_libs
1825 # Compile-time system search path for libraries.
1826 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1828 # Run-time system search path for libraries.
1829 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1831 # Whether dlopen is supported.
1832 dlopen_support=$enable_dlopen
1834 # Whether dlopen of programs is supported.
1835 dlopen_self=$enable_dlopen_self
1837 # Whether dlopen of statically linked programs is supported.
1838 dlopen_self_static=$enable_dlopen_self_static
1840 # Commands to strip libraries.
1841 old_striplib=$lt_old_striplib
1842 striplib=$lt_striplib
1845 # The linker used to build libraries.
1846 LD=$lt_LD
1848 # How to create reloadable object files.
1849 reload_flag=$lt_reload_flag
1850 reload_cmds=$lt_reload_cmds
1852 # Commands used to build an old-style archive.
1853 old_archive_cmds=$lt_old_archive_cmds
1855 # A language specific compiler.
1856 CC=$lt_compiler
1858 # Is the compiler the GNU compiler?
1859 with_gcc=$GCC
1861 # Compiler flag to turn off builtin functions.
1862 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1864 # Additional compiler flags for building library objects.
1865 pic_flag=$lt_lt_prog_compiler_pic
1867 # How to pass a linker flag through the compiler.
1868 wl=$lt_lt_prog_compiler_wl
1870 # Compiler flag to prevent dynamic linking.
1871 link_static_flag=$lt_lt_prog_compiler_static
1873 # Does compiler simultaneously support -c and -o options?
1874 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1876 # Whether or not to add -lc for building shared libraries.
1877 build_libtool_need_lc=$archive_cmds_need_lc
1879 # Whether or not to disallow shared libs when runtime libs are static.
1880 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1882 # Compiler flag to allow reflexive dlopens.
1883 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1885 # Compiler flag to generate shared objects directly from archives.
1886 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1888 # Whether the compiler copes with passing no objects directly.
1889 compiler_needs_object=$lt_compiler_needs_object
1891 # Create an old-style archive from a shared archive.
1892 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1894 # Create a temporary old-style archive to link instead of a shared archive.
1895 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1897 # Commands used to build a shared archive.
1898 archive_cmds=$lt_archive_cmds
1899 archive_expsym_cmds=$lt_archive_expsym_cmds
1901 # Commands used to build a loadable module if different from building
1902 # a shared archive.
1903 module_cmds=$lt_module_cmds
1904 module_expsym_cmds=$lt_module_expsym_cmds
1906 # Whether we are building with GNU ld or not.
1907 with_gnu_ld=$lt_with_gnu_ld
1909 # Flag that allows shared libraries with undefined symbols to be built.
1910 allow_undefined_flag=$lt_allow_undefined_flag
1912 # Flag that enforces no undefined symbols.
1913 no_undefined_flag=$lt_no_undefined_flag
1915 # Flag to hardcode \$libdir into a binary during linking.
1916 # This must work even if \$libdir does not exist
1917 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1919 # Whether we need a single "-rpath" flag with a separated argument.
1920 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1922 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1923 # DIR into the resulting binary.
1924 hardcode_direct=$hardcode_direct
1926 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1927 # DIR into the resulting binary and the resulting library dependency is
1928 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1929 # library is relocated.
1930 hardcode_direct_absolute=$hardcode_direct_absolute
1932 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1933 # into the resulting binary.
1934 hardcode_minus_L=$hardcode_minus_L
1936 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1937 # into the resulting binary.
1938 hardcode_shlibpath_var=$hardcode_shlibpath_var
1940 # Set to "yes" if building a shared library automatically hardcodes DIR
1941 # into the library and all subsequent libraries and executables linked
1942 # against it.
1943 hardcode_automatic=$hardcode_automatic
1945 # Set to yes if linker adds runtime paths of dependent libraries
1946 # to runtime path list.
1947 inherit_rpath=$inherit_rpath
1949 # Whether libtool must link a program against all its dependency libraries.
1950 link_all_deplibs=$link_all_deplibs
1952 # Set to "yes" if exported symbols are required.
1953 always_export_symbols=$always_export_symbols
1955 # The commands to list exported symbols.
1956 export_symbols_cmds=$lt_export_symbols_cmds
1958 # Symbols that should not be listed in the preloaded symbols.
1959 exclude_expsyms=$lt_exclude_expsyms
1961 # Symbols that must always be exported.
1962 include_expsyms=$lt_include_expsyms
1964 # Commands necessary for linking programs (against libraries) with templates.
1965 prelink_cmds=$lt_prelink_cmds
1967 # Commands necessary for finishing linking programs.
1968 postlink_cmds=$lt_postlink_cmds
1970 # Specify filename containing input files.
1971 file_list_spec=$lt_file_list_spec
1973 # How to hardcode a shared library path into an executable.
1974 hardcode_action=$hardcode_action
1976 # ### END LIBTOOL CONFIG
1978 _LT_EOF
1980 case $host_os in
1981 aix3*)
1982 cat <<\_LT_EOF >> "$cfgfile"
1983 # AIX sometimes has problems with the GCC collect2 program. For some
1984 # reason, if we set the COLLECT_NAMES environment variable, the problems
1985 # vanish in a puff of smoke.
1986 if test "X${COLLECT_NAMES+set}" != Xset; then
1987 COLLECT_NAMES=
1988 export COLLECT_NAMES
1990 _LT_EOF
1992 esac
1995 ltmain="$ac_aux_dir/ltmain.sh"
1998 # We use sed instead of cat because bash on DJGPP gets confused if
1999 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2000 # text mode, it properly converts lines to CR/LF. This bash problem
2001 # is reportedly fixed, but why not run on old versions too?
2002 sed '$q' "$ltmain" >> "$cfgfile" \
2003 || (rm -f "$cfgfile"; exit 1)
2005 if test x"$xsi_shell" = xyes; then
2006 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2007 func_dirname ()\
2009 \ case ${1} in\
2010 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2011 \ * ) func_dirname_result="${3}" ;;\
2012 \ esac\
2013 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2014 && mv -f "$cfgfile.tmp" "$cfgfile" \
2015 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2016 test 0 -eq $? || _lt_function_replace_fail=:
2019 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2020 func_basename ()\
2022 \ func_basename_result="${1##*/}"\
2023 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2024 && mv -f "$cfgfile.tmp" "$cfgfile" \
2025 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2026 test 0 -eq $? || _lt_function_replace_fail=:
2029 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2030 func_dirname_and_basename ()\
2032 \ case ${1} in\
2033 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2034 \ * ) func_dirname_result="${3}" ;;\
2035 \ esac\
2036 \ func_basename_result="${1##*/}"\
2037 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2038 && mv -f "$cfgfile.tmp" "$cfgfile" \
2039 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2040 test 0 -eq $? || _lt_function_replace_fail=:
2043 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2044 func_stripname ()\
2046 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2047 \ # positional parameters, so assign one to ordinary parameter first.\
2048 \ func_stripname_result=${3}\
2049 \ func_stripname_result=${func_stripname_result#"${1}"}\
2050 \ func_stripname_result=${func_stripname_result%"${2}"}\
2051 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2052 && mv -f "$cfgfile.tmp" "$cfgfile" \
2053 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2054 test 0 -eq $? || _lt_function_replace_fail=:
2057 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2058 func_split_long_opt ()\
2060 \ func_split_long_opt_name=${1%%=*}\
2061 \ func_split_long_opt_arg=${1#*=}\
2062 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2063 && mv -f "$cfgfile.tmp" "$cfgfile" \
2064 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2065 test 0 -eq $? || _lt_function_replace_fail=:
2068 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2069 func_split_short_opt ()\
2071 \ func_split_short_opt_arg=${1#??}\
2072 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2073 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2074 && mv -f "$cfgfile.tmp" "$cfgfile" \
2075 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2076 test 0 -eq $? || _lt_function_replace_fail=:
2079 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2080 func_lo2o ()\
2082 \ case ${1} in\
2083 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2084 \ *) func_lo2o_result=${1} ;;\
2085 \ esac\
2086 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2087 && mv -f "$cfgfile.tmp" "$cfgfile" \
2088 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2089 test 0 -eq $? || _lt_function_replace_fail=:
2092 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2093 func_xform ()\
2095 func_xform_result=${1%.*}.lo\
2096 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2097 && mv -f "$cfgfile.tmp" "$cfgfile" \
2098 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2099 test 0 -eq $? || _lt_function_replace_fail=:
2102 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2103 func_arith ()\
2105 func_arith_result=$(( $* ))\
2106 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2107 && mv -f "$cfgfile.tmp" "$cfgfile" \
2108 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2109 test 0 -eq $? || _lt_function_replace_fail=:
2112 sed -e '/^func_len ()$/,/^} # func_len /c\
2113 func_len ()\
2115 func_len_result=${#1}\
2116 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2117 && mv -f "$cfgfile.tmp" "$cfgfile" \
2118 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2119 test 0 -eq $? || _lt_function_replace_fail=:
2123 if test x"$lt_shell_append" = xyes; then
2124 sed -e '/^func_append ()$/,/^} # func_append /c\
2125 func_append ()\
2127 eval "${1}+=\\${2}"\
2128 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2129 && mv -f "$cfgfile.tmp" "$cfgfile" \
2130 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2131 test 0 -eq $? || _lt_function_replace_fail=:
2134 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2135 func_append_quoted ()\
2137 \ func_quote_for_eval "${2}"\
2138 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2139 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2140 && mv -f "$cfgfile.tmp" "$cfgfile" \
2141 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2142 test 0 -eq $? || _lt_function_replace_fail=:
2145 # Save a `func_append' function call where possible by direct use of '+='
2146 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2147 && mv -f "$cfgfile.tmp" "$cfgfile" \
2148 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2149 test 0 -eq $? || _lt_function_replace_fail=:
2150 else
2151 # Save a `func_append' function call even when '+=' is not available
2152 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2153 && mv -f "$cfgfile.tmp" "$cfgfile" \
2154 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2155 test 0 -eq $? || _lt_function_replace_fail=:
2158 if test x"$_lt_function_replace_fail" = x":"; then
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2160 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2164 mv -f "$cfgfile" "$ofile" ||
2165 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2166 chmod +x "$ofile"
2170 esac
2171 done # for ac_tag
2174 as_fn_exit 0