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