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