]> AND Private Git Repository - Cipher_code.git/blob - IDA_new/jerasure/config.status
Logo AND Algorithmique Numérique Distribuée

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