blob: a37c4d7ebd883fb94e5cd4dd7bd74eb09af44e0f [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001#! /bin/bash
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.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/bash}
12export SHELL
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if 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
26else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_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.
45if 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 --'
49elif (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'
52else
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"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if 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=';'
80 }
81fi
82
83
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.)
89IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
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
102IFS=$as_save_IFS
103
104 ;;
105esac
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.
108if test "x$as_myself" = x; then
109 as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114fi
115
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.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
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.
143as_fn_error ()
144{
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
149 fi
150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit $as_status
152} # as_fn_error
153
154
155# as_fn_set_status STATUS
156# -----------------------
157# Set $? to STATUS, without forking.
158as_fn_set_status ()
159{
160 return $1
161} # as_fn_set_status
162
163# as_fn_exit STATUS
164# -----------------
165# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166as_fn_exit ()
167{
168 set +e
169 as_fn_set_status $1
170 exit $1
171} # as_fn_exit
172
173# as_fn_unset VAR
174# ---------------
175# Portably unset VAR.
176as_fn_unset ()
177{
178 { eval $1=; unset $1;}
179}
180as_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.
187if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append ()
189 {
190 eval $1+=\$2
191 }'
192else
193 as_fn_append ()
194 {
195 eval $1=\$$1\$2
196 }
197fi # as_fn_append
198
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.
204if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205 eval 'as_fn_arith ()
206 {
207 as_val=$(( $* ))
208 }'
209else
210 as_fn_arith ()
211 {
212 as_val=`expr "$@" || test $? -eq 1`
213 }
214fi # as_fn_arith
215
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220else
221 as_expr=false
222fi
223
224if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename
226else
227 as_basename=false
228fi
229
230if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname
232else
233 as_dirname=false
234fi
235
236as_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/
243 q
244 }
245 /^X\/\(\/\/\)$/{
246 s//\1/
247 q
248 }
249 /^X\/\(\/\).*/{
250 s//\1/
251 q
252 }
253 s/.*/./; q'`
254
255# Avoid depending upon Character Ranges.
256as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259as_cr_digits='0123456789'
260as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262ECHO_C= ECHO_N= ECHO_T=
263case `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;;
271*)
272 ECHO_N='-n';;
273esac
274
275rm -f conf$$ conf$$.exe conf$$.file
276if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
278else
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
281fi
282if (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'
295 fi
296else
297 as_ln_s='cp -p'
298fi
299rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300rmdir conf$$.dir 2>/dev/null
301
302
303# as_fn_mkdir_p
304# -------------
305# Create "$as_dir" as a directory, including parents if necessary.
306as_fn_mkdir_p ()
307{
308
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/
328 q
329 }
330 /^X\(\/\/\)[^/].*/{
331 s//\1/
332 q
333 }
334 /^X\(\/\/\)$/{
335 s//\1/
336 q
337 }
338 /^X\(\/\).*/{
339 s//\1/
340 q
341 }
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"
347
348
349} # as_fn_mkdir_p
350if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"'
352else
353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false
355fi
356
357if test -x / >/dev/null 2>&1; then
358 as_test_x='test -x'
359else
360 if ls -dL / >/dev/null 2>&1; then
361 as_ls_L_option=L
362 else
363 as_ls_L_option=
364 fi
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
376 '
377fi
378as_executable_p=$as_test_x
379
380# Sed expression to map a string onto a valid CPP name.
381as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
382
383# Sed expression to map a string onto a valid variable name.
384as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
385
386
387exec 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.
394ac_log="
395This file was extended by $as_me, which was
396generated by GNU Autoconf 2.68. Invocation command line was
397
398 CONFIG_FILES = $CONFIG_FILES
399 CONFIG_HEADERS = $CONFIG_HEADERS
400 CONFIG_LINKS = $CONFIG_LINKS
401 CONFIG_COMMANDS = $CONFIG_COMMANDS
402 $ $0 $@
403
404on `(hostname || uname -n) 2>/dev/null | sed 1q`
405"
406
407# Files that config.status was made for.
408config_files=" Makefile m4/Makefile src/Makefile src/ccrtp/Makefile doc/Makefile demo/Makefile phone/Makefile w32/Makefile ccrtp.spec libccrtp.spec ccrtp.list libccrtp1.pc src/ccrtp/crypto/Makefile"
409config_headers=" src/config.h"
410config_commands=" libtool depfiles"
411
412ac_cs_usage="\
413\`$as_me' instantiates files and other configuration actions
414from templates according to the current configuration. Unless the files
415and actions are specified as TAGs, all are instantiated by default.
416
417Usage: $0 [OPTION]... [TAG]...
418
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
430
431Configuration files:
432$config_files
433
434Configuration headers:
435$config_headers
436
437Configuration commands:
438$config_commands
439
440Report bugs to the package provider."
441
442ac_cs_config="'--host=arm-linux-androideabi' '--with-sysroot=/home/evigier/android-14b-toolchain/sysroot' '--prefix=/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr' '--disable-srtp' 'host_alias=arm-linux-androideabi'"
443ac_cs_version="\
444config.status
445configured by ./configure, generated by GNU Autoconf 2.68,
446 with options \"$ac_cs_config\"
447
448Copyright (C) 2010 Free Software Foundation, Inc.
449This config.status script is free software; the Free Software Foundation
450gives unlimited permission to copy, distribute and modify it."
451
452ac_pwd='/home/evigier/git/ccrtp-1.8.0-android'
453srcdir='.'
454INSTALL='/usr/bin/install -c'
455MKDIR_P='/bin/mkdir -p'
456AWK='gawk'
457test -n "$AWK" || AWK=awk
458# The default lists apply if the user does not specify any file.
459ac_need_defaults=:
460while test $# != 0
461do
462 case $1 in
463 --*=?*)
464 ac_option=`expr "X$1" : 'X\([^=]*\)='`
465 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
466 ac_shift=:
467 ;;
468 --*=)
469 ac_option=`expr "X$1" : 'X\([^=]*\)='`
470 ac_optarg=
471 ac_shift=:
472 ;;
473 *)
474 ac_option=$1
475 ac_optarg=$2
476 ac_shift=shift
477 ;;
478 esac
479
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'
508Try \`$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=: ;;
514
515 # This is an error.
516 -*) as_fn_error $? "unrecognized option: \`$1'
517Try \`$0 --help' for more information." ;;
518
519 *) as_fn_append ac_config_targets " $1"
520 ac_need_defaults=false ;;
521
522 esac
523 shift
524done
525
526ac_configure_extra_args=
527
528if $ac_cs_silent; then
529 exec 6>/dev/null
530 ac_configure_extra_args="$ac_configure_extra_args --silent"
531fi
532
533if $ac_cs_recheck; then
534 set X '/bin/bash' './configure' '--host=arm-linux-androideabi' '--with-sysroot=/home/evigier/android-14b-toolchain/sysroot' '--prefix=/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr' '--disable-srtp' 'host_alias=arm-linux-androideabi' $ac_configure_extra_args --no-create --no-recursion
535 shift
536 $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
537 CONFIG_SHELL='/bin/bash'
538 export CONFIG_SHELL
539 exec "$@"
540fi
541
542exec 5>>config.log
543{
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
550
551#
552# INIT-COMMANDS
553#
554
555
556# The HP-UX ksh and POSIX shell print the target directory to stdout
557# if CDPATH is set.
558(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
559
560sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
561double_quote_subst='s/\(["`\\]\)/\\\1/g'
562delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
563macro_version='2.4'
564macro_revision='1.3293'
565enable_shared='yes'
566enable_static='yes'
567pic_mode='default'
568enable_fast_install='yes'
569SHELL='/bin/bash'
570ECHO='printf %s\n'
571host_alias='arm-linux-androideabi'
572host='arm-unknown-linux-androideabi'
573host_os='linux-androideabi'
574build_alias=''
575build='x86_64-unknown-linux-gnu'
576build_os='linux-gnu'
577SED='/bin/sed'
578Xsed='/bin/sed -e 1s/^X//'
579GREP='/bin/grep'
580EGREP='/bin/grep -E'
581FGREP='/bin/grep -F'
582LD='/home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld'
583NM='/home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B'
584LN_S='ln -s'
585max_cmd_len='1572864'
586ac_objext='o'
587exeext=''
588lt_unset='unset'
589lt_SP2NL='tr \040 \012'
590lt_NL2SP='tr \015\012 \040\040'
591lt_cv_to_host_file_cmd='func_convert_file_noop'
592lt_cv_to_tool_file_cmd='func_convert_file_noop'
593reload_flag=' -r'
594reload_cmds='$LD$reload_flag -o $output$reload_objs'
595OBJDUMP='arm-linux-androideabi-objdump'
596deplibs_check_method='pass_all'
597file_magic_cmd='$MAGIC_CMD'
598file_magic_glob=''
599want_nocaseglob='no'
600DLLTOOL='false'
601sharedlib_from_linklib_cmd='printf %s\n'
602AR='arm-linux-androideabi-ar'
603AR_FLAGS='cru'
604archiver_list_spec='@'
605STRIP='arm-linux-androideabi-strip'
606RANLIB='arm-linux-androideabi-ranlib'
607old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
608old_postuninstall_cmds=''
609old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
610lock_old_archive_extraction='no'
611CC='arm-linux-androideabi-gcc'
612CFLAGS='-g -O2'
613compiler='arm-linux-androideabi-g++'
614GCC='yes'
615lt_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'\'''
616lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
617lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
618lt_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'\'''
619nm_file_list_spec='@'
620lt_sysroot='/home/evigier/android-14b-toolchain/sysroot'
621objdir='.libs'
622MAGIC_CMD='file'
623lt_prog_compiler_no_builtin_flag=' -fno-builtin'
624lt_prog_compiler_pic=' -fPIC -DPIC'
625lt_prog_compiler_wl='-Wl,'
626lt_prog_compiler_static='-static'
627lt_cv_prog_compiler_c_o='yes'
628need_locks='no'
629MANIFEST_TOOL=':'
630DSYMUTIL=''
631NMEDIT=''
632LIPO=''
633OTOOL=''
634OTOOL64=''
635libext='a'
636shrext_cmds='.so'
637extract_expsyms_cmds=''
638archive_cmds_need_lc='no'
639enable_shared_with_static_runtimes='no'
640export_dynamic_flag_spec='${wl}--export-dynamic'
641whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
642compiler_needs_object='no'
643old_archive_from_new_cmds=''
644old_archive_from_expsyms_cmds=''
645archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
646archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
647 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
648 echo "local: *; };" >> $output_objdir/$libname.ver~
649 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
650module_cmds=''
651module_expsym_cmds=''
652with_gnu_ld='yes'
653allow_undefined_flag=''
654no_undefined_flag=''
655hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
656hardcode_libdir_flag_spec_ld=''
657hardcode_libdir_separator=''
658hardcode_direct='no'
659hardcode_direct_absolute='no'
660hardcode_minus_L='no'
661hardcode_shlibpath_var='unsupported'
662hardcode_automatic='no'
663inherit_rpath='no'
664link_all_deplibs='no'
665always_export_symbols='no'
666export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
667exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
668include_expsyms=''
669prelink_cmds=''
670postlink_cmds=''
671file_list_spec=''
672variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
673need_lib_prefix='no'
674need_version='no'
675version_type='linux'
676runpath_var='LD_RUN_PATH'
677shlibpath_var='LD_LIBRARY_PATH'
678shlibpath_overrides_runpath='no'
679libname_spec='lib$name'
680library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
681soname_spec='${libname}${release}${shared_ext}$major'
682install_override_mode=''
683postinstall_cmds=''
684postuninstall_cmds=''
685finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
686finish_eval=''
687hardcode_into_libs='yes'
688sys_lib_search_path_spec='/home/evigier/android-14b-toolchain/lib/gcc/arm-linux-androideabi/4.6.x-google /home/evigier/android-14b-toolchain/lib/gcc /home/evigier/android-14b-toolchain/arm-linux-androideabi/lib /home/evigier/android-14b-toolchain/sysroot/usr/lib '
689sys_lib_dlsearch_path_spec='/lib /usr/lib /lib32 /usr/lib32 /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa '
690hardcode_action='immediate'
691enable_dlopen='unknown'
692enable_dlopen_self='unknown'
693enable_dlopen_self_static='unknown'
694old_striplib='arm-linux-androideabi-strip --strip-debug'
695striplib='arm-linux-androideabi-strip --strip-unneeded'
696compiler_lib_search_dirs=''
697predep_objects=''
698postdep_objects=''
699predeps=''
700postdeps=''
701compiler_lib_search_path=''
702LD_CXX='/home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld'
703reload_flag_CXX=' -r'
704reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
705old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
706compiler_CXX='arm-linux-androideabi-g++'
707GCC_CXX='yes'
708lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
709lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
710lt_prog_compiler_wl_CXX='-Wl,'
711lt_prog_compiler_static_CXX='-static'
712lt_cv_prog_compiler_c_o_CXX='yes'
713archive_cmds_need_lc_CXX='no'
714enable_shared_with_static_runtimes_CXX='no'
715export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
716whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
717compiler_needs_object_CXX='no'
718old_archive_from_new_cmds_CXX=''
719old_archive_from_expsyms_cmds_CXX=''
720archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
721archive_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'
722module_cmds_CXX=''
723module_expsym_cmds_CXX=''
724with_gnu_ld_CXX='yes'
725allow_undefined_flag_CXX=''
726no_undefined_flag_CXX=''
727hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
728hardcode_libdir_flag_spec_ld_CXX=''
729hardcode_libdir_separator_CXX=''
730hardcode_direct_CXX='no'
731hardcode_direct_absolute_CXX='no'
732hardcode_minus_L_CXX='no'
733hardcode_shlibpath_var_CXX='unsupported'
734hardcode_automatic_CXX='no'
735inherit_rpath_CXX='no'
736link_all_deplibs_CXX='no'
737always_export_symbols_CXX='no'
738export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
739exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
740include_expsyms_CXX=''
741prelink_cmds_CXX=''
742postlink_cmds_CXX=''
743file_list_spec_CXX=''
744hardcode_action_CXX='immediate'
745compiler_lib_search_dirs_CXX='/home/evigier/android-14b-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google /home/evigier/android-14b-toolchain/bin/../lib/gcc /home/evigier/android-14b-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/lib /home/evigier/android-14b-toolchain/bin/../sysroot/usr/lib'
746predep_objects_CXX='/home/evigier/android-14b-toolchain/bin/../sysroot/usr/lib/crtbegin_so.o'
747postdep_objects_CXX='/home/evigier/android-14b-toolchain/bin/../sysroot/usr/lib/crtend_so.o'
748predeps_CXX=''
749postdeps_CXX='-lstdc++ -lm -lgcc -lc -ldl -lgcc'
750compiler_lib_search_path_CXX='-L/home/evigier/android-14b-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google -L/home/evigier/android-14b-toolchain/bin/../lib/gcc -L/home/evigier/android-14b-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/lib -L/home/evigier/android-14b-toolchain/bin/../sysroot/usr/lib'
751
752LTCC='arm-linux-androideabi-gcc'
753LTCFLAGS='-g -O2'
754compiler='arm-linux-androideabi-gcc'
755
756# A function that is used when there is no print builtin or printf.
757func_fallback_echo ()
758{
759 eval 'cat <<_LTECHO_EOF
760$1
761_LTECHO_EOF'
762}
763
764# Quote evaled strings.
765for var in SHELL ECHO SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd 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_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
766 case `eval \\$ECHO \\""\\$$var"\\"` in
767 *[\\\`\"\$]*)
768 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
769 ;;
770 *)
771 eval "lt_$var=\\\"\$$var\\\""
772 ;;
773 esac
774done
775
776# Double-quote double-evaled strings.
777for 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
778 case `eval \\$ECHO \\""\\$$var"\\"` in
779 *[\\\`\"\$]*)
780 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
781 ;;
782 *)
783 eval "lt_$var=\\\"\$$var\\\""
784 ;;
785 esac
786done
787
788ac_aux_dir='autoconf'
789xsi_shell='yes'
790lt_shell_append='yes'
791
792# See if we are running on zsh, and set the options which allow our
793# commands through without removal of \ escapes INIT.
794if test -n "${ZSH_VERSION+set}" ; then
795 setopt NO_GLOB_SUBST
796fi
797
798
799 PACKAGE='ccrtp'
800 VERSION='1.8.0'
801 TIMESTAMP=''
802 RM='rm -f'
803 ofile='libtool'
804
805
806
807
808
809AMDEP_TRUE="" ac_aux_dir="autoconf"
810
811
812# Handling of arguments.
813for ac_config_target in $ac_config_targets
814do
815 case $ac_config_target in
816 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
817 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
818 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
819 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
820 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
821 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
822 "src/ccrtp/Makefile") CONFIG_FILES="$CONFIG_FILES src/ccrtp/Makefile" ;;
823 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
824 "demo/Makefile") CONFIG_FILES="$CONFIG_FILES demo/Makefile" ;;
825 "phone/Makefile") CONFIG_FILES="$CONFIG_FILES phone/Makefile" ;;
826 "w32/Makefile") CONFIG_FILES="$CONFIG_FILES w32/Makefile" ;;
827 "ccrtp.spec") CONFIG_FILES="$CONFIG_FILES ccrtp.spec" ;;
828 "libccrtp.spec") CONFIG_FILES="$CONFIG_FILES libccrtp.spec" ;;
829 "ccrtp.list") CONFIG_FILES="$CONFIG_FILES ccrtp.list" ;;
830 "libccrtp1.pc") CONFIG_FILES="$CONFIG_FILES libccrtp1.pc" ;;
831 "src/ccrtp/crypto/Makefile") CONFIG_FILES="$CONFIG_FILES src/ccrtp/crypto/Makefile" ;;
832
833 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
834 esac
835done
836
837
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.
842if $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
846fi
847
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 ||
855{
856 tmp= ac_tmp=
857 trap 'exit_status=$?
858 : "${ac_tmp:=$tmp}"
859 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
860' 0
861 trap 'as_fn_exit 1' 1 2 13 15
862}
863# Create a (secure) tmp directory for tmp files.
864
865{
866 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
867 test -d "$tmp"
868} ||
869{
870 tmp=./conf$$-$RANDOM
871 (umask 077 && mkdir "$tmp")
872} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
873ac_tmp=$tmp
874
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'.
878if test -n "$CONFIG_FILES"; then
879
880
881ac_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.
885if test "x$ac_cr" = x; then
886 eval ac_cr=\$\'\\r\'
887fi
888ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
889if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
890 ac_cs_awk_cr='\\r'
891else
892 ac_cs_awk_cr=$ac_cr
893fi
894
895echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
896cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
897S["am__EXEEXT_FALSE"]=""
898S["am__EXEEXT_TRUE"]="#"
899S["LTLIBOBJS"]=""
900S["LIBOBJS"]=""
901S["LIB_MAJOR"]="0"
902S["LIB_VERSION"]="1_8"
903S["DOXY_FALSE"]=""
904S["DOXY_TRUE"]="#"
905S["DOXYGEN"]="no"
906S["KDOC_DIR"]="$(top_srcdir)/doc"
907S["WARN_FLAGS"]="-fno-strict-aliasing -Wall -ansi -pedantic"
908S["GNULIBS"]="-L/usr/lib -pthread -lccgnu2 -ldl -lrt "
909S["COMMON_LIBS"]="-pthread -lccgnu2 -ldl -lrt "
910S["COMMON_CFLAGS"]="-D_GNU_SOURCE "
911S["PKG_CONFIG_LIBDIR"]=""
912S["PKG_CONFIG_PATH"]="/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/lib/pkgconfig:/usr/local/lib/pkgconfig"
913S["PKG_CONFIG"]="/usr/bin/pkg-config"
914S["FTPDIR"]=""
915S["MAINT"]="#"
916S["MAINTAINER_MODE_FALSE"]=""
917S["MAINTAINER_MODE_TRUE"]="#"
918S["LT_CCXX_VERSION"]="-version-info 0:0"
919S["LT_MINOR"]="0"
920S["LT_MAJOR"]="0"
921S["LT_SUBVER"]="0.0"
922S["LT_RELEASE"]="1.8"
923S["LIBGCRYPT_LIBS"]=""
924S["LIBGCRYPT_CFLAGS"]=""
925S["LIBGCRYPT_CONFIG"]=""
926S["SRTP_GCRYPT_FALSE"]=""
927S["SRTP_GCRYPT_TRUE"]="#"
928S["SRTP_OPENSSL_FALSE"]=""
929S["SRTP_OPENSSL_TRUE"]="#"
930S["am__fastdepCXX_FALSE"]=""
931S["am__fastdepCXX_TRUE"]="#"
932S["CXXDEPMODE"]="depmode=none"
933S["am__fastdepCC_FALSE"]=""
934S["am__fastdepCC_TRUE"]="#"
935S["CCDEPMODE"]="depmode=none"
936S["AMDEPBACKSLASH"]="\\"
937S["AMDEP_FALSE"]="#"
938S["AMDEP_TRUE"]=""
939S["am__quote"]=""
940S["am__include"]="include"
941S["DEPDIR"]=".deps"
942S["am__untar"]="${AMTAR} xf -"
943S["am__tar"]="${AMTAR} chof - \"$$tardir\""
944S["AMTAR"]="${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run tar"
945S["am__leading_dot"]="."
946S["SET_MAKE"]=""
947S["mkdir_p"]="/bin/mkdir -p"
948S["MKDIR_P"]="/bin/mkdir -p"
949S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
950S["install_sh"]="${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/install-sh"
951S["MAKEINFO"]="${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run makeinfo"
952S["AUTOHEADER"]="${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run autoheader"
953S["AUTOMAKE"]="${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run automake-1.11"
954S["AUTOCONF"]="${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run autoconf"
955S["ACLOCAL"]="${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run aclocal-1.11"
956S["VERSION"]="1.8.0"
957S["PACKAGE"]="ccrtp"
958S["CYGPATH_W"]="echo"
959S["am__isrc"]=""
960S["INSTALL_DATA"]="${INSTALL} -m 644"
961S["INSTALL_SCRIPT"]="${INSTALL}"
962S["INSTALL_PROGRAM"]="${INSTALL}"
963S["OTOOL64"]=""
964S["OTOOL"]=""
965S["LIPO"]=""
966S["NMEDIT"]=""
967S["DSYMUTIL"]=""
968S["MANIFEST_TOOL"]=":"
969S["AWK"]="gawk"
970S["RANLIB"]="arm-linux-androideabi-ranlib"
971S["STRIP"]="arm-linux-androideabi-strip"
972S["ac_ct_AR"]=""
973S["AR"]="arm-linux-androideabi-ar"
974S["DLLTOOL"]="false"
975S["OBJDUMP"]="arm-linux-androideabi-objdump"
976S["LN_S"]="ln -s"
977S["NM"]="/home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B"
978S["ac_ct_DUMPBIN"]=""
979S["DUMPBIN"]=""
980S["LD"]="/home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld"
981S["FGREP"]="/bin/grep -F"
982S["EGREP"]="/bin/grep -E"
983S["GREP"]="/bin/grep"
984S["SED"]="/bin/sed"
985S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
986S["CXXCPP"]="arm-linux-androideabi-g++ -E"
987S["ac_ct_CXX"]=""
988S["CXXFLAGS"]="-g -O2 -D_GNU_SOURCE "
989S["CXX"]="arm-linux-androideabi-g++"
990S["CPP"]="arm-linux-androideabi-gcc -E"
991S["OBJEXT"]="o"
992S["EXEEXT"]=""
993S["ac_ct_CC"]=""
994S["CPPFLAGS"]=""
995S["LDFLAGS"]=""
996S["CFLAGS"]="-g -O2"
997S["CC"]="arm-linux-androideabi-gcc"
998S["target_os"]="linux-androideabi"
999S["target_vendor"]="unknown"
1000S["target_cpu"]="arm"
1001S["target"]="arm-unknown-linux-androideabi"
1002S["host_os"]="linux-androideabi"
1003S["host_vendor"]="unknown"
1004S["host_cpu"]="arm"
1005S["host"]="arm-unknown-linux-androideabi"
1006S["build_os"]="linux-gnu"
1007S["build_vendor"]="unknown"
1008S["build_cpu"]="x86_64"
1009S["build"]="x86_64-unknown-linux-gnu"
1010S["target_alias"]=""
1011S["host_alias"]="arm-linux-androideabi"
1012S["build_alias"]=""
1013S["LIBS"]=""
1014S["ECHO_T"]=""
1015S["ECHO_N"]="-n"
1016S["ECHO_C"]=""
1017S["DEFS"]="-DHAVE_CONFIG_H"
1018S["mandir"]="${datarootdir}/man"
1019S["localedir"]="${datarootdir}/locale"
1020S["libdir"]="${exec_prefix}/lib"
1021S["psdir"]="${docdir}"
1022S["pdfdir"]="${docdir}"
1023S["dvidir"]="${docdir}"
1024S["htmldir"]="${docdir}"
1025S["infodir"]="${datarootdir}/info"
1026S["docdir"]="${datarootdir}/doc/${PACKAGE}"
1027S["oldincludedir"]="/usr/include"
1028S["includedir"]="${prefix}/include"
1029S["localstatedir"]="${prefix}/var"
1030S["sharedstatedir"]="${prefix}/com"
1031S["sysconfdir"]="${prefix}/etc"
1032S["datadir"]="${datarootdir}"
1033S["datarootdir"]="${prefix}/share"
1034S["libexecdir"]="${exec_prefix}/libexec"
1035S["sbindir"]="${exec_prefix}/sbin"
1036S["bindir"]="${exec_prefix}/bin"
1037S["program_transform_name"]="s,x,x,"
1038S["prefix"]="/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr"
1039S["exec_prefix"]="${prefix}"
1040S["PACKAGE_URL"]=""
1041S["PACKAGE_BUGREPORT"]=""
1042S["PACKAGE_STRING"]=""
1043S["PACKAGE_VERSION"]=""
1044S["PACKAGE_TARNAME"]=""
1045S["PACKAGE_NAME"]=""
1046S["PATH_SEPARATOR"]=":"
1047S["SHELL"]="/bin/bash"
1048_ACAWK
1049cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1050 for (key in S) S_is_set[key] = 1
1051 FS = ""
1052
1053}
1054{
1055 line = $ 0
1056 nfields = split(line, field, "@")
1057 substed = 0
1058 len = length(field[1])
1059 for (i = 2; i < nfields; i++) {
1060 key = field[i]
1061 keylen = length(key)
1062 if (S_is_set[key]) {
1063 value = S[key]
1064 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1065 len += length(value) + length(field[++i])
1066 substed = 1
1067 } else
1068 len += 1 + keylen
1069 }
1070
1071 print line
1072}
1073
1074_ACAWK
1075if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1076 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1077else
1078 cat
1079fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1080 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1081fi # test -n "$CONFIG_FILES"
1082
1083# Set up the scripts for CONFIG_HEADERS section.
1084# No need to generate them if there are no CONFIG_HEADERS.
1085# This happens for instance with `./config.status Makefile'.
1086if test -n "$CONFIG_HEADERS"; then
1087cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1088BEGIN {
1089D["PACKAGE_NAME"]=" \"\""
1090D["PACKAGE_TARNAME"]=" \"\""
1091D["PACKAGE_VERSION"]=" \"\""
1092D["PACKAGE_STRING"]=" \"\""
1093D["PACKAGE_BUGREPORT"]=" \"\""
1094D["PACKAGE_URL"]=" \"\""
1095D["STDC_HEADERS"]=" 1"
1096D["HAVE_SYS_TYPES_H"]=" 1"
1097D["HAVE_SYS_STAT_H"]=" 1"
1098D["HAVE_STDLIB_H"]=" 1"
1099D["HAVE_STRING_H"]=" 1"
1100D["HAVE_MEMORY_H"]=" 1"
1101D["HAVE_STRINGS_H"]=" 1"
1102D["HAVE_INTTYPES_H"]=" 1"
1103D["HAVE_STDINT_H"]=" 1"
1104D["HAVE_UNISTD_H"]=" 1"
1105D["HAVE_DLFCN_H"]=" 1"
1106D["LT_OBJDIR"]=" \".libs/\""
1107D["PACKAGE"]=" \"ccrtp\""
1108D["VERSION"]=" \"1.8.0\""
1109D["restrict"]=" __restrict"
1110 for (key in D) D_is_set[key] = 1
1111 FS = ""
1112}
1113/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1114 line = $ 0
1115 split(line, arg, " ")
1116 if (arg[1] == "#") {
1117 defundef = arg[2]
1118 mac1 = arg[3]
1119 } else {
1120 defundef = substr(arg[1], 2)
1121 mac1 = arg[2]
1122 }
1123 split(mac1, mac2, "(") #)
1124 macro = mac2[1]
1125 prefix = substr(line, 1, index(line, defundef) - 1)
1126 if (D_is_set[macro]) {
1127 # Preserve the white space surrounding the "#".
1128 print prefix "define", macro P[macro] D[macro]
1129 next
1130 } else {
1131 # Replace #undef with comments. This is necessary, for example,
1132 # in the case of _POSIX_SOURCE, which is predefined and required
1133 # on some systems where configure will not decide to define it.
1134 if (defundef == "undef") {
1135 print "/*", prefix defundef, macro, "*/"
1136 next
1137 }
1138 }
1139}
1140{ print }
1141_ACAWK
1142 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1143fi # test -n "$CONFIG_HEADERS"
1144
1145
1146eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1147shift
1148for ac_tag
1149do
1150 case $ac_tag in
1151 :[FHLC]) ac_mode=$ac_tag; continue;;
1152 esac
1153 case $ac_mode$ac_tag in
1154 :[FHL]*:*);;
1155 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1156 :[FH]-) ac_tag=-:-;;
1157 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1158 esac
1159 ac_save_IFS=$IFS
1160 IFS=:
1161 set x $ac_tag
1162 IFS=$ac_save_IFS
1163 shift
1164 ac_file=$1
1165 shift
1166
1167 case $ac_mode in
1168 :L) ac_source=$1;;
1169 :[FH])
1170 ac_file_inputs=
1171 for ac_f
1172 do
1173 case $ac_f in
1174 -) ac_f="$ac_tmp/stdin";;
1175 *) # Look for the file first in the build tree, then in the source tree
1176 # (if the path is not absolute). The absolute path cannot be DOS-style,
1177 # because $ac_f cannot contain `:'.
1178 test -f "$ac_f" ||
1179 case $ac_f in
1180 [\\/$]*) false;;
1181 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1182 esac ||
1183 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1184 esac
1185 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1186 as_fn_append ac_file_inputs " '$ac_f'"
1187 done
1188
1189 # Let's still pretend it is `configure' which instantiates (i.e., don't
1190 # use $as_me), people would be surprised to read:
1191 # /* config.h. Generated by config.status. */
1192 configure_input='Generated from '`
1193 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1194 `' by configure.'
1195 if test x"$ac_file" != x-; then
1196 configure_input="$ac_file. $configure_input"
1197 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1198$as_echo "$as_me: creating $ac_file" >&6;}
1199 fi
1200 # Neutralize special characters interpreted by sed in replacement strings.
1201 case $configure_input in #(
1202 *\&* | *\|* | *\\* )
1203 ac_sed_conf_input=`$as_echo "$configure_input" |
1204 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1205 *) ac_sed_conf_input=$configure_input;;
1206 esac
1207
1208 case $ac_tag in
1209 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1210 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1211 esac
1212 ;;
1213 esac
1214
1215 ac_dir=`$as_dirname -- "$ac_file" ||
1216$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1217 X"$ac_file" : 'X\(//\)[^/]' \| \
1218 X"$ac_file" : 'X\(//\)$' \| \
1219 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1220$as_echo X"$ac_file" |
1221 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1222 s//\1/
1223 q
1224 }
1225 /^X\(\/\/\)[^/].*/{
1226 s//\1/
1227 q
1228 }
1229 /^X\(\/\/\)$/{
1230 s//\1/
1231 q
1232 }
1233 /^X\(\/\).*/{
1234 s//\1/
1235 q
1236 }
1237 s/.*/./; q'`
1238 as_dir="$ac_dir"; as_fn_mkdir_p
1239 ac_builddir=.
1240
1241case "$ac_dir" in
1242.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1243*)
1244 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1245 # A ".." for each directory in $ac_dir_suffix.
1246 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1247 case $ac_top_builddir_sub in
1248 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1249 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1250 esac ;;
1251esac
1252ac_abs_top_builddir=$ac_pwd
1253ac_abs_builddir=$ac_pwd$ac_dir_suffix
1254# for backward compatibility:
1255ac_top_builddir=$ac_top_build_prefix
1256
1257case $srcdir in
1258 .) # We are building in place.
1259 ac_srcdir=.
1260 ac_top_srcdir=$ac_top_builddir_sub
1261 ac_abs_top_srcdir=$ac_pwd ;;
1262 [\\/]* | ?:[\\/]* ) # Absolute name.
1263 ac_srcdir=$srcdir$ac_dir_suffix;
1264 ac_top_srcdir=$srcdir
1265 ac_abs_top_srcdir=$srcdir ;;
1266 *) # Relative name.
1267 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1268 ac_top_srcdir=$ac_top_build_prefix$srcdir
1269 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1270esac
1271ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1272
1273
1274 case $ac_mode in
1275 :F)
1276 #
1277 # CONFIG_FILE
1278 #
1279
1280 case $INSTALL in
1281 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1282 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1283 esac
1284 ac_MKDIR_P=$MKDIR_P
1285 case $MKDIR_P in
1286 [\\/$]* | ?:[\\/]* ) ;;
1287 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1288 esac
1289# If the template does not know about datarootdir, expand it.
1290# FIXME: This hack should be removed a few years after 2.60.
1291ac_datarootdir_hack=; ac_datarootdir_seen=
1292ac_sed_dataroot='
1293/datarootdir/ {
1294 p
1295 q
1296}
1297/@datadir@/p
1298/@docdir@/p
1299/@infodir@/p
1300/@localedir@/p
1301/@mandir@/p'
1302case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1303*datarootdir*) ac_datarootdir_seen=yes;;
1304*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1305 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1306$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1307 ac_datarootdir_hack='
1308 s&@datadir@&${datarootdir}&g
1309 s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1310 s&@infodir@&${datarootdir}/info&g
1311 s&@localedir@&${datarootdir}/locale&g
1312 s&@mandir@&${datarootdir}/man&g
1313 s&\${datarootdir}&${prefix}/share&g' ;;
1314esac
1315ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1316h
1317s///
1318s/^/:/
1319s/[ ]*$/:/
1320s/:\$(srcdir):/:/g
1321s/:\${srcdir}:/:/g
1322s/:@srcdir@:/:/g
1323s/^:*//
1324s/:*$//
1325x
1326s/\(=[ ]*\).*/\1/
1327G
1328s/\n//
1329s/^[^=]*=[ ]*$//
1330}
1331
1332:t
1333/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1334s|@configure_input@|$ac_sed_conf_input|;t t
1335s&@top_builddir@&$ac_top_builddir_sub&;t t
1336s&@top_build_prefix@&$ac_top_build_prefix&;t t
1337s&@srcdir@&$ac_srcdir&;t t
1338s&@abs_srcdir@&$ac_abs_srcdir&;t t
1339s&@top_srcdir@&$ac_top_srcdir&;t t
1340s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1341s&@builddir@&$ac_builddir&;t t
1342s&@abs_builddir@&$ac_abs_builddir&;t t
1343s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1344s&@INSTALL@&$ac_INSTALL&;t t
1345s&@MKDIR_P@&$ac_MKDIR_P&;t t
1346$ac_datarootdir_hack
1347"
1348eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1349 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1350
1351test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1352 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1353 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1354 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1355 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1356which seems to be undefined. Please make sure it is defined" >&5
1357$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1358which seems to be undefined. Please make sure it is defined" >&2;}
1359
1360 rm -f "$ac_tmp/stdin"
1361 case $ac_file in
1362 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1363 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1364 esac \
1365 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1366 ;;
1367 :H)
1368 #
1369 # CONFIG_HEADER
1370 #
1371 if test x"$ac_file" != x-; then
1372 {
1373 $as_echo "/* $configure_input */" \
1374 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1375 } >"$ac_tmp/config.h" \
1376 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1377 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1378 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1379$as_echo "$as_me: $ac_file is unchanged" >&6;}
1380 else
1381 rm -f "$ac_file"
1382 mv "$ac_tmp/config.h" "$ac_file" \
1383 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1384 fi
1385 else
1386 $as_echo "/* $configure_input */" \
1387 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1388 || as_fn_error $? "could not create -" "$LINENO" 5
1389 fi
1390# Compute "$ac_file"'s index in $config_headers.
1391_am_arg="$ac_file"
1392_am_stamp_count=1
1393for _am_header in $config_headers :; do
1394 case $_am_header in
1395 $_am_arg | $_am_arg:* )
1396 break ;;
1397 * )
1398 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1399 esac
1400done
1401echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1402$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1403 X"$_am_arg" : 'X\(//\)[^/]' \| \
1404 X"$_am_arg" : 'X\(//\)$' \| \
1405 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1406$as_echo X"$_am_arg" |
1407 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1408 s//\1/
1409 q
1410 }
1411 /^X\(\/\/\)[^/].*/{
1412 s//\1/
1413 q
1414 }
1415 /^X\(\/\/\)$/{
1416 s//\1/
1417 q
1418 }
1419 /^X\(\/\).*/{
1420 s//\1/
1421 q
1422 }
1423 s/.*/./; q'`/stamp-h$_am_stamp_count
1424 ;;
1425
1426 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1427$as_echo "$as_me: executing $ac_file commands" >&6;}
1428 ;;
1429 esac
1430
1431
1432 case $ac_file$ac_mode in
1433 "libtool":C)
1434
1435 # See if we are running on zsh, and set the options which allow our
1436 # commands through without removal of \ escapes.
1437 if test -n "${ZSH_VERSION+set}" ; then
1438 setopt NO_GLOB_SUBST
1439 fi
1440
1441 cfgfile="${ofile}T"
1442 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1443 $RM "$cfgfile"
1444
1445 cat <<_LT_EOF >> "$cfgfile"
1446#! $SHELL
1447
1448# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1449# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1450# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1451# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1452#
1453# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1454# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1455# Inc.
1456# Written by Gordon Matzigkeit, 1996
1457#
1458# This file is part of GNU Libtool.
1459#
1460# GNU Libtool is free software; you can redistribute it and/or
1461# modify it under the terms of the GNU General Public License as
1462# published by the Free Software Foundation; either version 2 of
1463# the License, or (at your option) any later version.
1464#
1465# As a special exception to the GNU General Public License,
1466# if you distribute this file as part of a program or library that
1467# is built using GNU Libtool, you may include this file under the
1468# same distribution terms that you use for the rest of that program.
1469#
1470# GNU Libtool is distributed in the hope that it will be useful,
1471# but WITHOUT ANY WARRANTY; without even the implied warranty of
1472# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1473# GNU General Public License for more details.
1474#
1475# You should have received a copy of the GNU General Public License
1476# along with GNU Libtool; see the file COPYING. If not, a copy
1477# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1478# obtained by writing to the Free Software Foundation, Inc.,
1479# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1480
1481
1482# The names of the tagged configurations supported by this script.
1483available_tags="CXX "
1484
1485# ### BEGIN LIBTOOL CONFIG
1486
1487# Which release of libtool.m4 was used?
1488macro_version=$macro_version
1489macro_revision=$macro_revision
1490
1491# Whether or not to build shared libraries.
1492build_libtool_libs=$enable_shared
1493
1494# Whether or not to build static libraries.
1495build_old_libs=$enable_static
1496
1497# What type of objects to build.
1498pic_mode=$pic_mode
1499
1500# Whether or not to optimize for fast installation.
1501fast_install=$enable_fast_install
1502
1503# Shell to use when invoking shell scripts.
1504SHELL=$lt_SHELL
1505
1506# An echo program that protects backslashes.
1507ECHO=$lt_ECHO
1508
1509# The host system.
1510host_alias=$host_alias
1511host=$host
1512host_os=$host_os
1513
1514# The build system.
1515build_alias=$build_alias
1516build=$build
1517build_os=$build_os
1518
1519# A sed program that does not truncate output.
1520SED=$lt_SED
1521
1522# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1523Xsed="\$SED -e 1s/^X//"
1524
1525# A grep program that handles long lines.
1526GREP=$lt_GREP
1527
1528# An ERE matcher.
1529EGREP=$lt_EGREP
1530
1531# A literal string matcher.
1532FGREP=$lt_FGREP
1533
1534# A BSD- or MS-compatible name lister.
1535NM=$lt_NM
1536
1537# Whether we need soft or hard links.
1538LN_S=$lt_LN_S
1539
1540# What is the maximum length of a command?
1541max_cmd_len=$max_cmd_len
1542
1543# Object file suffix (normally "o").
1544objext=$ac_objext
1545
1546# Executable file suffix (normally "").
1547exeext=$exeext
1548
1549# whether the shell understands "unset".
1550lt_unset=$lt_unset
1551
1552# turn spaces into newlines.
1553SP2NL=$lt_lt_SP2NL
1554
1555# turn newlines into spaces.
1556NL2SP=$lt_lt_NL2SP
1557
1558# convert \$build file names to \$host format.
1559to_host_file_cmd=$lt_cv_to_host_file_cmd
1560
1561# convert \$build files to toolchain format.
1562to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1563
1564# An object symbol dumper.
1565OBJDUMP=$lt_OBJDUMP
1566
1567# Method to check whether dependent libraries are shared objects.
1568deplibs_check_method=$lt_deplibs_check_method
1569
1570# Command to use when deplibs_check_method = "file_magic".
1571file_magic_cmd=$lt_file_magic_cmd
1572
1573# How to find potential files when deplibs_check_method = "file_magic".
1574file_magic_glob=$lt_file_magic_glob
1575
1576# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1577want_nocaseglob=$lt_want_nocaseglob
1578
1579# DLL creation program.
1580DLLTOOL=$lt_DLLTOOL
1581
1582# Command to associate shared and link libraries.
1583sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1584
1585# The archiver.
1586AR=$lt_AR
1587
1588# Flags to create an archive.
1589AR_FLAGS=$lt_AR_FLAGS
1590
1591# How to feed a file listing to the archiver.
1592archiver_list_spec=$lt_archiver_list_spec
1593
1594# A symbol stripping program.
1595STRIP=$lt_STRIP
1596
1597# Commands used to install an old-style archive.
1598RANLIB=$lt_RANLIB
1599old_postinstall_cmds=$lt_old_postinstall_cmds
1600old_postuninstall_cmds=$lt_old_postuninstall_cmds
1601
1602# Whether to use a lock for old archive extraction.
1603lock_old_archive_extraction=$lock_old_archive_extraction
1604
1605# A C compiler.
1606LTCC=$lt_CC
1607
1608# LTCC compiler flags.
1609LTCFLAGS=$lt_CFLAGS
1610
1611# Take the output of nm and produce a listing of raw symbols and C names.
1612global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1613
1614# Transform the output of nm in a proper C declaration.
1615global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1616
1617# Transform the output of nm in a C name address pair.
1618global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1619
1620# Transform the output of nm in a C name address pair when lib prefix is needed.
1621global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1622
1623# Specify filename containing input files for \$NM.
1624nm_file_list_spec=$lt_nm_file_list_spec
1625
1626# The root where to search for dependent libraries,and in which our libraries should be installed.
1627lt_sysroot=$lt_sysroot
1628
1629# The name of the directory that contains temporary libtool files.
1630objdir=$objdir
1631
1632# Used to examine libraries when file_magic_cmd begins with "file".
1633MAGIC_CMD=$MAGIC_CMD
1634
1635# Must we lock files when doing compilation?
1636need_locks=$lt_need_locks
1637
1638# Manifest tool.
1639MANIFEST_TOOL=$lt_MANIFEST_TOOL
1640
1641# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1642DSYMUTIL=$lt_DSYMUTIL
1643
1644# Tool to change global to local symbols on Mac OS X.
1645NMEDIT=$lt_NMEDIT
1646
1647# Tool to manipulate fat objects and archives on Mac OS X.
1648LIPO=$lt_LIPO
1649
1650# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1651OTOOL=$lt_OTOOL
1652
1653# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1654OTOOL64=$lt_OTOOL64
1655
1656# Old archive suffix (normally "a").
1657libext=$libext
1658
1659# Shared library suffix (normally ".so").
1660shrext_cmds=$lt_shrext_cmds
1661
1662# The commands to extract the exported symbol list from a shared archive.
1663extract_expsyms_cmds=$lt_extract_expsyms_cmds
1664
1665# Variables whose values should be saved in libtool wrapper scripts and
1666# restored at link time.
1667variables_saved_for_relink=$lt_variables_saved_for_relink
1668
1669# Do we need the "lib" prefix for modules?
1670need_lib_prefix=$need_lib_prefix
1671
1672# Do we need a version for libraries?
1673need_version=$need_version
1674
1675# Library versioning type.
1676version_type=$version_type
1677
1678# Shared library runtime path variable.
1679runpath_var=$runpath_var
1680
1681# Shared library path variable.
1682shlibpath_var=$shlibpath_var
1683
1684# Is shlibpath searched before the hard-coded library search path?
1685shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1686
1687# Format of library name prefix.
1688libname_spec=$lt_libname_spec
1689
1690# List of archive names. First name is the real one, the rest are links.
1691# The last name is the one that the linker finds with -lNAME
1692library_names_spec=$lt_library_names_spec
1693
1694# The coded name of the library, if different from the real name.
1695soname_spec=$lt_soname_spec
1696
1697# Permission mode override for installation of shared libraries.
1698install_override_mode=$lt_install_override_mode
1699
1700# Command to use after installation of a shared archive.
1701postinstall_cmds=$lt_postinstall_cmds
1702
1703# Command to use after uninstallation of a shared archive.
1704postuninstall_cmds=$lt_postuninstall_cmds
1705
1706# Commands used to finish a libtool library installation in a directory.
1707finish_cmds=$lt_finish_cmds
1708
1709# As "finish_cmds", except a single script fragment to be evaled but
1710# not shown.
1711finish_eval=$lt_finish_eval
1712
1713# Whether we should hardcode library paths into libraries.
1714hardcode_into_libs=$hardcode_into_libs
1715
1716# Compile-time system search path for libraries.
1717sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1718
1719# Run-time system search path for libraries.
1720sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1721
1722# Whether dlopen is supported.
1723dlopen_support=$enable_dlopen
1724
1725# Whether dlopen of programs is supported.
1726dlopen_self=$enable_dlopen_self
1727
1728# Whether dlopen of statically linked programs is supported.
1729dlopen_self_static=$enable_dlopen_self_static
1730
1731# Commands to strip libraries.
1732old_striplib=$lt_old_striplib
1733striplib=$lt_striplib
1734
1735
1736# The linker used to build libraries.
1737LD=$lt_LD
1738
1739# How to create reloadable object files.
1740reload_flag=$lt_reload_flag
1741reload_cmds=$lt_reload_cmds
1742
1743# Commands used to build an old-style archive.
1744old_archive_cmds=$lt_old_archive_cmds
1745
1746# A language specific compiler.
1747CC=$lt_compiler
1748
1749# Is the compiler the GNU compiler?
1750with_gcc=$GCC
1751
1752# Compiler flag to turn off builtin functions.
1753no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1754
1755# Additional compiler flags for building library objects.
1756pic_flag=$lt_lt_prog_compiler_pic
1757
1758# How to pass a linker flag through the compiler.
1759wl=$lt_lt_prog_compiler_wl
1760
1761# Compiler flag to prevent dynamic linking.
1762link_static_flag=$lt_lt_prog_compiler_static
1763
1764# Does compiler simultaneously support -c and -o options?
1765compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1766
1767# Whether or not to add -lc for building shared libraries.
1768build_libtool_need_lc=$archive_cmds_need_lc
1769
1770# Whether or not to disallow shared libs when runtime libs are static.
1771allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1772
1773# Compiler flag to allow reflexive dlopens.
1774export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1775
1776# Compiler flag to generate shared objects directly from archives.
1777whole_archive_flag_spec=$lt_whole_archive_flag_spec
1778
1779# Whether the compiler copes with passing no objects directly.
1780compiler_needs_object=$lt_compiler_needs_object
1781
1782# Create an old-style archive from a shared archive.
1783old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1784
1785# Create a temporary old-style archive to link instead of a shared archive.
1786old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1787
1788# Commands used to build a shared archive.
1789archive_cmds=$lt_archive_cmds
1790archive_expsym_cmds=$lt_archive_expsym_cmds
1791
1792# Commands used to build a loadable module if different from building
1793# a shared archive.
1794module_cmds=$lt_module_cmds
1795module_expsym_cmds=$lt_module_expsym_cmds
1796
1797# Whether we are building with GNU ld or not.
1798with_gnu_ld=$lt_with_gnu_ld
1799
1800# Flag that allows shared libraries with undefined symbols to be built.
1801allow_undefined_flag=$lt_allow_undefined_flag
1802
1803# Flag that enforces no undefined symbols.
1804no_undefined_flag=$lt_no_undefined_flag
1805
1806# Flag to hardcode \$libdir into a binary during linking.
1807# This must work even if \$libdir does not exist
1808hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1809
1810# If ld is used when linking, flag to hardcode \$libdir into a binary
1811# during linking. This must work even if \$libdir does not exist.
1812hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1813
1814# Whether we need a single "-rpath" flag with a separated argument.
1815hardcode_libdir_separator=$lt_hardcode_libdir_separator
1816
1817# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1818# DIR into the resulting binary.
1819hardcode_direct=$hardcode_direct
1820
1821# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1822# DIR into the resulting binary and the resulting library dependency is
1823# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1824# library is relocated.
1825hardcode_direct_absolute=$hardcode_direct_absolute
1826
1827# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1828# into the resulting binary.
1829hardcode_minus_L=$hardcode_minus_L
1830
1831# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1832# into the resulting binary.
1833hardcode_shlibpath_var=$hardcode_shlibpath_var
1834
1835# Set to "yes" if building a shared library automatically hardcodes DIR
1836# into the library and all subsequent libraries and executables linked
1837# against it.
1838hardcode_automatic=$hardcode_automatic
1839
1840# Set to yes if linker adds runtime paths of dependent libraries
1841# to runtime path list.
1842inherit_rpath=$inherit_rpath
1843
1844# Whether libtool must link a program against all its dependency libraries.
1845link_all_deplibs=$link_all_deplibs
1846
1847# Set to "yes" if exported symbols are required.
1848always_export_symbols=$always_export_symbols
1849
1850# The commands to list exported symbols.
1851export_symbols_cmds=$lt_export_symbols_cmds
1852
1853# Symbols that should not be listed in the preloaded symbols.
1854exclude_expsyms=$lt_exclude_expsyms
1855
1856# Symbols that must always be exported.
1857include_expsyms=$lt_include_expsyms
1858
1859# Commands necessary for linking programs (against libraries) with templates.
1860prelink_cmds=$lt_prelink_cmds
1861
1862# Commands necessary for finishing linking programs.
1863postlink_cmds=$lt_postlink_cmds
1864
1865# Specify filename containing input files.
1866file_list_spec=$lt_file_list_spec
1867
1868# How to hardcode a shared library path into an executable.
1869hardcode_action=$hardcode_action
1870
1871# The directories searched by this compiler when creating a shared library.
1872compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
1873
1874# Dependencies to place before and after the objects being linked to
1875# create a shared library.
1876predep_objects=$lt_predep_objects
1877postdep_objects=$lt_postdep_objects
1878predeps=$lt_predeps
1879postdeps=$lt_postdeps
1880
1881# The library search path used internally by the compiler when linking
1882# a shared library.
1883compiler_lib_search_path=$lt_compiler_lib_search_path
1884
1885# ### END LIBTOOL CONFIG
1886
1887_LT_EOF
1888
1889 case $host_os in
1890 aix3*)
1891 cat <<\_LT_EOF >> "$cfgfile"
1892# AIX sometimes has problems with the GCC collect2 program. For some
1893# reason, if we set the COLLECT_NAMES environment variable, the problems
1894# vanish in a puff of smoke.
1895if test "X${COLLECT_NAMES+set}" != Xset; then
1896 COLLECT_NAMES=
1897 export COLLECT_NAMES
1898fi
1899_LT_EOF
1900 ;;
1901 esac
1902
1903
1904ltmain="$ac_aux_dir/ltmain.sh"
1905
1906
1907 # We use sed instead of cat because bash on DJGPP gets confused if
1908 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1909 # text mode, it properly converts lines to CR/LF. This bash problem
1910 # is reportedly fixed, but why not run on old versions too?
1911 sed '$q' "$ltmain" >> "$cfgfile" \
1912 || (rm -f "$cfgfile"; exit 1)
1913
1914 if test x"$xsi_shell" = xyes; then
1915 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1916func_dirname ()\
1917{\
1918\ case ${1} in\
1919\ */*) func_dirname_result="${1%/*}${2}" ;;\
1920\ * ) func_dirname_result="${3}" ;;\
1921\ esac\
1922} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
1923 && mv -f "$cfgfile.tmp" "$cfgfile" \
1924 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1925test 0 -eq $? || _lt_function_replace_fail=:
1926
1927
1928 sed -e '/^func_basename ()$/,/^} # func_basename /c\
1929func_basename ()\
1930{\
1931\ func_basename_result="${1##*/}"\
1932} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
1933 && mv -f "$cfgfile.tmp" "$cfgfile" \
1934 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1935test 0 -eq $? || _lt_function_replace_fail=:
1936
1937
1938 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1939func_dirname_and_basename ()\
1940{\
1941\ case ${1} in\
1942\ */*) func_dirname_result="${1%/*}${2}" ;;\
1943\ * ) func_dirname_result="${3}" ;;\
1944\ esac\
1945\ func_basename_result="${1##*/}"\
1946} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
1947 && mv -f "$cfgfile.tmp" "$cfgfile" \
1948 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1949test 0 -eq $? || _lt_function_replace_fail=:
1950
1951
1952 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
1953func_stripname ()\
1954{\
1955\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
1956\ # positional parameters, so assign one to ordinary parameter first.\
1957\ func_stripname_result=${3}\
1958\ func_stripname_result=${func_stripname_result#"${1}"}\
1959\ func_stripname_result=${func_stripname_result%"${2}"}\
1960} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
1961 && mv -f "$cfgfile.tmp" "$cfgfile" \
1962 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1963test 0 -eq $? || _lt_function_replace_fail=:
1964
1965
1966 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
1967func_split_long_opt ()\
1968{\
1969\ func_split_long_opt_name=${1%%=*}\
1970\ func_split_long_opt_arg=${1#*=}\
1971} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
1972 && mv -f "$cfgfile.tmp" "$cfgfile" \
1973 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1974test 0 -eq $? || _lt_function_replace_fail=:
1975
1976
1977 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
1978func_split_short_opt ()\
1979{\
1980\ func_split_short_opt_arg=${1#??}\
1981\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
1982} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
1983 && mv -f "$cfgfile.tmp" "$cfgfile" \
1984 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1985test 0 -eq $? || _lt_function_replace_fail=:
1986
1987
1988 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
1989func_lo2o ()\
1990{\
1991\ case ${1} in\
1992\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
1993\ *) func_lo2o_result=${1} ;;\
1994\ esac\
1995} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
1996 && mv -f "$cfgfile.tmp" "$cfgfile" \
1997 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1998test 0 -eq $? || _lt_function_replace_fail=:
1999
2000
2001 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2002func_xform ()\
2003{\
2004 func_xform_result=${1%.*}.lo\
2005} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2006 && mv -f "$cfgfile.tmp" "$cfgfile" \
2007 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2008test 0 -eq $? || _lt_function_replace_fail=:
2009
2010
2011 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2012func_arith ()\
2013{\
2014 func_arith_result=$(( $* ))\
2015} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2016 && mv -f "$cfgfile.tmp" "$cfgfile" \
2017 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2018test 0 -eq $? || _lt_function_replace_fail=:
2019
2020
2021 sed -e '/^func_len ()$/,/^} # func_len /c\
2022func_len ()\
2023{\
2024 func_len_result=${#1}\
2025} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2026 && mv -f "$cfgfile.tmp" "$cfgfile" \
2027 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2028test 0 -eq $? || _lt_function_replace_fail=:
2029
2030fi
2031
2032if test x"$lt_shell_append" = xyes; then
2033 sed -e '/^func_append ()$/,/^} # func_append /c\
2034func_append ()\
2035{\
2036 eval "${1}+=\\${2}"\
2037} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2038 && mv -f "$cfgfile.tmp" "$cfgfile" \
2039 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2040test 0 -eq $? || _lt_function_replace_fail=:
2041
2042
2043 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2044func_append_quoted ()\
2045{\
2046\ func_quote_for_eval "${2}"\
2047\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2048} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2049 && mv -f "$cfgfile.tmp" "$cfgfile" \
2050 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2051test 0 -eq $? || _lt_function_replace_fail=:
2052
2053
2054 # Save a `func_append' function call where possible by direct use of '+='
2055 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2056 && mv -f "$cfgfile.tmp" "$cfgfile" \
2057 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2058 test 0 -eq $? || _lt_function_replace_fail=:
2059else
2060 # Save a `func_append' function call even when '+=' is not available
2061 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2062 && mv -f "$cfgfile.tmp" "$cfgfile" \
2063 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2064 test 0 -eq $? || _lt_function_replace_fail=:
2065fi
2066
2067if test x"$_lt_function_replace_fail" = x":"; then
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2069$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2070fi
2071
2072
2073 mv -f "$cfgfile" "$ofile" ||
2074 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2075 chmod +x "$ofile"
2076
2077
2078 cat <<_LT_EOF >> "$ofile"
2079
2080# ### BEGIN LIBTOOL TAG CONFIG: CXX
2081
2082# The linker used to build libraries.
2083LD=$lt_LD_CXX
2084
2085# How to create reloadable object files.
2086reload_flag=$lt_reload_flag_CXX
2087reload_cmds=$lt_reload_cmds_CXX
2088
2089# Commands used to build an old-style archive.
2090old_archive_cmds=$lt_old_archive_cmds_CXX
2091
2092# A language specific compiler.
2093CC=$lt_compiler_CXX
2094
2095# Is the compiler the GNU compiler?
2096with_gcc=$GCC_CXX
2097
2098# Compiler flag to turn off builtin functions.
2099no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2100
2101# Additional compiler flags for building library objects.
2102pic_flag=$lt_lt_prog_compiler_pic_CXX
2103
2104# How to pass a linker flag through the compiler.
2105wl=$lt_lt_prog_compiler_wl_CXX
2106
2107# Compiler flag to prevent dynamic linking.
2108link_static_flag=$lt_lt_prog_compiler_static_CXX
2109
2110# Does compiler simultaneously support -c and -o options?
2111compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2112
2113# Whether or not to add -lc for building shared libraries.
2114build_libtool_need_lc=$archive_cmds_need_lc_CXX
2115
2116# Whether or not to disallow shared libs when runtime libs are static.
2117allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2118
2119# Compiler flag to allow reflexive dlopens.
2120export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2121
2122# Compiler flag to generate shared objects directly from archives.
2123whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2124
2125# Whether the compiler copes with passing no objects directly.
2126compiler_needs_object=$lt_compiler_needs_object_CXX
2127
2128# Create an old-style archive from a shared archive.
2129old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2130
2131# Create a temporary old-style archive to link instead of a shared archive.
2132old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2133
2134# Commands used to build a shared archive.
2135archive_cmds=$lt_archive_cmds_CXX
2136archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2137
2138# Commands used to build a loadable module if different from building
2139# a shared archive.
2140module_cmds=$lt_module_cmds_CXX
2141module_expsym_cmds=$lt_module_expsym_cmds_CXX
2142
2143# Whether we are building with GNU ld or not.
2144with_gnu_ld=$lt_with_gnu_ld_CXX
2145
2146# Flag that allows shared libraries with undefined symbols to be built.
2147allow_undefined_flag=$lt_allow_undefined_flag_CXX
2148
2149# Flag that enforces no undefined symbols.
2150no_undefined_flag=$lt_no_undefined_flag_CXX
2151
2152# Flag to hardcode \$libdir into a binary during linking.
2153# This must work even if \$libdir does not exist
2154hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2155
2156# If ld is used when linking, flag to hardcode \$libdir into a binary
2157# during linking. This must work even if \$libdir does not exist.
2158hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2159
2160# Whether we need a single "-rpath" flag with a separated argument.
2161hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2162
2163# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2164# DIR into the resulting binary.
2165hardcode_direct=$hardcode_direct_CXX
2166
2167# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2168# DIR into the resulting binary and the resulting library dependency is
2169# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2170# library is relocated.
2171hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2172
2173# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2174# into the resulting binary.
2175hardcode_minus_L=$hardcode_minus_L_CXX
2176
2177# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2178# into the resulting binary.
2179hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2180
2181# Set to "yes" if building a shared library automatically hardcodes DIR
2182# into the library and all subsequent libraries and executables linked
2183# against it.
2184hardcode_automatic=$hardcode_automatic_CXX
2185
2186# Set to yes if linker adds runtime paths of dependent libraries
2187# to runtime path list.
2188inherit_rpath=$inherit_rpath_CXX
2189
2190# Whether libtool must link a program against all its dependency libraries.
2191link_all_deplibs=$link_all_deplibs_CXX
2192
2193# Set to "yes" if exported symbols are required.
2194always_export_symbols=$always_export_symbols_CXX
2195
2196# The commands to list exported symbols.
2197export_symbols_cmds=$lt_export_symbols_cmds_CXX
2198
2199# Symbols that should not be listed in the preloaded symbols.
2200exclude_expsyms=$lt_exclude_expsyms_CXX
2201
2202# Symbols that must always be exported.
2203include_expsyms=$lt_include_expsyms_CXX
2204
2205# Commands necessary for linking programs (against libraries) with templates.
2206prelink_cmds=$lt_prelink_cmds_CXX
2207
2208# Commands necessary for finishing linking programs.
2209postlink_cmds=$lt_postlink_cmds_CXX
2210
2211# Specify filename containing input files.
2212file_list_spec=$lt_file_list_spec_CXX
2213
2214# How to hardcode a shared library path into an executable.
2215hardcode_action=$hardcode_action_CXX
2216
2217# The directories searched by this compiler when creating a shared library.
2218compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2219
2220# Dependencies to place before and after the objects being linked to
2221# create a shared library.
2222predep_objects=$lt_predep_objects_CXX
2223postdep_objects=$lt_postdep_objects_CXX
2224predeps=$lt_predeps_CXX
2225postdeps=$lt_postdeps_CXX
2226
2227# The library search path used internally by the compiler when linking
2228# a shared library.
2229compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2230
2231# ### END LIBTOOL TAG CONFIG: CXX
2232_LT_EOF
2233
2234 ;;
2235 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
2236 # Autoconf 2.62 quotes --file arguments for eval, but not when files
2237 # are listed without --file. Let's play safe and only enable the eval
2238 # if we detect the quoting.
2239 case $CONFIG_FILES in
2240 *\'*) eval set x "$CONFIG_FILES" ;;
2241 *) set x $CONFIG_FILES ;;
2242 esac
2243 shift
2244 for mf
2245 do
2246 # Strip MF so we end up with the name of the file.
2247 mf=`echo "$mf" | sed -e 's/:.*$//'`
2248 # Check whether this is an Automake generated Makefile or not.
2249 # We used to match only the files named `Makefile.in', but
2250 # some people rename them; so instead we look at the file content.
2251 # Grep'ing the first line is not enough: some people post-process
2252 # each Makefile.in and add a new line on top of each file to say so.
2253 # Grep'ing the whole file is not good either: AIX grep has a line
2254 # limit of 2048, but all sed's we know have understand at least 4000.
2255 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
2256 dirpart=`$as_dirname -- "$mf" ||
2257$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2258 X"$mf" : 'X\(//\)[^/]' \| \
2259 X"$mf" : 'X\(//\)$' \| \
2260 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
2261$as_echo X"$mf" |
2262 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2263 s//\1/
2264 q
2265 }
2266 /^X\(\/\/\)[^/].*/{
2267 s//\1/
2268 q
2269 }
2270 /^X\(\/\/\)$/{
2271 s//\1/
2272 q
2273 }
2274 /^X\(\/\).*/{
2275 s//\1/
2276 q
2277 }
2278 s/.*/./; q'`
2279 else
2280 continue
2281 fi
2282 # Extract the definition of DEPDIR, am__include, and am__quote
2283 # from the Makefile without running `make'.
2284 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
2285 test -z "$DEPDIR" && continue
2286 am__include=`sed -n 's/^am__include = //p' < "$mf"`
2287 test -z "am__include" && continue
2288 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2289 # When using ansi2knr, U may be empty or an underscore; expand it
2290 U=`sed -n 's/^U = //p' < "$mf"`
2291 # Find all dependency output files, they are included files with
2292 # $(DEPDIR) in their names. We invoke sed twice because it is the
2293 # simplest approach to changing $(DEPDIR) to its actual value in the
2294 # expansion.
2295 for file in `sed -n "
2296 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2297 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
2298 # Make sure the directory exists.
2299 test -f "$dirpart/$file" && continue
2300 fdir=`$as_dirname -- "$file" ||
2301$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2302 X"$file" : 'X\(//\)[^/]' \| \
2303 X"$file" : 'X\(//\)$' \| \
2304 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
2305$as_echo X"$file" |
2306 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2307 s//\1/
2308 q
2309 }
2310 /^X\(\/\/\)[^/].*/{
2311 s//\1/
2312 q
2313 }
2314 /^X\(\/\/\)$/{
2315 s//\1/
2316 q
2317 }
2318 /^X\(\/\).*/{
2319 s//\1/
2320 q
2321 }
2322 s/.*/./; q'`
2323 as_dir=$dirpart/$fdir; as_fn_mkdir_p
2324 # echo "creating $dirpart/$file"
2325 echo '# dummy' > "$dirpart/$file"
2326 done
2327 done
2328}
2329 ;;
2330
2331 esac
2332done # for ac_tag
2333
2334
2335as_fn_exit 0