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