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