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