Annotation of freem/configure, revision 1.1

1.1     ! snw         1: #! /bin/sh
        !             2: # Guess values for system-dependent variables and create Makefiles.
        !             3: # Generated by GNU Autoconf 2.72 for freem cvs-current.
        !             4: #
        !             5: # Report bugs to <jpw@coherent-logic.com>.
        !             6: #
        !             7: #
        !             8: # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
        !             9: # Inc.
        !            10: #
        !            11: #
        !            12: # This configure script is free software; the Free Software Foundation
        !            13: # gives unlimited permission to copy, distribute and modify it.
        !            14: ## -------------------- ##
        !            15: ## M4sh Initialization. ##
        !            16: ## -------------------- ##
        !            17: 
        !            18: # Be more Bourne compatible
        !            19: DUALCASE=1; export DUALCASE # for MKS sh
        !            20: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
        !            21: then :
        !            22:   emulate sh
        !            23:   NULLCMD=:
        !            24:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
        !            25:   # is contrary to our usage.  Disable this feature.
        !            26:   alias -g '${1+"$@"}'='"$@"'
        !            27:   setopt NO_GLOB_SUBST
        !            28: else case e in #(
        !            29:   e) case `(set -o) 2>/dev/null` in #(
        !            30:   *posix*) :
        !            31:     set -o posix ;; #(
        !            32:   *) :
        !            33:      ;;
        !            34: esac ;;
        !            35: esac
        !            36: fi
        !            37: 
        !            38: 
        !            39: 
        !            40: # Reset variables that may have inherited troublesome values from
        !            41: # the environment.
        !            42: 
        !            43: # IFS needs to be set, to space, tab, and newline, in precisely that order.
        !            44: # (If _AS_PATH_WALK were called with IFS unset, it would have the
        !            45: # side effect of setting IFS to empty, thus disabling word splitting.)
        !            46: # Quoting is to prevent editors from complaining about space-tab.
        !            47: as_nl='
        !            48: '
        !            49: export as_nl
        !            50: IFS=" ""       $as_nl"
        !            51: 
        !            52: PS1='$ '
        !            53: PS2='> '
        !            54: PS4='+ '
        !            55: 
        !            56: # Ensure predictable behavior from utilities with locale-dependent output.
        !            57: LC_ALL=C
        !            58: export LC_ALL
        !            59: LANGUAGE=C
        !            60: export LANGUAGE
        !            61: 
        !            62: # We cannot yet rely on "unset" to work, but we need these variables
        !            63: # to be unset--not just set to an empty or harmless value--now, to
        !            64: # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
        !            65: # also avoids known problems related to "unset" and subshell syntax
        !            66: # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
        !            67: for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
        !            68: do eval test \${$as_var+y} \
        !            69:   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
        !            70: done
        !            71: 
        !            72: # Ensure that fds 0, 1, and 2 are open.
        !            73: if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
        !            74: if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
        !            75: if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
        !            76: 
        !            77: # The user is always right.
        !            78: if ${PATH_SEPARATOR+false} :; then
        !            79:   PATH_SEPARATOR=:
        !            80:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
        !            81:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
        !            82:       PATH_SEPARATOR=';'
        !            83:   }
        !            84: fi
        !            85: 
        !            86: 
        !            87: # Find who we are.  Look in the path if we contain no directory separator.
        !            88: as_myself=
        !            89: case $0 in #((
        !            90:   *[\\/]* ) as_myself=$0 ;;
        !            91:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !            92: for as_dir in $PATH
        !            93: do
        !            94:   IFS=$as_save_IFS
        !            95:   case $as_dir in #(((
        !            96:     '') as_dir=./ ;;
        !            97:     */) ;;
        !            98:     *) as_dir=$as_dir/ ;;
        !            99:   esac
        !           100:     test -r "$as_dir$0" && as_myself=$as_dir$0 && break
        !           101:   done
        !           102: IFS=$as_save_IFS
        !           103: 
        !           104:      ;;
        !           105: esac
        !           106: # We did not find ourselves, most probably we were run as 'sh COMMAND'
        !           107: # in which case we are not to be found in the path.
        !           108: if test "x$as_myself" = x; then
        !           109:   as_myself=$0
        !           110: fi
        !           111: if test ! -f "$as_myself"; then
        !           112:   printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
        !           113:   exit 1
        !           114: fi
        !           115: 
        !           116: 
        !           117: # Use a proper internal environment variable to ensure we don't fall
        !           118:   # into an infinite loop, continuously re-executing ourselves.
        !           119:   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
        !           120:     _as_can_reexec=no; export _as_can_reexec;
        !           121:     # We cannot yet assume a decent shell, so we have to provide a
        !           122: # neutralization value for shells without unset; and this also
        !           123: # works around shells that cannot unset nonexistent variables.
        !           124: # Preserve -v and -x to the replacement shell.
        !           125: BASH_ENV=/dev/null
        !           126: ENV=/dev/null
        !           127: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
        !           128: case $- in # ((((
        !           129:   *v*x* | *x*v* ) as_opts=-vx ;;
        !           130:   *v* ) as_opts=-v ;;
        !           131:   *x* ) as_opts=-x ;;
        !           132:   * ) as_opts= ;;
        !           133: esac
        !           134: exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
        !           135: # Admittedly, this is quite paranoid, since all the known shells bail
        !           136: # out after a failed 'exec'.
        !           137: printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
        !           138: exit 255
        !           139:   fi
        !           140:   # We don't want this to propagate to other subprocesses.
        !           141:           { _as_can_reexec=; unset _as_can_reexec;}
        !           142: if test "x$CONFIG_SHELL" = x; then
        !           143:   as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
        !           144: then :
        !           145:   emulate sh
        !           146:   NULLCMD=:
        !           147:   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
        !           148:   # is contrary to our usage.  Disable this feature.
        !           149:   alias -g '\${1+\"\$@\"}'='\"\$@\"'
        !           150:   setopt NO_GLOB_SUBST
        !           151: else case e in #(
        !           152:   e) case \`(set -o) 2>/dev/null\` in #(
        !           153:   *posix*) :
        !           154:     set -o posix ;; #(
        !           155:   *) :
        !           156:      ;;
        !           157: esac ;;
        !           158: esac
        !           159: fi
        !           160: "
        !           161:   as_required="as_fn_return () { (exit \$1); }
        !           162: as_fn_success () { as_fn_return 0; }
        !           163: as_fn_failure () { as_fn_return 1; }
        !           164: as_fn_ret_success () { return 0; }
        !           165: as_fn_ret_failure () { return 1; }
        !           166: 
        !           167: exitcode=0
        !           168: as_fn_success || { exitcode=1; echo as_fn_success failed.; }
        !           169: as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
        !           170: as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
        !           171: as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
        !           172: if ( set x; as_fn_ret_success y && test x = \"\$1\" )
        !           173: then :
        !           174: 
        !           175: else case e in #(
        !           176:   e) exitcode=1; echo positional parameters were not saved. ;;
        !           177: esac
        !           178: fi
        !           179: test x\$exitcode = x0 || exit 1
        !           180: blah=\$(echo \$(echo blah))
        !           181: test x\"\$blah\" = xblah || exit 1
        !           182: test -x / || exit 1"
        !           183:   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
        !           184:   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
        !           185:   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
        !           186:   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
        !           187: 
        !           188:   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
        !           189:     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
        !           190:     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
        !           191:     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
        !           192:     PATH=/empty FPATH=/empty; export PATH FPATH
        !           193:     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
        !           194:       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
        !           195: test \$(( 1 + 1 )) = 2 || exit 1"
        !           196:   if (eval "$as_required") 2>/dev/null
        !           197: then :
        !           198:   as_have_required=yes
        !           199: else case e in #(
        !           200:   e) as_have_required=no ;;
        !           201: esac
        !           202: fi
        !           203:   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
        !           204: then :
        !           205: 
        !           206: else case e in #(
        !           207:   e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !           208: as_found=false
        !           209: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
        !           210: do
        !           211:   IFS=$as_save_IFS
        !           212:   case $as_dir in #(((
        !           213:     '') as_dir=./ ;;
        !           214:     */) ;;
        !           215:     *) as_dir=$as_dir/ ;;
        !           216:   esac
        !           217:   as_found=:
        !           218:   case $as_dir in #(
        !           219:         /*)
        !           220:           for as_base in sh bash ksh sh5; do
        !           221:             # Try only shells that exist, to save several forks.
        !           222:             as_shell=$as_dir$as_base
        !           223:             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
        !           224:                    as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
        !           225: then :
        !           226:   CONFIG_SHELL=$as_shell as_have_required=yes
        !           227:                   if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
        !           228: then :
        !           229:   break 2
        !           230: fi
        !           231: fi
        !           232:           done;;
        !           233:        esac
        !           234:   as_found=false
        !           235: done
        !           236: IFS=$as_save_IFS
        !           237: if $as_found
        !           238: then :
        !           239: 
        !           240: else case e in #(
        !           241:   e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
        !           242:              as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
        !           243: then :
        !           244:   CONFIG_SHELL=$SHELL as_have_required=yes
        !           245: fi ;;
        !           246: esac
        !           247: fi
        !           248: 
        !           249: 
        !           250:       if test "x$CONFIG_SHELL" != x
        !           251: then :
        !           252:   export CONFIG_SHELL
        !           253:              # We cannot yet assume a decent shell, so we have to provide a
        !           254: # neutralization value for shells without unset; and this also
        !           255: # works around shells that cannot unset nonexistent variables.
        !           256: # Preserve -v and -x to the replacement shell.
        !           257: BASH_ENV=/dev/null
        !           258: ENV=/dev/null
        !           259: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
        !           260: case $- in # ((((
        !           261:   *v*x* | *x*v* ) as_opts=-vx ;;
        !           262:   *v* ) as_opts=-v ;;
        !           263:   *x* ) as_opts=-x ;;
        !           264:   * ) as_opts= ;;
        !           265: esac
        !           266: exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
        !           267: # Admittedly, this is quite paranoid, since all the known shells bail
        !           268: # out after a failed 'exec'.
        !           269: printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
        !           270: exit 255
        !           271: fi
        !           272: 
        !           273:     if test x$as_have_required = xno
        !           274: then :
        !           275:   printf "%s\n" "$0: This script requires a shell more modern than all"
        !           276:   printf "%s\n" "$0: the shells that I found on your system."
        !           277:   if test ${ZSH_VERSION+y} ; then
        !           278:     printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
        !           279:     printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
        !           280:   else
        !           281:     printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
        !           282: $0: jpw@coherent-logic.com about your system, including any
        !           283: $0: error possibly output before this message. Then install
        !           284: $0: a modern shell, or manually run the script under such a
        !           285: $0: shell if you do have one."
        !           286:   fi
        !           287:   exit 1
        !           288: fi ;;
        !           289: esac
        !           290: fi
        !           291: fi
        !           292: SHELL=${CONFIG_SHELL-/bin/sh}
        !           293: export SHELL
        !           294: # Unset more variables known to interfere with behavior of common tools.
        !           295: CLICOLOR_FORCE= GREP_OPTIONS=
        !           296: unset CLICOLOR_FORCE GREP_OPTIONS
        !           297: 
        !           298: ## --------------------- ##
        !           299: ## M4sh Shell Functions. ##
        !           300: ## --------------------- ##
        !           301: # as_fn_unset VAR
        !           302: # ---------------
        !           303: # Portably unset VAR.
        !           304: as_fn_unset ()
        !           305: {
        !           306:   { eval $1=; unset $1;}
        !           307: }
        !           308: as_unset=as_fn_unset
        !           309: 
        !           310: 
        !           311: # as_fn_set_status STATUS
        !           312: # -----------------------
        !           313: # Set $? to STATUS, without forking.
        !           314: as_fn_set_status ()
        !           315: {
        !           316:   return $1
        !           317: } # as_fn_set_status
        !           318: 
        !           319: # as_fn_exit STATUS
        !           320: # -----------------
        !           321: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
        !           322: as_fn_exit ()
        !           323: {
        !           324:   set +e
        !           325:   as_fn_set_status $1
        !           326:   exit $1
        !           327: } # as_fn_exit
        !           328: 
        !           329: # as_fn_mkdir_p
        !           330: # -------------
        !           331: # Create "$as_dir" as a directory, including parents if necessary.
        !           332: as_fn_mkdir_p ()
        !           333: {
        !           334: 
        !           335:   case $as_dir in #(
        !           336:   -*) as_dir=./$as_dir;;
        !           337:   esac
        !           338:   test -d "$as_dir" || eval $as_mkdir_p || {
        !           339:     as_dirs=
        !           340:     while :; do
        !           341:       case $as_dir in #(
        !           342:       *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
        !           343:       *) as_qdir=$as_dir;;
        !           344:       esac
        !           345:       as_dirs="'$as_qdir' $as_dirs"
        !           346:       as_dir=`$as_dirname -- "$as_dir" ||
        !           347: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !           348:         X"$as_dir" : 'X\(//\)[^/]' \| \
        !           349:         X"$as_dir" : 'X\(//\)$' \| \
        !           350:         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
        !           351: printf "%s\n" X"$as_dir" |
        !           352:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !           353:            s//\1/
        !           354:            q
        !           355:          }
        !           356:          /^X\(\/\/\)[^/].*/{
        !           357:            s//\1/
        !           358:            q
        !           359:          }
        !           360:          /^X\(\/\/\)$/{
        !           361:            s//\1/
        !           362:            q
        !           363:          }
        !           364:          /^X\(\/\).*/{
        !           365:            s//\1/
        !           366:            q
        !           367:          }
        !           368:          s/.*/./; q'`
        !           369:       test -d "$as_dir" && break
        !           370:     done
        !           371:     test -z "$as_dirs" || eval "mkdir $as_dirs"
        !           372:   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
        !           373: 
        !           374: 
        !           375: } # as_fn_mkdir_p
        !           376: 
        !           377: # as_fn_executable_p FILE
        !           378: # -----------------------
        !           379: # Test if FILE is an executable regular file.
        !           380: as_fn_executable_p ()
        !           381: {
        !           382:   test -f "$1" && test -x "$1"
        !           383: } # as_fn_executable_p
        !           384: # as_fn_append VAR VALUE
        !           385: # ----------------------
        !           386: # Append the text in VALUE to the end of the definition contained in VAR. Take
        !           387: # advantage of any shell optimizations that allow amortized linear growth over
        !           388: # repeated appends, instead of the typical quadratic growth present in naive
        !           389: # implementations.
        !           390: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
        !           391: then :
        !           392:   eval 'as_fn_append ()
        !           393:   {
        !           394:     eval $1+=\$2
        !           395:   }'
        !           396: else case e in #(
        !           397:   e) as_fn_append ()
        !           398:   {
        !           399:     eval $1=\$$1\$2
        !           400:   } ;;
        !           401: esac
        !           402: fi # as_fn_append
        !           403: 
        !           404: # as_fn_arith ARG...
        !           405: # ------------------
        !           406: # Perform arithmetic evaluation on the ARGs, and store the result in the
        !           407: # global $as_val. Take advantage of shells that can avoid forks. The arguments
        !           408: # must be portable across $(()) and expr.
        !           409: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
        !           410: then :
        !           411:   eval 'as_fn_arith ()
        !           412:   {
        !           413:     as_val=$(( $* ))
        !           414:   }'
        !           415: else case e in #(
        !           416:   e) as_fn_arith ()
        !           417:   {
        !           418:     as_val=`expr "$@" || test $? -eq 1`
        !           419:   } ;;
        !           420: esac
        !           421: fi # as_fn_arith
        !           422: 
        !           423: 
        !           424: # as_fn_error STATUS ERROR [LINENO LOG_FD]
        !           425: # ----------------------------------------
        !           426: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
        !           427: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
        !           428: # script with STATUS, using 1 if that was 0.
        !           429: as_fn_error ()
        !           430: {
        !           431:   as_status=$1; test $as_status -eq 0 && as_status=1
        !           432:   if test "$4"; then
        !           433:     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        !           434:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
        !           435:   fi
        !           436:   printf "%s\n" "$as_me: error: $2" >&2
        !           437:   as_fn_exit $as_status
        !           438: } # as_fn_error
        !           439: 
        !           440: if expr a : '\(a\)' >/dev/null 2>&1 &&
        !           441:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
        !           442:   as_expr=expr
        !           443: else
        !           444:   as_expr=false
        !           445: fi
        !           446: 
        !           447: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
        !           448:   as_basename=basename
        !           449: else
        !           450:   as_basename=false
        !           451: fi
        !           452: 
        !           453: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
        !           454:   as_dirname=dirname
        !           455: else
        !           456:   as_dirname=false
        !           457: fi
        !           458: 
        !           459: as_me=`$as_basename -- "$0" ||
        !           460: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
        !           461:         X"$0" : 'X\(//\)$' \| \
        !           462:         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
        !           463: printf "%s\n" X/"$0" |
        !           464:     sed '/^.*\/\([^/][^/]*\)\/*$/{
        !           465:            s//\1/
        !           466:            q
        !           467:          }
        !           468:          /^X\/\(\/\/\)$/{
        !           469:            s//\1/
        !           470:            q
        !           471:          }
        !           472:          /^X\/\(\/\).*/{
        !           473:            s//\1/
        !           474:            q
        !           475:          }
        !           476:          s/.*/./; q'`
        !           477: 
        !           478: # Avoid depending upon Character Ranges.
        !           479: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
        !           480: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
        !           481: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
        !           482: as_cr_digits='0123456789'
        !           483: as_cr_alnum=$as_cr_Letters$as_cr_digits
        !           484: 
        !           485: 
        !           486:   as_lineno_1=$LINENO as_lineno_1a=$LINENO
        !           487:   as_lineno_2=$LINENO as_lineno_2a=$LINENO
        !           488:   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
        !           489:   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
        !           490:   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
        !           491:   sed -n '
        !           492:     p
        !           493:     /[$]LINENO/=
        !           494:   ' <$as_myself |
        !           495:     sed '
        !           496:       t clear
        !           497:       :clear
        !           498:       s/[$]LINENO.*/&-/
        !           499:       t lineno
        !           500:       b
        !           501:       :lineno
        !           502:       N
        !           503:       :loop
        !           504:       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
        !           505:       t loop
        !           506:       s/-\n.*//
        !           507:     ' >$as_me.lineno &&
        !           508:   chmod +x "$as_me.lineno" ||
        !           509:     { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
        !           510: 
        !           511:   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
        !           512:   # already done that, so ensure we don't try to do so again and fall
        !           513:   # in an infinite loop.  This has already happened in practice.
        !           514:   _as_can_reexec=no; export _as_can_reexec
        !           515:   # Don't try to exec as it changes $[0], causing all sort of problems
        !           516:   # (the dirname of $[0] is not the place where we might find the
        !           517:   # original and so on.  Autoconf is especially sensitive to this).
        !           518:   . "./$as_me.lineno"
        !           519:   # Exit status is that of the last command.
        !           520:   exit
        !           521: }
        !           522: 
        !           523: 
        !           524: # Determine whether it's possible to make 'echo' print without a newline.
        !           525: # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
        !           526: # for compatibility with existing Makefiles.
        !           527: ECHO_C= ECHO_N= ECHO_T=
        !           528: case `echo -n x` in #(((((
        !           529: -n*)
        !           530:   case `echo 'xy\c'` in
        !           531:   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
        !           532:   xy)  ECHO_C='\c';;
        !           533:   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
        !           534:        ECHO_T='        ';;
        !           535:   esac;;
        !           536: *)
        !           537:   ECHO_N='-n';;
        !           538: esac
        !           539: 
        !           540: # For backward compatibility with old third-party macros, we provide
        !           541: # the shell variables $as_echo and $as_echo_n.  New code should use
        !           542: # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
        !           543: as_echo='printf %s\n'
        !           544: as_echo_n='printf %s'
        !           545: 
        !           546: rm -f conf$$ conf$$.exe conf$$.file
        !           547: if test -d conf$$.dir; then
        !           548:   rm -f conf$$.dir/conf$$.file
        !           549: else
        !           550:   rm -f conf$$.dir
        !           551:   mkdir conf$$.dir 2>/dev/null
        !           552: fi
        !           553: if (echo >conf$$.file) 2>/dev/null; then
        !           554:   if ln -s conf$$.file conf$$ 2>/dev/null; then
        !           555:     as_ln_s='ln -s'
        !           556:     # ... but there are two gotchas:
        !           557:     # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
        !           558:     # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
        !           559:     # In both cases, we have to default to 'cp -pR'.
        !           560:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
        !           561:       as_ln_s='cp -pR'
        !           562:   elif ln conf$$.file conf$$ 2>/dev/null; then
        !           563:     as_ln_s=ln
        !           564:   else
        !           565:     as_ln_s='cp -pR'
        !           566:   fi
        !           567: else
        !           568:   as_ln_s='cp -pR'
        !           569: fi
        !           570: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
        !           571: rmdir conf$$.dir 2>/dev/null
        !           572: 
        !           573: if mkdir -p . 2>/dev/null; then
        !           574:   as_mkdir_p='mkdir -p "$as_dir"'
        !           575: else
        !           576:   test -d ./-p && rmdir ./-p
        !           577:   as_mkdir_p=false
        !           578: fi
        !           579: 
        !           580: as_test_x='test -x'
        !           581: as_executable_p=as_fn_executable_p
        !           582: 
        !           583: # Sed expression to map a string onto a valid CPP name.
        !           584: as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
        !           585: as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
        !           586: 
        !           587: # Sed expression to map a string onto a valid variable name.
        !           588: as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
        !           589: as_tr_sh="eval sed '$as_sed_sh'" # deprecated
        !           590: 
        !           591: SHELL=${CONFIG_SHELL-/bin/sh}
        !           592: 
        !           593: 
        !           594: test -n "$DJDIR" || exec 7<&0 </dev/null
        !           595: exec 6>&1
        !           596: 
        !           597: # Name of the host.
        !           598: # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
        !           599: # so uname gets run too.
        !           600: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
        !           601: 
        !           602: #
        !           603: # Initializations.
        !           604: #
        !           605: ac_default_prefix=/usr/local
        !           606: ac_clean_files=
        !           607: ac_config_libobj_dir=.
        !           608: LIBOBJS=
        !           609: cross_compiling=no
        !           610: subdirs=
        !           611: MFLAGS=
        !           612: MAKEFLAGS=
        !           613: 
        !           614: # Identity of this package.
        !           615: PACKAGE_NAME='freem'
        !           616: PACKAGE_TARNAME='freem'
        !           617: PACKAGE_VERSION='cvs-current'
        !           618: PACKAGE_STRING='freem cvs-current'
        !           619: PACKAGE_BUGREPORT='jpw@coherent-logic.com'
        !           620: PACKAGE_URL=''
        !           621: 
        !           622: # Factoring default headers for most tests.
        !           623: ac_includes_default="\
        !           624: #include <stddef.h>
        !           625: #ifdef HAVE_STDIO_H
        !           626: # include <stdio.h>
        !           627: #endif
        !           628: #ifdef HAVE_STDLIB_H
        !           629: # include <stdlib.h>
        !           630: #endif
        !           631: #ifdef HAVE_STRING_H
        !           632: # include <string.h>
        !           633: #endif
        !           634: #ifdef HAVE_INTTYPES_H
        !           635: # include <inttypes.h>
        !           636: #endif
        !           637: #ifdef HAVE_STDINT_H
        !           638: # include <stdint.h>
        !           639: #endif
        !           640: #ifdef HAVE_STRINGS_H
        !           641: # include <strings.h>
        !           642: #endif
        !           643: #ifdef HAVE_SYS_TYPES_H
        !           644: # include <sys/types.h>
        !           645: #endif
        !           646: #ifdef HAVE_SYS_STAT_H
        !           647: # include <sys/stat.h>
        !           648: #endif
        !           649: #ifdef HAVE_UNISTD_H
        !           650: # include <unistd.h>
        !           651: #endif"
        !           652: 
        !           653: ac_header_c_list=
        !           654: ac_subst_vars='am__EXEEXT_FALSE
        !           655: am__EXEEXT_TRUE
        !           656: LTLIBOBJS
        !           657: LIBOBJS
        !           658: am__xargs_n
        !           659: am__rm_f_notfound
        !           660: AM_BACKSLASH
        !           661: AM_DEFAULT_VERBOSITY
        !           662: AM_DEFAULT_V
        !           663: AM_V
        !           664: CSCOPE
        !           665: ETAGS
        !           666: CTAGS
        !           667: am__fastdepCC_FALSE
        !           668: am__fastdepCC_TRUE
        !           669: CCDEPMODE
        !           670: am__nodep
        !           671: AMDEPBACKSLASH
        !           672: AMDEP_FALSE
        !           673: AMDEP_TRUE
        !           674: am__include
        !           675: DEPDIR
        !           676: am__untar
        !           677: am__tar
        !           678: AMTAR
        !           679: am__leading_dot
        !           680: SET_MAKE
        !           681: mkdir_p
        !           682: MKDIR_P
        !           683: INSTALL_STRIP_PROGRAM
        !           684: install_sh
        !           685: MAKEINFO
        !           686: AUTOHEADER
        !           687: AUTOMAKE
        !           688: AUTOCONF
        !           689: ACLOCAL
        !           690: VERSION
        !           691: PACKAGE
        !           692: CYGPATH_W
        !           693: am__isrc
        !           694: INSTALL_DATA
        !           695: INSTALL_SCRIPT
        !           696: INSTALL_PROGRAM
        !           697: LT_SYS_LIBRARY_PATH
        !           698: OTOOL64
        !           699: OTOOL
        !           700: LIPO
        !           701: NMEDIT
        !           702: DSYMUTIL
        !           703: MANIFEST_TOOL
        !           704: AWK
        !           705: RANLIB
        !           706: STRIP
        !           707: ac_ct_AR
        !           708: AR
        !           709: DLLTOOL
        !           710: OBJDUMP
        !           711: FILECMD
        !           712: LN_S
        !           713: NM
        !           714: ac_ct_DUMPBIN
        !           715: DUMPBIN
        !           716: LD
        !           717: FGREP
        !           718: EGREP
        !           719: GREP
        !           720: SED
        !           721: LIBTOOL
        !           722: host_os
        !           723: host_vendor
        !           724: host_cpu
        !           725: host
        !           726: build_os
        !           727: build_vendor
        !           728: build_cpu
        !           729: build
        !           730: OBJEXT
        !           731: EXEEXT
        !           732: ac_ct_CC
        !           733: CPPFLAGS
        !           734: LDFLAGS
        !           735: CFLAGS
        !           736: CC
        !           737: target_alias
        !           738: host_alias
        !           739: build_alias
        !           740: LIBS
        !           741: ECHO_T
        !           742: ECHO_N
        !           743: ECHO_C
        !           744: DEFS
        !           745: mandir
        !           746: localedir
        !           747: libdir
        !           748: psdir
        !           749: pdfdir
        !           750: dvidir
        !           751: htmldir
        !           752: infodir
        !           753: docdir
        !           754: oldincludedir
        !           755: includedir
        !           756: runstatedir
        !           757: localstatedir
        !           758: sharedstatedir
        !           759: sysconfdir
        !           760: datadir
        !           761: datarootdir
        !           762: libexecdir
        !           763: sbindir
        !           764: bindir
        !           765: program_transform_name
        !           766: prefix
        !           767: exec_prefix
        !           768: PACKAGE_URL
        !           769: PACKAGE_BUGREPORT
        !           770: PACKAGE_STRING
        !           771: PACKAGE_VERSION
        !           772: PACKAGE_TARNAME
        !           773: PACKAGE_NAME
        !           774: PATH_SEPARATOR
        !           775: SHELL
        !           776: am__quote'
        !           777: ac_subst_files=''
        !           778: ac_user_opts='
        !           779: enable_option_checking
        !           780: enable_mwapi
        !           781: enable_shared
        !           782: enable_static
        !           783: enable_pic
        !           784: with_pic
        !           785: enable_fast_install
        !           786: enable_aix_soname
        !           787: with_aix_soname
        !           788: with_gnu_ld
        !           789: with_sysroot
        !           790: enable_libtool_lock
        !           791: enable_dependency_tracking
        !           792: enable_silent_rules
        !           793: '
        !           794:       ac_precious_vars='build_alias
        !           795: host_alias
        !           796: target_alias
        !           797: CC
        !           798: CFLAGS
        !           799: LDFLAGS
        !           800: LIBS
        !           801: CPPFLAGS
        !           802: LT_SYS_LIBRARY_PATH'
        !           803: 
        !           804: 
        !           805: # Initialize some variables set by options.
        !           806: ac_init_help=
        !           807: ac_init_version=false
        !           808: ac_unrecognized_opts=
        !           809: ac_unrecognized_sep=
        !           810: # The variables have the same names as the options, with
        !           811: # dashes changed to underlines.
        !           812: cache_file=/dev/null
        !           813: exec_prefix=NONE
        !           814: no_create=
        !           815: no_recursion=
        !           816: prefix=NONE
        !           817: program_prefix=NONE
        !           818: program_suffix=NONE
        !           819: program_transform_name=s,x,x,
        !           820: silent=
        !           821: site=
        !           822: srcdir=
        !           823: verbose=
        !           824: x_includes=NONE
        !           825: x_libraries=NONE
        !           826: 
        !           827: # Installation directory options.
        !           828: # These are left unexpanded so users can "make install exec_prefix=/foo"
        !           829: # and all the variables that are supposed to be based on exec_prefix
        !           830: # by default will actually change.
        !           831: # Use braces instead of parens because sh, perl, etc. also accept them.
        !           832: # (The list follows the same order as the GNU Coding Standards.)
        !           833: bindir='${exec_prefix}/bin'
        !           834: sbindir='${exec_prefix}/sbin'
        !           835: libexecdir='${exec_prefix}/libexec'
        !           836: datarootdir='${prefix}/share'
        !           837: datadir='${datarootdir}'
        !           838: sysconfdir='${prefix}/etc'
        !           839: sharedstatedir='${prefix}/com'
        !           840: localstatedir='${prefix}/var'
        !           841: runstatedir='${localstatedir}/run'
        !           842: includedir='${prefix}/include'
        !           843: oldincludedir='/usr/include'
        !           844: docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
        !           845: infodir='${datarootdir}/info'
        !           846: htmldir='${docdir}'
        !           847: dvidir='${docdir}'
        !           848: pdfdir='${docdir}'
        !           849: psdir='${docdir}'
        !           850: libdir='${exec_prefix}/lib'
        !           851: localedir='${datarootdir}/locale'
        !           852: mandir='${datarootdir}/man'
        !           853: 
        !           854: ac_prev=
        !           855: ac_dashdash=
        !           856: for ac_option
        !           857: do
        !           858:   # If the previous option needs an argument, assign it.
        !           859:   if test -n "$ac_prev"; then
        !           860:     eval $ac_prev=\$ac_option
        !           861:     ac_prev=
        !           862:     continue
        !           863:   fi
        !           864: 
        !           865:   case $ac_option in
        !           866:   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
        !           867:   *=)   ac_optarg= ;;
        !           868:   *)    ac_optarg=yes ;;
        !           869:   esac
        !           870: 
        !           871:   case $ac_dashdash$ac_option in
        !           872:   --)
        !           873:     ac_dashdash=yes ;;
        !           874: 
        !           875:   -bindir | --bindir | --bindi | --bind | --bin | --bi)
        !           876:     ac_prev=bindir ;;
        !           877:   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
        !           878:     bindir=$ac_optarg ;;
        !           879: 
        !           880:   -build | --build | --buil | --bui | --bu)
        !           881:     ac_prev=build_alias ;;
        !           882:   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
        !           883:     build_alias=$ac_optarg ;;
        !           884: 
        !           885:   -cache-file | --cache-file | --cache-fil | --cache-fi \
        !           886:   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
        !           887:     ac_prev=cache_file ;;
        !           888:   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
        !           889:   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
        !           890:     cache_file=$ac_optarg ;;
        !           891: 
        !           892:   --config-cache | -C)
        !           893:     cache_file=config.cache ;;
        !           894: 
        !           895:   -datadir | --datadir | --datadi | --datad)
        !           896:     ac_prev=datadir ;;
        !           897:   -datadir=* | --datadir=* | --datadi=* | --datad=*)
        !           898:     datadir=$ac_optarg ;;
        !           899: 
        !           900:   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
        !           901:   | --dataroo | --dataro | --datar)
        !           902:     ac_prev=datarootdir ;;
        !           903:   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
        !           904:   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
        !           905:     datarootdir=$ac_optarg ;;
        !           906: 
        !           907:   -disable-* | --disable-*)
        !           908:     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
        !           909:     # Reject names that are not valid shell variable names.
        !           910:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
        !           911:       as_fn_error $? "invalid feature name: '$ac_useropt'"
        !           912:     ac_useropt_orig=$ac_useropt
        !           913:     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
        !           914:     case $ac_user_opts in
        !           915:       *"
        !           916: "enable_$ac_useropt"
        !           917: "*) ;;
        !           918:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
        !           919:         ac_unrecognized_sep=', ';;
        !           920:     esac
        !           921:     eval enable_$ac_useropt=no ;;
        !           922: 
        !           923:   -docdir | --docdir | --docdi | --doc | --do)
        !           924:     ac_prev=docdir ;;
        !           925:   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
        !           926:     docdir=$ac_optarg ;;
        !           927: 
        !           928:   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
        !           929:     ac_prev=dvidir ;;
        !           930:   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
        !           931:     dvidir=$ac_optarg ;;
        !           932: 
        !           933:   -enable-* | --enable-*)
        !           934:     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
        !           935:     # Reject names that are not valid shell variable names.
        !           936:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
        !           937:       as_fn_error $? "invalid feature name: '$ac_useropt'"
        !           938:     ac_useropt_orig=$ac_useropt
        !           939:     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
        !           940:     case $ac_user_opts in
        !           941:       *"
        !           942: "enable_$ac_useropt"
        !           943: "*) ;;
        !           944:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
        !           945:         ac_unrecognized_sep=', ';;
        !           946:     esac
        !           947:     eval enable_$ac_useropt=\$ac_optarg ;;
        !           948: 
        !           949:   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
        !           950:   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
        !           951:   | --exec | --exe | --ex)
        !           952:     ac_prev=exec_prefix ;;
        !           953:   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
        !           954:   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
        !           955:   | --exec=* | --exe=* | --ex=*)
        !           956:     exec_prefix=$ac_optarg ;;
        !           957: 
        !           958:   -gas | --gas | --ga | --g)
        !           959:     # Obsolete; use --with-gas.
        !           960:     with_gas=yes ;;
        !           961: 
        !           962:   -help | --help | --hel | --he | -h)
        !           963:     ac_init_help=long ;;
        !           964:   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
        !           965:     ac_init_help=recursive ;;
        !           966:   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
        !           967:     ac_init_help=short ;;
        !           968: 
        !           969:   -host | --host | --hos | --ho)
        !           970:     ac_prev=host_alias ;;
        !           971:   -host=* | --host=* | --hos=* | --ho=*)
        !           972:     host_alias=$ac_optarg ;;
        !           973: 
        !           974:   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
        !           975:     ac_prev=htmldir ;;
        !           976:   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
        !           977:   | --ht=*)
        !           978:     htmldir=$ac_optarg ;;
        !           979: 
        !           980:   -includedir | --includedir | --includedi | --included | --include \
        !           981:   | --includ | --inclu | --incl | --inc)
        !           982:     ac_prev=includedir ;;
        !           983:   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
        !           984:   | --includ=* | --inclu=* | --incl=* | --inc=*)
        !           985:     includedir=$ac_optarg ;;
        !           986: 
        !           987:   -infodir | --infodir | --infodi | --infod | --info | --inf)
        !           988:     ac_prev=infodir ;;
        !           989:   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
        !           990:     infodir=$ac_optarg ;;
        !           991: 
        !           992:   -libdir | --libdir | --libdi | --libd)
        !           993:     ac_prev=libdir ;;
        !           994:   -libdir=* | --libdir=* | --libdi=* | --libd=*)
        !           995:     libdir=$ac_optarg ;;
        !           996: 
        !           997:   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
        !           998:   | --libexe | --libex | --libe)
        !           999:     ac_prev=libexecdir ;;
        !          1000:   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
        !          1001:   | --libexe=* | --libex=* | --libe=*)
        !          1002:     libexecdir=$ac_optarg ;;
        !          1003: 
        !          1004:   -localedir | --localedir | --localedi | --localed | --locale)
        !          1005:     ac_prev=localedir ;;
        !          1006:   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
        !          1007:     localedir=$ac_optarg ;;
        !          1008: 
        !          1009:   -localstatedir | --localstatedir | --localstatedi | --localstated \
        !          1010:   | --localstate | --localstat | --localsta | --localst | --locals)
        !          1011:     ac_prev=localstatedir ;;
        !          1012:   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
        !          1013:   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
        !          1014:     localstatedir=$ac_optarg ;;
        !          1015: 
        !          1016:   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
        !          1017:     ac_prev=mandir ;;
        !          1018:   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
        !          1019:     mandir=$ac_optarg ;;
        !          1020: 
        !          1021:   -nfp | --nfp | --nf)
        !          1022:     # Obsolete; use --without-fp.
        !          1023:     with_fp=no ;;
        !          1024: 
        !          1025:   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
        !          1026:   | --no-cr | --no-c | -n)
        !          1027:     no_create=yes ;;
        !          1028: 
        !          1029:   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
        !          1030:   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
        !          1031:     no_recursion=yes ;;
        !          1032: 
        !          1033:   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
        !          1034:   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
        !          1035:   | --oldin | --oldi | --old | --ol | --o)
        !          1036:     ac_prev=oldincludedir ;;
        !          1037:   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
        !          1038:   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
        !          1039:   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
        !          1040:     oldincludedir=$ac_optarg ;;
        !          1041: 
        !          1042:   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
        !          1043:     ac_prev=prefix ;;
        !          1044:   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
        !          1045:     prefix=$ac_optarg ;;
        !          1046: 
        !          1047:   -program-prefix | --program-prefix | --program-prefi | --program-pref \
        !          1048:   | --program-pre | --program-pr | --program-p)
        !          1049:     ac_prev=program_prefix ;;
        !          1050:   -program-prefix=* | --program-prefix=* | --program-prefi=* \
        !          1051:   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
        !          1052:     program_prefix=$ac_optarg ;;
        !          1053: 
        !          1054:   -program-suffix | --program-suffix | --program-suffi | --program-suff \
        !          1055:   | --program-suf | --program-su | --program-s)
        !          1056:     ac_prev=program_suffix ;;
        !          1057:   -program-suffix=* | --program-suffix=* | --program-suffi=* \
        !          1058:   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
        !          1059:     program_suffix=$ac_optarg ;;
        !          1060: 
        !          1061:   -program-transform-name | --program-transform-name \
        !          1062:   | --program-transform-nam | --program-transform-na \
        !          1063:   | --program-transform-n | --program-transform- \
        !          1064:   | --program-transform | --program-transfor \
        !          1065:   | --program-transfo | --program-transf \
        !          1066:   | --program-trans | --program-tran \
        !          1067:   | --progr-tra | --program-tr | --program-t)
        !          1068:     ac_prev=program_transform_name ;;
        !          1069:   -program-transform-name=* | --program-transform-name=* \
        !          1070:   | --program-transform-nam=* | --program-transform-na=* \
        !          1071:   | --program-transform-n=* | --program-transform-=* \
        !          1072:   | --program-transform=* | --program-transfor=* \
        !          1073:   | --program-transfo=* | --program-transf=* \
        !          1074:   | --program-trans=* | --program-tran=* \
        !          1075:   | --progr-tra=* | --program-tr=* | --program-t=*)
        !          1076:     program_transform_name=$ac_optarg ;;
        !          1077: 
        !          1078:   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
        !          1079:     ac_prev=pdfdir ;;
        !          1080:   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
        !          1081:     pdfdir=$ac_optarg ;;
        !          1082: 
        !          1083:   -psdir | --psdir | --psdi | --psd | --ps)
        !          1084:     ac_prev=psdir ;;
        !          1085:   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
        !          1086:     psdir=$ac_optarg ;;
        !          1087: 
        !          1088:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
        !          1089:   | -silent | --silent | --silen | --sile | --sil)
        !          1090:     silent=yes ;;
        !          1091: 
        !          1092:   -runstatedir | --runstatedir | --runstatedi | --runstated \
        !          1093:   | --runstate | --runstat | --runsta | --runst | --runs \
        !          1094:   | --run | --ru | --r)
        !          1095:     ac_prev=runstatedir ;;
        !          1096:   -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
        !          1097:   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
        !          1098:   | --run=* | --ru=* | --r=*)
        !          1099:     runstatedir=$ac_optarg ;;
        !          1100: 
        !          1101:   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
        !          1102:     ac_prev=sbindir ;;
        !          1103:   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
        !          1104:   | --sbi=* | --sb=*)
        !          1105:     sbindir=$ac_optarg ;;
        !          1106: 
        !          1107:   -sharedstatedir | --sharedstatedir | --sharedstatedi \
        !          1108:   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
        !          1109:   | --sharedst | --shareds | --shared | --share | --shar \
        !          1110:   | --sha | --sh)
        !          1111:     ac_prev=sharedstatedir ;;
        !          1112:   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
        !          1113:   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
        !          1114:   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
        !          1115:   | --sha=* | --sh=*)
        !          1116:     sharedstatedir=$ac_optarg ;;
        !          1117: 
        !          1118:   -site | --site | --sit)
        !          1119:     ac_prev=site ;;
        !          1120:   -site=* | --site=* | --sit=*)
        !          1121:     site=$ac_optarg ;;
        !          1122: 
        !          1123:   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
        !          1124:     ac_prev=srcdir ;;
        !          1125:   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
        !          1126:     srcdir=$ac_optarg ;;
        !          1127: 
        !          1128:   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
        !          1129:   | --syscon | --sysco | --sysc | --sys | --sy)
        !          1130:     ac_prev=sysconfdir ;;
        !          1131:   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
        !          1132:   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
        !          1133:     sysconfdir=$ac_optarg ;;
        !          1134: 
        !          1135:   -target | --target | --targe | --targ | --tar | --ta | --t)
        !          1136:     ac_prev=target_alias ;;
        !          1137:   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
        !          1138:     target_alias=$ac_optarg ;;
        !          1139: 
        !          1140:   -v | -verbose | --verbose | --verbos | --verbo | --verb)
        !          1141:     verbose=yes ;;
        !          1142: 
        !          1143:   -version | --version | --versio | --versi | --vers | -V)
        !          1144:     ac_init_version=: ;;
        !          1145: 
        !          1146:   -with-* | --with-*)
        !          1147:     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
        !          1148:     # Reject names that are not valid shell variable names.
        !          1149:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
        !          1150:       as_fn_error $? "invalid package name: '$ac_useropt'"
        !          1151:     ac_useropt_orig=$ac_useropt
        !          1152:     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
        !          1153:     case $ac_user_opts in
        !          1154:       *"
        !          1155: "with_$ac_useropt"
        !          1156: "*) ;;
        !          1157:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
        !          1158:         ac_unrecognized_sep=', ';;
        !          1159:     esac
        !          1160:     eval with_$ac_useropt=\$ac_optarg ;;
        !          1161: 
        !          1162:   -without-* | --without-*)
        !          1163:     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
        !          1164:     # Reject names that are not valid shell variable names.
        !          1165:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
        !          1166:       as_fn_error $? "invalid package name: '$ac_useropt'"
        !          1167:     ac_useropt_orig=$ac_useropt
        !          1168:     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
        !          1169:     case $ac_user_opts in
        !          1170:       *"
        !          1171: "with_$ac_useropt"
        !          1172: "*) ;;
        !          1173:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
        !          1174:         ac_unrecognized_sep=', ';;
        !          1175:     esac
        !          1176:     eval with_$ac_useropt=no ;;
        !          1177: 
        !          1178:   --x)
        !          1179:     # Obsolete; use --with-x.
        !          1180:     with_x=yes ;;
        !          1181: 
        !          1182:   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
        !          1183:   | --x-incl | --x-inc | --x-in | --x-i)
        !          1184:     ac_prev=x_includes ;;
        !          1185:   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
        !          1186:   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
        !          1187:     x_includes=$ac_optarg ;;
        !          1188: 
        !          1189:   -x-libraries | --x-libraries | --x-librarie | --x-librari \
        !          1190:   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
        !          1191:     ac_prev=x_libraries ;;
        !          1192:   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
        !          1193:   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
        !          1194:     x_libraries=$ac_optarg ;;
        !          1195: 
        !          1196:   -*) as_fn_error $? "unrecognized option: '$ac_option'
        !          1197: Try '$0 --help' for more information"
        !          1198:     ;;
        !          1199: 
        !          1200:   *=*)
        !          1201:     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
        !          1202:     # Reject names that are not valid shell variable names.
        !          1203:     case $ac_envvar in #(
        !          1204:       '' | [0-9]* | *[!_$as_cr_alnum]* )
        !          1205:       as_fn_error $? "invalid variable name: '$ac_envvar'" ;;
        !          1206:     esac
        !          1207:     eval $ac_envvar=\$ac_optarg
        !          1208:     export $ac_envvar ;;
        !          1209: 
        !          1210:   *)
        !          1211:     # FIXME: should be removed in autoconf 3.0.
        !          1212:     printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
        !          1213:     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
        !          1214:       printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
        !          1215:     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
        !          1216:     ;;
        !          1217: 
        !          1218:   esac
        !          1219: done
        !          1220: 
        !          1221: if test -n "$ac_prev"; then
        !          1222:   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
        !          1223:   as_fn_error $? "missing argument to $ac_option"
        !          1224: fi
        !          1225: 
        !          1226: if test -n "$ac_unrecognized_opts"; then
        !          1227:   case $enable_option_checking in
        !          1228:     no) ;;
        !          1229:     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
        !          1230:     *)     printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
        !          1231:   esac
        !          1232: fi
        !          1233: 
        !          1234: # Check all directory arguments for consistency.
        !          1235: for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
        !          1236:                datadir sysconfdir sharedstatedir localstatedir includedir \
        !          1237:                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
        !          1238:                libdir localedir mandir runstatedir
        !          1239: do
        !          1240:   eval ac_val=\$$ac_var
        !          1241:   # Remove trailing slashes.
        !          1242:   case $ac_val in
        !          1243:     */ )
        !          1244:       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
        !          1245:       eval $ac_var=\$ac_val;;
        !          1246:   esac
        !          1247:   # Be sure to have absolute directory names.
        !          1248:   case $ac_val in
        !          1249:     [\\/$]* | ?:[\\/]* )  continue;;
        !          1250:     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
        !          1251:   esac
        !          1252:   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
        !          1253: done
        !          1254: 
        !          1255: # There might be people who depend on the old broken behavior: '$host'
        !          1256: # used to hold the argument of --host etc.
        !          1257: # FIXME: To remove some day.
        !          1258: build=$build_alias
        !          1259: host=$host_alias
        !          1260: target=$target_alias
        !          1261: 
        !          1262: # FIXME: To remove some day.
        !          1263: if test "x$host_alias" != x; then
        !          1264:   if test "x$build_alias" = x; then
        !          1265:     cross_compiling=maybe
        !          1266:   elif test "x$build_alias" != "x$host_alias"; then
        !          1267:     cross_compiling=yes
        !          1268:   fi
        !          1269: fi
        !          1270: 
        !          1271: ac_tool_prefix=
        !          1272: test -n "$host_alias" && ac_tool_prefix=$host_alias-
        !          1273: 
        !          1274: test "$silent" = yes && exec 6>/dev/null
        !          1275: 
        !          1276: 
        !          1277: ac_pwd=`pwd` && test -n "$ac_pwd" &&
        !          1278: ac_ls_di=`ls -di .` &&
        !          1279: ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
        !          1280:   as_fn_error $? "working directory cannot be determined"
        !          1281: test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
        !          1282:   as_fn_error $? "pwd does not report name of working directory"
        !          1283: 
        !          1284: 
        !          1285: # Find the source files, if location was not specified.
        !          1286: if test -z "$srcdir"; then
        !          1287:   ac_srcdir_defaulted=yes
        !          1288:   # Try the directory containing this script, then the parent directory.
        !          1289:   ac_confdir=`$as_dirname -- "$as_myself" ||
        !          1290: $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !          1291:         X"$as_myself" : 'X\(//\)[^/]' \| \
        !          1292:         X"$as_myself" : 'X\(//\)$' \| \
        !          1293:         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
        !          1294: printf "%s\n" X"$as_myself" |
        !          1295:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !          1296:            s//\1/
        !          1297:            q
        !          1298:          }
        !          1299:          /^X\(\/\/\)[^/].*/{
        !          1300:            s//\1/
        !          1301:            q
        !          1302:          }
        !          1303:          /^X\(\/\/\)$/{
        !          1304:            s//\1/
        !          1305:            q
        !          1306:          }
        !          1307:          /^X\(\/\).*/{
        !          1308:            s//\1/
        !          1309:            q
        !          1310:          }
        !          1311:          s/.*/./; q'`
        !          1312:   srcdir=$ac_confdir
        !          1313:   if test ! -r "$srcdir/$ac_unique_file"; then
        !          1314:     srcdir=..
        !          1315:   fi
        !          1316: else
        !          1317:   ac_srcdir_defaulted=no
        !          1318: fi
        !          1319: if test ! -r "$srcdir/$ac_unique_file"; then
        !          1320:   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
        !          1321:   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
        !          1322: fi
        !          1323: ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work"
        !          1324: ac_abs_confdir=`(
        !          1325:        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
        !          1326:        pwd)`
        !          1327: # When building in place, set srcdir=.
        !          1328: if test "$ac_abs_confdir" = "$ac_pwd"; then
        !          1329:   srcdir=.
        !          1330: fi
        !          1331: # Remove unnecessary trailing slashes from srcdir.
        !          1332: # Double slashes in file names in object file debugging info
        !          1333: # mess up M-x gdb in Emacs.
        !          1334: case $srcdir in
        !          1335: */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
        !          1336: esac
        !          1337: for ac_var in $ac_precious_vars; do
        !          1338:   eval ac_env_${ac_var}_set=\${${ac_var}+set}
        !          1339:   eval ac_env_${ac_var}_value=\$${ac_var}
        !          1340:   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
        !          1341:   eval ac_cv_env_${ac_var}_value=\$${ac_var}
        !          1342: done
        !          1343: 
        !          1344: #
        !          1345: # Report the --help message.
        !          1346: #
        !          1347: if test "$ac_init_help" = "long"; then
        !          1348:   # Omit some internal or obsolete options to make the list less imposing.
        !          1349:   # This message is too long to be a string in the A/UX 3.1 sh.
        !          1350:   cat <<_ACEOF
        !          1351: 'configure' configures freem cvs-current to adapt to many kinds of systems.
        !          1352: 
        !          1353: Usage: $0 [OPTION]... [VAR=VALUE]...
        !          1354: 
        !          1355: To assign environment variables (e.g., CC, CFLAGS...), specify them as
        !          1356: VAR=VALUE.  See below for descriptions of some of the useful variables.
        !          1357: 
        !          1358: Defaults for the options are specified in brackets.
        !          1359: 
        !          1360: Configuration:
        !          1361:   -h, --help              display this help and exit
        !          1362:       --help=short        display options specific to this package
        !          1363:       --help=recursive    display the short help of all the included packages
        !          1364:   -V, --version           display version information and exit
        !          1365:   -q, --quiet, --silent   do not print 'checking ...' messages
        !          1366:       --cache-file=FILE   cache test results in FILE [disabled]
        !          1367:   -C, --config-cache      alias for '--cache-file=config.cache'
        !          1368:   -n, --no-create         do not create output files
        !          1369:       --srcdir=DIR        find the sources in DIR [configure dir or '..']
        !          1370: 
        !          1371: Installation directories:
        !          1372:   --prefix=PREFIX         install architecture-independent files in PREFIX
        !          1373:                           [$ac_default_prefix]
        !          1374:   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
        !          1375:                           [PREFIX]
        !          1376: 
        !          1377: By default, 'make install' will install all the files in
        !          1378: '$ac_default_prefix/bin', '$ac_default_prefix/lib' etc.  You can specify
        !          1379: an installation prefix other than '$ac_default_prefix' using '--prefix',
        !          1380: for instance '--prefix=\$HOME'.
        !          1381: 
        !          1382: For better control, use the options below.
        !          1383: 
        !          1384: Fine tuning of the installation directories:
        !          1385:   --bindir=DIR            user executables [EPREFIX/bin]
        !          1386:   --sbindir=DIR           system admin executables [EPREFIX/sbin]
        !          1387:   --libexecdir=DIR        program executables [EPREFIX/libexec]
        !          1388:   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
        !          1389:   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
        !          1390:   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
        !          1391:   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
        !          1392:   --libdir=DIR            object code libraries [EPREFIX/lib]
        !          1393:   --includedir=DIR        C header files [PREFIX/include]
        !          1394:   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
        !          1395:   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
        !          1396:   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
        !          1397:   --infodir=DIR           info documentation [DATAROOTDIR/info]
        !          1398:   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
        !          1399:   --mandir=DIR            man documentation [DATAROOTDIR/man]
        !          1400:   --docdir=DIR            documentation root [DATAROOTDIR/doc/freem]
        !          1401:   --htmldir=DIR           html documentation [DOCDIR]
        !          1402:   --dvidir=DIR            dvi documentation [DOCDIR]
        !          1403:   --pdfdir=DIR            pdf documentation [DOCDIR]
        !          1404:   --psdir=DIR             ps documentation [DOCDIR]
        !          1405: _ACEOF
        !          1406: 
        !          1407:   cat <<\_ACEOF
        !          1408: 
        !          1409: Program names:
        !          1410:   --program-prefix=PREFIX            prepend PREFIX to installed program names
        !          1411:   --program-suffix=SUFFIX            append SUFFIX to installed program names
        !          1412:   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
        !          1413: 
        !          1414: System types:
        !          1415:   --build=BUILD     configure for building on BUILD [guessed]
        !          1416:   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
        !          1417: _ACEOF
        !          1418: fi
        !          1419: 
        !          1420: if test -n "$ac_init_help"; then
        !          1421:   case $ac_init_help in
        !          1422:      short | recursive ) echo "Configuration of freem cvs-current:";;
        !          1423:    esac
        !          1424:   cat <<\_ACEOF
        !          1425: 
        !          1426: Optional Features:
        !          1427:   --disable-option-checking  ignore unrecognized --enable/--with options
        !          1428:   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
        !          1429:   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
        !          1430:   --enable-mwapi          Enable MWAPI (OSF/Motif) support (EXPERIMENTAL)
        !          1431:   --enable-shared[=PKGS]  build shared libraries [default=yes]
        !          1432:   --enable-static[=PKGS]  build static libraries [default=no]
        !          1433:   --enable-pic[=PKGS]     try to use only PIC/non-PIC objects [default=use
        !          1434:                           both]
        !          1435:   --enable-fast-install[=PKGS]
        !          1436:                           optimize for fast installation [default=yes]
        !          1437:   --enable-aix-soname=aix|svr4|both
        !          1438:                           shared library versioning (aka "SONAME") variant to
        !          1439:                           provide on AIX, [default=aix].
        !          1440:   --disable-libtool-lock  avoid locking (might break parallel builds)
        !          1441:   --enable-dependency-tracking
        !          1442:                           do not reject slow dependency extractors
        !          1443:   --disable-dependency-tracking
        !          1444:                           speeds up one-time build
        !          1445:   --enable-silent-rules   less verbose build output (undo: "make V=1")
        !          1446:   --disable-silent-rules  verbose build output (undo: "make V=0")
        !          1447: 
        !          1448: Optional Packages:
        !          1449:   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
        !          1450:   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
        !          1451:   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
        !          1452:   --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
        !          1453:                           compiler's sysroot if not specified).
        !          1454: 
        !          1455: Some influential environment variables:
        !          1456:   CC          C compiler command
        !          1457:   CFLAGS      C compiler flags
        !          1458:   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
        !          1459:               nonstandard directory <lib dir>
        !          1460:   LIBS        libraries to pass to the linker, e.g. -l<library>
        !          1461:   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
        !          1462:               you have headers in a nonstandard directory <include dir>
        !          1463:   LT_SYS_LIBRARY_PATH
        !          1464:               User-defined run-time library search path.
        !          1465: 
        !          1466: Use these variables to override the choices made by 'configure' or to help
        !          1467: it to find libraries and programs with nonstandard names/locations.
        !          1468: 
        !          1469: Report bugs to <jpw@coherent-logic.com>.
        !          1470: _ACEOF
        !          1471: ac_status=$?
        !          1472: fi
        !          1473: 
        !          1474: if test "$ac_init_help" = "recursive"; then
        !          1475:   # If there are subdirs, report their specific --help.
        !          1476:   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
        !          1477:     test -d "$ac_dir" ||
        !          1478:       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
        !          1479:       continue
        !          1480:     ac_builddir=.
        !          1481: 
        !          1482: case "$ac_dir" in
        !          1483: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
        !          1484: *)
        !          1485:   ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
        !          1486:   # A ".." for each directory in $ac_dir_suffix.
        !          1487:   ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
        !          1488:   case $ac_top_builddir_sub in
        !          1489:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
        !          1490:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
        !          1491:   esac ;;
        !          1492: esac
        !          1493: ac_abs_top_builddir=$ac_pwd
        !          1494: ac_abs_builddir=$ac_pwd$ac_dir_suffix
        !          1495: # for backward compatibility:
        !          1496: ac_top_builddir=$ac_top_build_prefix
        !          1497: 
        !          1498: case $srcdir in
        !          1499:   .)  # We are building in place.
        !          1500:     ac_srcdir=.
        !          1501:     ac_top_srcdir=$ac_top_builddir_sub
        !          1502:     ac_abs_top_srcdir=$ac_pwd ;;
        !          1503:   [\\/]* | ?:[\\/]* )  # Absolute name.
        !          1504:     ac_srcdir=$srcdir$ac_dir_suffix;
        !          1505:     ac_top_srcdir=$srcdir
        !          1506:     ac_abs_top_srcdir=$srcdir ;;
        !          1507:   *) # Relative name.
        !          1508:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
        !          1509:     ac_top_srcdir=$ac_top_build_prefix$srcdir
        !          1510:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
        !          1511: esac
        !          1512: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
        !          1513: 
        !          1514:     cd "$ac_dir" || { ac_status=$?; continue; }
        !          1515:     # Check for configure.gnu first; this name is used for a wrapper for
        !          1516:     # Metaconfig's "Configure" on case-insensitive file systems.
        !          1517:     if test -f "$ac_srcdir/configure.gnu"; then
        !          1518:       echo &&
        !          1519:       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
        !          1520:     elif test -f "$ac_srcdir/configure"; then
        !          1521:       echo &&
        !          1522:       $SHELL "$ac_srcdir/configure" --help=recursive
        !          1523:     else
        !          1524:       printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
        !          1525:     fi || ac_status=$?
        !          1526:     cd "$ac_pwd" || { ac_status=$?; break; }
        !          1527:   done
        !          1528: fi
        !          1529: 
        !          1530: test -n "$ac_init_help" && exit $ac_status
        !          1531: if $ac_init_version; then
        !          1532:   cat <<\_ACEOF
        !          1533: freem configure cvs-current
        !          1534: generated by GNU Autoconf 2.72
        !          1535: 
        !          1536: Copyright (C) 2023 Free Software Foundation, Inc.
        !          1537: This configure script is free software; the Free Software Foundation
        !          1538: gives unlimited permission to copy, distribute and modify it.
        !          1539: _ACEOF
        !          1540:   exit
        !          1541: fi
        !          1542: 
        !          1543: ## ------------------------ ##
        !          1544: ## Autoconf initialization. ##
        !          1545: ## ------------------------ ##
        !          1546: 
        !          1547: # ac_fn_c_try_compile LINENO
        !          1548: # --------------------------
        !          1549: # Try to compile conftest.$ac_ext, and return whether this succeeded.
        !          1550: ac_fn_c_try_compile ()
        !          1551: {
        !          1552:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        !          1553:   rm -f conftest.$ac_objext conftest.beam
        !          1554:   if { { ac_try="$ac_compile"
        !          1555: case "(($ac_try" in
        !          1556:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          1557:   *) ac_try_echo=$ac_try;;
        !          1558: esac
        !          1559: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          1560: printf "%s\n" "$ac_try_echo"; } >&5
        !          1561:   (eval "$ac_compile") 2>conftest.err
        !          1562:   ac_status=$?
        !          1563:   if test -s conftest.err; then
        !          1564:     grep -v '^ *+' conftest.err >conftest.er1
        !          1565:     cat conftest.er1 >&5
        !          1566:     mv -f conftest.er1 conftest.err
        !          1567:   fi
        !          1568:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          1569:   test $ac_status = 0; } && {
        !          1570:         test -z "$ac_c_werror_flag" ||
        !          1571:         test ! -s conftest.err
        !          1572:        } && test -s conftest.$ac_objext
        !          1573: then :
        !          1574:   ac_retval=0
        !          1575: else case e in #(
        !          1576:   e) printf "%s\n" "$as_me: failed program was:" >&5
        !          1577: sed 's/^/| /' conftest.$ac_ext >&5
        !          1578: 
        !          1579:        ac_retval=1 ;;
        !          1580: esac
        !          1581: fi
        !          1582:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
        !          1583:   as_fn_set_status $ac_retval
        !          1584: 
        !          1585: } # ac_fn_c_try_compile
        !          1586: 
        !          1587: # ac_fn_c_try_link LINENO
        !          1588: # -----------------------
        !          1589: # Try to link conftest.$ac_ext, and return whether this succeeded.
        !          1590: ac_fn_c_try_link ()
        !          1591: {
        !          1592:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        !          1593:   rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
        !          1594:   if { { ac_try="$ac_link"
        !          1595: case "(($ac_try" in
        !          1596:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          1597:   *) ac_try_echo=$ac_try;;
        !          1598: esac
        !          1599: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          1600: printf "%s\n" "$ac_try_echo"; } >&5
        !          1601:   (eval "$ac_link") 2>conftest.err
        !          1602:   ac_status=$?
        !          1603:   if test -s conftest.err; then
        !          1604:     grep -v '^ *+' conftest.err >conftest.er1
        !          1605:     cat conftest.er1 >&5
        !          1606:     mv -f conftest.er1 conftest.err
        !          1607:   fi
        !          1608:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          1609:   test $ac_status = 0; } && {
        !          1610:         test -z "$ac_c_werror_flag" ||
        !          1611:         test ! -s conftest.err
        !          1612:        } && test -s conftest$ac_exeext && {
        !          1613:         test "$cross_compiling" = yes ||
        !          1614:         test -x conftest$ac_exeext
        !          1615:        }
        !          1616: then :
        !          1617:   ac_retval=0
        !          1618: else case e in #(
        !          1619:   e) printf "%s\n" "$as_me: failed program was:" >&5
        !          1620: sed 's/^/| /' conftest.$ac_ext >&5
        !          1621: 
        !          1622:        ac_retval=1 ;;
        !          1623: esac
        !          1624: fi
        !          1625:   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
        !          1626:   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
        !          1627:   # interfere with the next link command; also delete a directory that is
        !          1628:   # left behind by Apple's compiler.  We do this before executing the actions.
        !          1629:   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
        !          1630:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
        !          1631:   as_fn_set_status $ac_retval
        !          1632: 
        !          1633: } # ac_fn_c_try_link
        !          1634: 
        !          1635: # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
        !          1636: # -------------------------------------------------------
        !          1637: # Tests whether HEADER exists and can be compiled using the include files in
        !          1638: # INCLUDES, setting the cache variable VAR accordingly.
        !          1639: ac_fn_c_check_header_compile ()
        !          1640: {
        !          1641:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        !          1642:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
        !          1643: printf %s "checking for $2... " >&6; }
        !          1644: if eval test \${$3+y}
        !          1645: then :
        !          1646:   printf %s "(cached) " >&6
        !          1647: else case e in #(
        !          1648:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          1649: /* end confdefs.h.  */
        !          1650: $4
        !          1651: #include <$2>
        !          1652: _ACEOF
        !          1653: if ac_fn_c_try_compile "$LINENO"
        !          1654: then :
        !          1655:   eval "$3=yes"
        !          1656: else case e in #(
        !          1657:   e) eval "$3=no" ;;
        !          1658: esac
        !          1659: fi
        !          1660: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
        !          1661: esac
        !          1662: fi
        !          1663: eval ac_res=\$$3
        !          1664:               { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
        !          1665: printf "%s\n" "$ac_res" >&6; }
        !          1666:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
        !          1667: 
        !          1668: } # ac_fn_c_check_header_compile
        !          1669: 
        !          1670: # ac_fn_c_check_func LINENO FUNC VAR
        !          1671: # ----------------------------------
        !          1672: # Tests whether FUNC exists, setting the cache variable VAR accordingly
        !          1673: ac_fn_c_check_func ()
        !          1674: {
        !          1675:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        !          1676:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
        !          1677: printf %s "checking for $2... " >&6; }
        !          1678: if eval test \${$3+y}
        !          1679: then :
        !          1680:   printf %s "(cached) " >&6
        !          1681: else case e in #(
        !          1682:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          1683: /* end confdefs.h.  */
        !          1684: /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
        !          1685:    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          1686: #define $2 innocuous_$2
        !          1687: 
        !          1688: /* System header to define __stub macros and hopefully few prototypes,
        !          1689:    which can conflict with char $2 (void); below.  */
        !          1690: 
        !          1691: #include <limits.h>
        !          1692: #undef $2
        !          1693: 
        !          1694: /* Override any GCC internal prototype to avoid an error.
        !          1695:    Use char because int might match the return type of a GCC
        !          1696:    builtin and then its argument prototype would still apply.  */
        !          1697: #ifdef __cplusplus
        !          1698: extern "C"
        !          1699: #endif
        !          1700: char $2 (void);
        !          1701: /* The GNU C library defines this for functions which it implements
        !          1702:     to always fail with ENOSYS.  Some functions are actually named
        !          1703:     something starting with __ and the normal name is an alias.  */
        !          1704: #if defined __stub_$2 || defined __stub___$2
        !          1705: choke me
        !          1706: #endif
        !          1707: 
        !          1708: int
        !          1709: main (void)
        !          1710: {
        !          1711: return $2 ();
        !          1712:   ;
        !          1713:   return 0;
        !          1714: }
        !          1715: _ACEOF
        !          1716: if ac_fn_c_try_link "$LINENO"
        !          1717: then :
        !          1718:   eval "$3=yes"
        !          1719: else case e in #(
        !          1720:   e) eval "$3=no" ;;
        !          1721: esac
        !          1722: fi
        !          1723: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          1724:     conftest$ac_exeext conftest.$ac_ext ;;
        !          1725: esac
        !          1726: fi
        !          1727: eval ac_res=\$$3
        !          1728:               { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
        !          1729: printf "%s\n" "$ac_res" >&6; }
        !          1730:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
        !          1731: 
        !          1732: } # ac_fn_c_check_func
        !          1733: ac_configure_args_raw=
        !          1734: for ac_arg
        !          1735: do
        !          1736:   case $ac_arg in
        !          1737:   *\'*)
        !          1738:     ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
        !          1739:   esac
        !          1740:   as_fn_append ac_configure_args_raw " '$ac_arg'"
        !          1741: done
        !          1742: 
        !          1743: case $ac_configure_args_raw in
        !          1744:   *$as_nl*)
        !          1745:     ac_safe_unquote= ;;
        !          1746:   *)
        !          1747:     ac_unsafe_z='|&;<>()$`\\"*?[ ''    ' # This string ends in space, tab.
        !          1748:     ac_unsafe_a="$ac_unsafe_z#~"
        !          1749:     ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
        !          1750:     ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
        !          1751: esac
        !          1752: 
        !          1753: cat >config.log <<_ACEOF
        !          1754: This file contains any messages produced by compilers while
        !          1755: running configure, to aid debugging if configure makes a mistake.
        !          1756: 
        !          1757: It was created by freem $as_me cvs-current, which was
        !          1758: generated by GNU Autoconf 2.72.  Invocation command line was
        !          1759: 
        !          1760:   $ $0$ac_configure_args_raw
        !          1761: 
        !          1762: _ACEOF
        !          1763: exec 5>>config.log
        !          1764: {
        !          1765: cat <<_ASUNAME
        !          1766: ## --------- ##
        !          1767: ## Platform. ##
        !          1768: ## --------- ##
        !          1769: 
        !          1770: hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
        !          1771: uname -m = `(uname -m) 2>/dev/null || echo unknown`
        !          1772: uname -r = `(uname -r) 2>/dev/null || echo unknown`
        !          1773: uname -s = `(uname -s) 2>/dev/null || echo unknown`
        !          1774: uname -v = `(uname -v) 2>/dev/null || echo unknown`
        !          1775: 
        !          1776: /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
        !          1777: /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
        !          1778: 
        !          1779: /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
        !          1780: /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
        !          1781: /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
        !          1782: /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
        !          1783: /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
        !          1784: /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
        !          1785: /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
        !          1786: 
        !          1787: _ASUNAME
        !          1788: 
        !          1789: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          1790: for as_dir in $PATH
        !          1791: do
        !          1792:   IFS=$as_save_IFS
        !          1793:   case $as_dir in #(((
        !          1794:     '') as_dir=./ ;;
        !          1795:     */) ;;
        !          1796:     *) as_dir=$as_dir/ ;;
        !          1797:   esac
        !          1798:     printf "%s\n" "PATH: $as_dir"
        !          1799:   done
        !          1800: IFS=$as_save_IFS
        !          1801: 
        !          1802: } >&5
        !          1803: 
        !          1804: cat >&5 <<_ACEOF
        !          1805: 
        !          1806: 
        !          1807: ## ----------- ##
        !          1808: ## Core tests. ##
        !          1809: ## ----------- ##
        !          1810: 
        !          1811: _ACEOF
        !          1812: 
        !          1813: 
        !          1814: # Keep a trace of the command line.
        !          1815: # Strip out --no-create and --no-recursion so they do not pile up.
        !          1816: # Strip out --silent because we don't want to record it for future runs.
        !          1817: # Also quote any args containing shell meta-characters.
        !          1818: # Make two passes to allow for proper duplicate-argument suppression.
        !          1819: ac_configure_args=
        !          1820: ac_configure_args0=
        !          1821: ac_configure_args1=
        !          1822: ac_must_keep_next=false
        !          1823: for ac_pass in 1 2
        !          1824: do
        !          1825:   for ac_arg
        !          1826:   do
        !          1827:     case $ac_arg in
        !          1828:     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
        !          1829:     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
        !          1830:     | -silent | --silent | --silen | --sile | --sil)
        !          1831:       continue ;;
        !          1832:     *\'*)
        !          1833:       ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
        !          1834:     esac
        !          1835:     case $ac_pass in
        !          1836:     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
        !          1837:     2)
        !          1838:       as_fn_append ac_configure_args1 " '$ac_arg'"
        !          1839:       if test $ac_must_keep_next = true; then
        !          1840:        ac_must_keep_next=false # Got value, back to normal.
        !          1841:       else
        !          1842:        case $ac_arg in
        !          1843:          *=* | --config-cache | -C | -disable-* | --disable-* \
        !          1844:          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
        !          1845:          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
        !          1846:          | -with-* | --with-* | -without-* | --without-* | --x)
        !          1847:            case "$ac_configure_args0 " in
        !          1848:              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
        !          1849:            esac
        !          1850:            ;;
        !          1851:          -* ) ac_must_keep_next=true ;;
        !          1852:        esac
        !          1853:       fi
        !          1854:       as_fn_append ac_configure_args " '$ac_arg'"
        !          1855:       ;;
        !          1856:     esac
        !          1857:   done
        !          1858: done
        !          1859: { ac_configure_args0=; unset ac_configure_args0;}
        !          1860: { ac_configure_args1=; unset ac_configure_args1;}
        !          1861: 
        !          1862: # When interrupted or exit'd, cleanup temporary files, and complete
        !          1863: # config.log.  We remove comments because anyway the quotes in there
        !          1864: # would cause problems or look ugly.
        !          1865: # WARNING: Use '\'' to represent an apostrophe within the trap.
        !          1866: # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
        !          1867: trap 'exit_status=$?
        !          1868:   # Sanitize IFS.
        !          1869:   IFS=" ""     $as_nl"
        !          1870:   # Save into config.log some information that might help in debugging.
        !          1871:   {
        !          1872:     echo
        !          1873: 
        !          1874:     printf "%s\n" "## ---------------- ##
        !          1875: ## Cache variables. ##
        !          1876: ## ---------------- ##"
        !          1877:     echo
        !          1878:     # The following way of writing the cache mishandles newlines in values,
        !          1879: (
        !          1880:   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
        !          1881:     eval ac_val=\$$ac_var
        !          1882:     case $ac_val in #(
        !          1883:     *${as_nl}*)
        !          1884:       case $ac_var in #(
        !          1885:       *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
        !          1886: printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
        !          1887:       esac
        !          1888:       case $ac_var in #(
        !          1889:       _ | IFS | as_nl) ;; #(
        !          1890:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
        !          1891:       *) { eval $ac_var=; unset $ac_var;} ;;
        !          1892:       esac ;;
        !          1893:     esac
        !          1894:   done
        !          1895:   (set) 2>&1 |
        !          1896:     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
        !          1897:     *${as_nl}ac_space=\ *)
        !          1898:       sed -n \
        !          1899:        "s/'\''/'\''\\\\'\'''\''/g;
        !          1900:          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
        !          1901:       ;; #(
        !          1902:     *)
        !          1903:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
        !          1904:       ;;
        !          1905:     esac |
        !          1906:     sort
        !          1907: )
        !          1908:     echo
        !          1909: 
        !          1910:     printf "%s\n" "## ----------------- ##
        !          1911: ## Output variables. ##
        !          1912: ## ----------------- ##"
        !          1913:     echo
        !          1914:     for ac_var in $ac_subst_vars
        !          1915:     do
        !          1916:       eval ac_val=\$$ac_var
        !          1917:       case $ac_val in
        !          1918:       *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
        !          1919:       esac
        !          1920:       printf "%s\n" "$ac_var='\''$ac_val'\''"
        !          1921:     done | sort
        !          1922:     echo
        !          1923: 
        !          1924:     if test -n "$ac_subst_files"; then
        !          1925:       printf "%s\n" "## ------------------- ##
        !          1926: ## File substitutions. ##
        !          1927: ## ------------------- ##"
        !          1928:       echo
        !          1929:       for ac_var in $ac_subst_files
        !          1930:       do
        !          1931:        eval ac_val=\$$ac_var
        !          1932:        case $ac_val in
        !          1933:        *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
        !          1934:        esac
        !          1935:        printf "%s\n" "$ac_var='\''$ac_val'\''"
        !          1936:       done | sort
        !          1937:       echo
        !          1938:     fi
        !          1939: 
        !          1940:     if test -s confdefs.h; then
        !          1941:       printf "%s\n" "## ----------- ##
        !          1942: ## confdefs.h. ##
        !          1943: ## ----------- ##"
        !          1944:       echo
        !          1945:       cat confdefs.h
        !          1946:       echo
        !          1947:     fi
        !          1948:     test "$ac_signal" != 0 &&
        !          1949:       printf "%s\n" "$as_me: caught signal $ac_signal"
        !          1950:     printf "%s\n" "$as_me: exit $exit_status"
        !          1951:   } >&5
        !          1952:   rm -f core *.core core.conftest.* &&
        !          1953:     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
        !          1954:     exit $exit_status
        !          1955: ' 0
        !          1956: for ac_signal in 1 2 13 15; do
        !          1957:   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
        !          1958: done
        !          1959: ac_signal=0
        !          1960: 
        !          1961: # confdefs.h avoids OS command line length limits that DEFS can exceed.
        !          1962: rm -f -r conftest* confdefs.h
        !          1963: 
        !          1964: printf "%s\n" "/* confdefs.h */" > confdefs.h
        !          1965: 
        !          1966: # Predefined preprocessor variables.
        !          1967: 
        !          1968: printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
        !          1969: 
        !          1970: printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
        !          1971: 
        !          1972: printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
        !          1973: 
        !          1974: printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
        !          1975: 
        !          1976: printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
        !          1977: 
        !          1978: printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
        !          1979: 
        !          1980: 
        !          1981: # Let the site file select an alternate cache file if it wants to.
        !          1982: # Prefer an explicitly selected file to automatically selected ones.
        !          1983: if test -n "$CONFIG_SITE"; then
        !          1984:   ac_site_files="$CONFIG_SITE"
        !          1985: elif test "x$prefix" != xNONE; then
        !          1986:   ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
        !          1987: else
        !          1988:   ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
        !          1989: fi
        !          1990: 
        !          1991: for ac_site_file in $ac_site_files
        !          1992: do
        !          1993:   case $ac_site_file in #(
        !          1994:   */*) :
        !          1995:      ;; #(
        !          1996:   *) :
        !          1997:     ac_site_file=./$ac_site_file ;;
        !          1998: esac
        !          1999:   if test -f "$ac_site_file" && test -r "$ac_site_file"; then
        !          2000:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
        !          2001: printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
        !          2002:     sed 's/^/| /' "$ac_site_file" >&5
        !          2003:     . "$ac_site_file" \
        !          2004:       || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          2005: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          2006: as_fn_error $? "failed to load site script $ac_site_file
        !          2007: See 'config.log' for more details" "$LINENO" 5; }
        !          2008:   fi
        !          2009: done
        !          2010: 
        !          2011: if test -r "$cache_file"; then
        !          2012:   # Some versions of bash will fail to source /dev/null (special files
        !          2013:   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
        !          2014:   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
        !          2015:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
        !          2016: printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
        !          2017:     case $cache_file in
        !          2018:       [\\/]* | ?:[\\/]* ) . "$cache_file";;
        !          2019:       *)                      . "./$cache_file";;
        !          2020:     esac
        !          2021:   fi
        !          2022: else
        !          2023:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
        !          2024: printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
        !          2025:   >$cache_file
        !          2026: fi
        !          2027: 
        !          2028: # Test code for whether the C compiler supports C89 (global declarations)
        !          2029: ac_c_conftest_c89_globals='
        !          2030: /* Does the compiler advertise C89 conformance?
        !          2031:    Do not test the value of __STDC__, because some compilers set it to 0
        !          2032:    while being otherwise adequately conformant. */
        !          2033: #if !defined __STDC__
        !          2034: # error "Compiler does not advertise C89 conformance"
        !          2035: #endif
        !          2036: 
        !          2037: #include <stddef.h>
        !          2038: #include <stdarg.h>
        !          2039: struct stat;
        !          2040: /* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
        !          2041: struct buf { int x; };
        !          2042: struct buf * (*rcsopen) (struct buf *, struct stat *, int);
        !          2043: static char *e (char **p, int i)
        !          2044: {
        !          2045:   return p[i];
        !          2046: }
        !          2047: static char *f (char * (*g) (char **, int), char **p, ...)
        !          2048: {
        !          2049:   char *s;
        !          2050:   va_list v;
        !          2051:   va_start (v,p);
        !          2052:   s = g (p, va_arg (v,int));
        !          2053:   va_end (v);
        !          2054:   return s;
        !          2055: }
        !          2056: 
        !          2057: /* C89 style stringification. */
        !          2058: #define noexpand_stringify(a) #a
        !          2059: const char *stringified = noexpand_stringify(arbitrary+token=sequence);
        !          2060: 
        !          2061: /* C89 style token pasting.  Exercises some of the corner cases that
        !          2062:    e.g. old MSVC gets wrong, but not very hard. */
        !          2063: #define noexpand_concat(a,b) a##b
        !          2064: #define expand_concat(a,b) noexpand_concat(a,b)
        !          2065: extern int vA;
        !          2066: extern int vbee;
        !          2067: #define aye A
        !          2068: #define bee B
        !          2069: int *pvA = &expand_concat(v,aye);
        !          2070: int *pvbee = &noexpand_concat(v,bee);
        !          2071: 
        !          2072: /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
        !          2073:    function prototypes and stuff, but not \xHH hex character constants.
        !          2074:    These do not provoke an error unfortunately, instead are silently treated
        !          2075:    as an "x".  The following induces an error, until -std is added to get
        !          2076:    proper ANSI mode.  Curiously \x00 != x always comes out true, for an
        !          2077:    array size at least.  It is necessary to write \x00 == 0 to get something
        !          2078:    that is true only with -std.  */
        !          2079: int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
        !          2080: 
        !          2081: /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
        !          2082:    inside strings and character constants.  */
        !          2083: #define FOO(x) '\''x'\''
        !          2084: int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
        !          2085: 
        !          2086: int test (int i, double x);
        !          2087: struct s1 {int (*f) (int a);};
        !          2088: struct s2 {int (*f) (double a);};
        !          2089: int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
        !          2090:                int, int);'
        !          2091: 
        !          2092: # Test code for whether the C compiler supports C89 (body of main).
        !          2093: ac_c_conftest_c89_main='
        !          2094: ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
        !          2095: '
        !          2096: 
        !          2097: # Test code for whether the C compiler supports C99 (global declarations)
        !          2098: ac_c_conftest_c99_globals='
        !          2099: /* Does the compiler advertise C99 conformance? */
        !          2100: #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
        !          2101: # error "Compiler does not advertise C99 conformance"
        !          2102: #endif
        !          2103: 
        !          2104: // See if C++-style comments work.
        !          2105: 
        !          2106: #include <stdbool.h>
        !          2107: extern int puts (const char *);
        !          2108: extern int printf (const char *, ...);
        !          2109: extern int dprintf (int, const char *, ...);
        !          2110: extern void *malloc (size_t);
        !          2111: extern void free (void *);
        !          2112: 
        !          2113: // Check varargs macros.  These examples are taken from C99 6.10.3.5.
        !          2114: // dprintf is used instead of fprintf to avoid needing to declare
        !          2115: // FILE and stderr.
        !          2116: #define debug(...) dprintf (2, __VA_ARGS__)
        !          2117: #define showlist(...) puts (#__VA_ARGS__)
        !          2118: #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
        !          2119: static void
        !          2120: test_varargs_macros (void)
        !          2121: {
        !          2122:   int x = 1234;
        !          2123:   int y = 5678;
        !          2124:   debug ("Flag");
        !          2125:   debug ("X = %d\n", x);
        !          2126:   showlist (The first, second, and third items.);
        !          2127:   report (x>y, "x is %d but y is %d", x, y);
        !          2128: }
        !          2129: 
        !          2130: // Check long long types.
        !          2131: #define BIG64 18446744073709551615ull
        !          2132: #define BIG32 4294967295ul
        !          2133: #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
        !          2134: #if !BIG_OK
        !          2135:   #error "your preprocessor is broken"
        !          2136: #endif
        !          2137: #if BIG_OK
        !          2138: #else
        !          2139:   #error "your preprocessor is broken"
        !          2140: #endif
        !          2141: static long long int bignum = -9223372036854775807LL;
        !          2142: static unsigned long long int ubignum = BIG64;
        !          2143: 
        !          2144: struct incomplete_array
        !          2145: {
        !          2146:   int datasize;
        !          2147:   double data[];
        !          2148: };
        !          2149: 
        !          2150: struct named_init {
        !          2151:   int number;
        !          2152:   const wchar_t *name;
        !          2153:   double average;
        !          2154: };
        !          2155: 
        !          2156: typedef const char *ccp;
        !          2157: 
        !          2158: static inline int
        !          2159: test_restrict (ccp restrict text)
        !          2160: {
        !          2161:   // Iterate through items via the restricted pointer.
        !          2162:   // Also check for declarations in for loops.
        !          2163:   for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
        !          2164:     continue;
        !          2165:   return 0;
        !          2166: }
        !          2167: 
        !          2168: // Check varargs and va_copy.
        !          2169: static bool
        !          2170: test_varargs (const char *format, ...)
        !          2171: {
        !          2172:   va_list args;
        !          2173:   va_start (args, format);
        !          2174:   va_list args_copy;
        !          2175:   va_copy (args_copy, args);
        !          2176: 
        !          2177:   const char *str = "";
        !          2178:   int number = 0;
        !          2179:   float fnumber = 0;
        !          2180: 
        !          2181:   while (*format)
        !          2182:     {
        !          2183:       switch (*format++)
        !          2184:        {
        !          2185:        case '\''s'\'': // string
        !          2186:          str = va_arg (args_copy, const char *);
        !          2187:          break;
        !          2188:        case '\''d'\'': // int
        !          2189:          number = va_arg (args_copy, int);
        !          2190:          break;
        !          2191:        case '\''f'\'': // float
        !          2192:          fnumber = va_arg (args_copy, double);
        !          2193:          break;
        !          2194:        default:
        !          2195:          break;
        !          2196:        }
        !          2197:     }
        !          2198:   va_end (args_copy);
        !          2199:   va_end (args);
        !          2200: 
        !          2201:   return *str && number && fnumber;
        !          2202: }
        !          2203: '
        !          2204: 
        !          2205: # Test code for whether the C compiler supports C99 (body of main).
        !          2206: ac_c_conftest_c99_main='
        !          2207:   // Check bool.
        !          2208:   _Bool success = false;
        !          2209:   success |= (argc != 0);
        !          2210: 
        !          2211:   // Check restrict.
        !          2212:   if (test_restrict ("String literal") == 0)
        !          2213:     success = true;
        !          2214:   char *restrict newvar = "Another string";
        !          2215: 
        !          2216:   // Check varargs.
        !          2217:   success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
        !          2218:   test_varargs_macros ();
        !          2219: 
        !          2220:   // Check flexible array members.
        !          2221:   struct incomplete_array *ia =
        !          2222:     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
        !          2223:   ia->datasize = 10;
        !          2224:   for (int i = 0; i < ia->datasize; ++i)
        !          2225:     ia->data[i] = i * 1.234;
        !          2226:   // Work around memory leak warnings.
        !          2227:   free (ia);
        !          2228: 
        !          2229:   // Check named initializers.
        !          2230:   struct named_init ni = {
        !          2231:     .number = 34,
        !          2232:     .name = L"Test wide string",
        !          2233:     .average = 543.34343,
        !          2234:   };
        !          2235: 
        !          2236:   ni.number = 58;
        !          2237: 
        !          2238:   int dynamic_array[ni.number];
        !          2239:   dynamic_array[0] = argv[0][0];
        !          2240:   dynamic_array[ni.number - 1] = 543;
        !          2241: 
        !          2242:   // work around unused variable warnings
        !          2243:   ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
        !          2244:         || dynamic_array[ni.number - 1] != 543);
        !          2245: '
        !          2246: 
        !          2247: # Test code for whether the C compiler supports C11 (global declarations)
        !          2248: ac_c_conftest_c11_globals='
        !          2249: /* Does the compiler advertise C11 conformance? */
        !          2250: #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
        !          2251: # error "Compiler does not advertise C11 conformance"
        !          2252: #endif
        !          2253: 
        !          2254: // Check _Alignas.
        !          2255: char _Alignas (double) aligned_as_double;
        !          2256: char _Alignas (0) no_special_alignment;
        !          2257: extern char aligned_as_int;
        !          2258: char _Alignas (0) _Alignas (int) aligned_as_int;
        !          2259: 
        !          2260: // Check _Alignof.
        !          2261: enum
        !          2262: {
        !          2263:   int_alignment = _Alignof (int),
        !          2264:   int_array_alignment = _Alignof (int[100]),
        !          2265:   char_alignment = _Alignof (char)
        !          2266: };
        !          2267: _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
        !          2268: 
        !          2269: // Check _Noreturn.
        !          2270: int _Noreturn does_not_return (void) { for (;;) continue; }
        !          2271: 
        !          2272: // Check _Static_assert.
        !          2273: struct test_static_assert
        !          2274: {
        !          2275:   int x;
        !          2276:   _Static_assert (sizeof (int) <= sizeof (long int),
        !          2277:                   "_Static_assert does not work in struct");
        !          2278:   long int y;
        !          2279: };
        !          2280: 
        !          2281: // Check UTF-8 literals.
        !          2282: #define u8 syntax error!
        !          2283: char const utf8_literal[] = u8"happens to be ASCII" "another string";
        !          2284: 
        !          2285: // Check duplicate typedefs.
        !          2286: typedef long *long_ptr;
        !          2287: typedef long int *long_ptr;
        !          2288: typedef long_ptr long_ptr;
        !          2289: 
        !          2290: // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
        !          2291: struct anonymous
        !          2292: {
        !          2293:   union {
        !          2294:     struct { int i; int j; };
        !          2295:     struct { int k; long int l; } w;
        !          2296:   };
        !          2297:   int m;
        !          2298: } v1;
        !          2299: '
        !          2300: 
        !          2301: # Test code for whether the C compiler supports C11 (body of main).
        !          2302: ac_c_conftest_c11_main='
        !          2303:   _Static_assert ((offsetof (struct anonymous, i)
        !          2304:                   == offsetof (struct anonymous, w.k)),
        !          2305:                  "Anonymous union alignment botch");
        !          2306:   v1.i = 2;
        !          2307:   v1.w.k = 5;
        !          2308:   ok |= v1.i != 5;
        !          2309: '
        !          2310: 
        !          2311: # Test code for whether the C compiler supports C11 (complete).
        !          2312: ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
        !          2313: ${ac_c_conftest_c99_globals}
        !          2314: ${ac_c_conftest_c11_globals}
        !          2315: 
        !          2316: int
        !          2317: main (int argc, char **argv)
        !          2318: {
        !          2319:   int ok = 0;
        !          2320:   ${ac_c_conftest_c89_main}
        !          2321:   ${ac_c_conftest_c99_main}
        !          2322:   ${ac_c_conftest_c11_main}
        !          2323:   return ok;
        !          2324: }
        !          2325: "
        !          2326: 
        !          2327: # Test code for whether the C compiler supports C99 (complete).
        !          2328: ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
        !          2329: ${ac_c_conftest_c99_globals}
        !          2330: 
        !          2331: int
        !          2332: main (int argc, char **argv)
        !          2333: {
        !          2334:   int ok = 0;
        !          2335:   ${ac_c_conftest_c89_main}
        !          2336:   ${ac_c_conftest_c99_main}
        !          2337:   return ok;
        !          2338: }
        !          2339: "
        !          2340: 
        !          2341: # Test code for whether the C compiler supports C89 (complete).
        !          2342: ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
        !          2343: 
        !          2344: int
        !          2345: main (int argc, char **argv)
        !          2346: {
        !          2347:   int ok = 0;
        !          2348:   ${ac_c_conftest_c89_main}
        !          2349:   return ok;
        !          2350: }
        !          2351: "
        !          2352: 
        !          2353: as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
        !          2354: as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
        !          2355: as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
        !          2356: as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
        !          2357: as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
        !          2358: as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
        !          2359: as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
        !          2360: as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
        !          2361: as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
        !          2362: 
        !          2363: # Auxiliary files required by this configure script.
        !          2364: ac_aux_files="missing install-sh ltmain.sh config.guess config.sub compile"
        !          2365: 
        !          2366: # Locations in which to look for auxiliary files.
        !          2367: ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
        !          2368: 
        !          2369: # Search for a directory containing all of the required auxiliary files,
        !          2370: # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
        !          2371: # If we don't find one directory that contains all the files we need,
        !          2372: # we report the set of missing files from the *first* directory in
        !          2373: # $ac_aux_dir_candidates and give up.
        !          2374: ac_missing_aux_files=""
        !          2375: ac_first_candidate=:
        !          2376: printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
        !          2377: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2378: as_found=false
        !          2379: for as_dir in $ac_aux_dir_candidates
        !          2380: do
        !          2381:   IFS=$as_save_IFS
        !          2382:   case $as_dir in #(((
        !          2383:     '') as_dir=./ ;;
        !          2384:     */) ;;
        !          2385:     *) as_dir=$as_dir/ ;;
        !          2386:   esac
        !          2387:   as_found=:
        !          2388: 
        !          2389:   printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
        !          2390:   ac_aux_dir_found=yes
        !          2391:   ac_install_sh=
        !          2392:   for ac_aux in $ac_aux_files
        !          2393:   do
        !          2394:     # As a special case, if "install-sh" is required, that requirement
        !          2395:     # can be satisfied by any of "install-sh", "install.sh", or "shtool",
        !          2396:     # and $ac_install_sh is set appropriately for whichever one is found.
        !          2397:     if test x"$ac_aux" = x"install-sh"
        !          2398:     then
        !          2399:       if test -f "${as_dir}install-sh"; then
        !          2400:         printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
        !          2401:         ac_install_sh="${as_dir}install-sh -c"
        !          2402:       elif test -f "${as_dir}install.sh"; then
        !          2403:         printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
        !          2404:         ac_install_sh="${as_dir}install.sh -c"
        !          2405:       elif test -f "${as_dir}shtool"; then
        !          2406:         printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
        !          2407:         ac_install_sh="${as_dir}shtool install -c"
        !          2408:       else
        !          2409:         ac_aux_dir_found=no
        !          2410:         if $ac_first_candidate; then
        !          2411:           ac_missing_aux_files="${ac_missing_aux_files} install-sh"
        !          2412:         else
        !          2413:           break
        !          2414:         fi
        !          2415:       fi
        !          2416:     else
        !          2417:       if test -f "${as_dir}${ac_aux}"; then
        !          2418:         printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
        !          2419:       else
        !          2420:         ac_aux_dir_found=no
        !          2421:         if $ac_first_candidate; then
        !          2422:           ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
        !          2423:         else
        !          2424:           break
        !          2425:         fi
        !          2426:       fi
        !          2427:     fi
        !          2428:   done
        !          2429:   if test "$ac_aux_dir_found" = yes; then
        !          2430:     ac_aux_dir="$as_dir"
        !          2431:     break
        !          2432:   fi
        !          2433:   ac_first_candidate=false
        !          2434: 
        !          2435:   as_found=false
        !          2436: done
        !          2437: IFS=$as_save_IFS
        !          2438: if $as_found
        !          2439: then :
        !          2440: 
        !          2441: else case e in #(
        !          2442:   e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;
        !          2443: esac
        !          2444: fi
        !          2445: 
        !          2446: 
        !          2447: # These three variables are undocumented and unsupported,
        !          2448: # and are intended to be withdrawn in a future Autoconf release.
        !          2449: # They can cause serious problems if a builder's source tree is in a directory
        !          2450: # whose full name contains unusual characters.
        !          2451: if test -f "${ac_aux_dir}config.guess"; then
        !          2452:   ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
        !          2453: fi
        !          2454: if test -f "${ac_aux_dir}config.sub"; then
        !          2455:   ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
        !          2456: fi
        !          2457: if test -f "$ac_aux_dir/configure"; then
        !          2458:   ac_configure="$SHELL ${ac_aux_dir}configure"
        !          2459: fi
        !          2460: 
        !          2461: # Check that the precious variables saved in the cache have kept the same
        !          2462: # value.
        !          2463: ac_cache_corrupted=false
        !          2464: for ac_var in $ac_precious_vars; do
        !          2465:   eval ac_old_set=\$ac_cv_env_${ac_var}_set
        !          2466:   eval ac_new_set=\$ac_env_${ac_var}_set
        !          2467:   eval ac_old_val=\$ac_cv_env_${ac_var}_value
        !          2468:   eval ac_new_val=\$ac_env_${ac_var}_value
        !          2469:   case $ac_old_set,$ac_new_set in
        !          2470:     set,)
        !          2471:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5
        !          2472: printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;}
        !          2473:       ac_cache_corrupted=: ;;
        !          2474:     ,set)
        !          2475:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5
        !          2476: printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;}
        !          2477:       ac_cache_corrupted=: ;;
        !          2478:     ,);;
        !          2479:     *)
        !          2480:       if test "x$ac_old_val" != "x$ac_new_val"; then
        !          2481:        # differences in whitespace do not lead to failure.
        !          2482:        ac_old_val_w=`echo x $ac_old_val`
        !          2483:        ac_new_val_w=`echo x $ac_new_val`
        !          2484:        if test "$ac_old_val_w" != "$ac_new_val_w"; then
        !          2485:          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5
        !          2486: printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;}
        !          2487:          ac_cache_corrupted=:
        !          2488:        else
        !          2489:          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5
        !          2490: printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;}
        !          2491:          eval $ac_var=\$ac_old_val
        !          2492:        fi
        !          2493:        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  '$ac_old_val'" >&5
        !          2494: printf "%s\n" "$as_me:   former value:  '$ac_old_val'" >&2;}
        !          2495:        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: '$ac_new_val'" >&5
        !          2496: printf "%s\n" "$as_me:   current value: '$ac_new_val'" >&2;}
        !          2497:       fi;;
        !          2498:   esac
        !          2499:   # Pass precious variables to config.status.
        !          2500:   if test "$ac_new_set" = set; then
        !          2501:     case $ac_new_val in
        !          2502:     *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
        !          2503:     *) ac_arg=$ac_var=$ac_new_val ;;
        !          2504:     esac
        !          2505:     case " $ac_configure_args " in
        !          2506:       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
        !          2507:       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
        !          2508:     esac
        !          2509:   fi
        !          2510: done
        !          2511: if $ac_cache_corrupted; then
        !          2512:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          2513: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          2514:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
        !          2515: printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
        !          2516:   as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file'
        !          2517:            and start over" "$LINENO" 5
        !          2518: fi
        !          2519: ## -------------------- ##
        !          2520: ## Main body of script. ##
        !          2521: ## -------------------- ##
        !          2522: 
        !          2523: ac_ext=c
        !          2524: ac_cpp='$CPP $CPPFLAGS'
        !          2525: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          2526: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          2527: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          2528: 
        !          2529: 
        !          2530: ac_config_headers="$ac_config_headers src/config.h"
        !          2531: 
        !          2532: 
        !          2533: 
        !          2534: 
        !          2535: 
        !          2536: 
        !          2537: 
        !          2538: 
        !          2539: 
        !          2540: 
        !          2541: 
        !          2542: 
        !          2543: 
        !          2544: 
        !          2545: # Expand $ac_aux_dir to an absolute path.
        !          2546: am_aux_dir=`cd "$ac_aux_dir" && pwd`
        !          2547: 
        !          2548: ac_ext=c
        !          2549: ac_cpp='$CPP $CPPFLAGS'
        !          2550: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          2551: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          2552: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          2553: if test -n "$ac_tool_prefix"; then
        !          2554:   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
        !          2555: set dummy ${ac_tool_prefix}gcc; ac_word=$2
        !          2556: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2557: printf %s "checking for $ac_word... " >&6; }
        !          2558: if test ${ac_cv_prog_CC+y}
        !          2559: then :
        !          2560:   printf %s "(cached) " >&6
        !          2561: else case e in #(
        !          2562:   e) if test -n "$CC"; then
        !          2563:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          2564: else
        !          2565: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2566: for as_dir in $PATH
        !          2567: do
        !          2568:   IFS=$as_save_IFS
        !          2569:   case $as_dir in #(((
        !          2570:     '') as_dir=./ ;;
        !          2571:     */) ;;
        !          2572:     *) as_dir=$as_dir/ ;;
        !          2573:   esac
        !          2574:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2575:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2576:     ac_cv_prog_CC="${ac_tool_prefix}gcc"
        !          2577:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2578:     break 2
        !          2579:   fi
        !          2580: done
        !          2581:   done
        !          2582: IFS=$as_save_IFS
        !          2583: 
        !          2584: fi ;;
        !          2585: esac
        !          2586: fi
        !          2587: CC=$ac_cv_prog_CC
        !          2588: if test -n "$CC"; then
        !          2589:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          2590: printf "%s\n" "$CC" >&6; }
        !          2591: else
        !          2592:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2593: printf "%s\n" "no" >&6; }
        !          2594: fi
        !          2595: 
        !          2596: 
        !          2597: fi
        !          2598: if test -z "$ac_cv_prog_CC"; then
        !          2599:   ac_ct_CC=$CC
        !          2600:   # Extract the first word of "gcc", so it can be a program name with args.
        !          2601: set dummy gcc; ac_word=$2
        !          2602: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2603: printf %s "checking for $ac_word... " >&6; }
        !          2604: if test ${ac_cv_prog_ac_ct_CC+y}
        !          2605: then :
        !          2606:   printf %s "(cached) " >&6
        !          2607: else case e in #(
        !          2608:   e) if test -n "$ac_ct_CC"; then
        !          2609:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
        !          2610: else
        !          2611: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2612: for as_dir in $PATH
        !          2613: do
        !          2614:   IFS=$as_save_IFS
        !          2615:   case $as_dir in #(((
        !          2616:     '') as_dir=./ ;;
        !          2617:     */) ;;
        !          2618:     *) as_dir=$as_dir/ ;;
        !          2619:   esac
        !          2620:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2621:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2622:     ac_cv_prog_ac_ct_CC="gcc"
        !          2623:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2624:     break 2
        !          2625:   fi
        !          2626: done
        !          2627:   done
        !          2628: IFS=$as_save_IFS
        !          2629: 
        !          2630: fi ;;
        !          2631: esac
        !          2632: fi
        !          2633: ac_ct_CC=$ac_cv_prog_ac_ct_CC
        !          2634: if test -n "$ac_ct_CC"; then
        !          2635:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
        !          2636: printf "%s\n" "$ac_ct_CC" >&6; }
        !          2637: else
        !          2638:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2639: printf "%s\n" "no" >&6; }
        !          2640: fi
        !          2641: 
        !          2642:   if test "x$ac_ct_CC" = x; then
        !          2643:     CC=""
        !          2644:   else
        !          2645:     case $cross_compiling:$ac_tool_warned in
        !          2646: yes:)
        !          2647: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          2648: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          2649: ac_tool_warned=yes ;;
        !          2650: esac
        !          2651:     CC=$ac_ct_CC
        !          2652:   fi
        !          2653: else
        !          2654:   CC="$ac_cv_prog_CC"
        !          2655: fi
        !          2656: 
        !          2657: if test -z "$CC"; then
        !          2658:           if test -n "$ac_tool_prefix"; then
        !          2659:     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
        !          2660: set dummy ${ac_tool_prefix}cc; ac_word=$2
        !          2661: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2662: printf %s "checking for $ac_word... " >&6; }
        !          2663: if test ${ac_cv_prog_CC+y}
        !          2664: then :
        !          2665:   printf %s "(cached) " >&6
        !          2666: else case e in #(
        !          2667:   e) if test -n "$CC"; then
        !          2668:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          2669: else
        !          2670: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2671: for as_dir in $PATH
        !          2672: do
        !          2673:   IFS=$as_save_IFS
        !          2674:   case $as_dir in #(((
        !          2675:     '') as_dir=./ ;;
        !          2676:     */) ;;
        !          2677:     *) as_dir=$as_dir/ ;;
        !          2678:   esac
        !          2679:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2680:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2681:     ac_cv_prog_CC="${ac_tool_prefix}cc"
        !          2682:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2683:     break 2
        !          2684:   fi
        !          2685: done
        !          2686:   done
        !          2687: IFS=$as_save_IFS
        !          2688: 
        !          2689: fi ;;
        !          2690: esac
        !          2691: fi
        !          2692: CC=$ac_cv_prog_CC
        !          2693: if test -n "$CC"; then
        !          2694:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          2695: printf "%s\n" "$CC" >&6; }
        !          2696: else
        !          2697:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2698: printf "%s\n" "no" >&6; }
        !          2699: fi
        !          2700: 
        !          2701: 
        !          2702:   fi
        !          2703: fi
        !          2704: if test -z "$CC"; then
        !          2705:   # Extract the first word of "cc", so it can be a program name with args.
        !          2706: set dummy cc; ac_word=$2
        !          2707: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2708: printf %s "checking for $ac_word... " >&6; }
        !          2709: if test ${ac_cv_prog_CC+y}
        !          2710: then :
        !          2711:   printf %s "(cached) " >&6
        !          2712: else case e in #(
        !          2713:   e) if test -n "$CC"; then
        !          2714:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          2715: else
        !          2716:   ac_prog_rejected=no
        !          2717: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2718: for as_dir in $PATH
        !          2719: do
        !          2720:   IFS=$as_save_IFS
        !          2721:   case $as_dir in #(((
        !          2722:     '') as_dir=./ ;;
        !          2723:     */) ;;
        !          2724:     *) as_dir=$as_dir/ ;;
        !          2725:   esac
        !          2726:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2727:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2728:     if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
        !          2729:        ac_prog_rejected=yes
        !          2730:        continue
        !          2731:      fi
        !          2732:     ac_cv_prog_CC="cc"
        !          2733:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2734:     break 2
        !          2735:   fi
        !          2736: done
        !          2737:   done
        !          2738: IFS=$as_save_IFS
        !          2739: 
        !          2740: if test $ac_prog_rejected = yes; then
        !          2741:   # We found a bogon in the path, so make sure we never use it.
        !          2742:   set dummy $ac_cv_prog_CC
        !          2743:   shift
        !          2744:   if test $# != 0; then
        !          2745:     # We chose a different compiler from the bogus one.
        !          2746:     # However, it has the same basename, so the bogon will be chosen
        !          2747:     # first if we set CC to just the basename; use the full file name.
        !          2748:     shift
        !          2749:     ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
        !          2750:   fi
        !          2751: fi
        !          2752: fi ;;
        !          2753: esac
        !          2754: fi
        !          2755: CC=$ac_cv_prog_CC
        !          2756: if test -n "$CC"; then
        !          2757:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          2758: printf "%s\n" "$CC" >&6; }
        !          2759: else
        !          2760:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2761: printf "%s\n" "no" >&6; }
        !          2762: fi
        !          2763: 
        !          2764: 
        !          2765: fi
        !          2766: if test -z "$CC"; then
        !          2767:   if test -n "$ac_tool_prefix"; then
        !          2768:   for ac_prog in cl.exe
        !          2769:   do
        !          2770:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
        !          2771: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
        !          2772: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2773: printf %s "checking for $ac_word... " >&6; }
        !          2774: if test ${ac_cv_prog_CC+y}
        !          2775: then :
        !          2776:   printf %s "(cached) " >&6
        !          2777: else case e in #(
        !          2778:   e) if test -n "$CC"; then
        !          2779:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          2780: else
        !          2781: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2782: for as_dir in $PATH
        !          2783: do
        !          2784:   IFS=$as_save_IFS
        !          2785:   case $as_dir in #(((
        !          2786:     '') as_dir=./ ;;
        !          2787:     */) ;;
        !          2788:     *) as_dir=$as_dir/ ;;
        !          2789:   esac
        !          2790:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2791:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2792:     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
        !          2793:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2794:     break 2
        !          2795:   fi
        !          2796: done
        !          2797:   done
        !          2798: IFS=$as_save_IFS
        !          2799: 
        !          2800: fi ;;
        !          2801: esac
        !          2802: fi
        !          2803: CC=$ac_cv_prog_CC
        !          2804: if test -n "$CC"; then
        !          2805:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          2806: printf "%s\n" "$CC" >&6; }
        !          2807: else
        !          2808:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2809: printf "%s\n" "no" >&6; }
        !          2810: fi
        !          2811: 
        !          2812: 
        !          2813:     test -n "$CC" && break
        !          2814:   done
        !          2815: fi
        !          2816: if test -z "$CC"; then
        !          2817:   ac_ct_CC=$CC
        !          2818:   for ac_prog in cl.exe
        !          2819: do
        !          2820:   # Extract the first word of "$ac_prog", so it can be a program name with args.
        !          2821: set dummy $ac_prog; ac_word=$2
        !          2822: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2823: printf %s "checking for $ac_word... " >&6; }
        !          2824: if test ${ac_cv_prog_ac_ct_CC+y}
        !          2825: then :
        !          2826:   printf %s "(cached) " >&6
        !          2827: else case e in #(
        !          2828:   e) if test -n "$ac_ct_CC"; then
        !          2829:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
        !          2830: else
        !          2831: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2832: for as_dir in $PATH
        !          2833: do
        !          2834:   IFS=$as_save_IFS
        !          2835:   case $as_dir in #(((
        !          2836:     '') as_dir=./ ;;
        !          2837:     */) ;;
        !          2838:     *) as_dir=$as_dir/ ;;
        !          2839:   esac
        !          2840:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2841:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2842:     ac_cv_prog_ac_ct_CC="$ac_prog"
        !          2843:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2844:     break 2
        !          2845:   fi
        !          2846: done
        !          2847:   done
        !          2848: IFS=$as_save_IFS
        !          2849: 
        !          2850: fi ;;
        !          2851: esac
        !          2852: fi
        !          2853: ac_ct_CC=$ac_cv_prog_ac_ct_CC
        !          2854: if test -n "$ac_ct_CC"; then
        !          2855:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
        !          2856: printf "%s\n" "$ac_ct_CC" >&6; }
        !          2857: else
        !          2858:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2859: printf "%s\n" "no" >&6; }
        !          2860: fi
        !          2861: 
        !          2862: 
        !          2863:   test -n "$ac_ct_CC" && break
        !          2864: done
        !          2865: 
        !          2866:   if test "x$ac_ct_CC" = x; then
        !          2867:     CC=""
        !          2868:   else
        !          2869:     case $cross_compiling:$ac_tool_warned in
        !          2870: yes:)
        !          2871: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          2872: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          2873: ac_tool_warned=yes ;;
        !          2874: esac
        !          2875:     CC=$ac_ct_CC
        !          2876:   fi
        !          2877: fi
        !          2878: 
        !          2879: fi
        !          2880: if test -z "$CC"; then
        !          2881:   if test -n "$ac_tool_prefix"; then
        !          2882:   # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
        !          2883: set dummy ${ac_tool_prefix}clang; ac_word=$2
        !          2884: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2885: printf %s "checking for $ac_word... " >&6; }
        !          2886: if test ${ac_cv_prog_CC+y}
        !          2887: then :
        !          2888:   printf %s "(cached) " >&6
        !          2889: else case e in #(
        !          2890:   e) if test -n "$CC"; then
        !          2891:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          2892: else
        !          2893: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2894: for as_dir in $PATH
        !          2895: do
        !          2896:   IFS=$as_save_IFS
        !          2897:   case $as_dir in #(((
        !          2898:     '') as_dir=./ ;;
        !          2899:     */) ;;
        !          2900:     *) as_dir=$as_dir/ ;;
        !          2901:   esac
        !          2902:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2903:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2904:     ac_cv_prog_CC="${ac_tool_prefix}clang"
        !          2905:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2906:     break 2
        !          2907:   fi
        !          2908: done
        !          2909:   done
        !          2910: IFS=$as_save_IFS
        !          2911: 
        !          2912: fi ;;
        !          2913: esac
        !          2914: fi
        !          2915: CC=$ac_cv_prog_CC
        !          2916: if test -n "$CC"; then
        !          2917:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          2918: printf "%s\n" "$CC" >&6; }
        !          2919: else
        !          2920:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2921: printf "%s\n" "no" >&6; }
        !          2922: fi
        !          2923: 
        !          2924: 
        !          2925: fi
        !          2926: if test -z "$ac_cv_prog_CC"; then
        !          2927:   ac_ct_CC=$CC
        !          2928:   # Extract the first word of "clang", so it can be a program name with args.
        !          2929: set dummy clang; ac_word=$2
        !          2930: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          2931: printf %s "checking for $ac_word... " >&6; }
        !          2932: if test ${ac_cv_prog_ac_ct_CC+y}
        !          2933: then :
        !          2934:   printf %s "(cached) " >&6
        !          2935: else case e in #(
        !          2936:   e) if test -n "$ac_ct_CC"; then
        !          2937:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
        !          2938: else
        !          2939: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          2940: for as_dir in $PATH
        !          2941: do
        !          2942:   IFS=$as_save_IFS
        !          2943:   case $as_dir in #(((
        !          2944:     '') as_dir=./ ;;
        !          2945:     */) ;;
        !          2946:     *) as_dir=$as_dir/ ;;
        !          2947:   esac
        !          2948:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          2949:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          2950:     ac_cv_prog_ac_ct_CC="clang"
        !          2951:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          2952:     break 2
        !          2953:   fi
        !          2954: done
        !          2955:   done
        !          2956: IFS=$as_save_IFS
        !          2957: 
        !          2958: fi ;;
        !          2959: esac
        !          2960: fi
        !          2961: ac_ct_CC=$ac_cv_prog_ac_ct_CC
        !          2962: if test -n "$ac_ct_CC"; then
        !          2963:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
        !          2964: printf "%s\n" "$ac_ct_CC" >&6; }
        !          2965: else
        !          2966:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          2967: printf "%s\n" "no" >&6; }
        !          2968: fi
        !          2969: 
        !          2970:   if test "x$ac_ct_CC" = x; then
        !          2971:     CC=""
        !          2972:   else
        !          2973:     case $cross_compiling:$ac_tool_warned in
        !          2974: yes:)
        !          2975: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          2976: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          2977: ac_tool_warned=yes ;;
        !          2978: esac
        !          2979:     CC=$ac_ct_CC
        !          2980:   fi
        !          2981: else
        !          2982:   CC="$ac_cv_prog_CC"
        !          2983: fi
        !          2984: 
        !          2985: fi
        !          2986: 
        !          2987: 
        !          2988: test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          2989: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          2990: as_fn_error $? "no acceptable C compiler found in \$PATH
        !          2991: See 'config.log' for more details" "$LINENO" 5; }
        !          2992: 
        !          2993: # Provide some information about the compiler.
        !          2994: printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
        !          2995: set X $ac_compile
        !          2996: ac_compiler=$2
        !          2997: for ac_option in --version -v -V -qversion -version; do
        !          2998:   { { ac_try="$ac_compiler $ac_option >&5"
        !          2999: case "(($ac_try" in
        !          3000:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          3001:   *) ac_try_echo=$ac_try;;
        !          3002: esac
        !          3003: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          3004: printf "%s\n" "$ac_try_echo"; } >&5
        !          3005:   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
        !          3006:   ac_status=$?
        !          3007:   if test -s conftest.err; then
        !          3008:     sed '10a\
        !          3009: ... rest of stderr output deleted ...
        !          3010:          10q' conftest.err >conftest.er1
        !          3011:     cat conftest.er1 >&5
        !          3012:   fi
        !          3013:   rm -f conftest.er1 conftest.err
        !          3014:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          3015:   test $ac_status = 0; }
        !          3016: done
        !          3017: 
        !          3018: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3019: /* end confdefs.h.  */
        !          3020: 
        !          3021: int
        !          3022: main (void)
        !          3023: {
        !          3024: 
        !          3025:   ;
        !          3026:   return 0;
        !          3027: }
        !          3028: _ACEOF
        !          3029: ac_clean_files_save=$ac_clean_files
        !          3030: ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
        !          3031: # Try to create an executable without -o first, disregard a.out.
        !          3032: # It will help us diagnose broken compilers, and finding out an intuition
        !          3033: # of exeext.
        !          3034: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
        !          3035: printf %s "checking whether the C compiler works... " >&6; }
        !          3036: ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
        !          3037: 
        !          3038: # The possible output files:
        !          3039: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
        !          3040: 
        !          3041: ac_rmfiles=
        !          3042: for ac_file in $ac_files
        !          3043: do
        !          3044:   case $ac_file in
        !          3045:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
        !          3046:     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
        !          3047:   esac
        !          3048: done
        !          3049: rm -f $ac_rmfiles
        !          3050: 
        !          3051: if { { ac_try="$ac_link_default"
        !          3052: case "(($ac_try" in
        !          3053:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          3054:   *) ac_try_echo=$ac_try;;
        !          3055: esac
        !          3056: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          3057: printf "%s\n" "$ac_try_echo"; } >&5
        !          3058:   (eval "$ac_link_default") 2>&5
        !          3059:   ac_status=$?
        !          3060:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          3061:   test $ac_status = 0; }
        !          3062: then :
        !          3063:   # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'.
        !          3064: # So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no'
        !          3065: # in a Makefile.  We should not override ac_cv_exeext if it was cached,
        !          3066: # so that the user can short-circuit this test for compilers unknown to
        !          3067: # Autoconf.
        !          3068: for ac_file in $ac_files ''
        !          3069: do
        !          3070:   test -f "$ac_file" || continue
        !          3071:   case $ac_file in
        !          3072:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
        !          3073:        ;;
        !          3074:     [ab].out )
        !          3075:        # We found the default executable, but exeext='' is most
        !          3076:        # certainly right.
        !          3077:        break;;
        !          3078:     *.* )
        !          3079:        if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
        !          3080:        then :; else
        !          3081:           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
        !          3082:        fi
        !          3083:        # We set ac_cv_exeext here because the later test for it is not
        !          3084:        # safe: cross compilers may not add the suffix if given an '-o'
        !          3085:        # argument, so we may need to know it at that point already.
        !          3086:        # Even if this section looks crufty: it has the advantage of
        !          3087:        # actually working.
        !          3088:        break;;
        !          3089:     * )
        !          3090:        break;;
        !          3091:   esac
        !          3092: done
        !          3093: test "$ac_cv_exeext" = no && ac_cv_exeext=
        !          3094: 
        !          3095: else case e in #(
        !          3096:   e) ac_file='' ;;
        !          3097: esac
        !          3098: fi
        !          3099: if test -z "$ac_file"
        !          3100: then :
        !          3101:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          3102: printf "%s\n" "no" >&6; }
        !          3103: printf "%s\n" "$as_me: failed program was:" >&5
        !          3104: sed 's/^/| /' conftest.$ac_ext >&5
        !          3105: 
        !          3106: { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          3107: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          3108: as_fn_error 77 "C compiler cannot create executables
        !          3109: See 'config.log' for more details" "$LINENO" 5; }
        !          3110: else case e in #(
        !          3111:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
        !          3112: printf "%s\n" "yes" >&6; } ;;
        !          3113: esac
        !          3114: fi
        !          3115: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
        !          3116: printf %s "checking for C compiler default output file name... " >&6; }
        !          3117: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
        !          3118: printf "%s\n" "$ac_file" >&6; }
        !          3119: ac_exeext=$ac_cv_exeext
        !          3120: 
        !          3121: rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
        !          3122: ac_clean_files=$ac_clean_files_save
        !          3123: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
        !          3124: printf %s "checking for suffix of executables... " >&6; }
        !          3125: if { { ac_try="$ac_link"
        !          3126: case "(($ac_try" in
        !          3127:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          3128:   *) ac_try_echo=$ac_try;;
        !          3129: esac
        !          3130: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          3131: printf "%s\n" "$ac_try_echo"; } >&5
        !          3132:   (eval "$ac_link") 2>&5
        !          3133:   ac_status=$?
        !          3134:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          3135:   test $ac_status = 0; }
        !          3136: then :
        !          3137:   # If both 'conftest.exe' and 'conftest' are 'present' (well, observable)
        !          3138: # catch 'conftest.exe'.  For instance with Cygwin, 'ls conftest' will
        !          3139: # work properly (i.e., refer to 'conftest.exe'), while it won't with
        !          3140: # 'rm'.
        !          3141: for ac_file in conftest.exe conftest conftest.*; do
        !          3142:   test -f "$ac_file" || continue
        !          3143:   case $ac_file in
        !          3144:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
        !          3145:     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
        !          3146:          break;;
        !          3147:     * ) break;;
        !          3148:   esac
        !          3149: done
        !          3150: else case e in #(
        !          3151:   e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          3152: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          3153: as_fn_error $? "cannot compute suffix of executables: cannot compile and link
        !          3154: See 'config.log' for more details" "$LINENO" 5; } ;;
        !          3155: esac
        !          3156: fi
        !          3157: rm -f conftest conftest$ac_cv_exeext
        !          3158: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
        !          3159: printf "%s\n" "$ac_cv_exeext" >&6; }
        !          3160: 
        !          3161: rm -f conftest.$ac_ext
        !          3162: EXEEXT=$ac_cv_exeext
        !          3163: ac_exeext=$EXEEXT
        !          3164: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3165: /* end confdefs.h.  */
        !          3166: #include <stdio.h>
        !          3167: int
        !          3168: main (void)
        !          3169: {
        !          3170: FILE *f = fopen ("conftest.out", "w");
        !          3171:  if (!f)
        !          3172:   return 1;
        !          3173:  return ferror (f) || fclose (f) != 0;
        !          3174: 
        !          3175:   ;
        !          3176:   return 0;
        !          3177: }
        !          3178: _ACEOF
        !          3179: ac_clean_files="$ac_clean_files conftest.out"
        !          3180: # Check that the compiler produces executables we can run.  If not, either
        !          3181: # the compiler is broken, or we cross compile.
        !          3182: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
        !          3183: printf %s "checking whether we are cross compiling... " >&6; }
        !          3184: if test "$cross_compiling" != yes; then
        !          3185:   { { ac_try="$ac_link"
        !          3186: case "(($ac_try" in
        !          3187:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          3188:   *) ac_try_echo=$ac_try;;
        !          3189: esac
        !          3190: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          3191: printf "%s\n" "$ac_try_echo"; } >&5
        !          3192:   (eval "$ac_link") 2>&5
        !          3193:   ac_status=$?
        !          3194:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          3195:   test $ac_status = 0; }
        !          3196:   if { ac_try='./conftest$ac_cv_exeext'
        !          3197:   { { case "(($ac_try" in
        !          3198:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          3199:   *) ac_try_echo=$ac_try;;
        !          3200: esac
        !          3201: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          3202: printf "%s\n" "$ac_try_echo"; } >&5
        !          3203:   (eval "$ac_try") 2>&5
        !          3204:   ac_status=$?
        !          3205:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          3206:   test $ac_status = 0; }; }; then
        !          3207:     cross_compiling=no
        !          3208:   else
        !          3209:     if test "$cross_compiling" = maybe; then
        !          3210:        cross_compiling=yes
        !          3211:     else
        !          3212:        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          3213: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          3214: as_fn_error 77 "cannot run C compiled programs.
        !          3215: If you meant to cross compile, use '--host'.
        !          3216: See 'config.log' for more details" "$LINENO" 5; }
        !          3217:     fi
        !          3218:   fi
        !          3219: fi
        !          3220: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
        !          3221: printf "%s\n" "$cross_compiling" >&6; }
        !          3222: 
        !          3223: rm -f conftest.$ac_ext conftest$ac_cv_exeext \
        !          3224:   conftest.o conftest.obj conftest.out
        !          3225: ac_clean_files=$ac_clean_files_save
        !          3226: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
        !          3227: printf %s "checking for suffix of object files... " >&6; }
        !          3228: if test ${ac_cv_objext+y}
        !          3229: then :
        !          3230:   printf %s "(cached) " >&6
        !          3231: else case e in #(
        !          3232:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3233: /* end confdefs.h.  */
        !          3234: 
        !          3235: int
        !          3236: main (void)
        !          3237: {
        !          3238: 
        !          3239:   ;
        !          3240:   return 0;
        !          3241: }
        !          3242: _ACEOF
        !          3243: rm -f conftest.o conftest.obj
        !          3244: if { { ac_try="$ac_compile"
        !          3245: case "(($ac_try" in
        !          3246:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          3247:   *) ac_try_echo=$ac_try;;
        !          3248: esac
        !          3249: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          3250: printf "%s\n" "$ac_try_echo"; } >&5
        !          3251:   (eval "$ac_compile") 2>&5
        !          3252:   ac_status=$?
        !          3253:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          3254:   test $ac_status = 0; }
        !          3255: then :
        !          3256:   for ac_file in conftest.o conftest.obj conftest.*; do
        !          3257:   test -f "$ac_file" || continue;
        !          3258:   case $ac_file in
        !          3259:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
        !          3260:     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
        !          3261:        break;;
        !          3262:   esac
        !          3263: done
        !          3264: else case e in #(
        !          3265:   e) printf "%s\n" "$as_me: failed program was:" >&5
        !          3266: sed 's/^/| /' conftest.$ac_ext >&5
        !          3267: 
        !          3268: { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          3269: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          3270: as_fn_error $? "cannot compute suffix of object files: cannot compile
        !          3271: See 'config.log' for more details" "$LINENO" 5; } ;;
        !          3272: esac
        !          3273: fi
        !          3274: rm -f conftest.$ac_cv_objext conftest.$ac_ext ;;
        !          3275: esac
        !          3276: fi
        !          3277: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
        !          3278: printf "%s\n" "$ac_cv_objext" >&6; }
        !          3279: OBJEXT=$ac_cv_objext
        !          3280: ac_objext=$OBJEXT
        !          3281: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
        !          3282: printf %s "checking whether the compiler supports GNU C... " >&6; }
        !          3283: if test ${ac_cv_c_compiler_gnu+y}
        !          3284: then :
        !          3285:   printf %s "(cached) " >&6
        !          3286: else case e in #(
        !          3287:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3288: /* end confdefs.h.  */
        !          3289: 
        !          3290: int
        !          3291: main (void)
        !          3292: {
        !          3293: #ifndef __GNUC__
        !          3294:        choke me
        !          3295: #endif
        !          3296: 
        !          3297:   ;
        !          3298:   return 0;
        !          3299: }
        !          3300: _ACEOF
        !          3301: if ac_fn_c_try_compile "$LINENO"
        !          3302: then :
        !          3303:   ac_compiler_gnu=yes
        !          3304: else case e in #(
        !          3305:   e) ac_compiler_gnu=no ;;
        !          3306: esac
        !          3307: fi
        !          3308: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
        !          3309: ac_cv_c_compiler_gnu=$ac_compiler_gnu
        !          3310:  ;;
        !          3311: esac
        !          3312: fi
        !          3313: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
        !          3314: printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
        !          3315: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          3316: 
        !          3317: if test $ac_compiler_gnu = yes; then
        !          3318:   GCC=yes
        !          3319: else
        !          3320:   GCC=
        !          3321: fi
        !          3322: ac_test_CFLAGS=${CFLAGS+y}
        !          3323: ac_save_CFLAGS=$CFLAGS
        !          3324: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
        !          3325: printf %s "checking whether $CC accepts -g... " >&6; }
        !          3326: if test ${ac_cv_prog_cc_g+y}
        !          3327: then :
        !          3328:   printf %s "(cached) " >&6
        !          3329: else case e in #(
        !          3330:   e) ac_save_c_werror_flag=$ac_c_werror_flag
        !          3331:    ac_c_werror_flag=yes
        !          3332:    ac_cv_prog_cc_g=no
        !          3333:    CFLAGS="-g"
        !          3334:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3335: /* end confdefs.h.  */
        !          3336: 
        !          3337: int
        !          3338: main (void)
        !          3339: {
        !          3340: 
        !          3341:   ;
        !          3342:   return 0;
        !          3343: }
        !          3344: _ACEOF
        !          3345: if ac_fn_c_try_compile "$LINENO"
        !          3346: then :
        !          3347:   ac_cv_prog_cc_g=yes
        !          3348: else case e in #(
        !          3349:   e) CFLAGS=""
        !          3350:       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3351: /* end confdefs.h.  */
        !          3352: 
        !          3353: int
        !          3354: main (void)
        !          3355: {
        !          3356: 
        !          3357:   ;
        !          3358:   return 0;
        !          3359: }
        !          3360: _ACEOF
        !          3361: if ac_fn_c_try_compile "$LINENO"
        !          3362: then :
        !          3363: 
        !          3364: else case e in #(
        !          3365:   e) ac_c_werror_flag=$ac_save_c_werror_flag
        !          3366:         CFLAGS="-g"
        !          3367:         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3368: /* end confdefs.h.  */
        !          3369: 
        !          3370: int
        !          3371: main (void)
        !          3372: {
        !          3373: 
        !          3374:   ;
        !          3375:   return 0;
        !          3376: }
        !          3377: _ACEOF
        !          3378: if ac_fn_c_try_compile "$LINENO"
        !          3379: then :
        !          3380:   ac_cv_prog_cc_g=yes
        !          3381: fi
        !          3382: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
        !          3383: esac
        !          3384: fi
        !          3385: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
        !          3386: esac
        !          3387: fi
        !          3388: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
        !          3389:    ac_c_werror_flag=$ac_save_c_werror_flag ;;
        !          3390: esac
        !          3391: fi
        !          3392: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
        !          3393: printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
        !          3394: if test $ac_test_CFLAGS; then
        !          3395:   CFLAGS=$ac_save_CFLAGS
        !          3396: elif test $ac_cv_prog_cc_g = yes; then
        !          3397:   if test "$GCC" = yes; then
        !          3398:     CFLAGS="-g -O2"
        !          3399:   else
        !          3400:     CFLAGS="-g"
        !          3401:   fi
        !          3402: else
        !          3403:   if test "$GCC" = yes; then
        !          3404:     CFLAGS="-O2"
        !          3405:   else
        !          3406:     CFLAGS=
        !          3407:   fi
        !          3408: fi
        !          3409: ac_prog_cc_stdc=no
        !          3410: if test x$ac_prog_cc_stdc = xno
        !          3411: then :
        !          3412:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
        !          3413: printf %s "checking for $CC option to enable C11 features... " >&6; }
        !          3414: if test ${ac_cv_prog_cc_c11+y}
        !          3415: then :
        !          3416:   printf %s "(cached) " >&6
        !          3417: else case e in #(
        !          3418:   e) ac_cv_prog_cc_c11=no
        !          3419: ac_save_CC=$CC
        !          3420: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3421: /* end confdefs.h.  */
        !          3422: $ac_c_conftest_c11_program
        !          3423: _ACEOF
        !          3424: for ac_arg in '' -std=gnu11
        !          3425: do
        !          3426:   CC="$ac_save_CC $ac_arg"
        !          3427:   if ac_fn_c_try_compile "$LINENO"
        !          3428: then :
        !          3429:   ac_cv_prog_cc_c11=$ac_arg
        !          3430: fi
        !          3431: rm -f core conftest.err conftest.$ac_objext conftest.beam
        !          3432:   test "x$ac_cv_prog_cc_c11" != "xno" && break
        !          3433: done
        !          3434: rm -f conftest.$ac_ext
        !          3435: CC=$ac_save_CC ;;
        !          3436: esac
        !          3437: fi
        !          3438: 
        !          3439: if test "x$ac_cv_prog_cc_c11" = xno
        !          3440: then :
        !          3441:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
        !          3442: printf "%s\n" "unsupported" >&6; }
        !          3443: else case e in #(
        !          3444:   e) if test "x$ac_cv_prog_cc_c11" = x
        !          3445: then :
        !          3446:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
        !          3447: printf "%s\n" "none needed" >&6; }
        !          3448: else case e in #(
        !          3449:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
        !          3450: printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
        !          3451:      CC="$CC $ac_cv_prog_cc_c11" ;;
        !          3452: esac
        !          3453: fi
        !          3454:   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
        !          3455:   ac_prog_cc_stdc=c11 ;;
        !          3456: esac
        !          3457: fi
        !          3458: fi
        !          3459: if test x$ac_prog_cc_stdc = xno
        !          3460: then :
        !          3461:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
        !          3462: printf %s "checking for $CC option to enable C99 features... " >&6; }
        !          3463: if test ${ac_cv_prog_cc_c99+y}
        !          3464: then :
        !          3465:   printf %s "(cached) " >&6
        !          3466: else case e in #(
        !          3467:   e) ac_cv_prog_cc_c99=no
        !          3468: ac_save_CC=$CC
        !          3469: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3470: /* end confdefs.h.  */
        !          3471: $ac_c_conftest_c99_program
        !          3472: _ACEOF
        !          3473: for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
        !          3474: do
        !          3475:   CC="$ac_save_CC $ac_arg"
        !          3476:   if ac_fn_c_try_compile "$LINENO"
        !          3477: then :
        !          3478:   ac_cv_prog_cc_c99=$ac_arg
        !          3479: fi
        !          3480: rm -f core conftest.err conftest.$ac_objext conftest.beam
        !          3481:   test "x$ac_cv_prog_cc_c99" != "xno" && break
        !          3482: done
        !          3483: rm -f conftest.$ac_ext
        !          3484: CC=$ac_save_CC ;;
        !          3485: esac
        !          3486: fi
        !          3487: 
        !          3488: if test "x$ac_cv_prog_cc_c99" = xno
        !          3489: then :
        !          3490:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
        !          3491: printf "%s\n" "unsupported" >&6; }
        !          3492: else case e in #(
        !          3493:   e) if test "x$ac_cv_prog_cc_c99" = x
        !          3494: then :
        !          3495:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
        !          3496: printf "%s\n" "none needed" >&6; }
        !          3497: else case e in #(
        !          3498:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
        !          3499: printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
        !          3500:      CC="$CC $ac_cv_prog_cc_c99" ;;
        !          3501: esac
        !          3502: fi
        !          3503:   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
        !          3504:   ac_prog_cc_stdc=c99 ;;
        !          3505: esac
        !          3506: fi
        !          3507: fi
        !          3508: if test x$ac_prog_cc_stdc = xno
        !          3509: then :
        !          3510:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
        !          3511: printf %s "checking for $CC option to enable C89 features... " >&6; }
        !          3512: if test ${ac_cv_prog_cc_c89+y}
        !          3513: then :
        !          3514:   printf %s "(cached) " >&6
        !          3515: else case e in #(
        !          3516:   e) ac_cv_prog_cc_c89=no
        !          3517: ac_save_CC=$CC
        !          3518: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3519: /* end confdefs.h.  */
        !          3520: $ac_c_conftest_c89_program
        !          3521: _ACEOF
        !          3522: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
        !          3523: do
        !          3524:   CC="$ac_save_CC $ac_arg"
        !          3525:   if ac_fn_c_try_compile "$LINENO"
        !          3526: then :
        !          3527:   ac_cv_prog_cc_c89=$ac_arg
        !          3528: fi
        !          3529: rm -f core conftest.err conftest.$ac_objext conftest.beam
        !          3530:   test "x$ac_cv_prog_cc_c89" != "xno" && break
        !          3531: done
        !          3532: rm -f conftest.$ac_ext
        !          3533: CC=$ac_save_CC ;;
        !          3534: esac
        !          3535: fi
        !          3536: 
        !          3537: if test "x$ac_cv_prog_cc_c89" = xno
        !          3538: then :
        !          3539:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
        !          3540: printf "%s\n" "unsupported" >&6; }
        !          3541: else case e in #(
        !          3542:   e) if test "x$ac_cv_prog_cc_c89" = x
        !          3543: then :
        !          3544:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
        !          3545: printf "%s\n" "none needed" >&6; }
        !          3546: else case e in #(
        !          3547:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
        !          3548: printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
        !          3549:      CC="$CC $ac_cv_prog_cc_c89" ;;
        !          3550: esac
        !          3551: fi
        !          3552:   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
        !          3553:   ac_prog_cc_stdc=c89 ;;
        !          3554: esac
        !          3555: fi
        !          3556: fi
        !          3557: 
        !          3558: ac_ext=c
        !          3559: ac_cpp='$CPP $CPPFLAGS'
        !          3560: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          3561: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          3562: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          3563: 
        !          3564: 
        !          3565:   ac_ext=c
        !          3566: ac_cpp='$CPP $CPPFLAGS'
        !          3567: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          3568: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          3569: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          3570: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
        !          3571: printf %s "checking whether $CC understands -c and -o together... " >&6; }
        !          3572: if test ${am_cv_prog_cc_c_o+y}
        !          3573: then :
        !          3574:   printf %s "(cached) " >&6
        !          3575: else case e in #(
        !          3576:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3577: /* end confdefs.h.  */
        !          3578: 
        !          3579: int
        !          3580: main (void)
        !          3581: {
        !          3582: 
        !          3583:   ;
        !          3584:   return 0;
        !          3585: }
        !          3586: _ACEOF
        !          3587:   # Make sure it works both with $CC and with simple cc.
        !          3588:   # Following AC_PROG_CC_C_O, we do the test twice because some
        !          3589:   # compilers refuse to overwrite an existing .o file with -o,
        !          3590:   # though they will create one.
        !          3591:   am_cv_prog_cc_c_o=yes
        !          3592:   for am_i in 1 2; do
        !          3593:     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
        !          3594:    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
        !          3595:    ac_status=$?
        !          3596:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          3597:    (exit $ac_status); } \
        !          3598:          && test -f conftest2.$ac_objext; then
        !          3599:       : OK
        !          3600:     else
        !          3601:       am_cv_prog_cc_c_o=no
        !          3602:       break
        !          3603:     fi
        !          3604:   done
        !          3605:   rm -f core conftest*
        !          3606:   unset am_i ;;
        !          3607: esac
        !          3608: fi
        !          3609: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
        !          3610: printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
        !          3611: if test "$am_cv_prog_cc_c_o" != yes; then
        !          3612:    # Losing compiler, so override with the script.
        !          3613:    # FIXME: It is wrong to rewrite CC.
        !          3614:    # But if we don't then we get into trouble of one sort or another.
        !          3615:    # A longer-term fix would be to have automake use am__CC in this case,
        !          3616:    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
        !          3617:    CC="$am_aux_dir/compile $CC"
        !          3618: fi
        !          3619: ac_ext=c
        !          3620: ac_cpp='$CPP $CPPFLAGS'
        !          3621: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          3622: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          3623: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          3624: 
        !          3625: 
        !          3626: 
        !          3627: ac_header= ac_cache=
        !          3628: for ac_item in $ac_header_c_list
        !          3629: do
        !          3630:   if test $ac_cache; then
        !          3631:     ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
        !          3632:     if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
        !          3633:       printf "%s\n" "#define $ac_item 1" >> confdefs.h
        !          3634:     fi
        !          3635:     ac_header= ac_cache=
        !          3636:   elif test $ac_header; then
        !          3637:     ac_cache=$ac_item
        !          3638:   else
        !          3639:     ac_header=$ac_item
        !          3640:   fi
        !          3641: done
        !          3642: 
        !          3643: 
        !          3644: 
        !          3645: 
        !          3646: 
        !          3647: 
        !          3648: 
        !          3649: 
        !          3650: if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
        !          3651: then :
        !          3652: 
        !          3653: printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
        !          3654: 
        !          3655: fi
        !          3656: 
        !          3657:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a readline compatible library" >&5
        !          3658: printf %s "checking for a readline compatible library... " >&6; }
        !          3659: if test ${ax_cv_lib_readline+y}
        !          3660: then :
        !          3661:   printf %s "(cached) " >&6
        !          3662: else case e in #(
        !          3663:   e)
        !          3664:     ORIG_LIBS="$LIBS"
        !          3665:     for readline_lib in readline edit editline; do
        !          3666:       for termcap_lib in "" termcap curses ncurses; do
        !          3667:         if test -z "$termcap_lib"; then
        !          3668:           TRY_LIB="-l$readline_lib"
        !          3669:         else
        !          3670:           TRY_LIB="-l$readline_lib -l$termcap_lib"
        !          3671:         fi
        !          3672:         LIBS="$ORIG_LIBS $TRY_LIB"
        !          3673:         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3674: /* end confdefs.h.  */
        !          3675: 
        !          3676: /* Override any GCC internal prototype to avoid an error.
        !          3677:    Use char because int might match the return type of a GCC
        !          3678:    builtin and then its argument prototype would still apply.
        !          3679:    The 'extern "C"' is for builds by C++ compilers;
        !          3680:    although this is not generally supported in C code supporting it here
        !          3681:    has little cost and some practical benefit (sr 110532).  */
        !          3682: #ifdef __cplusplus
        !          3683: extern "C"
        !          3684: #endif
        !          3685: char readline (void);
        !          3686: int
        !          3687: main (void)
        !          3688: {
        !          3689: return readline ();
        !          3690:   ;
        !          3691:   return 0;
        !          3692: }
        !          3693: _ACEOF
        !          3694: if ac_fn_c_try_link "$LINENO"
        !          3695: then :
        !          3696:   ax_cv_lib_readline="$TRY_LIB"
        !          3697: fi
        !          3698: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          3699:     conftest$ac_exeext conftest.$ac_ext
        !          3700:         if test -n "$ax_cv_lib_readline"; then
        !          3701:           break
        !          3702:         fi
        !          3703:       done
        !          3704:       if test -n "$ax_cv_lib_readline"; then
        !          3705:         break
        !          3706:       fi
        !          3707:     done
        !          3708:     if test -z "$ax_cv_lib_readline"; then
        !          3709:       ax_cv_lib_readline="no"
        !          3710:     fi
        !          3711:     LIBS="$ORIG_LIBS"
        !          3712:    ;;
        !          3713: esac
        !          3714: fi
        !          3715: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_lib_readline" >&5
        !          3716: printf "%s\n" "$ax_cv_lib_readline" >&6; }
        !          3717: 
        !          3718:   if test "$ax_cv_lib_readline" != "no"; then
        !          3719:     LIBS="$LIBS $ax_cv_lib_readline"
        !          3720: 
        !          3721: printf "%s\n" "#define HAVE_LIBREADLINE 1" >>confdefs.h
        !          3722: 
        !          3723:     ac_fn_c_check_header_compile "$LINENO" "readline.h" "ac_cv_header_readline_h" "$ac_includes_default"
        !          3724: if test "x$ac_cv_header_readline_h" = xyes
        !          3725: then :
        !          3726:   printf "%s\n" "#define HAVE_READLINE_H 1" >>confdefs.h
        !          3727: 
        !          3728: fi
        !          3729: ac_fn_c_check_header_compile "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default"
        !          3730: if test "x$ac_cv_header_readline_readline_h" = xyes
        !          3731: then :
        !          3732:   printf "%s\n" "#define HAVE_READLINE_READLINE_H 1" >>confdefs.h
        !          3733: 
        !          3734: fi
        !          3735: 
        !          3736:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readline supports history" >&5
        !          3737: printf %s "checking whether readline supports history... " >&6; }
        !          3738: if test ${ax_cv_lib_readline_history+y}
        !          3739: then :
        !          3740:   printf %s "(cached) " >&6
        !          3741: else case e in #(
        !          3742:   e)
        !          3743:       ax_cv_lib_readline_history="no"
        !          3744:       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3745: /* end confdefs.h.  */
        !          3746: 
        !          3747: /* Override any GCC internal prototype to avoid an error.
        !          3748:    Use char because int might match the return type of a GCC
        !          3749:    builtin and then its argument prototype would still apply.
        !          3750:    The 'extern "C"' is for builds by C++ compilers;
        !          3751:    although this is not generally supported in C code supporting it here
        !          3752:    has little cost and some practical benefit (sr 110532).  */
        !          3753: #ifdef __cplusplus
        !          3754: extern "C"
        !          3755: #endif
        !          3756: char add_history (void);
        !          3757: int
        !          3758: main (void)
        !          3759: {
        !          3760: return add_history ();
        !          3761:   ;
        !          3762:   return 0;
        !          3763: }
        !          3764: _ACEOF
        !          3765: if ac_fn_c_try_link "$LINENO"
        !          3766: then :
        !          3767:   ax_cv_lib_readline_history="yes"
        !          3768: fi
        !          3769: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          3770:     conftest$ac_exeext conftest.$ac_ext
        !          3771:      ;;
        !          3772: esac
        !          3773: fi
        !          3774: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_lib_readline_history" >&5
        !          3775: printf "%s\n" "$ax_cv_lib_readline_history" >&6; }
        !          3776:     if test "$ax_cv_lib_readline_history" = "yes"; then
        !          3777: 
        !          3778: printf "%s\n" "#define HAVE_READLINE_HISTORY 1" >>confdefs.h
        !          3779: 
        !          3780:       ac_fn_c_check_header_compile "$LINENO" "history.h" "ac_cv_header_history_h" "$ac_includes_default"
        !          3781: if test "x$ac_cv_header_history_h" = xyes
        !          3782: then :
        !          3783:   printf "%s\n" "#define HAVE_HISTORY_H 1" >>confdefs.h
        !          3784: 
        !          3785: fi
        !          3786: ac_fn_c_check_header_compile "$LINENO" "readline/history.h" "ac_cv_header_readline_history_h" "$ac_includes_default"
        !          3787: if test "x$ac_cv_header_readline_history_h" = xyes
        !          3788: then :
        !          3789:   printf "%s\n" "#define HAVE_READLINE_HISTORY_H 1" >>confdefs.h
        !          3790: 
        !          3791: fi
        !          3792: 
        !          3793:     fi
        !          3794:   fi
        !          3795: 
        !          3796: 
        !          3797: # check for libm
        !          3798: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for powf in -lm" >&5
        !          3799: printf %s "checking for powf in -lm... " >&6; }
        !          3800: if test ${ac_cv_lib_m_powf+y}
        !          3801: then :
        !          3802:   printf %s "(cached) " >&6
        !          3803: else case e in #(
        !          3804:   e) ac_check_lib_save_LIBS=$LIBS
        !          3805: LIBS="-lm  $LIBS"
        !          3806: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3807: /* end confdefs.h.  */
        !          3808: 
        !          3809: /* Override any GCC internal prototype to avoid an error.
        !          3810:    Use char because int might match the return type of a GCC
        !          3811:    builtin and then its argument prototype would still apply.
        !          3812:    The 'extern "C"' is for builds by C++ compilers;
        !          3813:    although this is not generally supported in C code supporting it here
        !          3814:    has little cost and some practical benefit (sr 110532).  */
        !          3815: #ifdef __cplusplus
        !          3816: extern "C"
        !          3817: #endif
        !          3818: char powf (void);
        !          3819: int
        !          3820: main (void)
        !          3821: {
        !          3822: return powf ();
        !          3823:   ;
        !          3824:   return 0;
        !          3825: }
        !          3826: _ACEOF
        !          3827: if ac_fn_c_try_link "$LINENO"
        !          3828: then :
        !          3829:   ac_cv_lib_m_powf=yes
        !          3830: else case e in #(
        !          3831:   e) ac_cv_lib_m_powf=no ;;
        !          3832: esac
        !          3833: fi
        !          3834: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          3835:     conftest$ac_exeext conftest.$ac_ext
        !          3836: LIBS=$ac_check_lib_save_LIBS ;;
        !          3837: esac
        !          3838: fi
        !          3839: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_powf" >&5
        !          3840: printf "%s\n" "$ac_cv_lib_m_powf" >&6; }
        !          3841: if test "x$ac_cv_lib_m_powf" = xyes
        !          3842: then :
        !          3843:   printf "%s\n" "#define HAVE_LIBM 1" >>confdefs.h
        !          3844: 
        !          3845:   LIBS="-lm $LIBS"
        !          3846: 
        !          3847: fi
        !          3848: 
        !          3849: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
        !          3850: printf %s "checking for pow in -lm... " >&6; }
        !          3851: if test ${ac_cv_lib_m_pow+y}
        !          3852: then :
        !          3853:   printf %s "(cached) " >&6
        !          3854: else case e in #(
        !          3855:   e) ac_check_lib_save_LIBS=$LIBS
        !          3856: LIBS="-lm  $LIBS"
        !          3857: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          3858: /* end confdefs.h.  */
        !          3859: 
        !          3860: /* Override any GCC internal prototype to avoid an error.
        !          3861:    Use char because int might match the return type of a GCC
        !          3862:    builtin and then its argument prototype would still apply.
        !          3863:    The 'extern "C"' is for builds by C++ compilers;
        !          3864:    although this is not generally supported in C code supporting it here
        !          3865:    has little cost and some practical benefit (sr 110532).  */
        !          3866: #ifdef __cplusplus
        !          3867: extern "C"
        !          3868: #endif
        !          3869: char pow (void);
        !          3870: int
        !          3871: main (void)
        !          3872: {
        !          3873: return pow ();
        !          3874:   ;
        !          3875:   return 0;
        !          3876: }
        !          3877: _ACEOF
        !          3878: if ac_fn_c_try_link "$LINENO"
        !          3879: then :
        !          3880:   ac_cv_lib_m_pow=yes
        !          3881: else case e in #(
        !          3882:   e) ac_cv_lib_m_pow=no ;;
        !          3883: esac
        !          3884: fi
        !          3885: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          3886:     conftest$ac_exeext conftest.$ac_ext
        !          3887: LIBS=$ac_check_lib_save_LIBS ;;
        !          3888: esac
        !          3889: fi
        !          3890: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
        !          3891: printf "%s\n" "$ac_cv_lib_m_pow" >&6; }
        !          3892: if test "x$ac_cv_lib_m_pow" = xyes
        !          3893: then :
        !          3894:   printf "%s\n" "#define HAVE_LIBM 1" >>confdefs.h
        !          3895: 
        !          3896:   LIBS="-lm $LIBS"
        !          3897: 
        !          3898: fi
        !          3899: 
        !          3900: 
        !          3901: 
        !          3902: 
        !          3903:   # Make sure we can run config.sub.
        !          3904: $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
        !          3905:   as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
        !          3906: 
        !          3907: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
        !          3908: printf %s "checking build system type... " >&6; }
        !          3909: if test ${ac_cv_build+y}
        !          3910: then :
        !          3911:   printf %s "(cached) " >&6
        !          3912: else case e in #(
        !          3913:   e) ac_build_alias=$build_alias
        !          3914: test "x$ac_build_alias" = x &&
        !          3915:   ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
        !          3916: test "x$ac_build_alias" = x &&
        !          3917:   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
        !          3918: ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
        !          3919:   as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
        !          3920:  ;;
        !          3921: esac
        !          3922: fi
        !          3923: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
        !          3924: printf "%s\n" "$ac_cv_build" >&6; }
        !          3925: case $ac_cv_build in
        !          3926: *-*-*) ;;
        !          3927: *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
        !          3928: esac
        !          3929: build=$ac_cv_build
        !          3930: ac_save_IFS=$IFS; IFS='-'
        !          3931: set x $ac_cv_build
        !          3932: shift
        !          3933: build_cpu=$1
        !          3934: build_vendor=$2
        !          3935: shift; shift
        !          3936: # Remember, the first character of IFS is used to create $*,
        !          3937: # except with old shells:
        !          3938: build_os=$*
        !          3939: IFS=$ac_save_IFS
        !          3940: case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
        !          3941: 
        !          3942: 
        !          3943: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
        !          3944: printf %s "checking host system type... " >&6; }
        !          3945: if test ${ac_cv_host+y}
        !          3946: then :
        !          3947:   printf %s "(cached) " >&6
        !          3948: else case e in #(
        !          3949:   e) if test "x$host_alias" = x; then
        !          3950:   ac_cv_host=$ac_cv_build
        !          3951: else
        !          3952:   ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
        !          3953:     as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
        !          3954: fi
        !          3955:  ;;
        !          3956: esac
        !          3957: fi
        !          3958: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
        !          3959: printf "%s\n" "$ac_cv_host" >&6; }
        !          3960: case $ac_cv_host in
        !          3961: *-*-*) ;;
        !          3962: *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
        !          3963: esac
        !          3964: host=$ac_cv_host
        !          3965: ac_save_IFS=$IFS; IFS='-'
        !          3966: set x $ac_cv_host
        !          3967: shift
        !          3968: host_cpu=$1
        !          3969: host_vendor=$2
        !          3970: shift; shift
        !          3971: # Remember, the first character of IFS is used to create $*,
        !          3972: # except with old shells:
        !          3973: host_os=$*
        !          3974: IFS=$ac_save_IFS
        !          3975: case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
        !          3976: 
        !          3977: 
        !          3978: 
        !          3979: # find out if we need to link with -lsocket and/or -lnsl to get
        !          3980: # BSD sockets support
        !          3981: 
        !          3982: # This is what autoupdate's m4 run will expand.  It fires the warning
        !          3983: # (with _au_warn_XXX), outputs it into the updated configure.ac (with
        !          3984: # m4_warn), and then outputs the replacement expansion.  We need extra
        !          3985: # quotation around the m4_warn and dnl so they will be written
        !          3986: # unexpanded into the updated configure.ac.
        !          3987: 
        !          3988: 
        !          3989: # This is an auxiliary macro that is also run when
        !          3990: # autoupdate runs m4.  It simply calls m4_warning, but
        !          3991: # we need a wrapper so that each warning is emitted only
        !          3992: # once.  We break the quoting in m4_warning's argument in
        !          3993: # order to expand this macro's arguments, not AU_DEFUN's.
        !          3994: 
        !          3995: 
        !          3996: # Finally, this is the expansion that is picked up by
        !          3997: # autoconf, causing NAME to expand to NEW-CODE, plus
        !          3998: # (if SILENT is not "silent") a m4_warning telling the
        !          3999: # maintainer to run autoupdate.  We don't issue MESSAGE
        !          4000: # from autoconf, because that's instructions for what
        !          4001: # to do *after* running autoupdate.
        !          4002: 
        !          4003: 
        !          4004: 
        !          4005: 
        !          4006: 
        !          4007:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
        !          4008: printf %s "checking for library containing gethostbyname... " >&6; }
        !          4009: if test ${ac_cv_search_gethostbyname+y}
        !          4010: then :
        !          4011:   printf %s "(cached) " >&6
        !          4012: else case e in #(
        !          4013:   e) ac_func_search_save_LIBS=$LIBS
        !          4014: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4015: /* end confdefs.h.  */
        !          4016: 
        !          4017: /* Override any GCC internal prototype to avoid an error.
        !          4018:    Use char because int might match the return type of a GCC
        !          4019:    builtin and then its argument prototype would still apply.
        !          4020:    The 'extern "C"' is for builds by C++ compilers;
        !          4021:    although this is not generally supported in C code supporting it here
        !          4022:    has little cost and some practical benefit (sr 110532).  */
        !          4023: #ifdef __cplusplus
        !          4024: extern "C"
        !          4025: #endif
        !          4026: char gethostbyname (void);
        !          4027: int
        !          4028: main (void)
        !          4029: {
        !          4030: return gethostbyname ();
        !          4031:   ;
        !          4032:   return 0;
        !          4033: }
        !          4034: _ACEOF
        !          4035: for ac_lib in '' nsl
        !          4036: do
        !          4037:   if test -z "$ac_lib"; then
        !          4038:     ac_res="none required"
        !          4039:   else
        !          4040:     ac_res=-l$ac_lib
        !          4041:     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
        !          4042:   fi
        !          4043:   if ac_fn_c_try_link "$LINENO"
        !          4044: then :
        !          4045:   ac_cv_search_gethostbyname=$ac_res
        !          4046: fi
        !          4047: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4048:     conftest$ac_exeext
        !          4049:   if test ${ac_cv_search_gethostbyname+y}
        !          4050: then :
        !          4051:   break
        !          4052: fi
        !          4053: done
        !          4054: if test ${ac_cv_search_gethostbyname+y}
        !          4055: then :
        !          4056: 
        !          4057: else case e in #(
        !          4058:   e) ac_cv_search_gethostbyname=no ;;
        !          4059: esac
        !          4060: fi
        !          4061: rm conftest.$ac_ext
        !          4062: LIBS=$ac_func_search_save_LIBS ;;
        !          4063: esac
        !          4064: fi
        !          4065: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
        !          4066: printf "%s\n" "$ac_cv_search_gethostbyname" >&6; }
        !          4067: ac_res=$ac_cv_search_gethostbyname
        !          4068: if test "$ac_res" != no
        !          4069: then :
        !          4070:   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
        !          4071: 
        !          4072: fi
        !          4073: 
        !          4074:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
        !          4075: printf %s "checking for library containing socket... " >&6; }
        !          4076: if test ${ac_cv_search_socket+y}
        !          4077: then :
        !          4078:   printf %s "(cached) " >&6
        !          4079: else case e in #(
        !          4080:   e) ac_func_search_save_LIBS=$LIBS
        !          4081: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4082: /* end confdefs.h.  */
        !          4083: 
        !          4084: /* Override any GCC internal prototype to avoid an error.
        !          4085:    Use char because int might match the return type of a GCC
        !          4086:    builtin and then its argument prototype would still apply.
        !          4087:    The 'extern "C"' is for builds by C++ compilers;
        !          4088:    although this is not generally supported in C code supporting it here
        !          4089:    has little cost and some practical benefit (sr 110532).  */
        !          4090: #ifdef __cplusplus
        !          4091: extern "C"
        !          4092: #endif
        !          4093: char socket (void);
        !          4094: int
        !          4095: main (void)
        !          4096: {
        !          4097: return socket ();
        !          4098:   ;
        !          4099:   return 0;
        !          4100: }
        !          4101: _ACEOF
        !          4102: for ac_lib in '' socket
        !          4103: do
        !          4104:   if test -z "$ac_lib"; then
        !          4105:     ac_res="none required"
        !          4106:   else
        !          4107:     ac_res=-l$ac_lib
        !          4108:     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
        !          4109:   fi
        !          4110:   if ac_fn_c_try_link "$LINENO"
        !          4111: then :
        !          4112:   ac_cv_search_socket=$ac_res
        !          4113: fi
        !          4114: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4115:     conftest$ac_exeext
        !          4116:   if test ${ac_cv_search_socket+y}
        !          4117: then :
        !          4118:   break
        !          4119: fi
        !          4120: done
        !          4121: if test ${ac_cv_search_socket+y}
        !          4122: then :
        !          4123: 
        !          4124: else case e in #(
        !          4125:   e) ac_cv_search_socket=no ;;
        !          4126: esac
        !          4127: fi
        !          4128: rm conftest.$ac_ext
        !          4129: LIBS=$ac_func_search_save_LIBS ;;
        !          4130: esac
        !          4131: fi
        !          4132: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
        !          4133: printf "%s\n" "$ac_cv_search_socket" >&6; }
        !          4134: ac_res=$ac_cv_search_socket
        !          4135: if test "$ac_res" != no
        !          4136: then :
        !          4137:   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
        !          4138: 
        !          4139: else case e in #(
        !          4140:   e)
        !          4141:                 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
        !          4142: printf %s "checking for socket in -lsocket... " >&6; }
        !          4143: if test ${ac_cv_lib_socket_socket+y}
        !          4144: then :
        !          4145:   printf %s "(cached) " >&6
        !          4146: else case e in #(
        !          4147:   e) ac_check_lib_save_LIBS=$LIBS
        !          4148: LIBS="-lsocket -lnsl $LIBS"
        !          4149: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4150: /* end confdefs.h.  */
        !          4151: 
        !          4152: /* Override any GCC internal prototype to avoid an error.
        !          4153:    Use char because int might match the return type of a GCC
        !          4154:    builtin and then its argument prototype would still apply.
        !          4155:    The 'extern "C"' is for builds by C++ compilers;
        !          4156:    although this is not generally supported in C code supporting it here
        !          4157:    has little cost and some practical benefit (sr 110532).  */
        !          4158: #ifdef __cplusplus
        !          4159: extern "C"
        !          4160: #endif
        !          4161: char socket (void);
        !          4162: int
        !          4163: main (void)
        !          4164: {
        !          4165: return socket ();
        !          4166:   ;
        !          4167:   return 0;
        !          4168: }
        !          4169: _ACEOF
        !          4170: if ac_fn_c_try_link "$LINENO"
        !          4171: then :
        !          4172:   ac_cv_lib_socket_socket=yes
        !          4173: else case e in #(
        !          4174:   e) ac_cv_lib_socket_socket=no ;;
        !          4175: esac
        !          4176: fi
        !          4177: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4178:     conftest$ac_exeext conftest.$ac_ext
        !          4179: LIBS=$ac_check_lib_save_LIBS ;;
        !          4180: esac
        !          4181: fi
        !          4182: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
        !          4183: printf "%s\n" "$ac_cv_lib_socket_socket" >&6; }
        !          4184: if test "x$ac_cv_lib_socket_socket" = xyes
        !          4185: then :
        !          4186:   LIBS="-lsocket -lnsl $LIBS"
        !          4187: fi
        !          4188:  ;;
        !          4189: esac
        !          4190: fi
        !          4191: 
        !          4192: 
        !          4193: 
        !          4194: #
        !          4195: # check for getopt.h and getopt_long
        !          4196: #
        !          4197: ac_fn_c_check_header_compile "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
        !          4198: if test "x$ac_cv_header_getopt_h" = xyes
        !          4199: then :
        !          4200:   printf "%s\n" "#define HAVE_GETOPT_H 1" >>confdefs.h
        !          4201: 
        !          4202: fi
        !          4203: 
        !          4204: ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long"
        !          4205: if test "x$ac_cv_func_getopt_long" = xyes
        !          4206: then :
        !          4207:   printf "%s\n" "#define HAVE_GETOPT_LONG 1" >>confdefs.h
        !          4208: 
        !          4209: fi
        !          4210: 
        !          4211: 
        !          4212: #
        !          4213: # bring in X11, X Toolkit, and Motif if --enable-mwapi is passed to configure
        !          4214: #
        !          4215: # Check whether --enable-mwapi was given.
        !          4216: if test ${enable_mwapi+y}
        !          4217: then :
        !          4218:   enableval=$enable_mwapi;
        !          4219: fi
        !          4220: 
        !          4221: 
        !          4222: if test "x$enable_mwapi" = "xyes"
        !          4223: then :
        !          4224: 
        !          4225: 
        !          4226:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XTextWidth in -lX11" >&5
        !          4227: printf %s "checking for XTextWidth in -lX11... " >&6; }
        !          4228: if test ${ac_cv_lib_X11_XTextWidth+y}
        !          4229: then :
        !          4230:   printf %s "(cached) " >&6
        !          4231: else case e in #(
        !          4232:   e) ac_check_lib_save_LIBS=$LIBS
        !          4233: LIBS="-lX11  $LIBS"
        !          4234: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4235: /* end confdefs.h.  */
        !          4236: 
        !          4237: /* Override any GCC internal prototype to avoid an error.
        !          4238:    Use char because int might match the return type of a GCC
        !          4239:    builtin and then its argument prototype would still apply.
        !          4240:    The 'extern "C"' is for builds by C++ compilers;
        !          4241:    although this is not generally supported in C code supporting it here
        !          4242:    has little cost and some practical benefit (sr 110532).  */
        !          4243: #ifdef __cplusplus
        !          4244: extern "C"
        !          4245: #endif
        !          4246: char XTextWidth (void);
        !          4247: int
        !          4248: main (void)
        !          4249: {
        !          4250: return XTextWidth ();
        !          4251:   ;
        !          4252:   return 0;
        !          4253: }
        !          4254: _ACEOF
        !          4255: if ac_fn_c_try_link "$LINENO"
        !          4256: then :
        !          4257:   ac_cv_lib_X11_XTextWidth=yes
        !          4258: else case e in #(
        !          4259:   e) ac_cv_lib_X11_XTextWidth=no ;;
        !          4260: esac
        !          4261: fi
        !          4262: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4263:     conftest$ac_exeext conftest.$ac_ext
        !          4264: LIBS=$ac_check_lib_save_LIBS ;;
        !          4265: esac
        !          4266: fi
        !          4267: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XTextWidth" >&5
        !          4268: printf "%s\n" "$ac_cv_lib_X11_XTextWidth" >&6; }
        !          4269: if test "x$ac_cv_lib_X11_XTextWidth" = xyes
        !          4270: then :
        !          4271:   ax_have_x11="yes" && LIBS="-lX11 $LIBS"
        !          4272: fi
        !          4273: 
        !          4274:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XtWindow in -lXt" >&5
        !          4275: printf %s "checking for XtWindow in -lXt... " >&6; }
        !          4276: if test ${ac_cv_lib_Xt_XtWindow+y}
        !          4277: then :
        !          4278:   printf %s "(cached) " >&6
        !          4279: else case e in #(
        !          4280:   e) ac_check_lib_save_LIBS=$LIBS
        !          4281: LIBS="-lXt  $LIBS"
        !          4282: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4283: /* end confdefs.h.  */
        !          4284: 
        !          4285: /* Override any GCC internal prototype to avoid an error.
        !          4286:    Use char because int might match the return type of a GCC
        !          4287:    builtin and then its argument prototype would still apply.
        !          4288:    The 'extern "C"' is for builds by C++ compilers;
        !          4289:    although this is not generally supported in C code supporting it here
        !          4290:    has little cost and some practical benefit (sr 110532).  */
        !          4291: #ifdef __cplusplus
        !          4292: extern "C"
        !          4293: #endif
        !          4294: char XtWindow (void);
        !          4295: int
        !          4296: main (void)
        !          4297: {
        !          4298: return XtWindow ();
        !          4299:   ;
        !          4300:   return 0;
        !          4301: }
        !          4302: _ACEOF
        !          4303: if ac_fn_c_try_link "$LINENO"
        !          4304: then :
        !          4305:   ac_cv_lib_Xt_XtWindow=yes
        !          4306: else case e in #(
        !          4307:   e) ac_cv_lib_Xt_XtWindow=no ;;
        !          4308: esac
        !          4309: fi
        !          4310: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4311:     conftest$ac_exeext conftest.$ac_ext
        !          4312: LIBS=$ac_check_lib_save_LIBS ;;
        !          4313: esac
        !          4314: fi
        !          4315: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xt_XtWindow" >&5
        !          4316: printf "%s\n" "$ac_cv_lib_Xt_XtWindow" >&6; }
        !          4317: if test "x$ac_cv_lib_Xt_XtWindow" = xyes
        !          4318: then :
        !          4319:   ax_have_xt="yes" && LIBS="-lXt $LIBS"
        !          4320: fi
        !          4321: 
        !          4322:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceFlush in -lICE" >&5
        !          4323: printf %s "checking for IceFlush in -lICE... " >&6; }
        !          4324: if test ${ac_cv_lib_ICE_IceFlush+y}
        !          4325: then :
        !          4326:   printf %s "(cached) " >&6
        !          4327: else case e in #(
        !          4328:   e) ac_check_lib_save_LIBS=$LIBS
        !          4329: LIBS="-lICE  $LIBS"
        !          4330: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4331: /* end confdefs.h.  */
        !          4332: 
        !          4333: /* Override any GCC internal prototype to avoid an error.
        !          4334:    Use char because int might match the return type of a GCC
        !          4335:    builtin and then its argument prototype would still apply.
        !          4336:    The 'extern "C"' is for builds by C++ compilers;
        !          4337:    although this is not generally supported in C code supporting it here
        !          4338:    has little cost and some practical benefit (sr 110532).  */
        !          4339: #ifdef __cplusplus
        !          4340: extern "C"
        !          4341: #endif
        !          4342: char IceFlush (void);
        !          4343: int
        !          4344: main (void)
        !          4345: {
        !          4346: return IceFlush ();
        !          4347:   ;
        !          4348:   return 0;
        !          4349: }
        !          4350: _ACEOF
        !          4351: if ac_fn_c_try_link "$LINENO"
        !          4352: then :
        !          4353:   ac_cv_lib_ICE_IceFlush=yes
        !          4354: else case e in #(
        !          4355:   e) ac_cv_lib_ICE_IceFlush=no ;;
        !          4356: esac
        !          4357: fi
        !          4358: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4359:     conftest$ac_exeext conftest.$ac_ext
        !          4360: LIBS=$ac_check_lib_save_LIBS ;;
        !          4361: esac
        !          4362: fi
        !          4363: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceFlush" >&5
        !          4364: printf "%s\n" "$ac_cv_lib_ICE_IceFlush" >&6; }
        !          4365: if test "x$ac_cv_lib_ICE_IceFlush" = xyes
        !          4366: then :
        !          4367:   ax_have_ice="yes" && LIBS="-lICE $LIBS"
        !          4368: fi
        !          4369: 
        !          4370:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XmActivateProtocol in -lXm" >&5
        !          4371: printf %s "checking for XmActivateProtocol in -lXm... " >&6; }
        !          4372: if test ${ac_cv_lib_Xm_XmActivateProtocol+y}
        !          4373: then :
        !          4374:   printf %s "(cached) " >&6
        !          4375: else case e in #(
        !          4376:   e) ac_check_lib_save_LIBS=$LIBS
        !          4377: LIBS="-lXm  $LIBS"
        !          4378: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4379: /* end confdefs.h.  */
        !          4380: 
        !          4381: /* Override any GCC internal prototype to avoid an error.
        !          4382:    Use char because int might match the return type of a GCC
        !          4383:    builtin and then its argument prototype would still apply.
        !          4384:    The 'extern "C"' is for builds by C++ compilers;
        !          4385:    although this is not generally supported in C code supporting it here
        !          4386:    has little cost and some practical benefit (sr 110532).  */
        !          4387: #ifdef __cplusplus
        !          4388: extern "C"
        !          4389: #endif
        !          4390: char XmActivateProtocol (void);
        !          4391: int
        !          4392: main (void)
        !          4393: {
        !          4394: return XmActivateProtocol ();
        !          4395:   ;
        !          4396:   return 0;
        !          4397: }
        !          4398: _ACEOF
        !          4399: if ac_fn_c_try_link "$LINENO"
        !          4400: then :
        !          4401:   ac_cv_lib_Xm_XmActivateProtocol=yes
        !          4402: else case e in #(
        !          4403:   e) ac_cv_lib_Xm_XmActivateProtocol=no ;;
        !          4404: esac
        !          4405: fi
        !          4406: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4407:     conftest$ac_exeext conftest.$ac_ext
        !          4408: LIBS=$ac_check_lib_save_LIBS ;;
        !          4409: esac
        !          4410: fi
        !          4411: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xm_XmActivateProtocol" >&5
        !          4412: printf "%s\n" "$ac_cv_lib_Xm_XmActivateProtocol" >&6; }
        !          4413: if test "x$ac_cv_lib_Xm_XmActivateProtocol" = xyes
        !          4414: then :
        !          4415:   ax_have_xm="yes" && LIBS="-lXm $LIBS"
        !          4416: fi
        !          4417: 
        !          4418:         if test -n $ax_have_x11 -a -n $ax_have_xt -a -n $ax_have_ice -a -n ax_have_xm; then
        !          4419: 
        !          4420: printf "%s\n" "#define HAVE_MWAPI_MOTIF 1" >>confdefs.h
        !          4421: 
        !          4422:            ac_fn_c_check_header_compile "$LINENO" "Xm/Xm.h" "ac_cv_header_Xm_Xm_h" "$ac_includes_default"
        !          4423: if test "x$ac_cv_header_Xm_Xm_h" = xyes
        !          4424: then :
        !          4425:   printf "%s\n" "#define HAVE_XM_XM_H 1" >>confdefs.h
        !          4426: 
        !          4427: fi
        !          4428: 
        !          4429:            ac_fn_c_check_header_compile "$LINENO" "Xm/MainW.h" "ac_cv_header_Xm_MainW_h" "$ac_includes_default"
        !          4430: if test "x$ac_cv_header_Xm_MainW_h" = xyes
        !          4431: then :
        !          4432:   printf "%s\n" "#define HAVE_XM_MAINW_H 1" >>confdefs.h
        !          4433: 
        !          4434: fi
        !          4435: 
        !          4436:            ac_fn_c_check_header_compile "$LINENO" "Xm/PushB.h" "ac_cv_header_Xm_PushB_h" "$ac_includes_default"
        !          4437: if test "x$ac_cv_header_Xm_PushB_h" = xyes
        !          4438: then :
        !          4439:   printf "%s\n" "#define HAVE_XM_PUSHB_H 1" >>confdefs.h
        !          4440: 
        !          4441: fi
        !          4442: 
        !          4443:         else
        !          4444:            echo "* * *  FATAL  * * *"
        !          4445:            echo " libX11, libXt, libICE, and libXm must be present in order to build MWAPI support."
        !          4446:            exit -1
        !          4447:         fi
        !          4448: 
        !          4449: 
        !          4450: fi
        !          4451: 
        !          4452: # check for wiringPi headers and library linkage for
        !          4453: # ^$ZRPI ssv on Raspberry Pi SBCs
        !          4454: ac_fn_c_check_header_compile "$LINENO" "wiringPi.h" "ac_cv_header_wiringPi_h" "$ac_includes_default"
        !          4455: if test "x$ac_cv_header_wiringPi_h" = xyes
        !          4456: then :
        !          4457:   printf "%s\n" "#define HAVE_WIRINGPI_H 1" >>confdefs.h
        !          4458: 
        !          4459: fi
        !          4460: 
        !          4461: 
        !          4462: 
        !          4463: 
        !          4464: 
        !          4465:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing wiringPiSetup" >&5
        !          4466: printf %s "checking for library containing wiringPiSetup... " >&6; }
        !          4467: if test ${ac_cv_search_wiringPiSetup+y}
        !          4468: then :
        !          4469:   printf %s "(cached) " >&6
        !          4470: else case e in #(
        !          4471:   e) ac_func_search_save_LIBS=$LIBS
        !          4472: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4473: /* end confdefs.h.  */
        !          4474: 
        !          4475: /* Override any GCC internal prototype to avoid an error.
        !          4476:    Use char because int might match the return type of a GCC
        !          4477:    builtin and then its argument prototype would still apply.
        !          4478:    The 'extern "C"' is for builds by C++ compilers;
        !          4479:    although this is not generally supported in C code supporting it here
        !          4480:    has little cost and some practical benefit (sr 110532).  */
        !          4481: #ifdef __cplusplus
        !          4482: extern "C"
        !          4483: #endif
        !          4484: char wiringPiSetup (void);
        !          4485: int
        !          4486: main (void)
        !          4487: {
        !          4488: return wiringPiSetup ();
        !          4489:   ;
        !          4490:   return 0;
        !          4491: }
        !          4492: _ACEOF
        !          4493: for ac_lib in '' wiringPi
        !          4494: do
        !          4495:   if test -z "$ac_lib"; then
        !          4496:     ac_res="none required"
        !          4497:   else
        !          4498:     ac_res=-l$ac_lib
        !          4499:     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
        !          4500:   fi
        !          4501:   if ac_fn_c_try_link "$LINENO"
        !          4502: then :
        !          4503:   ac_cv_search_wiringPiSetup=$ac_res
        !          4504: fi
        !          4505: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4506:     conftest$ac_exeext
        !          4507:   if test ${ac_cv_search_wiringPiSetup+y}
        !          4508: then :
        !          4509:   break
        !          4510: fi
        !          4511: done
        !          4512: if test ${ac_cv_search_wiringPiSetup+y}
        !          4513: then :
        !          4514: 
        !          4515: else case e in #(
        !          4516:   e) ac_cv_search_wiringPiSetup=no ;;
        !          4517: esac
        !          4518: fi
        !          4519: rm conftest.$ac_ext
        !          4520: LIBS=$ac_func_search_save_LIBS ;;
        !          4521: esac
        !          4522: fi
        !          4523: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_wiringPiSetup" >&5
        !          4524: printf "%s\n" "$ac_cv_search_wiringPiSetup" >&6; }
        !          4525: ac_res=$ac_cv_search_wiringPiSetup
        !          4526: if test "$ac_res" != no
        !          4527: then :
        !          4528:   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
        !          4529: 
        !          4530: else case e in #(
        !          4531:   e)
        !          4532:                 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wiringPiSetup in -lwiringPi" >&5
        !          4533: printf %s "checking for wiringPiSetup in -lwiringPi... " >&6; }
        !          4534: if test ${ac_cv_lib_wiringPi_wiringPiSetup+y}
        !          4535: then :
        !          4536:   printf %s "(cached) " >&6
        !          4537: else case e in #(
        !          4538:   e) ac_check_lib_save_LIBS=$LIBS
        !          4539: LIBS="-lwiringPi -lwiringPi $LIBS"
        !          4540: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          4541: /* end confdefs.h.  */
        !          4542: 
        !          4543: /* Override any GCC internal prototype to avoid an error.
        !          4544:    Use char because int might match the return type of a GCC
        !          4545:    builtin and then its argument prototype would still apply.
        !          4546:    The 'extern "C"' is for builds by C++ compilers;
        !          4547:    although this is not generally supported in C code supporting it here
        !          4548:    has little cost and some practical benefit (sr 110532).  */
        !          4549: #ifdef __cplusplus
        !          4550: extern "C"
        !          4551: #endif
        !          4552: char wiringPiSetup (void);
        !          4553: int
        !          4554: main (void)
        !          4555: {
        !          4556: return wiringPiSetup ();
        !          4557:   ;
        !          4558:   return 0;
        !          4559: }
        !          4560: _ACEOF
        !          4561: if ac_fn_c_try_link "$LINENO"
        !          4562: then :
        !          4563:   ac_cv_lib_wiringPi_wiringPiSetup=yes
        !          4564: else case e in #(
        !          4565:   e) ac_cv_lib_wiringPi_wiringPiSetup=no ;;
        !          4566: esac
        !          4567: fi
        !          4568: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          4569:     conftest$ac_exeext conftest.$ac_ext
        !          4570: LIBS=$ac_check_lib_save_LIBS ;;
        !          4571: esac
        !          4572: fi
        !          4573: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wiringPi_wiringPiSetup" >&5
        !          4574: printf "%s\n" "$ac_cv_lib_wiringPi_wiringPiSetup" >&6; }
        !          4575: if test "x$ac_cv_lib_wiringPi_wiringPiSetup" = xyes
        !          4576: then :
        !          4577:   LIBS="-lwiringPi $LIBS"
        !          4578: fi
        !          4579:  ;;
        !          4580: esac
        !          4581: fi
        !          4582: 
        !          4583: 
        !          4584: 
        !          4585: # Check whether --enable-shared was given.
        !          4586: if test ${enable_shared+y}
        !          4587: then :
        !          4588:   enableval=$enable_shared; p=${PACKAGE-default}
        !          4589:     case $enableval in
        !          4590:     yes) enable_shared=yes ;;
        !          4591:     no) enable_shared=no ;;
        !          4592:     *)
        !          4593:       enable_shared=no
        !          4594:       # Look at the argument we got.  We use all the common list separators.
        !          4595:       lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
        !          4596:       for pkg in $enableval; do
        !          4597:        IFS=$lt_save_ifs
        !          4598:        if test "X$pkg" = "X$p"; then
        !          4599:          enable_shared=yes
        !          4600:        fi
        !          4601:       done
        !          4602:       IFS=$lt_save_ifs
        !          4603:       ;;
        !          4604:     esac
        !          4605: else case e in #(
        !          4606:   e) enable_shared=yes ;;
        !          4607: esac
        !          4608: fi
        !          4609: 
        !          4610: 
        !          4611: 
        !          4612: 
        !          4613: 
        !          4614: 
        !          4615: 
        !          4616: 
        !          4617: 
        !          4618: # Check whether --enable-static was given.
        !          4619: if test ${enable_static+y}
        !          4620: then :
        !          4621:   enableval=$enable_static; p=${PACKAGE-default}
        !          4622:     case $enableval in
        !          4623:     yes) enable_static=yes ;;
        !          4624:     no) enable_static=no ;;
        !          4625:     *)
        !          4626:      enable_static=no
        !          4627:       # Look at the argument we got.  We use all the common list separators.
        !          4628:       lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
        !          4629:       for pkg in $enableval; do
        !          4630:        IFS=$lt_save_ifs
        !          4631:        if test "X$pkg" = "X$p"; then
        !          4632:          enable_static=yes
        !          4633:        fi
        !          4634:       done
        !          4635:       IFS=$lt_save_ifs
        !          4636:       ;;
        !          4637:     esac
        !          4638: else case e in #(
        !          4639:   e) enable_static=no ;;
        !          4640: esac
        !          4641: fi
        !          4642: 
        !          4643: 
        !          4644: 
        !          4645: 
        !          4646: 
        !          4647: 
        !          4648: 
        !          4649: 
        !          4650: 
        !          4651: case `pwd` in
        !          4652:   *\ * | *\    *)
        !          4653:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
        !          4654: printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
        !          4655: esac
        !          4656: 
        !          4657: 
        !          4658: 
        !          4659: macro_version='2.5.4.1-baa1-dirty'
        !          4660: macro_revision='2.5.4.1'
        !          4661: 
        !          4662: 
        !          4663: 
        !          4664: 
        !          4665: 
        !          4666: 
        !          4667: 
        !          4668: 
        !          4669: 
        !          4670: 
        !          4671: 
        !          4672: 
        !          4673: 
        !          4674: 
        !          4675: ltmain=$ac_aux_dir/ltmain.sh
        !          4676: 
        !          4677: # Backslashify metacharacters that are still active within
        !          4678: # double-quoted strings.
        !          4679: sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
        !          4680: 
        !          4681: # Same as above, but do not quote variable references.
        !          4682: double_quote_subst='s/\(["`\\]\)/\\\1/g'
        !          4683: 
        !          4684: # Sed substitution to delay expansion of an escaped shell variable in a
        !          4685: # double_quote_subst'ed string.
        !          4686: delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
        !          4687: 
        !          4688: # Sed substitution to delay expansion of an escaped single quote.
        !          4689: delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
        !          4690: 
        !          4691: # Sed substitution to avoid accidental globbing in evaled expressions
        !          4692: no_glob_subst='s/\*/\\\*/g'
        !          4693: 
        !          4694: ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
        !          4695: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
        !          4696: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
        !          4697: 
        !          4698: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
        !          4699: printf %s "checking how to print strings... " >&6; }
        !          4700: # Test print first, because it will be a builtin if present.
        !          4701: if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
        !          4702:    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
        !          4703:   ECHO='print -r --'
        !          4704: elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
        !          4705:   ECHO='printf %s\n'
        !          4706: else
        !          4707:   # Use this function as a fallback that always works.
        !          4708:   func_fallback_echo ()
        !          4709:   {
        !          4710:     eval 'cat <<_LTECHO_EOF
        !          4711: $1
        !          4712: _LTECHO_EOF'
        !          4713:   }
        !          4714:   ECHO='func_fallback_echo'
        !          4715: fi
        !          4716: 
        !          4717: # func_echo_all arg...
        !          4718: # Invoke $ECHO with all args, space-separated.
        !          4719: func_echo_all ()
        !          4720: {
        !          4721:     $ECHO ""
        !          4722: }
        !          4723: 
        !          4724: case $ECHO in
        !          4725:   printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5
        !          4726: printf "%s\n" "printf" >&6; } ;;
        !          4727:   print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
        !          4728: printf "%s\n" "print -r" >&6; } ;;
        !          4729:   *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5
        !          4730: printf "%s\n" "cat" >&6; } ;;
        !          4731: esac
        !          4732: 
        !          4733: 
        !          4734: 
        !          4735: 
        !          4736: 
        !          4737: 
        !          4738: 
        !          4739: 
        !          4740: 
        !          4741: 
        !          4742: 
        !          4743: 
        !          4744: 
        !          4745: 
        !          4746: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
        !          4747: printf %s "checking for a sed that does not truncate output... " >&6; }
        !          4748: if test ${ac_cv_path_SED+y}
        !          4749: then :
        !          4750:   printf %s "(cached) " >&6
        !          4751: else case e in #(
        !          4752:   e)           ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
        !          4753:      for ac_i in 1 2 3 4 5 6 7; do
        !          4754:        ac_script="$ac_script$as_nl$ac_script"
        !          4755:      done
        !          4756:      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
        !          4757:      { ac_script=; unset ac_script;}
        !          4758:      if test -z "$SED"; then
        !          4759:   ac_path_SED_found=false
        !          4760:   # Loop through the user's path and test for each of PROGNAME-LIST
        !          4761:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          4762: for as_dir in $PATH
        !          4763: do
        !          4764:   IFS=$as_save_IFS
        !          4765:   case $as_dir in #(((
        !          4766:     '') as_dir=./ ;;
        !          4767:     */) ;;
        !          4768:     *) as_dir=$as_dir/ ;;
        !          4769:   esac
        !          4770:     for ac_prog in sed gsed
        !          4771:    do
        !          4772:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          4773:       ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
        !          4774:       as_fn_executable_p "$ac_path_SED" || continue
        !          4775: # Check for GNU ac_path_SED and select it if it is found.
        !          4776:   # Check for GNU $ac_path_SED
        !          4777: case `"$ac_path_SED" --version 2>&1` in #(
        !          4778: *GNU*)
        !          4779:   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
        !          4780: #(
        !          4781: *)
        !          4782:   ac_count=0
        !          4783:   printf %s 0123456789 >"conftest.in"
        !          4784:   while :
        !          4785:   do
        !          4786:     cat "conftest.in" "conftest.in" >"conftest.tmp"
        !          4787:     mv "conftest.tmp" "conftest.in"
        !          4788:     cp "conftest.in" "conftest.nl"
        !          4789:     printf "%s\n" '' >> "conftest.nl"
        !          4790:     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
        !          4791:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
        !          4792:     as_fn_arith $ac_count + 1 && ac_count=$as_val
        !          4793:     if test $ac_count -gt ${ac_path_SED_max-0}; then
        !          4794:       # Best one so far, save it but keep looking for a better one
        !          4795:       ac_cv_path_SED="$ac_path_SED"
        !          4796:       ac_path_SED_max=$ac_count
        !          4797:     fi
        !          4798:     # 10*(2^10) chars as input seems more than enough
        !          4799:     test $ac_count -gt 10 && break
        !          4800:   done
        !          4801:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
        !          4802: esac
        !          4803: 
        !          4804:       $ac_path_SED_found && break 3
        !          4805:     done
        !          4806:   done
        !          4807:   done
        !          4808: IFS=$as_save_IFS
        !          4809:   if test -z "$ac_cv_path_SED"; then
        !          4810:     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
        !          4811:   fi
        !          4812: else
        !          4813:   ac_cv_path_SED=$SED
        !          4814: fi
        !          4815:  ;;
        !          4816: esac
        !          4817: fi
        !          4818: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
        !          4819: printf "%s\n" "$ac_cv_path_SED" >&6; }
        !          4820:  SED="$ac_cv_path_SED"
        !          4821:   rm -f conftest.sed
        !          4822: 
        !          4823: test -z "$SED" && SED=sed
        !          4824: Xsed="$SED -e 1s/^X//"
        !          4825: 
        !          4826: 
        !          4827: 
        !          4828: 
        !          4829: 
        !          4830: 
        !          4831: 
        !          4832: 
        !          4833: 
        !          4834: 
        !          4835: 
        !          4836: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
        !          4837: printf %s "checking for grep that handles long lines and -e... " >&6; }
        !          4838: if test ${ac_cv_path_GREP+y}
        !          4839: then :
        !          4840:   printf %s "(cached) " >&6
        !          4841: else case e in #(
        !          4842:   e) if test -z "$GREP"; then
        !          4843:   ac_path_GREP_found=false
        !          4844:   # Loop through the user's path and test for each of PROGNAME-LIST
        !          4845:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          4846: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
        !          4847: do
        !          4848:   IFS=$as_save_IFS
        !          4849:   case $as_dir in #(((
        !          4850:     '') as_dir=./ ;;
        !          4851:     */) ;;
        !          4852:     *) as_dir=$as_dir/ ;;
        !          4853:   esac
        !          4854:     for ac_prog in grep ggrep
        !          4855:    do
        !          4856:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          4857:       ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
        !          4858:       as_fn_executable_p "$ac_path_GREP" || continue
        !          4859: # Check for GNU ac_path_GREP and select it if it is found.
        !          4860:   # Check for GNU $ac_path_GREP
        !          4861: case `"$ac_path_GREP" --version 2>&1` in #(
        !          4862: *GNU*)
        !          4863:   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
        !          4864: #(
        !          4865: *)
        !          4866:   ac_count=0
        !          4867:   printf %s 0123456789 >"conftest.in"
        !          4868:   while :
        !          4869:   do
        !          4870:     cat "conftest.in" "conftest.in" >"conftest.tmp"
        !          4871:     mv "conftest.tmp" "conftest.in"
        !          4872:     cp "conftest.in" "conftest.nl"
        !          4873:     printf "%s\n" 'GREP' >> "conftest.nl"
        !          4874:     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
        !          4875:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
        !          4876:     as_fn_arith $ac_count + 1 && ac_count=$as_val
        !          4877:     if test $ac_count -gt ${ac_path_GREP_max-0}; then
        !          4878:       # Best one so far, save it but keep looking for a better one
        !          4879:       ac_cv_path_GREP="$ac_path_GREP"
        !          4880:       ac_path_GREP_max=$ac_count
        !          4881:     fi
        !          4882:     # 10*(2^10) chars as input seems more than enough
        !          4883:     test $ac_count -gt 10 && break
        !          4884:   done
        !          4885:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
        !          4886: esac
        !          4887: 
        !          4888:       $ac_path_GREP_found && break 3
        !          4889:     done
        !          4890:   done
        !          4891:   done
        !          4892: IFS=$as_save_IFS
        !          4893:   if test -z "$ac_cv_path_GREP"; then
        !          4894:     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
        !          4895:   fi
        !          4896: else
        !          4897:   ac_cv_path_GREP=$GREP
        !          4898: fi
        !          4899:  ;;
        !          4900: esac
        !          4901: fi
        !          4902: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
        !          4903: printf "%s\n" "$ac_cv_path_GREP" >&6; }
        !          4904:  GREP="$ac_cv_path_GREP"
        !          4905: 
        !          4906: 
        !          4907: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
        !          4908: printf %s "checking for egrep... " >&6; }
        !          4909: if test ${ac_cv_path_EGREP+y}
        !          4910: then :
        !          4911:   printf %s "(cached) " >&6
        !          4912: else case e in #(
        !          4913:   e) if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
        !          4914:    then ac_cv_path_EGREP="$GREP -E"
        !          4915:    else
        !          4916:      if test -z "$EGREP"; then
        !          4917:   ac_path_EGREP_found=false
        !          4918:   # Loop through the user's path and test for each of PROGNAME-LIST
        !          4919:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          4920: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
        !          4921: do
        !          4922:   IFS=$as_save_IFS
        !          4923:   case $as_dir in #(((
        !          4924:     '') as_dir=./ ;;
        !          4925:     */) ;;
        !          4926:     *) as_dir=$as_dir/ ;;
        !          4927:   esac
        !          4928:     for ac_prog in egrep
        !          4929:    do
        !          4930:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          4931:       ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
        !          4932:       as_fn_executable_p "$ac_path_EGREP" || continue
        !          4933: # Check for GNU ac_path_EGREP and select it if it is found.
        !          4934:   # Check for GNU $ac_path_EGREP
        !          4935: case `"$ac_path_EGREP" --version 2>&1` in #(
        !          4936: *GNU*)
        !          4937:   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
        !          4938: #(
        !          4939: *)
        !          4940:   ac_count=0
        !          4941:   printf %s 0123456789 >"conftest.in"
        !          4942:   while :
        !          4943:   do
        !          4944:     cat "conftest.in" "conftest.in" >"conftest.tmp"
        !          4945:     mv "conftest.tmp" "conftest.in"
        !          4946:     cp "conftest.in" "conftest.nl"
        !          4947:     printf "%s\n" 'EGREP' >> "conftest.nl"
        !          4948:     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
        !          4949:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
        !          4950:     as_fn_arith $ac_count + 1 && ac_count=$as_val
        !          4951:     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
        !          4952:       # Best one so far, save it but keep looking for a better one
        !          4953:       ac_cv_path_EGREP="$ac_path_EGREP"
        !          4954:       ac_path_EGREP_max=$ac_count
        !          4955:     fi
        !          4956:     # 10*(2^10) chars as input seems more than enough
        !          4957:     test $ac_count -gt 10 && break
        !          4958:   done
        !          4959:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
        !          4960: esac
        !          4961: 
        !          4962:       $ac_path_EGREP_found && break 3
        !          4963:     done
        !          4964:   done
        !          4965:   done
        !          4966: IFS=$as_save_IFS
        !          4967:   if test -z "$ac_cv_path_EGREP"; then
        !          4968:     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
        !          4969:   fi
        !          4970: else
        !          4971:   ac_cv_path_EGREP=$EGREP
        !          4972: fi
        !          4973: 
        !          4974:    fi ;;
        !          4975: esac
        !          4976: fi
        !          4977: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
        !          4978: printf "%s\n" "$ac_cv_path_EGREP" >&6; }
        !          4979:  EGREP="$ac_cv_path_EGREP"
        !          4980: 
        !          4981:          EGREP_TRADITIONAL=$EGREP
        !          4982:  ac_cv_path_EGREP_TRADITIONAL=$EGREP
        !          4983: 
        !          4984: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
        !          4985: printf %s "checking for fgrep... " >&6; }
        !          4986: if test ${ac_cv_path_FGREP+y}
        !          4987: then :
        !          4988:   printf %s "(cached) " >&6
        !          4989: else case e in #(
        !          4990:   e) if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
        !          4991:    then ac_cv_path_FGREP="$GREP -F"
        !          4992:    else
        !          4993:      if test -z "$FGREP"; then
        !          4994:   ac_path_FGREP_found=false
        !          4995:   # Loop through the user's path and test for each of PROGNAME-LIST
        !          4996:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          4997: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
        !          4998: do
        !          4999:   IFS=$as_save_IFS
        !          5000:   case $as_dir in #(((
        !          5001:     '') as_dir=./ ;;
        !          5002:     */) ;;
        !          5003:     *) as_dir=$as_dir/ ;;
        !          5004:   esac
        !          5005:     for ac_prog in fgrep
        !          5006:    do
        !          5007:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          5008:       ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext"
        !          5009:       as_fn_executable_p "$ac_path_FGREP" || continue
        !          5010: # Check for GNU ac_path_FGREP and select it if it is found.
        !          5011:   # Check for GNU $ac_path_FGREP
        !          5012: case `"$ac_path_FGREP" --version 2>&1` in #(
        !          5013: *GNU*)
        !          5014:   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
        !          5015: #(
        !          5016: *)
        !          5017:   ac_count=0
        !          5018:   printf %s 0123456789 >"conftest.in"
        !          5019:   while :
        !          5020:   do
        !          5021:     cat "conftest.in" "conftest.in" >"conftest.tmp"
        !          5022:     mv "conftest.tmp" "conftest.in"
        !          5023:     cp "conftest.in" "conftest.nl"
        !          5024:     printf "%s\n" 'FGREP' >> "conftest.nl"
        !          5025:     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
        !          5026:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
        !          5027:     as_fn_arith $ac_count + 1 && ac_count=$as_val
        !          5028:     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
        !          5029:       # Best one so far, save it but keep looking for a better one
        !          5030:       ac_cv_path_FGREP="$ac_path_FGREP"
        !          5031:       ac_path_FGREP_max=$ac_count
        !          5032:     fi
        !          5033:     # 10*(2^10) chars as input seems more than enough
        !          5034:     test $ac_count -gt 10 && break
        !          5035:   done
        !          5036:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
        !          5037: esac
        !          5038: 
        !          5039:       $ac_path_FGREP_found && break 3
        !          5040:     done
        !          5041:   done
        !          5042:   done
        !          5043: IFS=$as_save_IFS
        !          5044:   if test -z "$ac_cv_path_FGREP"; then
        !          5045:     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
        !          5046:   fi
        !          5047: else
        !          5048:   ac_cv_path_FGREP=$FGREP
        !          5049: fi
        !          5050: 
        !          5051:    fi ;;
        !          5052: esac
        !          5053: fi
        !          5054: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
        !          5055: printf "%s\n" "$ac_cv_path_FGREP" >&6; }
        !          5056:  FGREP="$ac_cv_path_FGREP"
        !          5057: 
        !          5058: 
        !          5059: test -z "$GREP" && GREP=grep
        !          5060: 
        !          5061: 
        !          5062: 
        !          5063: 
        !          5064: 
        !          5065: 
        !          5066: 
        !          5067: 
        !          5068: 
        !          5069: 
        !          5070: 
        !          5071: 
        !          5072: 
        !          5073: 
        !          5074: 
        !          5075: 
        !          5076: 
        !          5077: 
        !          5078: 
        !          5079: # Check whether --with-gnu-ld was given.
        !          5080: if test ${with_gnu_ld+y}
        !          5081: then :
        !          5082:   withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
        !          5083: else case e in #(
        !          5084:   e) with_gnu_ld=no ;;
        !          5085: esac
        !          5086: fi
        !          5087: 
        !          5088: ac_prog=ld
        !          5089: if test yes = "$GCC"; then
        !          5090:   # Check if gcc -print-prog-name=ld gives a path.
        !          5091:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
        !          5092: printf %s "checking for ld used by $CC... " >&6; }
        !          5093:   case $host in
        !          5094:   *-*-mingw* | *-*-windows*)
        !          5095:     # gcc leaves a trailing carriage return, which upsets mingw
        !          5096:     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
        !          5097:   *)
        !          5098:     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
        !          5099:   esac
        !          5100:   case $ac_prog in
        !          5101:     # Accept absolute paths.
        !          5102:     [\\/]* | ?:[\\/]*)
        !          5103:       re_direlt='/[^/][^/]*/\.\./'
        !          5104:       # Canonicalize the pathname of ld
        !          5105:       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
        !          5106:       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
        !          5107:        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
        !          5108:       done
        !          5109:       test -z "$LD" && LD=$ac_prog
        !          5110:       ;;
        !          5111:   "")
        !          5112:     # If it fails, then pretend we aren't using GCC.
        !          5113:     ac_prog=ld
        !          5114:     ;;
        !          5115:   *)
        !          5116:     # If it is relative, then search for the first ld in PATH.
        !          5117:     with_gnu_ld=unknown
        !          5118:     ;;
        !          5119:   esac
        !          5120: elif test yes = "$with_gnu_ld"; then
        !          5121:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
        !          5122: printf %s "checking for GNU ld... " >&6; }
        !          5123: else
        !          5124:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
        !          5125: printf %s "checking for non-GNU ld... " >&6; }
        !          5126: fi
        !          5127: if test ${lt_cv_path_LD+y}
        !          5128: then :
        !          5129:   printf %s "(cached) " >&6
        !          5130: else case e in #(
        !          5131:   e) if test -z "$LD"; then
        !          5132:   lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
        !          5133:   for ac_dir in $PATH; do
        !          5134:     IFS=$lt_save_ifs
        !          5135:     test -z "$ac_dir" && ac_dir=.
        !          5136:     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
        !          5137:       lt_cv_path_LD=$ac_dir/$ac_prog
        !          5138:       # Check to see if the program is GNU ld.  I'd rather use --version,
        !          5139:       # but apparently some variants of GNU ld only accept -v.
        !          5140:       # Break only if it was the GNU/non-GNU ld that we prefer.
        !          5141:       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
        !          5142:       *GNU* | *'with BFD'*)
        !          5143:        test no != "$with_gnu_ld" && break
        !          5144:        ;;
        !          5145:       *)
        !          5146:        test yes != "$with_gnu_ld" && break
        !          5147:        ;;
        !          5148:       esac
        !          5149:     fi
        !          5150:   done
        !          5151:   IFS=$lt_save_ifs
        !          5152: else
        !          5153:   lt_cv_path_LD=$LD # Let the user override the test with a path.
        !          5154: fi ;;
        !          5155: esac
        !          5156: fi
        !          5157: 
        !          5158: LD=$lt_cv_path_LD
        !          5159: if test -n "$LD"; then
        !          5160:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
        !          5161: printf "%s\n" "$LD" >&6; }
        !          5162: else
        !          5163:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          5164: printf "%s\n" "no" >&6; }
        !          5165: fi
        !          5166: test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
        !          5167: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
        !          5168: printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
        !          5169: if test ${lt_cv_prog_gnu_ld+y}
        !          5170: then :
        !          5171:   printf %s "(cached) " >&6
        !          5172: else case e in #(
        !          5173:   e) # I'd rather use --version here, but apparently some GNU lds only accept -v.
        !          5174: case `$LD -v 2>&1 </dev/null` in
        !          5175: *GNU* | *'with BFD'*)
        !          5176:   lt_cv_prog_gnu_ld=yes
        !          5177:   ;;
        !          5178: *)
        !          5179:   lt_cv_prog_gnu_ld=no
        !          5180:   ;;
        !          5181: esac ;;
        !          5182: esac
        !          5183: fi
        !          5184: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
        !          5185: printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
        !          5186: with_gnu_ld=$lt_cv_prog_gnu_ld
        !          5187: 
        !          5188: 
        !          5189: 
        !          5190: 
        !          5191: 
        !          5192: 
        !          5193: 
        !          5194: 
        !          5195: 
        !          5196: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
        !          5197: printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
        !          5198: if test ${lt_cv_path_NM+y}
        !          5199: then :
        !          5200:   printf %s "(cached) " >&6
        !          5201: else case e in #(
        !          5202:   e) if test -n "$NM"; then
        !          5203:   # Let the user override the test.
        !          5204:   lt_cv_path_NM=$NM
        !          5205: else
        !          5206:   lt_nm_to_check=${ac_tool_prefix}nm
        !          5207:   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
        !          5208:     lt_nm_to_check="$lt_nm_to_check nm"
        !          5209:   fi
        !          5210:   for lt_tmp_nm in $lt_nm_to_check; do
        !          5211:     lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
        !          5212:     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
        !          5213:       IFS=$lt_save_ifs
        !          5214:       test -z "$ac_dir" && ac_dir=.
        !          5215:       tmp_nm=$ac_dir/$lt_tmp_nm
        !          5216:       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
        !          5217:        # Check to see if the nm accepts a BSD-compat flag.
        !          5218:        # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
        !          5219:        #   nm: unknown option "B" ignored
        !          5220:        # Tru64's nm complains that /dev/null is an invalid object file
        !          5221:        # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
        !          5222:        case $build_os in
        !          5223:        mingw* | windows*) lt_bad_file=conftest.nm/nofile ;;
        !          5224:        *) lt_bad_file=/dev/null ;;
        !          5225:        esac
        !          5226:        case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
        !          5227:        *$lt_bad_file* | *'Invalid file or object type'*)
        !          5228:          lt_cv_path_NM="$tmp_nm -B"
        !          5229:          break 2
        !          5230:          ;;
        !          5231:        *)
        !          5232:          case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
        !          5233:          */dev/null*)
        !          5234:            lt_cv_path_NM="$tmp_nm -p"
        !          5235:            break 2
        !          5236:            ;;
        !          5237:          *)
        !          5238:            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
        !          5239:            continue # so that we can try to find one that supports BSD flags
        !          5240:            ;;
        !          5241:          esac
        !          5242:          ;;
        !          5243:        esac
        !          5244:       fi
        !          5245:     done
        !          5246:     IFS=$lt_save_ifs
        !          5247:   done
        !          5248:   : ${lt_cv_path_NM=no}
        !          5249: fi ;;
        !          5250: esac
        !          5251: fi
        !          5252: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
        !          5253: printf "%s\n" "$lt_cv_path_NM" >&6; }
        !          5254: if test no != "$lt_cv_path_NM"; then
        !          5255:   NM=$lt_cv_path_NM
        !          5256: else
        !          5257:   # Didn't find any BSD compatible name lister, look for dumpbin.
        !          5258:   if test -n "$DUMPBIN"; then :
        !          5259:     # Let the user override the test.
        !          5260:   else
        !          5261:     if test -n "$ac_tool_prefix"; then
        !          5262:   for ac_prog in dumpbin "link -dump"
        !          5263:   do
        !          5264:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
        !          5265: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
        !          5266: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          5267: printf %s "checking for $ac_word... " >&6; }
        !          5268: if test ${ac_cv_prog_DUMPBIN+y}
        !          5269: then :
        !          5270:   printf %s "(cached) " >&6
        !          5271: else case e in #(
        !          5272:   e) if test -n "$DUMPBIN"; then
        !          5273:   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
        !          5274: else
        !          5275: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          5276: for as_dir in $PATH
        !          5277: do
        !          5278:   IFS=$as_save_IFS
        !          5279:   case $as_dir in #(((
        !          5280:     '') as_dir=./ ;;
        !          5281:     */) ;;
        !          5282:     *) as_dir=$as_dir/ ;;
        !          5283:   esac
        !          5284:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          5285:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          5286:     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
        !          5287:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          5288:     break 2
        !          5289:   fi
        !          5290: done
        !          5291:   done
        !          5292: IFS=$as_save_IFS
        !          5293: 
        !          5294: fi ;;
        !          5295: esac
        !          5296: fi
        !          5297: DUMPBIN=$ac_cv_prog_DUMPBIN
        !          5298: if test -n "$DUMPBIN"; then
        !          5299:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
        !          5300: printf "%s\n" "$DUMPBIN" >&6; }
        !          5301: else
        !          5302:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          5303: printf "%s\n" "no" >&6; }
        !          5304: fi
        !          5305: 
        !          5306: 
        !          5307:     test -n "$DUMPBIN" && break
        !          5308:   done
        !          5309: fi
        !          5310: if test -z "$DUMPBIN"; then
        !          5311:   ac_ct_DUMPBIN=$DUMPBIN
        !          5312:   for ac_prog in dumpbin "link -dump"
        !          5313: do
        !          5314:   # Extract the first word of "$ac_prog", so it can be a program name with args.
        !          5315: set dummy $ac_prog; ac_word=$2
        !          5316: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          5317: printf %s "checking for $ac_word... " >&6; }
        !          5318: if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
        !          5319: then :
        !          5320:   printf %s "(cached) " >&6
        !          5321: else case e in #(
        !          5322:   e) if test -n "$ac_ct_DUMPBIN"; then
        !          5323:   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
        !          5324: else
        !          5325: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          5326: for as_dir in $PATH
        !          5327: do
        !          5328:   IFS=$as_save_IFS
        !          5329:   case $as_dir in #(((
        !          5330:     '') as_dir=./ ;;
        !          5331:     */) ;;
        !          5332:     *) as_dir=$as_dir/ ;;
        !          5333:   esac
        !          5334:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          5335:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          5336:     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
        !          5337:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          5338:     break 2
        !          5339:   fi
        !          5340: done
        !          5341:   done
        !          5342: IFS=$as_save_IFS
        !          5343: 
        !          5344: fi ;;
        !          5345: esac
        !          5346: fi
        !          5347: ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
        !          5348: if test -n "$ac_ct_DUMPBIN"; then
        !          5349:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
        !          5350: printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
        !          5351: else
        !          5352:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          5353: printf "%s\n" "no" >&6; }
        !          5354: fi
        !          5355: 
        !          5356: 
        !          5357:   test -n "$ac_ct_DUMPBIN" && break
        !          5358: done
        !          5359: 
        !          5360:   if test "x$ac_ct_DUMPBIN" = x; then
        !          5361:     DUMPBIN=":"
        !          5362:   else
        !          5363:     case $cross_compiling:$ac_tool_warned in
        !          5364: yes:)
        !          5365: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          5366: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          5367: ac_tool_warned=yes ;;
        !          5368: esac
        !          5369:     DUMPBIN=$ac_ct_DUMPBIN
        !          5370:   fi
        !          5371: fi
        !          5372: 
        !          5373:     case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
        !          5374:     *COFF*)
        !          5375:       DUMPBIN="$DUMPBIN -symbols -headers"
        !          5376:       ;;
        !          5377:     *)
        !          5378:       DUMPBIN=:
        !          5379:       ;;
        !          5380:     esac
        !          5381:   fi
        !          5382: 
        !          5383:   if test : != "$DUMPBIN"; then
        !          5384:     NM=$DUMPBIN
        !          5385:   fi
        !          5386: fi
        !          5387: test -z "$NM" && NM=nm
        !          5388: 
        !          5389: 
        !          5390: 
        !          5391: 
        !          5392: 
        !          5393: 
        !          5394: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
        !          5395: printf %s "checking the name lister ($NM) interface... " >&6; }
        !          5396: if test ${lt_cv_nm_interface+y}
        !          5397: then :
        !          5398:   printf %s "(cached) " >&6
        !          5399: else case e in #(
        !          5400:   e) lt_cv_nm_interface="BSD nm"
        !          5401:   echo "int some_variable = 0;" > conftest.$ac_ext
        !          5402:   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
        !          5403:   (eval "$ac_compile" 2>conftest.err)
        !          5404:   cat conftest.err >&5
        !          5405:   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
        !          5406:   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
        !          5407:   cat conftest.err >&5
        !          5408:   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
        !          5409:   cat conftest.out >&5
        !          5410:   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
        !          5411:     lt_cv_nm_interface="MS dumpbin"
        !          5412:   fi
        !          5413:   rm -f conftest* ;;
        !          5414: esac
        !          5415: fi
        !          5416: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
        !          5417: printf "%s\n" "$lt_cv_nm_interface" >&6; }
        !          5418: 
        !          5419: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
        !          5420: printf %s "checking whether ln -s works... " >&6; }
        !          5421: LN_S=$as_ln_s
        !          5422: if test "$LN_S" = "ln -s"; then
        !          5423:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
        !          5424: printf "%s\n" "yes" >&6; }
        !          5425: else
        !          5426:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
        !          5427: printf "%s\n" "no, using $LN_S" >&6; }
        !          5428: fi
        !          5429: 
        !          5430: # find the maximum length of command line arguments
        !          5431: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
        !          5432: printf %s "checking the maximum length of command line arguments... " >&6; }
        !          5433: if test ${lt_cv_sys_max_cmd_len+y}
        !          5434: then :
        !          5435:   printf %s "(cached) " >&6
        !          5436: else case e in #(
        !          5437:   e)   i=0
        !          5438:   teststring=ABCD
        !          5439: 
        !          5440:   case $build_os in
        !          5441:   msdosdjgpp*)
        !          5442:     # On DJGPP, this test can blow up pretty badly due to problems in libc
        !          5443:     # (any single argument exceeding 2000 bytes causes a buffer overrun
        !          5444:     # during glob expansion).  Even if it were fixed, the result of this
        !          5445:     # check would be larger than it should be.
        !          5446:     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
        !          5447:     ;;
        !          5448: 
        !          5449:   gnu* | ironclad*)
        !          5450:     # Under GNU Hurd and Ironclad, this test is not required because there
        !          5451:     # is no limit to the length of command line arguments.
        !          5452:     # Libtool will interpret -1 as no limit whatsoever
        !          5453:     lt_cv_sys_max_cmd_len=-1;
        !          5454:     ;;
        !          5455: 
        !          5456:   cygwin* | mingw* | windows* | cegcc*)
        !          5457:     # On Win9x/ME, this test blows up -- it succeeds, but takes
        !          5458:     # about 5 minutes as the teststring grows exponentially.
        !          5459:     # Worse, since 9x/ME are not pre-emptively multitasking,
        !          5460:     # you end up with a "frozen" computer, even though with patience
        !          5461:     # the test eventually succeeds (with a max line length of 256k).
        !          5462:     # Instead, let's just punt: use the minimum linelength reported by
        !          5463:     # all of the supported platforms: 8192 (on NT/2K/XP).
        !          5464:     lt_cv_sys_max_cmd_len=8192;
        !          5465:     ;;
        !          5466: 
        !          5467:   mint*)
        !          5468:     # On MiNT this can take a long time and run out of memory.
        !          5469:     lt_cv_sys_max_cmd_len=8192;
        !          5470:     ;;
        !          5471: 
        !          5472:   amigaos*)
        !          5473:     # On AmigaOS with pdksh, this test takes hours, literally.
        !          5474:     # So we just punt and use a minimum line length of 8192.
        !          5475:     lt_cv_sys_max_cmd_len=8192;
        !          5476:     ;;
        !          5477: 
        !          5478:   darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
        !          5479:     # This has been around since 386BSD, at least.  Likely further.
        !          5480:     if test -x /sbin/sysctl; then
        !          5481:       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
        !          5482:     elif test -x /usr/sbin/sysctl; then
        !          5483:       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
        !          5484:     else
        !          5485:       lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
        !          5486:     fi
        !          5487:     # And add a safety zone
        !          5488:     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
        !          5489:     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
        !          5490:     ;;
        !          5491: 
        !          5492:   interix*)
        !          5493:     # We know the value 262144 and hardcode it with a safety zone (like BSD)
        !          5494:     lt_cv_sys_max_cmd_len=196608
        !          5495:     ;;
        !          5496: 
        !          5497:   os2*)
        !          5498:     # The test takes a long time on OS/2.
        !          5499:     lt_cv_sys_max_cmd_len=8192
        !          5500:     ;;
        !          5501: 
        !          5502:   osf*)
        !          5503:     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
        !          5504:     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
        !          5505:     # nice to cause kernel panics so lets avoid the loop below.
        !          5506:     # First set a reasonable default.
        !          5507:     lt_cv_sys_max_cmd_len=16384
        !          5508:     #
        !          5509:     if test -x /sbin/sysconfig; then
        !          5510:       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
        !          5511:         *1*) lt_cv_sys_max_cmd_len=-1 ;;
        !          5512:       esac
        !          5513:     fi
        !          5514:     ;;
        !          5515:   sco3.2v5*)
        !          5516:     lt_cv_sys_max_cmd_len=102400
        !          5517:     ;;
        !          5518:   sysv5* | sco5v6* | sysv4.2uw2*)
        !          5519:     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
        !          5520:     if test -n "$kargmax"; then
        !          5521:       lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[        ]//'`
        !          5522:     else
        !          5523:       lt_cv_sys_max_cmd_len=32768
        !          5524:     fi
        !          5525:     ;;
        !          5526:   *)
        !          5527:     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
        !          5528:     if test -n "$lt_cv_sys_max_cmd_len" && \
        !          5529:        test undefined != "$lt_cv_sys_max_cmd_len"; then
        !          5530:       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
        !          5531:       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
        !          5532:     else
        !          5533:       # Make teststring a little bigger before we do anything with it.
        !          5534:       # a 1K string should be a reasonable start.
        !          5535:       for i in 1 2 3 4 5 6 7 8; do
        !          5536:         teststring=$teststring$teststring
        !          5537:       done
        !          5538:       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
        !          5539:       # If test is not a shell built-in, we'll probably end up computing a
        !          5540:       # maximum length that is only half of the actual maximum length, but
        !          5541:       # we can't tell.
        !          5542:       while { test X`env echo "$teststring$teststring" 2>/dev/null` \
        !          5543:                 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
        !          5544:              test 17 != "$i" # 1/2 MB should be enough
        !          5545:       do
        !          5546:         i=`expr $i + 1`
        !          5547:         teststring=$teststring$teststring
        !          5548:       done
        !          5549:       # Only check the string length outside the loop.
        !          5550:       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
        !          5551:       teststring=
        !          5552:       # Add a significant safety factor because C++ compilers can tack on
        !          5553:       # massive amounts of additional arguments before passing them to the
        !          5554:       # linker.  It appears as though 1/2 is a usable value.
        !          5555:       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
        !          5556:     fi
        !          5557:     ;;
        !          5558:   esac
        !          5559:  ;;
        !          5560: esac
        !          5561: fi
        !          5562: 
        !          5563: if test -n "$lt_cv_sys_max_cmd_len"; then
        !          5564:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
        !          5565: printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; }
        !          5566: else
        !          5567:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5
        !          5568: printf "%s\n" "none" >&6; }
        !          5569: fi
        !          5570: max_cmd_len=$lt_cv_sys_max_cmd_len
        !          5571: 
        !          5572: 
        !          5573: 
        !          5574: 
        !          5575: 
        !          5576: 
        !          5577: : ${CP="cp -f"}
        !          5578: : ${MV="mv -f"}
        !          5579: : ${RM="rm -f"}
        !          5580: 
        !          5581: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
        !          5582:   lt_unset=unset
        !          5583: else
        !          5584:   lt_unset=false
        !          5585: fi
        !          5586: 
        !          5587: 
        !          5588: 
        !          5589: 
        !          5590: 
        !          5591: # test EBCDIC or ASCII
        !          5592: case `echo X|tr X '\101'` in
        !          5593:  A) # ASCII based system
        !          5594:     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
        !          5595:   lt_SP2NL='tr \040 \012'
        !          5596:   lt_NL2SP='tr \015\012 \040\040'
        !          5597:   ;;
        !          5598:  *) # EBCDIC based system
        !          5599:   lt_SP2NL='tr \100 \n'
        !          5600:   lt_NL2SP='tr \r\n \100\100'
        !          5601:   ;;
        !          5602: esac
        !          5603: 
        !          5604: 
        !          5605: 
        !          5606: 
        !          5607: 
        !          5608: 
        !          5609: 
        !          5610: 
        !          5611: 
        !          5612: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
        !          5613: printf %s "checking how to convert $build file names to $host format... " >&6; }
        !          5614: if test ${lt_cv_to_host_file_cmd+y}
        !          5615: then :
        !          5616:   printf %s "(cached) " >&6
        !          5617: else case e in #(
        !          5618:   e) case $host in
        !          5619:   *-*-mingw* )
        !          5620:     case $build in
        !          5621:       *-*-mingw* | *-*-windows* ) # actually msys
        !          5622:         lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
        !          5623:         ;;
        !          5624:       *-*-cygwin* )
        !          5625:         lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
        !          5626:         ;;
        !          5627:       * ) # otherwise, assume *nix
        !          5628:         lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
        !          5629:         ;;
        !          5630:     esac
        !          5631:     ;;
        !          5632:   *-*-cygwin* )
        !          5633:     case $build in
        !          5634:       *-*-mingw* | *-*-windows* ) # actually msys
        !          5635:         lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
        !          5636:         ;;
        !          5637:       *-*-cygwin* )
        !          5638:         lt_cv_to_host_file_cmd=func_convert_file_noop
        !          5639:         ;;
        !          5640:       * ) # otherwise, assume *nix
        !          5641:         lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
        !          5642:         ;;
        !          5643:     esac
        !          5644:     ;;
        !          5645:   * ) # unhandled hosts (and "normal" native builds)
        !          5646:     lt_cv_to_host_file_cmd=func_convert_file_noop
        !          5647:     ;;
        !          5648: esac
        !          5649:  ;;
        !          5650: esac
        !          5651: fi
        !          5652: 
        !          5653: to_host_file_cmd=$lt_cv_to_host_file_cmd
        !          5654: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
        !          5655: printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; }
        !          5656: 
        !          5657: 
        !          5658: 
        !          5659: 
        !          5660: 
        !          5661: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
        !          5662: printf %s "checking how to convert $build file names to toolchain format... " >&6; }
        !          5663: if test ${lt_cv_to_tool_file_cmd+y}
        !          5664: then :
        !          5665:   printf %s "(cached) " >&6
        !          5666: else case e in #(
        !          5667:   e) #assume ordinary cross tools, or native build.
        !          5668: lt_cv_to_tool_file_cmd=func_convert_file_noop
        !          5669: case $host in
        !          5670:   *-*-mingw* | *-*-windows* )
        !          5671:     case $build in
        !          5672:       *-*-mingw* | *-*-windows* ) # actually msys
        !          5673:         lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
        !          5674:         ;;
        !          5675:     esac
        !          5676:     ;;
        !          5677: esac
        !          5678:  ;;
        !          5679: esac
        !          5680: fi
        !          5681: 
        !          5682: to_tool_file_cmd=$lt_cv_to_tool_file_cmd
        !          5683: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
        !          5684: printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; }
        !          5685: 
        !          5686: 
        !          5687: 
        !          5688: 
        !          5689: 
        !          5690: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
        !          5691: printf %s "checking for $LD option to reload object files... " >&6; }
        !          5692: if test ${lt_cv_ld_reload_flag+y}
        !          5693: then :
        !          5694:   printf %s "(cached) " >&6
        !          5695: else case e in #(
        !          5696:   e) lt_cv_ld_reload_flag='-r' ;;
        !          5697: esac
        !          5698: fi
        !          5699: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
        !          5700: printf "%s\n" "$lt_cv_ld_reload_flag" >&6; }
        !          5701: reload_flag=$lt_cv_ld_reload_flag
        !          5702: case $reload_flag in
        !          5703: "" | " "*) ;;
        !          5704: *) reload_flag=" $reload_flag" ;;
        !          5705: esac
        !          5706: reload_cmds='$LD$reload_flag -o $output$reload_objs'
        !          5707: case $host_os in
        !          5708:   cygwin* | mingw* | windows* | pw32* | cegcc*)
        !          5709:     if test yes != "$GCC"; then
        !          5710:       reload_cmds=false
        !          5711:     fi
        !          5712:     ;;
        !          5713:   darwin*)
        !          5714:     if test yes = "$GCC"; then
        !          5715:       reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
        !          5716:     else
        !          5717:       reload_cmds='$LD$reload_flag -o $output$reload_objs'
        !          5718:     fi
        !          5719:     ;;
        !          5720: esac
        !          5721: 
        !          5722: 
        !          5723: 
        !          5724: 
        !          5725: 
        !          5726: 
        !          5727: 
        !          5728: 
        !          5729: 
        !          5730: # Extract the first word of "file", so it can be a program name with args.
        !          5731: set dummy file; ac_word=$2
        !          5732: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          5733: printf %s "checking for $ac_word... " >&6; }
        !          5734: if test ${ac_cv_prog_FILECMD+y}
        !          5735: then :
        !          5736:   printf %s "(cached) " >&6
        !          5737: else case e in #(
        !          5738:   e) if test -n "$FILECMD"; then
        !          5739:   ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test.
        !          5740: else
        !          5741: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          5742: for as_dir in $PATH
        !          5743: do
        !          5744:   IFS=$as_save_IFS
        !          5745:   case $as_dir in #(((
        !          5746:     '') as_dir=./ ;;
        !          5747:     */) ;;
        !          5748:     *) as_dir=$as_dir/ ;;
        !          5749:   esac
        !          5750:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          5751:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          5752:     ac_cv_prog_FILECMD="file"
        !          5753:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          5754:     break 2
        !          5755:   fi
        !          5756: done
        !          5757:   done
        !          5758: IFS=$as_save_IFS
        !          5759: 
        !          5760:   test -z "$ac_cv_prog_FILECMD" && ac_cv_prog_FILECMD=":"
        !          5761: fi ;;
        !          5762: esac
        !          5763: fi
        !          5764: FILECMD=$ac_cv_prog_FILECMD
        !          5765: if test -n "$FILECMD"; then
        !          5766:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5
        !          5767: printf "%s\n" "$FILECMD" >&6; }
        !          5768: else
        !          5769:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          5770: printf "%s\n" "no" >&6; }
        !          5771: fi
        !          5772: 
        !          5773: 
        !          5774: 
        !          5775: 
        !          5776: 
        !          5777: 
        !          5778: 
        !          5779: 
        !          5780: if test -n "$ac_tool_prefix"; then
        !          5781:   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
        !          5782: set dummy ${ac_tool_prefix}objdump; ac_word=$2
        !          5783: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          5784: printf %s "checking for $ac_word... " >&6; }
        !          5785: if test ${ac_cv_prog_OBJDUMP+y}
        !          5786: then :
        !          5787:   printf %s "(cached) " >&6
        !          5788: else case e in #(
        !          5789:   e) if test -n "$OBJDUMP"; then
        !          5790:   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
        !          5791: else
        !          5792: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          5793: for as_dir in $PATH
        !          5794: do
        !          5795:   IFS=$as_save_IFS
        !          5796:   case $as_dir in #(((
        !          5797:     '') as_dir=./ ;;
        !          5798:     */) ;;
        !          5799:     *) as_dir=$as_dir/ ;;
        !          5800:   esac
        !          5801:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          5802:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          5803:     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
        !          5804:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          5805:     break 2
        !          5806:   fi
        !          5807: done
        !          5808:   done
        !          5809: IFS=$as_save_IFS
        !          5810: 
        !          5811: fi ;;
        !          5812: esac
        !          5813: fi
        !          5814: OBJDUMP=$ac_cv_prog_OBJDUMP
        !          5815: if test -n "$OBJDUMP"; then
        !          5816:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
        !          5817: printf "%s\n" "$OBJDUMP" >&6; }
        !          5818: else
        !          5819:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          5820: printf "%s\n" "no" >&6; }
        !          5821: fi
        !          5822: 
        !          5823: 
        !          5824: fi
        !          5825: if test -z "$ac_cv_prog_OBJDUMP"; then
        !          5826:   ac_ct_OBJDUMP=$OBJDUMP
        !          5827:   # Extract the first word of "objdump", so it can be a program name with args.
        !          5828: set dummy objdump; ac_word=$2
        !          5829: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          5830: printf %s "checking for $ac_word... " >&6; }
        !          5831: if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
        !          5832: then :
        !          5833:   printf %s "(cached) " >&6
        !          5834: else case e in #(
        !          5835:   e) if test -n "$ac_ct_OBJDUMP"; then
        !          5836:   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
        !          5837: else
        !          5838: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          5839: for as_dir in $PATH
        !          5840: do
        !          5841:   IFS=$as_save_IFS
        !          5842:   case $as_dir in #(((
        !          5843:     '') as_dir=./ ;;
        !          5844:     */) ;;
        !          5845:     *) as_dir=$as_dir/ ;;
        !          5846:   esac
        !          5847:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          5848:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          5849:     ac_cv_prog_ac_ct_OBJDUMP="objdump"
        !          5850:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          5851:     break 2
        !          5852:   fi
        !          5853: done
        !          5854:   done
        !          5855: IFS=$as_save_IFS
        !          5856: 
        !          5857: fi ;;
        !          5858: esac
        !          5859: fi
        !          5860: ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
        !          5861: if test -n "$ac_ct_OBJDUMP"; then
        !          5862:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
        !          5863: printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
        !          5864: else
        !          5865:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          5866: printf "%s\n" "no" >&6; }
        !          5867: fi
        !          5868: 
        !          5869:   if test "x$ac_ct_OBJDUMP" = x; then
        !          5870:     OBJDUMP="false"
        !          5871:   else
        !          5872:     case $cross_compiling:$ac_tool_warned in
        !          5873: yes:)
        !          5874: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          5875: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          5876: ac_tool_warned=yes ;;
        !          5877: esac
        !          5878:     OBJDUMP=$ac_ct_OBJDUMP
        !          5879:   fi
        !          5880: else
        !          5881:   OBJDUMP="$ac_cv_prog_OBJDUMP"
        !          5882: fi
        !          5883: 
        !          5884: test -z "$OBJDUMP" && OBJDUMP=objdump
        !          5885: 
        !          5886: 
        !          5887: 
        !          5888: 
        !          5889: 
        !          5890: 
        !          5891: 
        !          5892: 
        !          5893: 
        !          5894: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
        !          5895: printf %s "checking how to recognize dependent libraries... " >&6; }
        !          5896: if test ${lt_cv_deplibs_check_method+y}
        !          5897: then :
        !          5898:   printf %s "(cached) " >&6
        !          5899: else case e in #(
        !          5900:   e) lt_cv_file_magic_cmd='$MAGIC_CMD'
        !          5901: lt_cv_file_magic_test_file=
        !          5902: lt_cv_deplibs_check_method='unknown'
        !          5903: # Need to set the preceding variable on all platforms that support
        !          5904: # interlibrary dependencies.
        !          5905: # 'none' -- dependencies not supported.
        !          5906: # 'unknown' -- same as none, but documents that we really don't know.
        !          5907: # 'pass_all' -- all dependencies passed with no checks.
        !          5908: # 'file_magic [[regex]]' -- check by looking for files in library path
        !          5909: # that responds to the $file_magic_cmd with a given extended regex.
        !          5910: # If you have 'file' or equivalent on your system and you're not sure
        !          5911: # whether 'pass_all' will *always* work, you probably want this one.
        !          5912: 
        !          5913: case $host_os in
        !          5914: aix[4-9]*)
        !          5915:   lt_cv_deplibs_check_method=pass_all
        !          5916:   ;;
        !          5917: 
        !          5918: beos*)
        !          5919:   lt_cv_deplibs_check_method=pass_all
        !          5920:   ;;
        !          5921: 
        !          5922: bsdi[45]*)
        !          5923:   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
        !          5924:   lt_cv_file_magic_cmd='$FILECMD -L'
        !          5925:   lt_cv_file_magic_test_file=/shlib/libc.so
        !          5926:   ;;
        !          5927: 
        !          5928: cygwin*)
        !          5929:   # func_win32_libid is a shell function defined in ltmain.sh
        !          5930:   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
        !          5931:   lt_cv_file_magic_cmd='func_win32_libid'
        !          5932:   ;;
        !          5933: 
        !          5934: mingw* | windows* | pw32*)
        !          5935:   # Base MSYS/MinGW do not provide the 'file' command needed by
        !          5936:   # func_win32_libid shell function, so use a weaker test based on 'objdump',
        !          5937:   # unless we find 'file', for example because we are cross-compiling.
        !          5938:   if ( file / ) >/dev/null 2>&1; then
        !          5939:     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
        !          5940:     lt_cv_file_magic_cmd='func_win32_libid'
        !          5941:   else
        !          5942:     # Keep this pattern in sync with the one in func_win32_libid.
        !          5943:     lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64|pe-aarch64)'
        !          5944:     lt_cv_file_magic_cmd='$OBJDUMP -f'
        !          5945:   fi
        !          5946:   ;;
        !          5947: 
        !          5948: cegcc*)
        !          5949:   # use the weaker test based on 'objdump'. See mingw*.
        !          5950:   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
        !          5951:   lt_cv_file_magic_cmd='$OBJDUMP -f'
        !          5952:   ;;
        !          5953: 
        !          5954: darwin* | rhapsody*)
        !          5955:   lt_cv_deplibs_check_method=pass_all
        !          5956:   ;;
        !          5957: 
        !          5958: freebsd* | dragonfly* | midnightbsd*)
        !          5959:   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
        !          5960:     case $host_cpu in
        !          5961:     i*86 )
        !          5962:       # Not sure whether the presence of OpenBSD here was a mistake.
        !          5963:       # Let's accept both of them until this is cleared up.
        !          5964:       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
        !          5965:       lt_cv_file_magic_cmd=$FILECMD
        !          5966:       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
        !          5967:       ;;
        !          5968:     esac
        !          5969:   else
        !          5970:     lt_cv_deplibs_check_method=pass_all
        !          5971:   fi
        !          5972:   ;;
        !          5973: 
        !          5974: haiku*)
        !          5975:   lt_cv_deplibs_check_method=pass_all
        !          5976:   ;;
        !          5977: 
        !          5978: hpux10.20* | hpux11*)
        !          5979:   lt_cv_file_magic_cmd=$FILECMD
        !          5980:   case $host_cpu in
        !          5981:   ia64*)
        !          5982:     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
        !          5983:     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
        !          5984:     ;;
        !          5985:   hppa*64*)
        !          5986:     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
        !          5987:     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
        !          5988:     ;;
        !          5989:   *)
        !          5990:     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
        !          5991:     lt_cv_file_magic_test_file=/usr/lib/libc.sl
        !          5992:     ;;
        !          5993:   esac
        !          5994:   ;;
        !          5995: 
        !          5996: interix[3-9]*)
        !          5997:   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
        !          5998:   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
        !          5999:   ;;
        !          6000: 
        !          6001: irix5* | irix6* | nonstopux*)
        !          6002:   case $LD in
        !          6003:   *-32|*"-32 ") libmagic=32-bit;;
        !          6004:   *-n32|*"-n32 ") libmagic=N32;;
        !          6005:   *-64|*"-64 ") libmagic=64-bit;;
        !          6006:   *) libmagic=never-match;;
        !          6007:   esac
        !          6008:   lt_cv_deplibs_check_method=pass_all
        !          6009:   ;;
        !          6010: 
        !          6011: # This must be glibc/ELF.
        !          6012: linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
        !          6013:   lt_cv_deplibs_check_method=pass_all
        !          6014:   ;;
        !          6015: 
        !          6016: *-mlibc)
        !          6017:   lt_cv_deplibs_check_method=pass_all
        !          6018:   ;;
        !          6019: 
        !          6020: netbsd* | netbsdelf*-gnu)
        !          6021:   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
        !          6022:     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
        !          6023:   else
        !          6024:     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
        !          6025:   fi
        !          6026:   ;;
        !          6027: 
        !          6028: newos6*)
        !          6029:   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
        !          6030:   lt_cv_file_magic_cmd=$FILECMD
        !          6031:   lt_cv_file_magic_test_file=/usr/lib/libnls.so
        !          6032:   ;;
        !          6033: 
        !          6034: *nto* | *qnx*)
        !          6035:   lt_cv_deplibs_check_method=pass_all
        !          6036:   ;;
        !          6037: 
        !          6038: openbsd*)
        !          6039:   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
        !          6040:     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
        !          6041:   else
        !          6042:     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
        !          6043:   fi
        !          6044:   ;;
        !          6045: 
        !          6046: osf3* | osf4* | osf5*)
        !          6047:   lt_cv_deplibs_check_method=pass_all
        !          6048:   ;;
        !          6049: 
        !          6050: rdos*)
        !          6051:   lt_cv_deplibs_check_method=pass_all
        !          6052:   ;;
        !          6053: 
        !          6054: serenity*)
        !          6055:   lt_cv_deplibs_check_method=pass_all
        !          6056:   ;;
        !          6057: 
        !          6058: solaris*)
        !          6059:   lt_cv_deplibs_check_method=pass_all
        !          6060:   ;;
        !          6061: 
        !          6062: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
        !          6063:   lt_cv_deplibs_check_method=pass_all
        !          6064:   ;;
        !          6065: 
        !          6066: sysv4 | sysv4.3*)
        !          6067:   case $host_vendor in
        !          6068:   motorola)
        !          6069:     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
        !          6070:     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
        !          6071:     ;;
        !          6072:   ncr)
        !          6073:     lt_cv_deplibs_check_method=pass_all
        !          6074:     ;;
        !          6075:   sequent)
        !          6076:     lt_cv_file_magic_cmd='/bin/file'
        !          6077:     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
        !          6078:     ;;
        !          6079:   sni)
        !          6080:     lt_cv_file_magic_cmd='/bin/file'
        !          6081:     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
        !          6082:     lt_cv_file_magic_test_file=/lib/libc.so
        !          6083:     ;;
        !          6084:   siemens)
        !          6085:     lt_cv_deplibs_check_method=pass_all
        !          6086:     ;;
        !          6087:   pc)
        !          6088:     lt_cv_deplibs_check_method=pass_all
        !          6089:     ;;
        !          6090:   esac
        !          6091:   ;;
        !          6092: 
        !          6093: tpf*)
        !          6094:   lt_cv_deplibs_check_method=pass_all
        !          6095:   ;;
        !          6096: os2*)
        !          6097:   lt_cv_deplibs_check_method=pass_all
        !          6098:   ;;
        !          6099: esac
        !          6100:  ;;
        !          6101: esac
        !          6102: fi
        !          6103: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
        !          6104: printf "%s\n" "$lt_cv_deplibs_check_method" >&6; }
        !          6105: 
        !          6106: file_magic_glob=
        !          6107: want_nocaseglob=no
        !          6108: if test "$build" = "$host"; then
        !          6109:   case $host_os in
        !          6110:   mingw* | windows* | pw32*)
        !          6111:     if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
        !          6112:       want_nocaseglob=yes
        !          6113:     else
        !          6114:       file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
        !          6115:     fi
        !          6116:     ;;
        !          6117:   esac
        !          6118: fi
        !          6119: 
        !          6120: file_magic_cmd=$lt_cv_file_magic_cmd
        !          6121: deplibs_check_method=$lt_cv_deplibs_check_method
        !          6122: test -z "$deplibs_check_method" && deplibs_check_method=unknown
        !          6123: 
        !          6124: 
        !          6125: 
        !          6126: 
        !          6127: 
        !          6128: 
        !          6129: 
        !          6130: 
        !          6131: 
        !          6132: 
        !          6133: 
        !          6134: 
        !          6135: 
        !          6136: 
        !          6137: 
        !          6138: 
        !          6139: 
        !          6140: 
        !          6141: 
        !          6142: 
        !          6143: 
        !          6144: 
        !          6145: if test -n "$ac_tool_prefix"; then
        !          6146:   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
        !          6147: set dummy ${ac_tool_prefix}dlltool; ac_word=$2
        !          6148: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6149: printf %s "checking for $ac_word... " >&6; }
        !          6150: if test ${ac_cv_prog_DLLTOOL+y}
        !          6151: then :
        !          6152:   printf %s "(cached) " >&6
        !          6153: else case e in #(
        !          6154:   e) if test -n "$DLLTOOL"; then
        !          6155:   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
        !          6156: else
        !          6157: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6158: for as_dir in $PATH
        !          6159: do
        !          6160:   IFS=$as_save_IFS
        !          6161:   case $as_dir in #(((
        !          6162:     '') as_dir=./ ;;
        !          6163:     */) ;;
        !          6164:     *) as_dir=$as_dir/ ;;
        !          6165:   esac
        !          6166:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6167:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6168:     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
        !          6169:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6170:     break 2
        !          6171:   fi
        !          6172: done
        !          6173:   done
        !          6174: IFS=$as_save_IFS
        !          6175: 
        !          6176: fi ;;
        !          6177: esac
        !          6178: fi
        !          6179: DLLTOOL=$ac_cv_prog_DLLTOOL
        !          6180: if test -n "$DLLTOOL"; then
        !          6181:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
        !          6182: printf "%s\n" "$DLLTOOL" >&6; }
        !          6183: else
        !          6184:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6185: printf "%s\n" "no" >&6; }
        !          6186: fi
        !          6187: 
        !          6188: 
        !          6189: fi
        !          6190: if test -z "$ac_cv_prog_DLLTOOL"; then
        !          6191:   ac_ct_DLLTOOL=$DLLTOOL
        !          6192:   # Extract the first word of "dlltool", so it can be a program name with args.
        !          6193: set dummy dlltool; ac_word=$2
        !          6194: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6195: printf %s "checking for $ac_word... " >&6; }
        !          6196: if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
        !          6197: then :
        !          6198:   printf %s "(cached) " >&6
        !          6199: else case e in #(
        !          6200:   e) if test -n "$ac_ct_DLLTOOL"; then
        !          6201:   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
        !          6202: else
        !          6203: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6204: for as_dir in $PATH
        !          6205: do
        !          6206:   IFS=$as_save_IFS
        !          6207:   case $as_dir in #(((
        !          6208:     '') as_dir=./ ;;
        !          6209:     */) ;;
        !          6210:     *) as_dir=$as_dir/ ;;
        !          6211:   esac
        !          6212:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6213:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6214:     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
        !          6215:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6216:     break 2
        !          6217:   fi
        !          6218: done
        !          6219:   done
        !          6220: IFS=$as_save_IFS
        !          6221: 
        !          6222: fi ;;
        !          6223: esac
        !          6224: fi
        !          6225: ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
        !          6226: if test -n "$ac_ct_DLLTOOL"; then
        !          6227:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
        !          6228: printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
        !          6229: else
        !          6230:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6231: printf "%s\n" "no" >&6; }
        !          6232: fi
        !          6233: 
        !          6234:   if test "x$ac_ct_DLLTOOL" = x; then
        !          6235:     DLLTOOL="false"
        !          6236:   else
        !          6237:     case $cross_compiling:$ac_tool_warned in
        !          6238: yes:)
        !          6239: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          6240: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          6241: ac_tool_warned=yes ;;
        !          6242: esac
        !          6243:     DLLTOOL=$ac_ct_DLLTOOL
        !          6244:   fi
        !          6245: else
        !          6246:   DLLTOOL="$ac_cv_prog_DLLTOOL"
        !          6247: fi
        !          6248: 
        !          6249: test -z "$DLLTOOL" && DLLTOOL=dlltool
        !          6250: 
        !          6251: 
        !          6252: 
        !          6253: 
        !          6254: 
        !          6255: 
        !          6256: 
        !          6257: 
        !          6258: 
        !          6259: 
        !          6260: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
        !          6261: printf %s "checking how to associate runtime and link libraries... " >&6; }
        !          6262: if test ${lt_cv_sharedlib_from_linklib_cmd+y}
        !          6263: then :
        !          6264:   printf %s "(cached) " >&6
        !          6265: else case e in #(
        !          6266:   e) lt_cv_sharedlib_from_linklib_cmd='unknown'
        !          6267: 
        !          6268: case $host_os in
        !          6269: cygwin* | mingw* | windows* | pw32* | cegcc*)
        !          6270:   # two different shell functions defined in ltmain.sh;
        !          6271:   # decide which one to use based on capabilities of $DLLTOOL
        !          6272:   case `$DLLTOOL --help 2>&1` in
        !          6273:   *--identify-strict*)
        !          6274:     lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
        !          6275:     ;;
        !          6276:   *)
        !          6277:     lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
        !          6278:     ;;
        !          6279:   esac
        !          6280:   ;;
        !          6281: *)
        !          6282:   # fallback: assume linklib IS sharedlib
        !          6283:   lt_cv_sharedlib_from_linklib_cmd=$ECHO
        !          6284:   ;;
        !          6285: esac
        !          6286:  ;;
        !          6287: esac
        !          6288: fi
        !          6289: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
        !          6290: printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
        !          6291: sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
        !          6292: test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
        !          6293: 
        !          6294: 
        !          6295: 
        !          6296: 
        !          6297: 
        !          6298: 
        !          6299: 
        !          6300: if test -n "$ac_tool_prefix"; then
        !          6301:   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
        !          6302: set dummy ${ac_tool_prefix}ranlib; ac_word=$2
        !          6303: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6304: printf %s "checking for $ac_word... " >&6; }
        !          6305: if test ${ac_cv_prog_RANLIB+y}
        !          6306: then :
        !          6307:   printf %s "(cached) " >&6
        !          6308: else case e in #(
        !          6309:   e) if test -n "$RANLIB"; then
        !          6310:   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
        !          6311: else
        !          6312: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6313: for as_dir in $PATH
        !          6314: do
        !          6315:   IFS=$as_save_IFS
        !          6316:   case $as_dir in #(((
        !          6317:     '') as_dir=./ ;;
        !          6318:     */) ;;
        !          6319:     *) as_dir=$as_dir/ ;;
        !          6320:   esac
        !          6321:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6322:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6323:     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
        !          6324:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6325:     break 2
        !          6326:   fi
        !          6327: done
        !          6328:   done
        !          6329: IFS=$as_save_IFS
        !          6330: 
        !          6331: fi ;;
        !          6332: esac
        !          6333: fi
        !          6334: RANLIB=$ac_cv_prog_RANLIB
        !          6335: if test -n "$RANLIB"; then
        !          6336:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
        !          6337: printf "%s\n" "$RANLIB" >&6; }
        !          6338: else
        !          6339:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6340: printf "%s\n" "no" >&6; }
        !          6341: fi
        !          6342: 
        !          6343: 
        !          6344: fi
        !          6345: if test -z "$ac_cv_prog_RANLIB"; then
        !          6346:   ac_ct_RANLIB=$RANLIB
        !          6347:   # Extract the first word of "ranlib", so it can be a program name with args.
        !          6348: set dummy ranlib; ac_word=$2
        !          6349: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6350: printf %s "checking for $ac_word... " >&6; }
        !          6351: if test ${ac_cv_prog_ac_ct_RANLIB+y}
        !          6352: then :
        !          6353:   printf %s "(cached) " >&6
        !          6354: else case e in #(
        !          6355:   e) if test -n "$ac_ct_RANLIB"; then
        !          6356:   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
        !          6357: else
        !          6358: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6359: for as_dir in $PATH
        !          6360: do
        !          6361:   IFS=$as_save_IFS
        !          6362:   case $as_dir in #(((
        !          6363:     '') as_dir=./ ;;
        !          6364:     */) ;;
        !          6365:     *) as_dir=$as_dir/ ;;
        !          6366:   esac
        !          6367:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6368:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6369:     ac_cv_prog_ac_ct_RANLIB="ranlib"
        !          6370:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6371:     break 2
        !          6372:   fi
        !          6373: done
        !          6374:   done
        !          6375: IFS=$as_save_IFS
        !          6376: 
        !          6377: fi ;;
        !          6378: esac
        !          6379: fi
        !          6380: ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
        !          6381: if test -n "$ac_ct_RANLIB"; then
        !          6382:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
        !          6383: printf "%s\n" "$ac_ct_RANLIB" >&6; }
        !          6384: else
        !          6385:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6386: printf "%s\n" "no" >&6; }
        !          6387: fi
        !          6388: 
        !          6389:   if test "x$ac_ct_RANLIB" = x; then
        !          6390:     RANLIB=":"
        !          6391:   else
        !          6392:     case $cross_compiling:$ac_tool_warned in
        !          6393: yes:)
        !          6394: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          6395: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          6396: ac_tool_warned=yes ;;
        !          6397: esac
        !          6398:     RANLIB=$ac_ct_RANLIB
        !          6399:   fi
        !          6400: else
        !          6401:   RANLIB="$ac_cv_prog_RANLIB"
        !          6402: fi
        !          6403: 
        !          6404: if test -n "$ac_tool_prefix"; then
        !          6405:   for ac_prog in ar
        !          6406:   do
        !          6407:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
        !          6408: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
        !          6409: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6410: printf %s "checking for $ac_word... " >&6; }
        !          6411: if test ${ac_cv_prog_AR+y}
        !          6412: then :
        !          6413:   printf %s "(cached) " >&6
        !          6414: else case e in #(
        !          6415:   e) if test -n "$AR"; then
        !          6416:   ac_cv_prog_AR="$AR" # Let the user override the test.
        !          6417: else
        !          6418: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6419: for as_dir in $PATH
        !          6420: do
        !          6421:   IFS=$as_save_IFS
        !          6422:   case $as_dir in #(((
        !          6423:     '') as_dir=./ ;;
        !          6424:     */) ;;
        !          6425:     *) as_dir=$as_dir/ ;;
        !          6426:   esac
        !          6427:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6428:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6429:     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
        !          6430:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6431:     break 2
        !          6432:   fi
        !          6433: done
        !          6434:   done
        !          6435: IFS=$as_save_IFS
        !          6436: 
        !          6437: fi ;;
        !          6438: esac
        !          6439: fi
        !          6440: AR=$ac_cv_prog_AR
        !          6441: if test -n "$AR"; then
        !          6442:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
        !          6443: printf "%s\n" "$AR" >&6; }
        !          6444: else
        !          6445:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6446: printf "%s\n" "no" >&6; }
        !          6447: fi
        !          6448: 
        !          6449: 
        !          6450:     test -n "$AR" && break
        !          6451:   done
        !          6452: fi
        !          6453: if test -z "$AR"; then
        !          6454:   ac_ct_AR=$AR
        !          6455:   for ac_prog in ar
        !          6456: do
        !          6457:   # Extract the first word of "$ac_prog", so it can be a program name with args.
        !          6458: set dummy $ac_prog; ac_word=$2
        !          6459: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6460: printf %s "checking for $ac_word... " >&6; }
        !          6461: if test ${ac_cv_prog_ac_ct_AR+y}
        !          6462: then :
        !          6463:   printf %s "(cached) " >&6
        !          6464: else case e in #(
        !          6465:   e) if test -n "$ac_ct_AR"; then
        !          6466:   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
        !          6467: else
        !          6468: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6469: for as_dir in $PATH
        !          6470: do
        !          6471:   IFS=$as_save_IFS
        !          6472:   case $as_dir in #(((
        !          6473:     '') as_dir=./ ;;
        !          6474:     */) ;;
        !          6475:     *) as_dir=$as_dir/ ;;
        !          6476:   esac
        !          6477:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6478:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6479:     ac_cv_prog_ac_ct_AR="$ac_prog"
        !          6480:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6481:     break 2
        !          6482:   fi
        !          6483: done
        !          6484:   done
        !          6485: IFS=$as_save_IFS
        !          6486: 
        !          6487: fi ;;
        !          6488: esac
        !          6489: fi
        !          6490: ac_ct_AR=$ac_cv_prog_ac_ct_AR
        !          6491: if test -n "$ac_ct_AR"; then
        !          6492:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
        !          6493: printf "%s\n" "$ac_ct_AR" >&6; }
        !          6494: else
        !          6495:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6496: printf "%s\n" "no" >&6; }
        !          6497: fi
        !          6498: 
        !          6499: 
        !          6500:   test -n "$ac_ct_AR" && break
        !          6501: done
        !          6502: 
        !          6503:   if test "x$ac_ct_AR" = x; then
        !          6504:     AR="false"
        !          6505:   else
        !          6506:     case $cross_compiling:$ac_tool_warned in
        !          6507: yes:)
        !          6508: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          6509: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          6510: ac_tool_warned=yes ;;
        !          6511: esac
        !          6512:     AR=$ac_ct_AR
        !          6513:   fi
        !          6514: fi
        !          6515: 
        !          6516: : ${AR=ar}
        !          6517: 
        !          6518: 
        !          6519: 
        !          6520: 
        !          6521: 
        !          6522: 
        !          6523: # Use ARFLAGS variable as AR's operation code to sync the variable naming with
        !          6524: # Automake.  If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
        !          6525: # higher priority because that's what people were doing historically (setting
        !          6526: # ARFLAGS for automake and AR_FLAGS for libtool).  FIXME: Make the AR_FLAGS
        !          6527: # variable obsoleted/removed.
        !          6528: 
        !          6529: test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
        !          6530: lt_ar_flags=$AR_FLAGS
        !          6531: 
        !          6532: 
        !          6533: 
        !          6534: 
        !          6535: 
        !          6536: 
        !          6537: # Make AR_FLAGS overridable by 'make ARFLAGS='.  Don't try to run-time override
        !          6538: # by AR_FLAGS because that was never working and AR_FLAGS is about to die.
        !          6539: 
        !          6540: 
        !          6541: 
        !          6542: 
        !          6543: 
        !          6544: 
        !          6545: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
        !          6546: printf %s "checking for archiver @FILE support... " >&6; }
        !          6547: if test ${lt_cv_ar_at_file+y}
        !          6548: then :
        !          6549:   printf %s "(cached) " >&6
        !          6550: else case e in #(
        !          6551:   e) lt_cv_ar_at_file=no
        !          6552:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          6553: /* end confdefs.h.  */
        !          6554: 
        !          6555: int
        !          6556: main (void)
        !          6557: {
        !          6558: 
        !          6559:   ;
        !          6560:   return 0;
        !          6561: }
        !          6562: _ACEOF
        !          6563: if ac_fn_c_try_compile "$LINENO"
        !          6564: then :
        !          6565:   echo conftest.$ac_objext > conftest.lst
        !          6566:       lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
        !          6567:       { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
        !          6568:   (eval $lt_ar_try) 2>&5
        !          6569:   ac_status=$?
        !          6570:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          6571:   test $ac_status = 0; }
        !          6572:       if test 0 -eq "$ac_status"; then
        !          6573:        # Ensure the archiver fails upon bogus file names.
        !          6574:        rm -f conftest.$ac_objext libconftest.a
        !          6575:        { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
        !          6576:   (eval $lt_ar_try) 2>&5
        !          6577:   ac_status=$?
        !          6578:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          6579:   test $ac_status = 0; }
        !          6580:        if test 0 -ne "$ac_status"; then
        !          6581:           lt_cv_ar_at_file=@
        !          6582:         fi
        !          6583:       fi
        !          6584:       rm -f conftest.* libconftest.a
        !          6585: 
        !          6586: fi
        !          6587: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
        !          6588:    ;;
        !          6589: esac
        !          6590: fi
        !          6591: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
        !          6592: printf "%s\n" "$lt_cv_ar_at_file" >&6; }
        !          6593: 
        !          6594: if test no = "$lt_cv_ar_at_file"; then
        !          6595:   archiver_list_spec=
        !          6596: else
        !          6597:   archiver_list_spec=$lt_cv_ar_at_file
        !          6598: fi
        !          6599: 
        !          6600: 
        !          6601: 
        !          6602: 
        !          6603: 
        !          6604: 
        !          6605: 
        !          6606: if test -n "$ac_tool_prefix"; then
        !          6607:   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
        !          6608: set dummy ${ac_tool_prefix}strip; ac_word=$2
        !          6609: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6610: printf %s "checking for $ac_word... " >&6; }
        !          6611: if test ${ac_cv_prog_STRIP+y}
        !          6612: then :
        !          6613:   printf %s "(cached) " >&6
        !          6614: else case e in #(
        !          6615:   e) if test -n "$STRIP"; then
        !          6616:   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
        !          6617: else
        !          6618: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6619: for as_dir in $PATH
        !          6620: do
        !          6621:   IFS=$as_save_IFS
        !          6622:   case $as_dir in #(((
        !          6623:     '') as_dir=./ ;;
        !          6624:     */) ;;
        !          6625:     *) as_dir=$as_dir/ ;;
        !          6626:   esac
        !          6627:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6628:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6629:     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
        !          6630:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6631:     break 2
        !          6632:   fi
        !          6633: done
        !          6634:   done
        !          6635: IFS=$as_save_IFS
        !          6636: 
        !          6637: fi ;;
        !          6638: esac
        !          6639: fi
        !          6640: STRIP=$ac_cv_prog_STRIP
        !          6641: if test -n "$STRIP"; then
        !          6642:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
        !          6643: printf "%s\n" "$STRIP" >&6; }
        !          6644: else
        !          6645:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6646: printf "%s\n" "no" >&6; }
        !          6647: fi
        !          6648: 
        !          6649: 
        !          6650: fi
        !          6651: if test -z "$ac_cv_prog_STRIP"; then
        !          6652:   ac_ct_STRIP=$STRIP
        !          6653:   # Extract the first word of "strip", so it can be a program name with args.
        !          6654: set dummy strip; ac_word=$2
        !          6655: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6656: printf %s "checking for $ac_word... " >&6; }
        !          6657: if test ${ac_cv_prog_ac_ct_STRIP+y}
        !          6658: then :
        !          6659:   printf %s "(cached) " >&6
        !          6660: else case e in #(
        !          6661:   e) if test -n "$ac_ct_STRIP"; then
        !          6662:   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
        !          6663: else
        !          6664: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6665: for as_dir in $PATH
        !          6666: do
        !          6667:   IFS=$as_save_IFS
        !          6668:   case $as_dir in #(((
        !          6669:     '') as_dir=./ ;;
        !          6670:     */) ;;
        !          6671:     *) as_dir=$as_dir/ ;;
        !          6672:   esac
        !          6673:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6674:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6675:     ac_cv_prog_ac_ct_STRIP="strip"
        !          6676:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6677:     break 2
        !          6678:   fi
        !          6679: done
        !          6680:   done
        !          6681: IFS=$as_save_IFS
        !          6682: 
        !          6683: fi ;;
        !          6684: esac
        !          6685: fi
        !          6686: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
        !          6687: if test -n "$ac_ct_STRIP"; then
        !          6688:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
        !          6689: printf "%s\n" "$ac_ct_STRIP" >&6; }
        !          6690: else
        !          6691:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6692: printf "%s\n" "no" >&6; }
        !          6693: fi
        !          6694: 
        !          6695:   if test "x$ac_ct_STRIP" = x; then
        !          6696:     STRIP=":"
        !          6697:   else
        !          6698:     case $cross_compiling:$ac_tool_warned in
        !          6699: yes:)
        !          6700: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          6701: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          6702: ac_tool_warned=yes ;;
        !          6703: esac
        !          6704:     STRIP=$ac_ct_STRIP
        !          6705:   fi
        !          6706: else
        !          6707:   STRIP="$ac_cv_prog_STRIP"
        !          6708: fi
        !          6709: 
        !          6710: test -z "$STRIP" && STRIP=:
        !          6711: 
        !          6712: 
        !          6713: 
        !          6714: 
        !          6715: 
        !          6716: 
        !          6717: 
        !          6718: test -z "$RANLIB" && RANLIB=:
        !          6719: 
        !          6720: 
        !          6721: 
        !          6722: 
        !          6723: 
        !          6724: 
        !          6725: # Determine commands to create old-style static archives.
        !          6726: old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
        !          6727: old_postinstall_cmds='chmod 644 $oldlib'
        !          6728: old_postuninstall_cmds=
        !          6729: 
        !          6730: if test -n "$RANLIB"; then
        !          6731:   old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
        !          6732:   old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
        !          6733: fi
        !          6734: 
        !          6735: case $host_os in
        !          6736:   darwin*)
        !          6737:     lock_old_archive_extraction=yes ;;
        !          6738:   *)
        !          6739:     lock_old_archive_extraction=no ;;
        !          6740: esac
        !          6741: 
        !          6742: 
        !          6743: 
        !          6744: 
        !          6745: 
        !          6746: 
        !          6747: 
        !          6748: 
        !          6749: 
        !          6750: 
        !          6751: 
        !          6752: 
        !          6753: 
        !          6754: 
        !          6755: 
        !          6756: 
        !          6757: 
        !          6758: 
        !          6759: 
        !          6760: 
        !          6761: 
        !          6762: for ac_prog in gawk mawk nawk awk
        !          6763: do
        !          6764:   # Extract the first word of "$ac_prog", so it can be a program name with args.
        !          6765: set dummy $ac_prog; ac_word=$2
        !          6766: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          6767: printf %s "checking for $ac_word... " >&6; }
        !          6768: if test ${ac_cv_prog_AWK+y}
        !          6769: then :
        !          6770:   printf %s "(cached) " >&6
        !          6771: else case e in #(
        !          6772:   e) if test -n "$AWK"; then
        !          6773:   ac_cv_prog_AWK="$AWK" # Let the user override the test.
        !          6774: else
        !          6775: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          6776: for as_dir in $PATH
        !          6777: do
        !          6778:   IFS=$as_save_IFS
        !          6779:   case $as_dir in #(((
        !          6780:     '') as_dir=./ ;;
        !          6781:     */) ;;
        !          6782:     *) as_dir=$as_dir/ ;;
        !          6783:   esac
        !          6784:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          6785:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          6786:     ac_cv_prog_AWK="$ac_prog"
        !          6787:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          6788:     break 2
        !          6789:   fi
        !          6790: done
        !          6791:   done
        !          6792: IFS=$as_save_IFS
        !          6793: 
        !          6794: fi ;;
        !          6795: esac
        !          6796: fi
        !          6797: AWK=$ac_cv_prog_AWK
        !          6798: if test -n "$AWK"; then
        !          6799:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
        !          6800: printf "%s\n" "$AWK" >&6; }
        !          6801: else
        !          6802:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          6803: printf "%s\n" "no" >&6; }
        !          6804: fi
        !          6805: 
        !          6806: 
        !          6807:   test -n "$AWK" && break
        !          6808: done
        !          6809: 
        !          6810: 
        !          6811: 
        !          6812: 
        !          6813: 
        !          6814: 
        !          6815: 
        !          6816: 
        !          6817: 
        !          6818: 
        !          6819: 
        !          6820: 
        !          6821: 
        !          6822: 
        !          6823: 
        !          6824: 
        !          6825: 
        !          6826: 
        !          6827: 
        !          6828: # If no C compiler was specified, use CC.
        !          6829: LTCC=${LTCC-"$CC"}
        !          6830: 
        !          6831: # If no C compiler flags were specified, use CFLAGS.
        !          6832: LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
        !          6833: 
        !          6834: # Allow CC to be a program name with arguments.
        !          6835: compiler=$CC
        !          6836: 
        !          6837: 
        !          6838: # Check for command to grab the raw symbol name followed by C symbol from nm.
        !          6839: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
        !          6840: printf %s "checking command to parse $NM output from $compiler object... " >&6; }
        !          6841: if test ${lt_cv_sys_global_symbol_pipe+y}
        !          6842: then :
        !          6843:   printf %s "(cached) " >&6
        !          6844: else case e in #(
        !          6845:   e)
        !          6846: # These are sane defaults that work on at least a few old systems.
        !          6847: # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
        !          6848: 
        !          6849: # Character class describing NM global symbol codes.
        !          6850: symcode='[BCDEGRST]'
        !          6851: 
        !          6852: # Regexp to match symbols that can be accessed directly from C.
        !          6853: sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
        !          6854: 
        !          6855: # Define system-specific variables.
        !          6856: case $host_os in
        !          6857: aix*)
        !          6858:   symcode='[BCDT]'
        !          6859:   ;;
        !          6860: cygwin* | mingw* | windows* | pw32* | cegcc*)
        !          6861:   symcode='[ABCDGISTW]'
        !          6862:   ;;
        !          6863: hpux*)
        !          6864:   if test ia64 = "$host_cpu"; then
        !          6865:     symcode='[ABCDEGRST]'
        !          6866:   fi
        !          6867:   ;;
        !          6868: irix* | nonstopux*)
        !          6869:   symcode='[BCDEGRST]'
        !          6870:   ;;
        !          6871: osf*)
        !          6872:   symcode='[BCDEGQRST]'
        !          6873:   ;;
        !          6874: solaris*)
        !          6875:   symcode='[BCDRT]'
        !          6876:   ;;
        !          6877: sco3.2v5*)
        !          6878:   symcode='[DT]'
        !          6879:   ;;
        !          6880: sysv4.2uw2*)
        !          6881:   symcode='[DT]'
        !          6882:   ;;
        !          6883: sysv5* | sco5v6* | unixware* | OpenUNIX*)
        !          6884:   symcode='[ABDT]'
        !          6885:   ;;
        !          6886: sysv4)
        !          6887:   symcode='[DFNSTU]'
        !          6888:   ;;
        !          6889: esac
        !          6890: 
        !          6891: # If we're using GNU nm, then use its standard symbol codes.
        !          6892: case `$NM -V 2>&1` in
        !          6893: *GNU* | *'with BFD'*)
        !          6894:   symcode='[ABCDGIRSTW]' ;;
        !          6895: esac
        !          6896: 
        !          6897: if test "$lt_cv_nm_interface" = "MS dumpbin"; then
        !          6898:   # Gets list of data symbols to import.
        !          6899:   lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
        !          6900:   # Adjust the below global symbol transforms to fixup imported variables.
        !          6901:   lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
        !          6902:   lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
        !          6903:   lt_c_name_lib_hook="\
        !          6904:   -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
        !          6905:   -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
        !          6906: else
        !          6907:   # Disable hooks by default.
        !          6908:   lt_cv_sys_global_symbol_to_import=
        !          6909:   lt_cdecl_hook=
        !          6910:   lt_c_name_hook=
        !          6911:   lt_c_name_lib_hook=
        !          6912: fi
        !          6913: 
        !          6914: # Transform an extracted symbol line into a proper C declaration.
        !          6915: # Some systems (esp. on ia64) link data and code symbols differently,
        !          6916: # so use this general approach.
        !          6917: lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
        !          6918: $lt_cdecl_hook\
        !          6919: " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
        !          6920: " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
        !          6921: 
        !          6922: # Transform an extracted symbol line into symbol name and symbol address
        !          6923: lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
        !          6924: $lt_c_name_hook\
        !          6925: " -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
        !          6926: " -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
        !          6927: 
        !          6928: # Transform an extracted symbol line into symbol name with lib prefix and
        !          6929: # symbol address.
        !          6930: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
        !          6931: $lt_c_name_lib_hook\
        !          6932: " -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
        !          6933: " -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
        !          6934: " -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
        !          6935: 
        !          6936: # Handle CRLF in mingw tool chain
        !          6937: opt_cr=
        !          6938: case $build_os in
        !          6939: mingw* | windows*)
        !          6940:   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
        !          6941:   ;;
        !          6942: esac
        !          6943: 
        !          6944: # Try without a prefix underscore, then with it.
        !          6945: for ac_symprfx in "" "_"; do
        !          6946: 
        !          6947:   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
        !          6948:   symxfrm="\\1 $ac_symprfx\\2 \\2"
        !          6949: 
        !          6950:   # Write the raw and C identifiers.
        !          6951:   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
        !          6952:     # Fake it for dumpbin and say T for any non-static function,
        !          6953:     # D for any global variable and I for any imported variable.
        !          6954:     # Also find C++ and __fastcall symbols from MSVC++ or ICC,
        !          6955:     # which start with @ or ?.
        !          6956:     lt_cv_sys_global_symbol_pipe="$AWK '"\
        !          6957: "     {last_section=section; section=\$ 3};"\
        !          6958: "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
        !          6959: "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
        !          6960: "     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
        !          6961: "     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
        !          6962: "     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
        !          6963: "     \$ 0!~/External *\|/{next};"\
        !          6964: "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
        !          6965: "     {if(hide[section]) next};"\
        !          6966: "     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
        !          6967: "     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
        !          6968: "     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
        !          6969: "     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
        !          6970: "     ' prfx=^$ac_symprfx"
        !          6971:   else
        !          6972:     lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[    ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
        !          6973:   fi
        !          6974:   lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
        !          6975: 
        !          6976:   # Check to see that the pipe works correctly.
        !          6977:   pipe_works=no
        !          6978: 
        !          6979:   rm -f conftest*
        !          6980:   cat > conftest.$ac_ext <<_LT_EOF
        !          6981: #ifdef __cplusplus
        !          6982: extern "C" {
        !          6983: #endif
        !          6984: char nm_test_var;
        !          6985: void nm_test_func(void);
        !          6986: void nm_test_func(void){}
        !          6987: #ifdef __cplusplus
        !          6988: }
        !          6989: #endif
        !          6990: int main(void){nm_test_var='a';nm_test_func();return(0);}
        !          6991: _LT_EOF
        !          6992: 
        !          6993:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
        !          6994:   (eval $ac_compile) 2>&5
        !          6995:   ac_status=$?
        !          6996:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          6997:   test $ac_status = 0; }; then
        !          6998:     # Now try to grab the symbols.
        !          6999:     nlist=conftest.nm
        !          7000:     $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
        !          7001:     if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
        !          7002:       # Try sorting and uniquifying the output.
        !          7003:       if sort "$nlist" | uniq > "$nlist"T; then
        !          7004:        mv -f "$nlist"T "$nlist"
        !          7005:       else
        !          7006:        rm -f "$nlist"T
        !          7007:       fi
        !          7008: 
        !          7009:       # Make sure that we snagged all the symbols we need.
        !          7010:       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
        !          7011:        if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
        !          7012:          cat <<_LT_EOF > conftest.$ac_ext
        !          7013: /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
        !          7014: #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
        !          7015: /* DATA imports from DLLs on WIN32 can't be const, because runtime
        !          7016:    relocations are performed -- see ld's documentation on pseudo-relocs.  */
        !          7017: # define LT_DLSYM_CONST
        !          7018: #elif defined __osf__
        !          7019: /* This system does not cope well with relocations in const data.  */
        !          7020: # define LT_DLSYM_CONST
        !          7021: #else
        !          7022: # define LT_DLSYM_CONST const
        !          7023: #endif
        !          7024: 
        !          7025: #ifdef __cplusplus
        !          7026: extern "C" {
        !          7027: #endif
        !          7028: 
        !          7029: _LT_EOF
        !          7030:          # Now generate the symbol file.
        !          7031:          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
        !          7032: 
        !          7033:          cat <<_LT_EOF >> conftest.$ac_ext
        !          7034: 
        !          7035: /* The mapping between symbol names and symbols.  */
        !          7036: LT_DLSYM_CONST struct {
        !          7037:   const char *name;
        !          7038:   void       *address;
        !          7039: }
        !          7040: lt__PROGRAM__LTX_preloaded_symbols[] =
        !          7041: {
        !          7042:   { "@PROGRAM@", (void *) 0 },
        !          7043: _LT_EOF
        !          7044:          $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
        !          7045:          cat <<\_LT_EOF >> conftest.$ac_ext
        !          7046:   {0, (void *) 0}
        !          7047: };
        !          7048: 
        !          7049: /* This works around a problem in FreeBSD linker */
        !          7050: #ifdef FREEBSD_WORKAROUND
        !          7051: static const void *lt_preloaded_setup() {
        !          7052:   return lt__PROGRAM__LTX_preloaded_symbols;
        !          7053: }
        !          7054: #endif
        !          7055: 
        !          7056: #ifdef __cplusplus
        !          7057: }
        !          7058: #endif
        !          7059: _LT_EOF
        !          7060:          # Now try linking the two files.
        !          7061:          mv conftest.$ac_objext conftstm.$ac_objext
        !          7062:          lt_globsym_save_LIBS=$LIBS
        !          7063:          lt_globsym_save_CFLAGS=$CFLAGS
        !          7064:          LIBS=conftstm.$ac_objext
        !          7065:          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
        !          7066:          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
        !          7067:   (eval $ac_link) 2>&5
        !          7068:   ac_status=$?
        !          7069:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          7070:   test $ac_status = 0; } && test -s conftest$ac_exeext; then
        !          7071:            pipe_works=yes
        !          7072:          fi
        !          7073:          LIBS=$lt_globsym_save_LIBS
        !          7074:          CFLAGS=$lt_globsym_save_CFLAGS
        !          7075:        else
        !          7076:          echo "cannot find nm_test_func in $nlist" >&5
        !          7077:        fi
        !          7078:       else
        !          7079:        echo "cannot find nm_test_var in $nlist" >&5
        !          7080:       fi
        !          7081:     else
        !          7082:       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
        !          7083:     fi
        !          7084:   else
        !          7085:     echo "$progname: failed program was:" >&5
        !          7086:     cat conftest.$ac_ext >&5
        !          7087:   fi
        !          7088:   rm -rf conftest* conftst*
        !          7089: 
        !          7090:   # Do not use the global_symbol_pipe unless it works.
        !          7091:   if test yes = "$pipe_works"; then
        !          7092:     break
        !          7093:   else
        !          7094:     lt_cv_sys_global_symbol_pipe=
        !          7095:   fi
        !          7096: done
        !          7097:  ;;
        !          7098: esac
        !          7099: fi
        !          7100: 
        !          7101: if test -z "$lt_cv_sys_global_symbol_pipe"; then
        !          7102:   lt_cv_sys_global_symbol_to_cdecl=
        !          7103: fi
        !          7104: if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
        !          7105:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5
        !          7106: printf "%s\n" "failed" >&6; }
        !          7107: else
        !          7108:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
        !          7109: printf "%s\n" "ok" >&6; }
        !          7110: fi
        !          7111: 
        !          7112: # Response file support.
        !          7113: if test "$lt_cv_nm_interface" = "MS dumpbin"; then
        !          7114:   nm_file_list_spec='@'
        !          7115: elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
        !          7116:   nm_file_list_spec='@'
        !          7117: fi
        !          7118: 
        !          7119: 
        !          7120: 
        !          7121: 
        !          7122: 
        !          7123: 
        !          7124: 
        !          7125: 
        !          7126: 
        !          7127: 
        !          7128: 
        !          7129: 
        !          7130: 
        !          7131: 
        !          7132: 
        !          7133: 
        !          7134: 
        !          7135: 
        !          7136: 
        !          7137: 
        !          7138: 
        !          7139: 
        !          7140: 
        !          7141: 
        !          7142: 
        !          7143: 
        !          7144: 
        !          7145: 
        !          7146: 
        !          7147: 
        !          7148: 
        !          7149: 
        !          7150: 
        !          7151: 
        !          7152: 
        !          7153: 
        !          7154: 
        !          7155: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
        !          7156: printf %s "checking for sysroot... " >&6; }
        !          7157: 
        !          7158: # Check whether --with-sysroot was given.
        !          7159: if test ${with_sysroot+y}
        !          7160: then :
        !          7161:   withval=$with_sysroot;
        !          7162: else case e in #(
        !          7163:   e) with_sysroot=no ;;
        !          7164: esac
        !          7165: fi
        !          7166: 
        !          7167: 
        !          7168: lt_sysroot=
        !          7169: case $with_sysroot in #(
        !          7170:  yes)
        !          7171:    if test yes = "$GCC"; then
        !          7172:      # Trim trailing / since we'll always append absolute paths and we want
        !          7173:      # to avoid //, if only for less confusing output for the user.
        !          7174:      lt_sysroot=`$CC --print-sysroot 2>/dev/null | $SED 's:/\+$::'`
        !          7175:    fi
        !          7176:    ;; #(
        !          7177:  /*)
        !          7178:    lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
        !          7179:    ;; #(
        !          7180:  no|'')
        !          7181:    ;; #(
        !          7182:  *)
        !          7183:    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
        !          7184: printf "%s\n" "$with_sysroot" >&6; }
        !          7185:    as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
        !          7186:    ;;
        !          7187: esac
        !          7188: 
        !          7189:  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
        !          7190: printf "%s\n" "${lt_sysroot:-no}" >&6; }
        !          7191: 
        !          7192: 
        !          7193: 
        !          7194: 
        !          7195: 
        !          7196: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
        !          7197: printf %s "checking for a working dd... " >&6; }
        !          7198: if test ${ac_cv_path_lt_DD+y}
        !          7199: then :
        !          7200:   printf %s "(cached) " >&6
        !          7201: else case e in #(
        !          7202:   e) printf 0123456789abcdef0123456789abcdef >conftest.i
        !          7203: cat conftest.i conftest.i >conftest2.i
        !          7204: : ${lt_DD:=$DD}
        !          7205: if test -z "$lt_DD"; then
        !          7206:   ac_path_lt_DD_found=false
        !          7207:   # Loop through the user's path and test for each of PROGNAME-LIST
        !          7208:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7209: for as_dir in $PATH
        !          7210: do
        !          7211:   IFS=$as_save_IFS
        !          7212:   case $as_dir in #(((
        !          7213:     '') as_dir=./ ;;
        !          7214:     */) ;;
        !          7215:     *) as_dir=$as_dir/ ;;
        !          7216:   esac
        !          7217:     for ac_prog in dd
        !          7218:    do
        !          7219:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7220:       ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext"
        !          7221:       as_fn_executable_p "$ac_path_lt_DD" || continue
        !          7222: if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
        !          7223:   cmp -s conftest.i conftest.out \
        !          7224:   && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
        !          7225: fi
        !          7226:       $ac_path_lt_DD_found && break 3
        !          7227:     done
        !          7228:   done
        !          7229:   done
        !          7230: IFS=$as_save_IFS
        !          7231:   if test -z "$ac_cv_path_lt_DD"; then
        !          7232:     :
        !          7233:   fi
        !          7234: else
        !          7235:   ac_cv_path_lt_DD=$lt_DD
        !          7236: fi
        !          7237: 
        !          7238: rm -f conftest.i conftest2.i conftest.out ;;
        !          7239: esac
        !          7240: fi
        !          7241: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
        !          7242: printf "%s\n" "$ac_cv_path_lt_DD" >&6; }
        !          7243: 
        !          7244: 
        !          7245: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
        !          7246: printf %s "checking how to truncate binary pipes... " >&6; }
        !          7247: if test ${lt_cv_truncate_bin+y}
        !          7248: then :
        !          7249:   printf %s "(cached) " >&6
        !          7250: else case e in #(
        !          7251:   e) printf 0123456789abcdef0123456789abcdef >conftest.i
        !          7252: cat conftest.i conftest.i >conftest2.i
        !          7253: lt_cv_truncate_bin=
        !          7254: if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
        !          7255:   cmp -s conftest.i conftest.out \
        !          7256:   && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
        !          7257: fi
        !          7258: rm -f conftest.i conftest2.i conftest.out
        !          7259: test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" ;;
        !          7260: esac
        !          7261: fi
        !          7262: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
        !          7263: printf "%s\n" "$lt_cv_truncate_bin" >&6; }
        !          7264: 
        !          7265: 
        !          7266: 
        !          7267: 
        !          7268: 
        !          7269: 
        !          7270: 
        !          7271: # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
        !          7272: func_cc_basename ()
        !          7273: {
        !          7274:     for cc_temp in $*""; do
        !          7275:       case $cc_temp in
        !          7276:         compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
        !          7277:         distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
        !          7278:         \-*) ;;
        !          7279:         *) break;;
        !          7280:       esac
        !          7281:     done
        !          7282:     func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
        !          7283: }
        !          7284: 
        !          7285: # Check whether --enable-libtool-lock was given.
        !          7286: if test ${enable_libtool_lock+y}
        !          7287: then :
        !          7288:   enableval=$enable_libtool_lock;
        !          7289: fi
        !          7290: 
        !          7291: test no = "$enable_libtool_lock" || enable_libtool_lock=yes
        !          7292: 
        !          7293: # Some flags need to be propagated to the compiler or linker for good
        !          7294: # libtool support.
        !          7295: case $host in
        !          7296: ia64-*-hpux*)
        !          7297:   # Find out what ABI is being produced by ac_compile, and set mode
        !          7298:   # options accordingly.
        !          7299:   echo 'int i;' > conftest.$ac_ext
        !          7300:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
        !          7301:   (eval $ac_compile) 2>&5
        !          7302:   ac_status=$?
        !          7303:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          7304:   test $ac_status = 0; }; then
        !          7305:     case `$FILECMD conftest.$ac_objext` in
        !          7306:       *ELF-32*)
        !          7307:        HPUX_IA64_MODE=32
        !          7308:        ;;
        !          7309:       *ELF-64*)
        !          7310:        HPUX_IA64_MODE=64
        !          7311:        ;;
        !          7312:     esac
        !          7313:   fi
        !          7314:   rm -rf conftest*
        !          7315:   ;;
        !          7316: *-*-irix6*)
        !          7317:   # Find out what ABI is being produced by ac_compile, and set linker
        !          7318:   # options accordingly.
        !          7319:   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
        !          7320:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
        !          7321:   (eval $ac_compile) 2>&5
        !          7322:   ac_status=$?
        !          7323:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          7324:   test $ac_status = 0; }; then
        !          7325:     if test yes = "$lt_cv_prog_gnu_ld"; then
        !          7326:       case `$FILECMD conftest.$ac_objext` in
        !          7327:        *32-bit*)
        !          7328:          LD="${LD-ld} -melf32bsmip"
        !          7329:          ;;
        !          7330:        *N32*)
        !          7331:          LD="${LD-ld} -melf32bmipn32"
        !          7332:          ;;
        !          7333:        *64-bit*)
        !          7334:          LD="${LD-ld} -melf64bmip"
        !          7335:        ;;
        !          7336:       esac
        !          7337:     else
        !          7338:       case `$FILECMD conftest.$ac_objext` in
        !          7339:        *32-bit*)
        !          7340:          LD="${LD-ld} -32"
        !          7341:          ;;
        !          7342:        *N32*)
        !          7343:          LD="${LD-ld} -n32"
        !          7344:          ;;
        !          7345:        *64-bit*)
        !          7346:          LD="${LD-ld} -64"
        !          7347:          ;;
        !          7348:       esac
        !          7349:     fi
        !          7350:   fi
        !          7351:   rm -rf conftest*
        !          7352:   ;;
        !          7353: 
        !          7354: mips64*-*linux*)
        !          7355:   # Find out what ABI is being produced by ac_compile, and set linker
        !          7356:   # options accordingly.
        !          7357:   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
        !          7358:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
        !          7359:   (eval $ac_compile) 2>&5
        !          7360:   ac_status=$?
        !          7361:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          7362:   test $ac_status = 0; }; then
        !          7363:     emul=elf
        !          7364:     case `$FILECMD conftest.$ac_objext` in
        !          7365:       *32-bit*)
        !          7366:        emul="${emul}32"
        !          7367:        ;;
        !          7368:       *64-bit*)
        !          7369:        emul="${emul}64"
        !          7370:        ;;
        !          7371:     esac
        !          7372:     case `$FILECMD conftest.$ac_objext` in
        !          7373:       *MSB*)
        !          7374:        emul="${emul}btsmip"
        !          7375:        ;;
        !          7376:       *LSB*)
        !          7377:        emul="${emul}ltsmip"
        !          7378:        ;;
        !          7379:     esac
        !          7380:     case `$FILECMD conftest.$ac_objext` in
        !          7381:       *N32*)
        !          7382:        emul="${emul}n32"
        !          7383:        ;;
        !          7384:     esac
        !          7385:     LD="${LD-ld} -m $emul"
        !          7386:   fi
        !          7387:   rm -rf conftest*
        !          7388:   ;;
        !          7389: 
        !          7390: x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
        !          7391: s390*-*linux*|s390*-*tpf*|sparc*-*linux*|x86_64-gnu*)
        !          7392:   # Find out what ABI is being produced by ac_compile, and set linker
        !          7393:   # options accordingly.  Note that the listed cases only cover the
        !          7394:   # situations where additional linker options are needed (such as when
        !          7395:   # doing 32-bit compilation for a host where ld defaults to 64-bit, or
        !          7396:   # vice versa); the common cases where no linker options are needed do
        !          7397:   # not appear in the list.
        !          7398:   echo 'int i;' > conftest.$ac_ext
        !          7399:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
        !          7400:   (eval $ac_compile) 2>&5
        !          7401:   ac_status=$?
        !          7402:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          7403:   test $ac_status = 0; }; then
        !          7404:     case `$FILECMD conftest.o` in
        !          7405:       *32-bit*)
        !          7406:        case $host in
        !          7407:          x86_64-*kfreebsd*-gnu)
        !          7408:            LD="${LD-ld} -m elf_i386_fbsd"
        !          7409:            ;;
        !          7410:          x86_64-*linux*|x86_64-gnu*)
        !          7411:            case `$FILECMD conftest.o` in
        !          7412:              *x86-64*)
        !          7413:                LD="${LD-ld} -m elf32_x86_64"
        !          7414:                ;;
        !          7415:              *)
        !          7416:                LD="${LD-ld} -m elf_i386"
        !          7417:                ;;
        !          7418:            esac
        !          7419:            ;;
        !          7420:          powerpc64le-*linux*)
        !          7421:            LD="${LD-ld} -m elf32lppclinux"
        !          7422:            ;;
        !          7423:          powerpc64-*linux*)
        !          7424:            LD="${LD-ld} -m elf32ppclinux"
        !          7425:            ;;
        !          7426:          s390x-*linux*)
        !          7427:            LD="${LD-ld} -m elf_s390"
        !          7428:            ;;
        !          7429:          sparc64-*linux*)
        !          7430:            LD="${LD-ld} -m elf32_sparc"
        !          7431:            ;;
        !          7432:        esac
        !          7433:        ;;
        !          7434:       *64-bit*)
        !          7435:        case $host in
        !          7436:          x86_64-*kfreebsd*-gnu)
        !          7437:            LD="${LD-ld} -m elf_x86_64_fbsd"
        !          7438:            ;;
        !          7439:          x86_64-*linux*|x86_64-gnu*)
        !          7440:            LD="${LD-ld} -m elf_x86_64"
        !          7441:            ;;
        !          7442:          powerpcle-*linux*)
        !          7443:            LD="${LD-ld} -m elf64lppc"
        !          7444:            ;;
        !          7445:          powerpc-*linux*)
        !          7446:            LD="${LD-ld} -m elf64ppc"
        !          7447:            ;;
        !          7448:          s390*-*linux*|s390*-*tpf*)
        !          7449:            LD="${LD-ld} -m elf64_s390"
        !          7450:            ;;
        !          7451:          sparc*-*linux*)
        !          7452:            LD="${LD-ld} -m elf64_sparc"
        !          7453:            ;;
        !          7454:        esac
        !          7455:        ;;
        !          7456:     esac
        !          7457:   fi
        !          7458:   rm -rf conftest*
        !          7459:   ;;
        !          7460: 
        !          7461: *-*-sco3.2v5*)
        !          7462:   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
        !          7463:   SAVE_CFLAGS=$CFLAGS
        !          7464:   CFLAGS="$CFLAGS -belf"
        !          7465:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
        !          7466: printf %s "checking whether the C compiler needs -belf... " >&6; }
        !          7467: if test ${lt_cv_cc_needs_belf+y}
        !          7468: then :
        !          7469:   printf %s "(cached) " >&6
        !          7470: else case e in #(
        !          7471:   e) ac_ext=c
        !          7472: ac_cpp='$CPP $CPPFLAGS'
        !          7473: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          7474: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          7475: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          7476: 
        !          7477:      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          7478: /* end confdefs.h.  */
        !          7479: 
        !          7480: int
        !          7481: main (void)
        !          7482: {
        !          7483: 
        !          7484:   ;
        !          7485:   return 0;
        !          7486: }
        !          7487: _ACEOF
        !          7488: if ac_fn_c_try_link "$LINENO"
        !          7489: then :
        !          7490:   lt_cv_cc_needs_belf=yes
        !          7491: else case e in #(
        !          7492:   e) lt_cv_cc_needs_belf=no ;;
        !          7493: esac
        !          7494: fi
        !          7495: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          7496:     conftest$ac_exeext conftest.$ac_ext
        !          7497:      ac_ext=c
        !          7498: ac_cpp='$CPP $CPPFLAGS'
        !          7499: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          7500: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          7501: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          7502:  ;;
        !          7503: esac
        !          7504: fi
        !          7505: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
        !          7506: printf "%s\n" "$lt_cv_cc_needs_belf" >&6; }
        !          7507:   if test yes != "$lt_cv_cc_needs_belf"; then
        !          7508:     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
        !          7509:     CFLAGS=$SAVE_CFLAGS
        !          7510:   fi
        !          7511:   ;;
        !          7512: *-*solaris*)
        !          7513:   # Find out what ABI is being produced by ac_compile, and set linker
        !          7514:   # options accordingly.
        !          7515:   echo 'int i;' > conftest.$ac_ext
        !          7516:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
        !          7517:   (eval $ac_compile) 2>&5
        !          7518:   ac_status=$?
        !          7519:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          7520:   test $ac_status = 0; }; then
        !          7521:     case `$FILECMD conftest.o` in
        !          7522:     *64-bit*)
        !          7523:       case $lt_cv_prog_gnu_ld in
        !          7524:       yes*)
        !          7525:         case $host in
        !          7526:         i?86-*-solaris*|x86_64-*-solaris*)
        !          7527:           LD="${LD-ld} -m elf_x86_64"
        !          7528:           ;;
        !          7529:         sparc*-*-solaris*)
        !          7530:           LD="${LD-ld} -m elf64_sparc"
        !          7531:           ;;
        !          7532:         esac
        !          7533:         # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
        !          7534:         if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
        !          7535:           LD=${LD-ld}_sol2
        !          7536:         fi
        !          7537:         ;;
        !          7538:       *)
        !          7539:        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
        !          7540:          LD="${LD-ld} -64"
        !          7541:        fi
        !          7542:        ;;
        !          7543:       esac
        !          7544:       ;;
        !          7545:     esac
        !          7546:   fi
        !          7547:   rm -rf conftest*
        !          7548:   ;;
        !          7549: esac
        !          7550: 
        !          7551: need_locks=$enable_libtool_lock
        !          7552: 
        !          7553: if test -n "$ac_tool_prefix"; then
        !          7554:   # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
        !          7555: set dummy ${ac_tool_prefix}mt; ac_word=$2
        !          7556: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7557: printf %s "checking for $ac_word... " >&6; }
        !          7558: if test ${ac_cv_prog_MANIFEST_TOOL+y}
        !          7559: then :
        !          7560:   printf %s "(cached) " >&6
        !          7561: else case e in #(
        !          7562:   e) if test -n "$MANIFEST_TOOL"; then
        !          7563:   ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
        !          7564: else
        !          7565: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7566: for as_dir in $PATH
        !          7567: do
        !          7568:   IFS=$as_save_IFS
        !          7569:   case $as_dir in #(((
        !          7570:     '') as_dir=./ ;;
        !          7571:     */) ;;
        !          7572:     *) as_dir=$as_dir/ ;;
        !          7573:   esac
        !          7574:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7575:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7576:     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
        !          7577:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7578:     break 2
        !          7579:   fi
        !          7580: done
        !          7581:   done
        !          7582: IFS=$as_save_IFS
        !          7583: 
        !          7584: fi ;;
        !          7585: esac
        !          7586: fi
        !          7587: MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
        !          7588: if test -n "$MANIFEST_TOOL"; then
        !          7589:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
        !          7590: printf "%s\n" "$MANIFEST_TOOL" >&6; }
        !          7591: else
        !          7592:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7593: printf "%s\n" "no" >&6; }
        !          7594: fi
        !          7595: 
        !          7596: 
        !          7597: fi
        !          7598: if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
        !          7599:   ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
        !          7600:   # Extract the first word of "mt", so it can be a program name with args.
        !          7601: set dummy mt; ac_word=$2
        !          7602: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7603: printf %s "checking for $ac_word... " >&6; }
        !          7604: if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y}
        !          7605: then :
        !          7606:   printf %s "(cached) " >&6
        !          7607: else case e in #(
        !          7608:   e) if test -n "$ac_ct_MANIFEST_TOOL"; then
        !          7609:   ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
        !          7610: else
        !          7611: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7612: for as_dir in $PATH
        !          7613: do
        !          7614:   IFS=$as_save_IFS
        !          7615:   case $as_dir in #(((
        !          7616:     '') as_dir=./ ;;
        !          7617:     */) ;;
        !          7618:     *) as_dir=$as_dir/ ;;
        !          7619:   esac
        !          7620:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7621:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7622:     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
        !          7623:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7624:     break 2
        !          7625:   fi
        !          7626: done
        !          7627:   done
        !          7628: IFS=$as_save_IFS
        !          7629: 
        !          7630: fi ;;
        !          7631: esac
        !          7632: fi
        !          7633: ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
        !          7634: if test -n "$ac_ct_MANIFEST_TOOL"; then
        !          7635:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
        !          7636: printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; }
        !          7637: else
        !          7638:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7639: printf "%s\n" "no" >&6; }
        !          7640: fi
        !          7641: 
        !          7642:   if test "x$ac_ct_MANIFEST_TOOL" = x; then
        !          7643:     MANIFEST_TOOL=":"
        !          7644:   else
        !          7645:     case $cross_compiling:$ac_tool_warned in
        !          7646: yes:)
        !          7647: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          7648: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          7649: ac_tool_warned=yes ;;
        !          7650: esac
        !          7651:     MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
        !          7652:   fi
        !          7653: else
        !          7654:   MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
        !          7655: fi
        !          7656: 
        !          7657: test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
        !          7658: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
        !          7659: printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
        !          7660: if test ${lt_cv_path_manifest_tool+y}
        !          7661: then :
        !          7662:   printf %s "(cached) " >&6
        !          7663: else case e in #(
        !          7664:   e) lt_cv_path_manifest_tool=no
        !          7665:   echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
        !          7666:   $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
        !          7667:   cat conftest.err >&5
        !          7668:   if $GREP 'Manifest Tool' conftest.out > /dev/null; then
        !          7669:     lt_cv_path_manifest_tool=yes
        !          7670:   fi
        !          7671:   rm -f conftest* ;;
        !          7672: esac
        !          7673: fi
        !          7674: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_manifest_tool" >&5
        !          7675: printf "%s\n" "$lt_cv_path_manifest_tool" >&6; }
        !          7676: if test yes != "$lt_cv_path_manifest_tool"; then
        !          7677:   MANIFEST_TOOL=:
        !          7678: fi
        !          7679: 
        !          7680: 
        !          7681: 
        !          7682: 
        !          7683: 
        !          7684: 
        !          7685:   case $host_os in
        !          7686:     rhapsody* | darwin*)
        !          7687:     if test -n "$ac_tool_prefix"; then
        !          7688:   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
        !          7689: set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
        !          7690: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7691: printf %s "checking for $ac_word... " >&6; }
        !          7692: if test ${ac_cv_prog_DSYMUTIL+y}
        !          7693: then :
        !          7694:   printf %s "(cached) " >&6
        !          7695: else case e in #(
        !          7696:   e) if test -n "$DSYMUTIL"; then
        !          7697:   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
        !          7698: else
        !          7699: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7700: for as_dir in $PATH
        !          7701: do
        !          7702:   IFS=$as_save_IFS
        !          7703:   case $as_dir in #(((
        !          7704:     '') as_dir=./ ;;
        !          7705:     */) ;;
        !          7706:     *) as_dir=$as_dir/ ;;
        !          7707:   esac
        !          7708:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7709:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7710:     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
        !          7711:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7712:     break 2
        !          7713:   fi
        !          7714: done
        !          7715:   done
        !          7716: IFS=$as_save_IFS
        !          7717: 
        !          7718: fi ;;
        !          7719: esac
        !          7720: fi
        !          7721: DSYMUTIL=$ac_cv_prog_DSYMUTIL
        !          7722: if test -n "$DSYMUTIL"; then
        !          7723:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
        !          7724: printf "%s\n" "$DSYMUTIL" >&6; }
        !          7725: else
        !          7726:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7727: printf "%s\n" "no" >&6; }
        !          7728: fi
        !          7729: 
        !          7730: 
        !          7731: fi
        !          7732: if test -z "$ac_cv_prog_DSYMUTIL"; then
        !          7733:   ac_ct_DSYMUTIL=$DSYMUTIL
        !          7734:   # Extract the first word of "dsymutil", so it can be a program name with args.
        !          7735: set dummy dsymutil; ac_word=$2
        !          7736: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7737: printf %s "checking for $ac_word... " >&6; }
        !          7738: if test ${ac_cv_prog_ac_ct_DSYMUTIL+y}
        !          7739: then :
        !          7740:   printf %s "(cached) " >&6
        !          7741: else case e in #(
        !          7742:   e) if test -n "$ac_ct_DSYMUTIL"; then
        !          7743:   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
        !          7744: else
        !          7745: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7746: for as_dir in $PATH
        !          7747: do
        !          7748:   IFS=$as_save_IFS
        !          7749:   case $as_dir in #(((
        !          7750:     '') as_dir=./ ;;
        !          7751:     */) ;;
        !          7752:     *) as_dir=$as_dir/ ;;
        !          7753:   esac
        !          7754:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7755:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7756:     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
        !          7757:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7758:     break 2
        !          7759:   fi
        !          7760: done
        !          7761:   done
        !          7762: IFS=$as_save_IFS
        !          7763: 
        !          7764: fi ;;
        !          7765: esac
        !          7766: fi
        !          7767: ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
        !          7768: if test -n "$ac_ct_DSYMUTIL"; then
        !          7769:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
        !          7770: printf "%s\n" "$ac_ct_DSYMUTIL" >&6; }
        !          7771: else
        !          7772:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7773: printf "%s\n" "no" >&6; }
        !          7774: fi
        !          7775: 
        !          7776:   if test "x$ac_ct_DSYMUTIL" = x; then
        !          7777:     DSYMUTIL=":"
        !          7778:   else
        !          7779:     case $cross_compiling:$ac_tool_warned in
        !          7780: yes:)
        !          7781: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          7782: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          7783: ac_tool_warned=yes ;;
        !          7784: esac
        !          7785:     DSYMUTIL=$ac_ct_DSYMUTIL
        !          7786:   fi
        !          7787: else
        !          7788:   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
        !          7789: fi
        !          7790: 
        !          7791:     if test -n "$ac_tool_prefix"; then
        !          7792:   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
        !          7793: set dummy ${ac_tool_prefix}nmedit; ac_word=$2
        !          7794: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7795: printf %s "checking for $ac_word... " >&6; }
        !          7796: if test ${ac_cv_prog_NMEDIT+y}
        !          7797: then :
        !          7798:   printf %s "(cached) " >&6
        !          7799: else case e in #(
        !          7800:   e) if test -n "$NMEDIT"; then
        !          7801:   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
        !          7802: else
        !          7803: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7804: for as_dir in $PATH
        !          7805: do
        !          7806:   IFS=$as_save_IFS
        !          7807:   case $as_dir in #(((
        !          7808:     '') as_dir=./ ;;
        !          7809:     */) ;;
        !          7810:     *) as_dir=$as_dir/ ;;
        !          7811:   esac
        !          7812:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7813:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7814:     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
        !          7815:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7816:     break 2
        !          7817:   fi
        !          7818: done
        !          7819:   done
        !          7820: IFS=$as_save_IFS
        !          7821: 
        !          7822: fi ;;
        !          7823: esac
        !          7824: fi
        !          7825: NMEDIT=$ac_cv_prog_NMEDIT
        !          7826: if test -n "$NMEDIT"; then
        !          7827:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
        !          7828: printf "%s\n" "$NMEDIT" >&6; }
        !          7829: else
        !          7830:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7831: printf "%s\n" "no" >&6; }
        !          7832: fi
        !          7833: 
        !          7834: 
        !          7835: fi
        !          7836: if test -z "$ac_cv_prog_NMEDIT"; then
        !          7837:   ac_ct_NMEDIT=$NMEDIT
        !          7838:   # Extract the first word of "nmedit", so it can be a program name with args.
        !          7839: set dummy nmedit; ac_word=$2
        !          7840: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7841: printf %s "checking for $ac_word... " >&6; }
        !          7842: if test ${ac_cv_prog_ac_ct_NMEDIT+y}
        !          7843: then :
        !          7844:   printf %s "(cached) " >&6
        !          7845: else case e in #(
        !          7846:   e) if test -n "$ac_ct_NMEDIT"; then
        !          7847:   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
        !          7848: else
        !          7849: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7850: for as_dir in $PATH
        !          7851: do
        !          7852:   IFS=$as_save_IFS
        !          7853:   case $as_dir in #(((
        !          7854:     '') as_dir=./ ;;
        !          7855:     */) ;;
        !          7856:     *) as_dir=$as_dir/ ;;
        !          7857:   esac
        !          7858:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7859:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7860:     ac_cv_prog_ac_ct_NMEDIT="nmedit"
        !          7861:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7862:     break 2
        !          7863:   fi
        !          7864: done
        !          7865:   done
        !          7866: IFS=$as_save_IFS
        !          7867: 
        !          7868: fi ;;
        !          7869: esac
        !          7870: fi
        !          7871: ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
        !          7872: if test -n "$ac_ct_NMEDIT"; then
        !          7873:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
        !          7874: printf "%s\n" "$ac_ct_NMEDIT" >&6; }
        !          7875: else
        !          7876:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7877: printf "%s\n" "no" >&6; }
        !          7878: fi
        !          7879: 
        !          7880:   if test "x$ac_ct_NMEDIT" = x; then
        !          7881:     NMEDIT=":"
        !          7882:   else
        !          7883:     case $cross_compiling:$ac_tool_warned in
        !          7884: yes:)
        !          7885: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          7886: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          7887: ac_tool_warned=yes ;;
        !          7888: esac
        !          7889:     NMEDIT=$ac_ct_NMEDIT
        !          7890:   fi
        !          7891: else
        !          7892:   NMEDIT="$ac_cv_prog_NMEDIT"
        !          7893: fi
        !          7894: 
        !          7895:     if test -n "$ac_tool_prefix"; then
        !          7896:   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
        !          7897: set dummy ${ac_tool_prefix}lipo; ac_word=$2
        !          7898: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7899: printf %s "checking for $ac_word... " >&6; }
        !          7900: if test ${ac_cv_prog_LIPO+y}
        !          7901: then :
        !          7902:   printf %s "(cached) " >&6
        !          7903: else case e in #(
        !          7904:   e) if test -n "$LIPO"; then
        !          7905:   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
        !          7906: else
        !          7907: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7908: for as_dir in $PATH
        !          7909: do
        !          7910:   IFS=$as_save_IFS
        !          7911:   case $as_dir in #(((
        !          7912:     '') as_dir=./ ;;
        !          7913:     */) ;;
        !          7914:     *) as_dir=$as_dir/ ;;
        !          7915:   esac
        !          7916:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7917:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7918:     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
        !          7919:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7920:     break 2
        !          7921:   fi
        !          7922: done
        !          7923:   done
        !          7924: IFS=$as_save_IFS
        !          7925: 
        !          7926: fi ;;
        !          7927: esac
        !          7928: fi
        !          7929: LIPO=$ac_cv_prog_LIPO
        !          7930: if test -n "$LIPO"; then
        !          7931:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
        !          7932: printf "%s\n" "$LIPO" >&6; }
        !          7933: else
        !          7934:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7935: printf "%s\n" "no" >&6; }
        !          7936: fi
        !          7937: 
        !          7938: 
        !          7939: fi
        !          7940: if test -z "$ac_cv_prog_LIPO"; then
        !          7941:   ac_ct_LIPO=$LIPO
        !          7942:   # Extract the first word of "lipo", so it can be a program name with args.
        !          7943: set dummy lipo; ac_word=$2
        !          7944: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          7945: printf %s "checking for $ac_word... " >&6; }
        !          7946: if test ${ac_cv_prog_ac_ct_LIPO+y}
        !          7947: then :
        !          7948:   printf %s "(cached) " >&6
        !          7949: else case e in #(
        !          7950:   e) if test -n "$ac_ct_LIPO"; then
        !          7951:   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
        !          7952: else
        !          7953: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          7954: for as_dir in $PATH
        !          7955: do
        !          7956:   IFS=$as_save_IFS
        !          7957:   case $as_dir in #(((
        !          7958:     '') as_dir=./ ;;
        !          7959:     */) ;;
        !          7960:     *) as_dir=$as_dir/ ;;
        !          7961:   esac
        !          7962:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          7963:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          7964:     ac_cv_prog_ac_ct_LIPO="lipo"
        !          7965:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          7966:     break 2
        !          7967:   fi
        !          7968: done
        !          7969:   done
        !          7970: IFS=$as_save_IFS
        !          7971: 
        !          7972: fi ;;
        !          7973: esac
        !          7974: fi
        !          7975: ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
        !          7976: if test -n "$ac_ct_LIPO"; then
        !          7977:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
        !          7978: printf "%s\n" "$ac_ct_LIPO" >&6; }
        !          7979: else
        !          7980:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          7981: printf "%s\n" "no" >&6; }
        !          7982: fi
        !          7983: 
        !          7984:   if test "x$ac_ct_LIPO" = x; then
        !          7985:     LIPO=":"
        !          7986:   else
        !          7987:     case $cross_compiling:$ac_tool_warned in
        !          7988: yes:)
        !          7989: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          7990: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          7991: ac_tool_warned=yes ;;
        !          7992: esac
        !          7993:     LIPO=$ac_ct_LIPO
        !          7994:   fi
        !          7995: else
        !          7996:   LIPO="$ac_cv_prog_LIPO"
        !          7997: fi
        !          7998: 
        !          7999:     if test -n "$ac_tool_prefix"; then
        !          8000:   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
        !          8001: set dummy ${ac_tool_prefix}otool; ac_word=$2
        !          8002: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          8003: printf %s "checking for $ac_word... " >&6; }
        !          8004: if test ${ac_cv_prog_OTOOL+y}
        !          8005: then :
        !          8006:   printf %s "(cached) " >&6
        !          8007: else case e in #(
        !          8008:   e) if test -n "$OTOOL"; then
        !          8009:   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
        !          8010: else
        !          8011: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          8012: for as_dir in $PATH
        !          8013: do
        !          8014:   IFS=$as_save_IFS
        !          8015:   case $as_dir in #(((
        !          8016:     '') as_dir=./ ;;
        !          8017:     */) ;;
        !          8018:     *) as_dir=$as_dir/ ;;
        !          8019:   esac
        !          8020:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          8021:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          8022:     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
        !          8023:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          8024:     break 2
        !          8025:   fi
        !          8026: done
        !          8027:   done
        !          8028: IFS=$as_save_IFS
        !          8029: 
        !          8030: fi ;;
        !          8031: esac
        !          8032: fi
        !          8033: OTOOL=$ac_cv_prog_OTOOL
        !          8034: if test -n "$OTOOL"; then
        !          8035:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
        !          8036: printf "%s\n" "$OTOOL" >&6; }
        !          8037: else
        !          8038:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          8039: printf "%s\n" "no" >&6; }
        !          8040: fi
        !          8041: 
        !          8042: 
        !          8043: fi
        !          8044: if test -z "$ac_cv_prog_OTOOL"; then
        !          8045:   ac_ct_OTOOL=$OTOOL
        !          8046:   # Extract the first word of "otool", so it can be a program name with args.
        !          8047: set dummy otool; ac_word=$2
        !          8048: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          8049: printf %s "checking for $ac_word... " >&6; }
        !          8050: if test ${ac_cv_prog_ac_ct_OTOOL+y}
        !          8051: then :
        !          8052:   printf %s "(cached) " >&6
        !          8053: else case e in #(
        !          8054:   e) if test -n "$ac_ct_OTOOL"; then
        !          8055:   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
        !          8056: else
        !          8057: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          8058: for as_dir in $PATH
        !          8059: do
        !          8060:   IFS=$as_save_IFS
        !          8061:   case $as_dir in #(((
        !          8062:     '') as_dir=./ ;;
        !          8063:     */) ;;
        !          8064:     *) as_dir=$as_dir/ ;;
        !          8065:   esac
        !          8066:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          8067:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          8068:     ac_cv_prog_ac_ct_OTOOL="otool"
        !          8069:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          8070:     break 2
        !          8071:   fi
        !          8072: done
        !          8073:   done
        !          8074: IFS=$as_save_IFS
        !          8075: 
        !          8076: fi ;;
        !          8077: esac
        !          8078: fi
        !          8079: ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
        !          8080: if test -n "$ac_ct_OTOOL"; then
        !          8081:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
        !          8082: printf "%s\n" "$ac_ct_OTOOL" >&6; }
        !          8083: else
        !          8084:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          8085: printf "%s\n" "no" >&6; }
        !          8086: fi
        !          8087: 
        !          8088:   if test "x$ac_ct_OTOOL" = x; then
        !          8089:     OTOOL=":"
        !          8090:   else
        !          8091:     case $cross_compiling:$ac_tool_warned in
        !          8092: yes:)
        !          8093: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          8094: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          8095: ac_tool_warned=yes ;;
        !          8096: esac
        !          8097:     OTOOL=$ac_ct_OTOOL
        !          8098:   fi
        !          8099: else
        !          8100:   OTOOL="$ac_cv_prog_OTOOL"
        !          8101: fi
        !          8102: 
        !          8103:     if test -n "$ac_tool_prefix"; then
        !          8104:   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
        !          8105: set dummy ${ac_tool_prefix}otool64; ac_word=$2
        !          8106: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          8107: printf %s "checking for $ac_word... " >&6; }
        !          8108: if test ${ac_cv_prog_OTOOL64+y}
        !          8109: then :
        !          8110:   printf %s "(cached) " >&6
        !          8111: else case e in #(
        !          8112:   e) if test -n "$OTOOL64"; then
        !          8113:   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
        !          8114: else
        !          8115: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          8116: for as_dir in $PATH
        !          8117: do
        !          8118:   IFS=$as_save_IFS
        !          8119:   case $as_dir in #(((
        !          8120:     '') as_dir=./ ;;
        !          8121:     */) ;;
        !          8122:     *) as_dir=$as_dir/ ;;
        !          8123:   esac
        !          8124:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          8125:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          8126:     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
        !          8127:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          8128:     break 2
        !          8129:   fi
        !          8130: done
        !          8131:   done
        !          8132: IFS=$as_save_IFS
        !          8133: 
        !          8134: fi ;;
        !          8135: esac
        !          8136: fi
        !          8137: OTOOL64=$ac_cv_prog_OTOOL64
        !          8138: if test -n "$OTOOL64"; then
        !          8139:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
        !          8140: printf "%s\n" "$OTOOL64" >&6; }
        !          8141: else
        !          8142:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          8143: printf "%s\n" "no" >&6; }
        !          8144: fi
        !          8145: 
        !          8146: 
        !          8147: fi
        !          8148: if test -z "$ac_cv_prog_OTOOL64"; then
        !          8149:   ac_ct_OTOOL64=$OTOOL64
        !          8150:   # Extract the first word of "otool64", so it can be a program name with args.
        !          8151: set dummy otool64; ac_word=$2
        !          8152: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          8153: printf %s "checking for $ac_word... " >&6; }
        !          8154: if test ${ac_cv_prog_ac_ct_OTOOL64+y}
        !          8155: then :
        !          8156:   printf %s "(cached) " >&6
        !          8157: else case e in #(
        !          8158:   e) if test -n "$ac_ct_OTOOL64"; then
        !          8159:   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
        !          8160: else
        !          8161: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          8162: for as_dir in $PATH
        !          8163: do
        !          8164:   IFS=$as_save_IFS
        !          8165:   case $as_dir in #(((
        !          8166:     '') as_dir=./ ;;
        !          8167:     */) ;;
        !          8168:     *) as_dir=$as_dir/ ;;
        !          8169:   esac
        !          8170:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          8171:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          8172:     ac_cv_prog_ac_ct_OTOOL64="otool64"
        !          8173:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          8174:     break 2
        !          8175:   fi
        !          8176: done
        !          8177:   done
        !          8178: IFS=$as_save_IFS
        !          8179: 
        !          8180: fi ;;
        !          8181: esac
        !          8182: fi
        !          8183: ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
        !          8184: if test -n "$ac_ct_OTOOL64"; then
        !          8185:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
        !          8186: printf "%s\n" "$ac_ct_OTOOL64" >&6; }
        !          8187: else
        !          8188:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          8189: printf "%s\n" "no" >&6; }
        !          8190: fi
        !          8191: 
        !          8192:   if test "x$ac_ct_OTOOL64" = x; then
        !          8193:     OTOOL64=":"
        !          8194:   else
        !          8195:     case $cross_compiling:$ac_tool_warned in
        !          8196: yes:)
        !          8197: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          8198: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          8199: ac_tool_warned=yes ;;
        !          8200: esac
        !          8201:     OTOOL64=$ac_ct_OTOOL64
        !          8202:   fi
        !          8203: else
        !          8204:   OTOOL64="$ac_cv_prog_OTOOL64"
        !          8205: fi
        !          8206: 
        !          8207: 
        !          8208: 
        !          8209: 
        !          8210: 
        !          8211: 
        !          8212: 
        !          8213: 
        !          8214: 
        !          8215: 
        !          8216: 
        !          8217: 
        !          8218: 
        !          8219: 
        !          8220: 
        !          8221: 
        !          8222: 
        !          8223: 
        !          8224: 
        !          8225: 
        !          8226: 
        !          8227: 
        !          8228: 
        !          8229: 
        !          8230: 
        !          8231: 
        !          8232: 
        !          8233:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
        !          8234: printf %s "checking for -single_module linker flag... " >&6; }
        !          8235: if test ${lt_cv_apple_cc_single_mod+y}
        !          8236: then :
        !          8237:   printf %s "(cached) " >&6
        !          8238: else case e in #(
        !          8239:   e) lt_cv_apple_cc_single_mod=no
        !          8240:       if test -z "$LT_MULTI_MODULE"; then
        !          8241:        # By default we will add the -single_module flag. You can override
        !          8242:        # by either setting the environment variable LT_MULTI_MODULE
        !          8243:        # non-empty at configure time, or by adding -multi_module to the
        !          8244:        # link flags.
        !          8245:        rm -rf libconftest.dylib*
        !          8246:        echo "int foo(void){return 1;}" > conftest.c
        !          8247:        echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
        !          8248: -dynamiclib -Wl,-single_module conftest.c" >&5
        !          8249:        $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
        !          8250:          -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
        !          8251:         _lt_result=$?
        !          8252:        # If there is a non-empty error log, and "single_module"
        !          8253:        # appears in it, assume the flag caused a linker warning
        !          8254:         if test -s conftest.err && $GREP single_module conftest.err; then
        !          8255:          cat conftest.err >&5
        !          8256:        # Otherwise, if the output was created with a 0 exit code from
        !          8257:        # the compiler, it worked.
        !          8258:        elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
        !          8259:          lt_cv_apple_cc_single_mod=yes
        !          8260:        else
        !          8261:          cat conftest.err >&5
        !          8262:        fi
        !          8263:        rm -rf libconftest.dylib*
        !          8264:        rm -f conftest.*
        !          8265:       fi ;;
        !          8266: esac
        !          8267: fi
        !          8268: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
        !          8269: printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; }
        !          8270: 
        !          8271:     # Feature test to disable chained fixups since it is not
        !          8272:     # compatible with '-undefined dynamic_lookup'
        !          8273:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -no_fixup_chains linker flag" >&5
        !          8274: printf %s "checking for -no_fixup_chains linker flag... " >&6; }
        !          8275: if test ${lt_cv_support_no_fixup_chains+y}
        !          8276: then :
        !          8277:   printf %s "(cached) " >&6
        !          8278: else case e in #(
        !          8279:   e)  save_LDFLAGS=$LDFLAGS
        !          8280:         LDFLAGS="$LDFLAGS -Wl,-no_fixup_chains"
        !          8281:         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          8282: /* end confdefs.h.  */
        !          8283: 
        !          8284: int
        !          8285: main (void)
        !          8286: {
        !          8287: 
        !          8288:   ;
        !          8289:   return 0;
        !          8290: }
        !          8291: _ACEOF
        !          8292: if ac_fn_c_try_link "$LINENO"
        !          8293: then :
        !          8294:   lt_cv_support_no_fixup_chains=yes
        !          8295: else case e in #(
        !          8296:   e) lt_cv_support_no_fixup_chains=no
        !          8297:          ;;
        !          8298: esac
        !          8299: fi
        !          8300: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          8301:     conftest$ac_exeext conftest.$ac_ext
        !          8302:         LDFLAGS=$save_LDFLAGS
        !          8303: 
        !          8304:      ;;
        !          8305: esac
        !          8306: fi
        !          8307: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_support_no_fixup_chains" >&5
        !          8308: printf "%s\n" "$lt_cv_support_no_fixup_chains" >&6; }
        !          8309: 
        !          8310:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
        !          8311: printf %s "checking for -exported_symbols_list linker flag... " >&6; }
        !          8312: if test ${lt_cv_ld_exported_symbols_list+y}
        !          8313: then :
        !          8314:   printf %s "(cached) " >&6
        !          8315: else case e in #(
        !          8316:   e) lt_cv_ld_exported_symbols_list=no
        !          8317:       save_LDFLAGS=$LDFLAGS
        !          8318:       echo "_main" > conftest.sym
        !          8319:       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
        !          8320:       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          8321: /* end confdefs.h.  */
        !          8322: 
        !          8323: int
        !          8324: main (void)
        !          8325: {
        !          8326: 
        !          8327:   ;
        !          8328:   return 0;
        !          8329: }
        !          8330: _ACEOF
        !          8331: if ac_fn_c_try_link "$LINENO"
        !          8332: then :
        !          8333:   lt_cv_ld_exported_symbols_list=yes
        !          8334: else case e in #(
        !          8335:   e) lt_cv_ld_exported_symbols_list=no ;;
        !          8336: esac
        !          8337: fi
        !          8338: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          8339:     conftest$ac_exeext conftest.$ac_ext
        !          8340:        LDFLAGS=$save_LDFLAGS
        !          8341:      ;;
        !          8342: esac
        !          8343: fi
        !          8344: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
        !          8345: printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; }
        !          8346: 
        !          8347:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
        !          8348: printf %s "checking for -force_load linker flag... " >&6; }
        !          8349: if test ${lt_cv_ld_force_load+y}
        !          8350: then :
        !          8351:   printf %s "(cached) " >&6
        !          8352: else case e in #(
        !          8353:   e) lt_cv_ld_force_load=no
        !          8354:       cat > conftest.c << _LT_EOF
        !          8355: int forced_loaded() { return 2;}
        !          8356: _LT_EOF
        !          8357:       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
        !          8358:       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
        !          8359:       echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5
        !          8360:       $AR $AR_FLAGS libconftest.a conftest.o 2>&5
        !          8361:       echo "$RANLIB libconftest.a" >&5
        !          8362:       $RANLIB libconftest.a 2>&5
        !          8363:       cat > conftest.c << _LT_EOF
        !          8364: int main(void) { return 0;}
        !          8365: _LT_EOF
        !          8366:       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
        !          8367:       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
        !          8368:       _lt_result=$?
        !          8369:       if test -s conftest.err && $GREP force_load conftest.err; then
        !          8370:        cat conftest.err >&5
        !          8371:       elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
        !          8372:        lt_cv_ld_force_load=yes
        !          8373:       else
        !          8374:        cat conftest.err >&5
        !          8375:       fi
        !          8376:         rm -f conftest.err libconftest.a conftest conftest.c
        !          8377:         rm -rf conftest.dSYM
        !          8378:      ;;
        !          8379: esac
        !          8380: fi
        !          8381: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
        !          8382: printf "%s\n" "$lt_cv_ld_force_load" >&6; }
        !          8383:     case $host_os in
        !          8384:     rhapsody* | darwin1.[012])
        !          8385:       _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
        !          8386:     darwin1.*)
        !          8387:       _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
        !          8388:     darwin*)
        !          8389:       case $MACOSX_DEPLOYMENT_TARGET,$host in
        !          8390:         10.[012],*|,*powerpc*-darwin[5-8]*)
        !          8391:           _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
        !          8392:         *)
        !          8393:           _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup'
        !          8394:           if test yes = "$lt_cv_support_no_fixup_chains"; then
        !          8395:             as_fn_append _lt_dar_allow_undefined ' $wl-no_fixup_chains'
        !          8396:           fi
        !          8397:         ;;
        !          8398:       esac
        !          8399:     ;;
        !          8400:   esac
        !          8401:     if test yes = "$lt_cv_apple_cc_single_mod"; then
        !          8402:       _lt_dar_single_mod='$single_module'
        !          8403:     fi
        !          8404:     _lt_dar_needs_single_mod=no
        !          8405:     case $host_os in
        !          8406:     rhapsody* | darwin1.*)
        !          8407:       _lt_dar_needs_single_mod=yes ;;
        !          8408:     darwin*)
        !          8409:       # When targeting Mac OS X 10.4 (darwin 8) or later,
        !          8410:       # -single_module is the default and -multi_module is unsupported.
        !          8411:       # The toolchain on macOS 10.14 (darwin 18) and later cannot
        !          8412:       # target any OS version that needs -single_module.
        !          8413:       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
        !          8414:       10.0,*-darwin[567].*|10.[0-3],*-darwin[5-9].*|10.[0-3],*-darwin1[0-7].*)
        !          8415:         _lt_dar_needs_single_mod=yes ;;
        !          8416:       esac
        !          8417:     ;;
        !          8418:     esac
        !          8419:     if test yes = "$lt_cv_ld_exported_symbols_list"; then
        !          8420:       _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
        !          8421:     else
        !          8422:       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
        !          8423:     fi
        !          8424:     if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
        !          8425:       _lt_dsymutil='~$DSYMUTIL $lib || :'
        !          8426:     else
        !          8427:       _lt_dsymutil=
        !          8428:     fi
        !          8429:     ;;
        !          8430:   esac
        !          8431: 
        !          8432: # func_munge_path_list VARIABLE PATH
        !          8433: # -----------------------------------
        !          8434: # VARIABLE is name of variable containing _space_ separated list of
        !          8435: # directories to be munged by the contents of PATH, which is string
        !          8436: # having a format:
        !          8437: # "DIR[:DIR]:"
        !          8438: #       string "DIR[ DIR]" will be prepended to VARIABLE
        !          8439: # ":DIR[:DIR]"
        !          8440: #       string "DIR[ DIR]" will be appended to VARIABLE
        !          8441: # "DIRP[:DIRP]::[DIRA:]DIRA"
        !          8442: #       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
        !          8443: #       "DIRA[ DIRA]" will be appended to VARIABLE
        !          8444: # "DIR[:DIR]"
        !          8445: #       VARIABLE will be replaced by "DIR[ DIR]"
        !          8446: func_munge_path_list ()
        !          8447: {
        !          8448:     case x$2 in
        !          8449:     x)
        !          8450:         ;;
        !          8451:     *:)
        !          8452:         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
        !          8453:         ;;
        !          8454:     x:*)
        !          8455:         eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
        !          8456:         ;;
        !          8457:     *::*)
        !          8458:         eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
        !          8459:         eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
        !          8460:         ;;
        !          8461:     *)
        !          8462:         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
        !          8463:         ;;
        !          8464:     esac
        !          8465: }
        !          8466: 
        !          8467: ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
        !          8468: "
        !          8469: if test "x$ac_cv_header_dlfcn_h" = xyes
        !          8470: then :
        !          8471:   printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h
        !          8472: 
        !          8473: fi
        !          8474: 
        !          8475: 
        !          8476: 
        !          8477: 
        !          8478: 
        !          8479: # Set options
        !          8480: 
        !          8481: 
        !          8482: 
        !          8483:         enable_dlopen=no
        !          8484: 
        !          8485: 
        !          8486:   enable_win32_dll=no
        !          8487: 
        !          8488: 
        !          8489: 
        !          8490: 
        !          8491:   # Check whether --enable-pic was given.
        !          8492: if test ${enable_pic+y}
        !          8493: then :
        !          8494:   enableval=$enable_pic; lt_p=${PACKAGE-default}
        !          8495:      case $enableval in
        !          8496:      yes|no) pic_mode=$enableval ;;
        !          8497:      *)
        !          8498:        pic_mode=default
        !          8499:        # Look at the argument we got.  We use all the common list separators.
        !          8500:        lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
        !          8501:        for lt_pkg in $enableval; do
        !          8502:         IFS=$lt_save_ifs
        !          8503:         if test "X$lt_pkg" = "X$lt_p"; then
        !          8504:           pic_mode=yes
        !          8505:         fi
        !          8506:        done
        !          8507:        IFS=$lt_save_ifs
        !          8508:        ;;
        !          8509:      esac
        !          8510: else case e in #(
        !          8511:   e)           # Check whether --with-pic was given.
        !          8512: if test ${with_pic+y}
        !          8513: then :
        !          8514:   withval=$with_pic; lt_p=${PACKAGE-default}
        !          8515:         case $withval in
        !          8516:         yes|no) pic_mode=$withval ;;
        !          8517:         *)
        !          8518:           pic_mode=default
        !          8519:           # Look at the argument we got.  We use all the common list separators.
        !          8520:           lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
        !          8521:           for lt_pkg in $withval; do
        !          8522:             IFS=$lt_save_ifs
        !          8523:             if test "X$lt_pkg" = "X$lt_p"; then
        !          8524:               pic_mode=yes
        !          8525:             fi
        !          8526:           done
        !          8527:           IFS=$lt_save_ifs
        !          8528:           ;;
        !          8529:         esac
        !          8530: else case e in #(
        !          8531:   e) pic_mode=default ;;
        !          8532: esac
        !          8533: fi
        !          8534: 
        !          8535:      ;;
        !          8536: esac
        !          8537: fi
        !          8538: 
        !          8539: 
        !          8540: 
        !          8541: 
        !          8542: 
        !          8543: 
        !          8544: 
        !          8545: 
        !          8546:   # Check whether --enable-fast-install was given.
        !          8547: if test ${enable_fast_install+y}
        !          8548: then :
        !          8549:   enableval=$enable_fast_install; p=${PACKAGE-default}
        !          8550:     case $enableval in
        !          8551:     yes) enable_fast_install=yes ;;
        !          8552:     no) enable_fast_install=no ;;
        !          8553:     *)
        !          8554:       enable_fast_install=no
        !          8555:       # Look at the argument we got.  We use all the common list separators.
        !          8556:       lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
        !          8557:       for pkg in $enableval; do
        !          8558:        IFS=$lt_save_ifs
        !          8559:        if test "X$pkg" = "X$p"; then
        !          8560:          enable_fast_install=yes
        !          8561:        fi
        !          8562:       done
        !          8563:       IFS=$lt_save_ifs
        !          8564:       ;;
        !          8565:     esac
        !          8566: else case e in #(
        !          8567:   e) enable_fast_install=yes ;;
        !          8568: esac
        !          8569: fi
        !          8570: 
        !          8571: 
        !          8572: 
        !          8573: 
        !          8574: 
        !          8575: 
        !          8576: 
        !          8577: 
        !          8578:   shared_archive_member_spec=
        !          8579: case $host,$enable_shared in
        !          8580: power*-*-aix[5-9]*,yes)
        !          8581:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
        !          8582: printf %s "checking which variant of shared library versioning to provide... " >&6; }
        !          8583:   # Check whether --enable-aix-soname was given.
        !          8584: if test ${enable_aix_soname+y}
        !          8585: then :
        !          8586:   enableval=$enable_aix_soname; case $enableval in
        !          8587:      aix|svr4|both)
        !          8588:        ;;
        !          8589:      *)
        !          8590:        as_fn_error $? "Unknown argument to --enable-aix-soname" "$LINENO" 5
        !          8591:        ;;
        !          8592:      esac
        !          8593:      lt_cv_with_aix_soname=$enable_aix_soname
        !          8594: else case e in #(
        !          8595:   e) # Check whether --with-aix-soname was given.
        !          8596: if test ${with_aix_soname+y}
        !          8597: then :
        !          8598:   withval=$with_aix_soname; case $withval in
        !          8599:          aix|svr4|both)
        !          8600:            ;;
        !          8601:          *)
        !          8602:            as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
        !          8603:            ;;
        !          8604:          esac
        !          8605:          lt_cv_with_aix_soname=$with_aix_soname
        !          8606: else case e in #(
        !          8607:   e) if test ${lt_cv_with_aix_soname+y}
        !          8608: then :
        !          8609:   printf %s "(cached) " >&6
        !          8610: else case e in #(
        !          8611:   e) lt_cv_with_aix_soname=aix ;;
        !          8612: esac
        !          8613: fi
        !          8614:  ;;
        !          8615: esac
        !          8616: fi
        !          8617: 
        !          8618:      enable_aix_soname=$lt_cv_with_aix_soname ;;
        !          8619: esac
        !          8620: fi
        !          8621: 
        !          8622:   with_aix_soname=$enable_aix_soname
        !          8623:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
        !          8624: printf "%s\n" "$with_aix_soname" >&6; }
        !          8625:   if test aix != "$with_aix_soname"; then
        !          8626:     # For the AIX way of multilib, we name the shared archive member
        !          8627:     # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
        !          8628:     # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
        !          8629:     # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
        !          8630:     # the AIX toolchain works better with OBJECT_MODE set (default 32).
        !          8631:     if test 64 = "${OBJECT_MODE-32}"; then
        !          8632:       shared_archive_member_spec=shr_64
        !          8633:     else
        !          8634:       shared_archive_member_spec=shr
        !          8635:     fi
        !          8636:   fi
        !          8637:   ;;
        !          8638: *)
        !          8639:   with_aix_soname=aix
        !          8640:   ;;
        !          8641: esac
        !          8642: 
        !          8643: 
        !          8644: 
        !          8645: 
        !          8646: 
        !          8647: 
        !          8648: 
        !          8649: 
        !          8650: 
        !          8651: 
        !          8652: # This can be used to rebuild libtool when needed
        !          8653: LIBTOOL_DEPS=$ltmain
        !          8654: 
        !          8655: # Always use our own libtool.
        !          8656: LIBTOOL='$(SHELL) $(top_builddir)/libtool'
        !          8657: 
        !          8658: 
        !          8659: 
        !          8660: 
        !          8661: 
        !          8662: 
        !          8663: 
        !          8664: 
        !          8665: 
        !          8666: 
        !          8667: 
        !          8668: 
        !          8669: 
        !          8670: 
        !          8671: 
        !          8672: 
        !          8673: 
        !          8674: 
        !          8675: 
        !          8676: 
        !          8677: 
        !          8678: 
        !          8679: 
        !          8680: 
        !          8681: 
        !          8682: 
        !          8683: 
        !          8684: 
        !          8685: 
        !          8686: 
        !          8687: test -z "$LN_S" && LN_S="ln -s"
        !          8688: 
        !          8689: 
        !          8690: 
        !          8691: 
        !          8692: 
        !          8693: 
        !          8694: 
        !          8695: 
        !          8696: 
        !          8697: 
        !          8698: 
        !          8699: 
        !          8700: 
        !          8701: 
        !          8702: if test -n "${ZSH_VERSION+set}"; then
        !          8703:    setopt NO_GLOB_SUBST
        !          8704: fi
        !          8705: 
        !          8706: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
        !          8707: printf %s "checking for objdir... " >&6; }
        !          8708: if test ${lt_cv_objdir+y}
        !          8709: then :
        !          8710:   printf %s "(cached) " >&6
        !          8711: else case e in #(
        !          8712:   e) rm -f .libs 2>/dev/null
        !          8713: mkdir .libs 2>/dev/null
        !          8714: if test -d .libs; then
        !          8715:   lt_cv_objdir=.libs
        !          8716: else
        !          8717:   # MS-DOS does not allow filenames that begin with a dot.
        !          8718:   lt_cv_objdir=_libs
        !          8719: fi
        !          8720: rmdir .libs 2>/dev/null ;;
        !          8721: esac
        !          8722: fi
        !          8723: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
        !          8724: printf "%s\n" "$lt_cv_objdir" >&6; }
        !          8725: objdir=$lt_cv_objdir
        !          8726: 
        !          8727: 
        !          8728: 
        !          8729: 
        !          8730: 
        !          8731: printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h
        !          8732: 
        !          8733: 
        !          8734: 
        !          8735: 
        !          8736: case $host_os in
        !          8737: aix3*)
        !          8738:   # AIX sometimes has problems with the GCC collect2 program.  For some
        !          8739:   # reason, if we set the COLLECT_NAMES environment variable, the problems
        !          8740:   # vanish in a puff of smoke.
        !          8741:   if test set != "${COLLECT_NAMES+set}"; then
        !          8742:     COLLECT_NAMES=
        !          8743:     export COLLECT_NAMES
        !          8744:   fi
        !          8745:   ;;
        !          8746: esac
        !          8747: 
        !          8748: # Global variables:
        !          8749: ofile=libtool
        !          8750: can_build_shared=yes
        !          8751: 
        !          8752: # All known linkers require a '.a' archive for static linking (except MSVC and
        !          8753: # ICC, which need '.lib').
        !          8754: libext=a
        !          8755: 
        !          8756: with_gnu_ld=$lt_cv_prog_gnu_ld
        !          8757: 
        !          8758: old_CC=$CC
        !          8759: old_CFLAGS=$CFLAGS
        !          8760: 
        !          8761: # Set sane defaults for various variables
        !          8762: test -z "$CC" && CC=cc
        !          8763: test -z "$LTCC" && LTCC=$CC
        !          8764: test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
        !          8765: test -z "$LD" && LD=ld
        !          8766: test -z "$ac_objext" && ac_objext=o
        !          8767: 
        !          8768: func_cc_basename $compiler
        !          8769: cc_basename=$func_cc_basename_result
        !          8770: 
        !          8771: 
        !          8772: # Only perform the check for file, if the check method requires it
        !          8773: test -z "$MAGIC_CMD" && MAGIC_CMD=file
        !          8774: case $deplibs_check_method in
        !          8775: file_magic*)
        !          8776:   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
        !          8777:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
        !          8778: printf %s "checking for ${ac_tool_prefix}file... " >&6; }
        !          8779: if test ${lt_cv_path_MAGIC_CMD+y}
        !          8780: then :
        !          8781:   printf %s "(cached) " >&6
        !          8782: else case e in #(
        !          8783:   e) case $MAGIC_CMD in
        !          8784: [\\/*] |  ?:[\\/]*)
        !          8785:   lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
        !          8786:   ;;
        !          8787: *)
        !          8788:   lt_save_MAGIC_CMD=$MAGIC_CMD
        !          8789:   lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
        !          8790:   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
        !          8791:   for ac_dir in $ac_dummy; do
        !          8792:     IFS=$lt_save_ifs
        !          8793:     test -z "$ac_dir" && ac_dir=.
        !          8794:     if test -f "$ac_dir/${ac_tool_prefix}file"; then
        !          8795:       lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
        !          8796:       if test -n "$file_magic_test_file"; then
        !          8797:        case $deplibs_check_method in
        !          8798:        "file_magic "*)
        !          8799:          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
        !          8800:          MAGIC_CMD=$lt_cv_path_MAGIC_CMD
        !          8801:          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
        !          8802:            $EGREP "$file_magic_regex" > /dev/null; then
        !          8803:            :
        !          8804:          else
        !          8805:            cat <<_LT_EOF 1>&2
        !          8806: 
        !          8807: *** Warning: the command libtool uses to detect shared libraries,
        !          8808: *** $file_magic_cmd, produces output that libtool cannot recognize.
        !          8809: *** The result is that libtool may fail to recognize shared libraries
        !          8810: *** as such.  This will affect the creation of libtool libraries that
        !          8811: *** depend on shared libraries, but programs linked with such libtool
        !          8812: *** libraries will work regardless of this problem.  Nevertheless, you
        !          8813: *** may want to report the problem to your system manager and/or to
        !          8814: *** bug-libtool@gnu.org
        !          8815: 
        !          8816: _LT_EOF
        !          8817:          fi ;;
        !          8818:        esac
        !          8819:       fi
        !          8820:       break
        !          8821:     fi
        !          8822:   done
        !          8823:   IFS=$lt_save_ifs
        !          8824:   MAGIC_CMD=$lt_save_MAGIC_CMD
        !          8825:   ;;
        !          8826: esac ;;
        !          8827: esac
        !          8828: fi
        !          8829: 
        !          8830: MAGIC_CMD=$lt_cv_path_MAGIC_CMD
        !          8831: if test -n "$MAGIC_CMD"; then
        !          8832:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
        !          8833: printf "%s\n" "$MAGIC_CMD" >&6; }
        !          8834: else
        !          8835:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          8836: printf "%s\n" "no" >&6; }
        !          8837: fi
        !          8838: 
        !          8839: 
        !          8840: 
        !          8841: 
        !          8842: 
        !          8843: if test -z "$lt_cv_path_MAGIC_CMD"; then
        !          8844:   if test -n "$ac_tool_prefix"; then
        !          8845:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5
        !          8846: printf %s "checking for file... " >&6; }
        !          8847: if test ${lt_cv_path_MAGIC_CMD+y}
        !          8848: then :
        !          8849:   printf %s "(cached) " >&6
        !          8850: else case e in #(
        !          8851:   e) case $MAGIC_CMD in
        !          8852: [\\/*] |  ?:[\\/]*)
        !          8853:   lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
        !          8854:   ;;
        !          8855: *)
        !          8856:   lt_save_MAGIC_CMD=$MAGIC_CMD
        !          8857:   lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
        !          8858:   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
        !          8859:   for ac_dir in $ac_dummy; do
        !          8860:     IFS=$lt_save_ifs
        !          8861:     test -z "$ac_dir" && ac_dir=.
        !          8862:     if test -f "$ac_dir/file"; then
        !          8863:       lt_cv_path_MAGIC_CMD=$ac_dir/"file"
        !          8864:       if test -n "$file_magic_test_file"; then
        !          8865:        case $deplibs_check_method in
        !          8866:        "file_magic "*)
        !          8867:          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
        !          8868:          MAGIC_CMD=$lt_cv_path_MAGIC_CMD
        !          8869:          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
        !          8870:            $EGREP "$file_magic_regex" > /dev/null; then
        !          8871:            :
        !          8872:          else
        !          8873:            cat <<_LT_EOF 1>&2
        !          8874: 
        !          8875: *** Warning: the command libtool uses to detect shared libraries,
        !          8876: *** $file_magic_cmd, produces output that libtool cannot recognize.
        !          8877: *** The result is that libtool may fail to recognize shared libraries
        !          8878: *** as such.  This will affect the creation of libtool libraries that
        !          8879: *** depend on shared libraries, but programs linked with such libtool
        !          8880: *** libraries will work regardless of this problem.  Nevertheless, you
        !          8881: *** may want to report the problem to your system manager and/or to
        !          8882: *** bug-libtool@gnu.org
        !          8883: 
        !          8884: _LT_EOF
        !          8885:          fi ;;
        !          8886:        esac
        !          8887:       fi
        !          8888:       break
        !          8889:     fi
        !          8890:   done
        !          8891:   IFS=$lt_save_ifs
        !          8892:   MAGIC_CMD=$lt_save_MAGIC_CMD
        !          8893:   ;;
        !          8894: esac ;;
        !          8895: esac
        !          8896: fi
        !          8897: 
        !          8898: MAGIC_CMD=$lt_cv_path_MAGIC_CMD
        !          8899: if test -n "$MAGIC_CMD"; then
        !          8900:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
        !          8901: printf "%s\n" "$MAGIC_CMD" >&6; }
        !          8902: else
        !          8903:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          8904: printf "%s\n" "no" >&6; }
        !          8905: fi
        !          8906: 
        !          8907: 
        !          8908:   else
        !          8909:     MAGIC_CMD=:
        !          8910:   fi
        !          8911: fi
        !          8912: 
        !          8913:   fi
        !          8914:   ;;
        !          8915: esac
        !          8916: 
        !          8917: # Use C for the default configuration in the libtool script
        !          8918: 
        !          8919: lt_save_CC=$CC
        !          8920: ac_ext=c
        !          8921: ac_cpp='$CPP $CPPFLAGS'
        !          8922: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          8923: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          8924: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          8925: 
        !          8926: 
        !          8927: # Source file extension for C test sources.
        !          8928: ac_ext=c
        !          8929: 
        !          8930: # Object file extension for compiled C test sources.
        !          8931: objext=o
        !          8932: objext=$objext
        !          8933: 
        !          8934: # Code to be used in simple compile tests
        !          8935: lt_simple_compile_test_code="int some_variable = 0;"
        !          8936: 
        !          8937: # Code to be used in simple link tests
        !          8938: lt_simple_link_test_code='int main(void){return(0);}'
        !          8939: 
        !          8940: 
        !          8941: 
        !          8942: 
        !          8943: 
        !          8944: 
        !          8945: 
        !          8946: # If no C compiler was specified, use CC.
        !          8947: LTCC=${LTCC-"$CC"}
        !          8948: 
        !          8949: # If no C compiler flags were specified, use CFLAGS.
        !          8950: LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
        !          8951: 
        !          8952: # Allow CC to be a program name with arguments.
        !          8953: compiler=$CC
        !          8954: 
        !          8955: # Save the default compiler, since it gets overwritten when the other
        !          8956: # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
        !          8957: compiler_DEFAULT=$CC
        !          8958: 
        !          8959: # save warnings/boilerplate of simple test code
        !          8960: ac_outfile=conftest.$ac_objext
        !          8961: echo "$lt_simple_compile_test_code" >conftest.$ac_ext
        !          8962: eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
        !          8963: _lt_compiler_boilerplate=`cat conftest.err`
        !          8964: $RM conftest*
        !          8965: 
        !          8966: ac_outfile=conftest.$ac_objext
        !          8967: echo "$lt_simple_link_test_code" >conftest.$ac_ext
        !          8968: eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
        !          8969: _lt_linker_boilerplate=`cat conftest.err`
        !          8970: $RM -r conftest*
        !          8971: 
        !          8972: 
        !          8973: ## CAVEAT EMPTOR:
        !          8974: ## There is no encapsulation within the following macros, do not change
        !          8975: ## the running order or otherwise move them around unless you know exactly
        !          8976: ## what you are doing...
        !          8977: if test -n "$compiler"; then
        !          8978: 
        !          8979: lt_prog_compiler_no_builtin_flag=
        !          8980: 
        !          8981: if test yes = "$GCC"; then
        !          8982:   case $cc_basename in
        !          8983:   nvcc*)
        !          8984:     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
        !          8985:   *)
        !          8986:     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
        !          8987:   esac
        !          8988: 
        !          8989:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
        !          8990: printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
        !          8991: if test ${lt_cv_prog_compiler_rtti_exceptions+y}
        !          8992: then :
        !          8993:   printf %s "(cached) " >&6
        !          8994: else case e in #(
        !          8995:   e) lt_cv_prog_compiler_rtti_exceptions=no
        !          8996:    ac_outfile=conftest.$ac_objext
        !          8997:    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
        !          8998:    lt_compiler_flag="-fno-rtti -fno-exceptions"  ## exclude from sc_useless_quotes_in_assignment
        !          8999:    # Insert the option either (1) after the last *FLAGS variable, or
        !          9000:    # (2) before a word containing "conftest.", or (3) at the end.
        !          9001:    # Note that $ac_compile itself does not contain backslashes and begins
        !          9002:    # with a dollar sign (not a hyphen), so the echo should work correctly.
        !          9003:    # The option is referenced via a variable to avoid confusing sed.
        !          9004:    lt_compile=`echo "$ac_compile" | $SED \
        !          9005:    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
        !          9006:    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
        !          9007:    -e 's:$: $lt_compiler_flag:'`
        !          9008:    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
        !          9009:    (eval "$lt_compile" 2>conftest.err)
        !          9010:    ac_status=$?
        !          9011:    cat conftest.err >&5
        !          9012:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          9013:    if (exit $ac_status) && test -s "$ac_outfile"; then
        !          9014:      # The compiler can only warn and ignore the option if not recognized
        !          9015:      # So say no if there are warnings other than the usual output.
        !          9016:      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
        !          9017:      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
        !          9018:      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        !          9019:        lt_cv_prog_compiler_rtti_exceptions=yes
        !          9020:      fi
        !          9021:    fi
        !          9022:    $RM conftest*
        !          9023:  ;;
        !          9024: esac
        !          9025: fi
        !          9026: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
        !          9027: printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
        !          9028: 
        !          9029: if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
        !          9030:     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
        !          9031: else
        !          9032:     :
        !          9033: fi
        !          9034: 
        !          9035: fi
        !          9036: 
        !          9037: 
        !          9038: 
        !          9039: 
        !          9040: 
        !          9041: 
        !          9042:   lt_prog_compiler_wl=
        !          9043: lt_prog_compiler_pic=
        !          9044: lt_prog_compiler_static=
        !          9045: 
        !          9046: 
        !          9047:   if test yes = "$GCC"; then
        !          9048:     lt_prog_compiler_wl='-Wl,'
        !          9049:     lt_prog_compiler_static='-static'
        !          9050: 
        !          9051:     case $host_os in
        !          9052:       aix*)
        !          9053:       # All AIX code is PIC.
        !          9054:       if test ia64 = "$host_cpu"; then
        !          9055:        # AIX 5 now supports IA64 processor
        !          9056:        lt_prog_compiler_static='-Bstatic'
        !          9057:       fi
        !          9058:       lt_prog_compiler_pic='-fPIC'
        !          9059:       ;;
        !          9060: 
        !          9061:     amigaos*)
        !          9062:       case $host_cpu in
        !          9063:       powerpc)
        !          9064:             # see comment about AmigaOS4 .so support
        !          9065:             lt_prog_compiler_pic='-fPIC'
        !          9066:         ;;
        !          9067:       m68k)
        !          9068:             # FIXME: we need at least 68020 code to build shared libraries, but
        !          9069:             # adding the '-m68020' flag to GCC prevents building anything better,
        !          9070:             # like '-m68040'.
        !          9071:             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
        !          9072:         ;;
        !          9073:       esac
        !          9074:       ;;
        !          9075: 
        !          9076:     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
        !          9077:       # PIC is the default for these OSes.
        !          9078:       ;;
        !          9079: 
        !          9080:     mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
        !          9081:       # This hack is so that the source file can tell whether it is being
        !          9082:       # built for inclusion in a dll (and should export symbols for example).
        !          9083:       # Although the cygwin gcc ignores -fPIC, still need this for old-style
        !          9084:       # (--disable-auto-import) libraries
        !          9085:       lt_prog_compiler_pic='-DDLL_EXPORT'
        !          9086:       case $host_os in
        !          9087:       os2*)
        !          9088:        lt_prog_compiler_static='$wl-static'
        !          9089:        ;;
        !          9090:       esac
        !          9091:       ;;
        !          9092: 
        !          9093:     darwin* | rhapsody*)
        !          9094:       # PIC is the default on this platform
        !          9095:       # Common symbols not allowed in MH_DYLIB files
        !          9096:       lt_prog_compiler_pic='-fno-common'
        !          9097:       ;;
        !          9098: 
        !          9099:     haiku*)
        !          9100:       # PIC is the default for Haiku.
        !          9101:       # The "-static" flag exists, but is broken.
        !          9102:       lt_prog_compiler_static=
        !          9103:       ;;
        !          9104: 
        !          9105:     hpux*)
        !          9106:       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
        !          9107:       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
        !          9108:       # sets the default TLS model and affects inlining.
        !          9109:       case $host_cpu in
        !          9110:       hppa*64*)
        !          9111:        # +Z the default
        !          9112:        ;;
        !          9113:       *)
        !          9114:        lt_prog_compiler_pic='-fPIC'
        !          9115:        ;;
        !          9116:       esac
        !          9117:       ;;
        !          9118: 
        !          9119:     interix[3-9]*)
        !          9120:       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
        !          9121:       # Instead, we relocate shared libraries at runtime.
        !          9122:       ;;
        !          9123: 
        !          9124:     msdosdjgpp*)
        !          9125:       # Just because we use GCC doesn't mean we suddenly get shared libraries
        !          9126:       # on systems that don't support them.
        !          9127:       lt_prog_compiler_can_build_shared=no
        !          9128:       enable_shared=no
        !          9129:       ;;
        !          9130: 
        !          9131:     *nto* | *qnx*)
        !          9132:       # QNX uses GNU C++, but need to define -shared option too, otherwise
        !          9133:       # it will coredump.
        !          9134:       lt_prog_compiler_pic='-fPIC -shared'
        !          9135:       ;;
        !          9136: 
        !          9137:     sysv4*MP*)
        !          9138:       if test -d /usr/nec; then
        !          9139:        lt_prog_compiler_pic=-Kconform_pic
        !          9140:       fi
        !          9141:       ;;
        !          9142: 
        !          9143:     *)
        !          9144:       lt_prog_compiler_pic='-fPIC'
        !          9145:       ;;
        !          9146:     esac
        !          9147: 
        !          9148:     case $cc_basename in
        !          9149:     nvcc*) # Cuda Compiler Driver 2.2
        !          9150:       lt_prog_compiler_wl='-Xlinker '
        !          9151:       if test -n "$lt_prog_compiler_pic"; then
        !          9152:         lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
        !          9153:       fi
        !          9154:       ;;
        !          9155:     esac
        !          9156:   else
        !          9157:     # PORTME Check for flag to pass linker flags through the system compiler.
        !          9158:     case $host_os in
        !          9159:     aix*)
        !          9160:       lt_prog_compiler_wl='-Wl,'
        !          9161:       if test ia64 = "$host_cpu"; then
        !          9162:        # AIX 5 now supports IA64 processor
        !          9163:        lt_prog_compiler_static='-Bstatic'
        !          9164:       else
        !          9165:        lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
        !          9166:       fi
        !          9167:       ;;
        !          9168: 
        !          9169:     darwin* | rhapsody*)
        !          9170:       # PIC is the default on this platform
        !          9171:       # Common symbols not allowed in MH_DYLIB files
        !          9172:       lt_prog_compiler_pic='-fno-common'
        !          9173:       case $cc_basename in
        !          9174:       nagfor*)
        !          9175:         # NAG Fortran compiler
        !          9176:         lt_prog_compiler_wl='-Wl,-Wl,,'
        !          9177:         lt_prog_compiler_pic='-PIC'
        !          9178:         lt_prog_compiler_static='-Bstatic'
        !          9179:         ;;
        !          9180:       esac
        !          9181:       ;;
        !          9182: 
        !          9183:     mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
        !          9184:       # This hack is so that the source file can tell whether it is being
        !          9185:       # built for inclusion in a dll (and should export symbols for example).
        !          9186:       lt_prog_compiler_pic='-DDLL_EXPORT'
        !          9187:       case $host_os in
        !          9188:       os2*)
        !          9189:        lt_prog_compiler_static='$wl-static'
        !          9190:        ;;
        !          9191:       esac
        !          9192:       ;;
        !          9193: 
        !          9194:     hpux9* | hpux10* | hpux11*)
        !          9195:       lt_prog_compiler_wl='-Wl,'
        !          9196:       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
        !          9197:       # not for PA HP-UX.
        !          9198:       case $host_cpu in
        !          9199:       hppa*64*|ia64*)
        !          9200:        # +Z the default
        !          9201:        ;;
        !          9202:       *)
        !          9203:        lt_prog_compiler_pic='+Z'
        !          9204:        ;;
        !          9205:       esac
        !          9206:       # Is there a better lt_prog_compiler_static that works with the bundled CC?
        !          9207:       lt_prog_compiler_static='$wl-a ${wl}archive'
        !          9208:       ;;
        !          9209: 
        !          9210:     irix5* | irix6* | nonstopux*)
        !          9211:       lt_prog_compiler_wl='-Wl,'
        !          9212:       # PIC (with -KPIC) is the default.
        !          9213:       lt_prog_compiler_static='-non_shared'
        !          9214:       ;;
        !          9215: 
        !          9216:     linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
        !          9217:       case $cc_basename in
        !          9218:       # old Intel for x86_64, which still supported -KPIC.
        !          9219:       ecc*)
        !          9220:        lt_prog_compiler_wl='-Wl,'
        !          9221:        lt_prog_compiler_pic='-KPIC'
        !          9222:        lt_prog_compiler_static='-static'
        !          9223:         ;;
        !          9224:       *flang* | ftn | f18* | f95*)
        !          9225:         # Flang compiler.
        !          9226:        lt_prog_compiler_wl='-Wl,'
        !          9227:        lt_prog_compiler_pic='-fPIC'
        !          9228:        lt_prog_compiler_static='-static'
        !          9229:         ;;
        !          9230:       # icc used to be incompatible with GCC.
        !          9231:       # ICC 10 doesn't accept -KPIC any more.
        !          9232:       icc* | ifort*)
        !          9233:        lt_prog_compiler_wl='-Wl,'
        !          9234:        lt_prog_compiler_pic='-fPIC'
        !          9235:        lt_prog_compiler_static='-static'
        !          9236:         ;;
        !          9237:       # Lahey Fortran 8.1.
        !          9238:       lf95*)
        !          9239:        lt_prog_compiler_wl='-Wl,'
        !          9240:        lt_prog_compiler_pic='--shared'
        !          9241:        lt_prog_compiler_static='--static'
        !          9242:        ;;
        !          9243:       nagfor*)
        !          9244:        # NAG Fortran compiler
        !          9245:        lt_prog_compiler_wl='-Wl,-Wl,,'
        !          9246:        lt_prog_compiler_pic='-PIC'
        !          9247:        lt_prog_compiler_static='-Bstatic'
        !          9248:        ;;
        !          9249:       tcc*)
        !          9250:        # Fabrice Bellard et al's Tiny C Compiler
        !          9251:        lt_prog_compiler_wl='-Wl,'
        !          9252:        lt_prog_compiler_pic='-fPIC'
        !          9253:        lt_prog_compiler_static='-static'
        !          9254:        ;;
        !          9255:       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
        !          9256:         # Portland Group compilers (*not* the Pentium gcc compiler,
        !          9257:        # which looks to be a dead project)
        !          9258:        lt_prog_compiler_wl='-Wl,'
        !          9259:        lt_prog_compiler_pic='-fpic'
        !          9260:        lt_prog_compiler_static='-Bstatic'
        !          9261:         ;;
        !          9262:       ccc*)
        !          9263:         lt_prog_compiler_wl='-Wl,'
        !          9264:         # All Alpha code is PIC.
        !          9265:         lt_prog_compiler_static='-non_shared'
        !          9266:         ;;
        !          9267:       xl* | bgxl* | bgf* | mpixl*)
        !          9268:        # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
        !          9269:        lt_prog_compiler_wl='-Wl,'
        !          9270:        lt_prog_compiler_pic='-qpic'
        !          9271:        lt_prog_compiler_static='-qstaticlink'
        !          9272:        ;;
        !          9273:       *)
        !          9274:        case `$CC -V 2>&1 | $SED 5q` in
        !          9275:        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
        !          9276:          # Sun Fortran 8.3 passes all unrecognized flags to the linker
        !          9277:          lt_prog_compiler_pic='-KPIC'
        !          9278:          lt_prog_compiler_static='-Bstatic'
        !          9279:          lt_prog_compiler_wl=''
        !          9280:          ;;
        !          9281:        *Sun\ F* | *Sun*Fortran*)
        !          9282:          lt_prog_compiler_pic='-KPIC'
        !          9283:          lt_prog_compiler_static='-Bstatic'
        !          9284:          lt_prog_compiler_wl='-Qoption ld '
        !          9285:          ;;
        !          9286:        *Sun\ C*)
        !          9287:          # Sun C 5.9
        !          9288:          lt_prog_compiler_pic='-KPIC'
        !          9289:          lt_prog_compiler_static='-Bstatic'
        !          9290:          lt_prog_compiler_wl='-Wl,'
        !          9291:          ;;
        !          9292:         *Intel*\ [CF]*Compiler*)
        !          9293:          lt_prog_compiler_wl='-Wl,'
        !          9294:          lt_prog_compiler_pic='-fPIC'
        !          9295:          lt_prog_compiler_static='-static'
        !          9296:          ;;
        !          9297:        *Portland\ Group*)
        !          9298:          lt_prog_compiler_wl='-Wl,'
        !          9299:          lt_prog_compiler_pic='-fpic'
        !          9300:          lt_prog_compiler_static='-Bstatic'
        !          9301:          ;;
        !          9302:        esac
        !          9303:        ;;
        !          9304:       esac
        !          9305:       ;;
        !          9306: 
        !          9307:     newsos6)
        !          9308:       lt_prog_compiler_pic='-KPIC'
        !          9309:       lt_prog_compiler_static='-Bstatic'
        !          9310:       ;;
        !          9311: 
        !          9312:     *-mlibc)
        !          9313:       lt_prog_compiler_wl='-Wl,'
        !          9314:       lt_prog_compiler_pic='-fPIC'
        !          9315:       lt_prog_compiler_static='-static'
        !          9316:       ;;
        !          9317: 
        !          9318:     *nto* | *qnx*)
        !          9319:       # QNX uses GNU C++, but need to define -shared option too, otherwise
        !          9320:       # it will coredump.
        !          9321:       lt_prog_compiler_pic='-fPIC -shared'
        !          9322:       ;;
        !          9323: 
        !          9324:     osf3* | osf4* | osf5*)
        !          9325:       lt_prog_compiler_wl='-Wl,'
        !          9326:       # All OSF/1 code is PIC.
        !          9327:       lt_prog_compiler_static='-non_shared'
        !          9328:       ;;
        !          9329: 
        !          9330:     rdos*)
        !          9331:       lt_prog_compiler_static='-non_shared'
        !          9332:       ;;
        !          9333: 
        !          9334:     serenity*)
        !          9335:       ;;
        !          9336: 
        !          9337:     solaris*)
        !          9338:       lt_prog_compiler_pic='-KPIC'
        !          9339:       lt_prog_compiler_static='-Bstatic'
        !          9340:       case $cc_basename in
        !          9341:       f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
        !          9342:        lt_prog_compiler_wl='-Qoption ld ';;
        !          9343:       *)
        !          9344:        lt_prog_compiler_wl='-Wl,';;
        !          9345:       esac
        !          9346:       ;;
        !          9347: 
        !          9348:     sunos4*)
        !          9349:       lt_prog_compiler_wl='-Qoption ld '
        !          9350:       lt_prog_compiler_pic='-PIC'
        !          9351:       lt_prog_compiler_static='-Bstatic'
        !          9352:       ;;
        !          9353: 
        !          9354:     sysv4 | sysv4.2uw2* | sysv4.3*)
        !          9355:       lt_prog_compiler_wl='-Wl,'
        !          9356:       lt_prog_compiler_pic='-KPIC'
        !          9357:       lt_prog_compiler_static='-Bstatic'
        !          9358:       ;;
        !          9359: 
        !          9360:     sysv4*MP*)
        !          9361:       if test -d /usr/nec; then
        !          9362:        lt_prog_compiler_pic='-Kconform_pic'
        !          9363:        lt_prog_compiler_static='-Bstatic'
        !          9364:       fi
        !          9365:       ;;
        !          9366: 
        !          9367:     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
        !          9368:       lt_prog_compiler_wl='-Wl,'
        !          9369:       lt_prog_compiler_pic='-KPIC'
        !          9370:       lt_prog_compiler_static='-Bstatic'
        !          9371:       ;;
        !          9372: 
        !          9373:     unicos*)
        !          9374:       lt_prog_compiler_wl='-Wl,'
        !          9375:       lt_prog_compiler_can_build_shared=no
        !          9376:       ;;
        !          9377: 
        !          9378:     uts4*)
        !          9379:       lt_prog_compiler_pic='-pic'
        !          9380:       lt_prog_compiler_static='-Bstatic'
        !          9381:       ;;
        !          9382: 
        !          9383:     *)
        !          9384:       lt_prog_compiler_can_build_shared=no
        !          9385:       ;;
        !          9386:     esac
        !          9387:   fi
        !          9388: 
        !          9389: case $host_os in
        !          9390:   # For platforms that do not support PIC, -DPIC is meaningless:
        !          9391:   *djgpp*)
        !          9392:     lt_prog_compiler_pic=
        !          9393:     ;;
        !          9394:   *)
        !          9395:     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
        !          9396:     ;;
        !          9397: esac
        !          9398: 
        !          9399: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
        !          9400: printf %s "checking for $compiler option to produce PIC... " >&6; }
        !          9401: if test ${lt_cv_prog_compiler_pic+y}
        !          9402: then :
        !          9403:   printf %s "(cached) " >&6
        !          9404: else case e in #(
        !          9405:   e) lt_cv_prog_compiler_pic=$lt_prog_compiler_pic ;;
        !          9406: esac
        !          9407: fi
        !          9408: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
        !          9409: printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
        !          9410: lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
        !          9411: 
        !          9412: #
        !          9413: # Check to make sure the PIC flag actually works.
        !          9414: #
        !          9415: if test -n "$lt_prog_compiler_pic"; then
        !          9416:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
        !          9417: printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
        !          9418: if test ${lt_cv_prog_compiler_pic_works+y}
        !          9419: then :
        !          9420:   printf %s "(cached) " >&6
        !          9421: else case e in #(
        !          9422:   e) lt_cv_prog_compiler_pic_works=no
        !          9423:    ac_outfile=conftest.$ac_objext
        !          9424:    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
        !          9425:    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"  ## exclude from sc_useless_quotes_in_assignment
        !          9426:    # Insert the option either (1) after the last *FLAGS variable, or
        !          9427:    # (2) before a word containing "conftest.", or (3) at the end.
        !          9428:    # Note that $ac_compile itself does not contain backslashes and begins
        !          9429:    # with a dollar sign (not a hyphen), so the echo should work correctly.
        !          9430:    # The option is referenced via a variable to avoid confusing sed.
        !          9431:    lt_compile=`echo "$ac_compile" | $SED \
        !          9432:    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
        !          9433:    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
        !          9434:    -e 's:$: $lt_compiler_flag:'`
        !          9435:    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
        !          9436:    (eval "$lt_compile" 2>conftest.err)
        !          9437:    ac_status=$?
        !          9438:    cat conftest.err >&5
        !          9439:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          9440:    if (exit $ac_status) && test -s "$ac_outfile"; then
        !          9441:      # The compiler can only warn and ignore the option if not recognized
        !          9442:      # So say no if there are warnings other than the usual output.
        !          9443:      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
        !          9444:      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
        !          9445:      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        !          9446:        lt_cv_prog_compiler_pic_works=yes
        !          9447:      fi
        !          9448:    fi
        !          9449:    $RM conftest*
        !          9450:  ;;
        !          9451: esac
        !          9452: fi
        !          9453: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
        !          9454: printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
        !          9455: 
        !          9456: if test yes = "$lt_cv_prog_compiler_pic_works"; then
        !          9457:     case $lt_prog_compiler_pic in
        !          9458:      "" | " "*) ;;
        !          9459:      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
        !          9460:      esac
        !          9461: else
        !          9462:     lt_prog_compiler_pic=
        !          9463:      lt_prog_compiler_can_build_shared=no
        !          9464: fi
        !          9465: 
        !          9466: fi
        !          9467: 
        !          9468: 
        !          9469: 
        !          9470: 
        !          9471: 
        !          9472: 
        !          9473: 
        !          9474: 
        !          9475: 
        !          9476: 
        !          9477: 
        !          9478: #
        !          9479: # Check to make sure the static flag actually works.
        !          9480: #
        !          9481: wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
        !          9482: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
        !          9483: printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
        !          9484: if test ${lt_cv_prog_compiler_static_works+y}
        !          9485: then :
        !          9486:   printf %s "(cached) " >&6
        !          9487: else case e in #(
        !          9488:   e) lt_cv_prog_compiler_static_works=no
        !          9489:    save_LDFLAGS=$LDFLAGS
        !          9490:    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
        !          9491:    echo "$lt_simple_link_test_code" > conftest.$ac_ext
        !          9492:    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
        !          9493:      # The linker can only warn and ignore the option if not recognized
        !          9494:      # So say no if there are warnings
        !          9495:      if test -s conftest.err; then
        !          9496:        # Append any errors to the config.log.
        !          9497:        cat conftest.err 1>&5
        !          9498:        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
        !          9499:        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
        !          9500:        if diff conftest.exp conftest.er2 >/dev/null; then
        !          9501:          lt_cv_prog_compiler_static_works=yes
        !          9502:        fi
        !          9503:      else
        !          9504:        lt_cv_prog_compiler_static_works=yes
        !          9505:      fi
        !          9506:    fi
        !          9507:    $RM -r conftest*
        !          9508:    LDFLAGS=$save_LDFLAGS
        !          9509:  ;;
        !          9510: esac
        !          9511: fi
        !          9512: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
        !          9513: printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
        !          9514: 
        !          9515: if test yes = "$lt_cv_prog_compiler_static_works"; then
        !          9516:     :
        !          9517: else
        !          9518:     lt_prog_compiler_static=
        !          9519: fi
        !          9520: 
        !          9521: 
        !          9522: 
        !          9523: 
        !          9524: 
        !          9525: 
        !          9526: 
        !          9527:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
        !          9528: printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
        !          9529: if test ${lt_cv_prog_compiler_c_o+y}
        !          9530: then :
        !          9531:   printf %s "(cached) " >&6
        !          9532: else case e in #(
        !          9533:   e) lt_cv_prog_compiler_c_o=no
        !          9534:    $RM -r conftest 2>/dev/null
        !          9535:    mkdir conftest
        !          9536:    cd conftest
        !          9537:    mkdir out
        !          9538:    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
        !          9539: 
        !          9540:    lt_compiler_flag="-o out/conftest2.$ac_objext"
        !          9541:    # Insert the option either (1) after the last *FLAGS variable, or
        !          9542:    # (2) before a word containing "conftest.", or (3) at the end.
        !          9543:    # Note that $ac_compile itself does not contain backslashes and begins
        !          9544:    # with a dollar sign (not a hyphen), so the echo should work correctly.
        !          9545:    lt_compile=`echo "$ac_compile" | $SED \
        !          9546:    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
        !          9547:    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
        !          9548:    -e 's:$: $lt_compiler_flag:'`
        !          9549:    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
        !          9550:    (eval "$lt_compile" 2>out/conftest.err)
        !          9551:    ac_status=$?
        !          9552:    cat out/conftest.err >&5
        !          9553:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          9554:    if (exit $ac_status) && test -s out/conftest2.$ac_objext
        !          9555:    then
        !          9556:      # The compiler can only warn and ignore the option if not recognized
        !          9557:      # So say no if there are warnings
        !          9558:      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
        !          9559:      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
        !          9560:      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        !          9561:        lt_cv_prog_compiler_c_o=yes
        !          9562:      fi
        !          9563:    fi
        !          9564:    chmod u+w . 2>&5
        !          9565:    $RM conftest*
        !          9566:    # SGI C++ compiler will create directory out/ii_files/ for
        !          9567:    # template instantiation
        !          9568:    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
        !          9569:    $RM out/* && rmdir out
        !          9570:    cd ..
        !          9571:    $RM -r conftest
        !          9572:    $RM conftest*
        !          9573:  ;;
        !          9574: esac
        !          9575: fi
        !          9576: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
        !          9577: printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
        !          9578: 
        !          9579: 
        !          9580: 
        !          9581: 
        !          9582: 
        !          9583: 
        !          9584:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
        !          9585: printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
        !          9586: if test ${lt_cv_prog_compiler_c_o+y}
        !          9587: then :
        !          9588:   printf %s "(cached) " >&6
        !          9589: else case e in #(
        !          9590:   e) lt_cv_prog_compiler_c_o=no
        !          9591:    $RM -r conftest 2>/dev/null
        !          9592:    mkdir conftest
        !          9593:    cd conftest
        !          9594:    mkdir out
        !          9595:    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
        !          9596: 
        !          9597:    lt_compiler_flag="-o out/conftest2.$ac_objext"
        !          9598:    # Insert the option either (1) after the last *FLAGS variable, or
        !          9599:    # (2) before a word containing "conftest.", or (3) at the end.
        !          9600:    # Note that $ac_compile itself does not contain backslashes and begins
        !          9601:    # with a dollar sign (not a hyphen), so the echo should work correctly.
        !          9602:    lt_compile=`echo "$ac_compile" | $SED \
        !          9603:    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
        !          9604:    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
        !          9605:    -e 's:$: $lt_compiler_flag:'`
        !          9606:    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
        !          9607:    (eval "$lt_compile" 2>out/conftest.err)
        !          9608:    ac_status=$?
        !          9609:    cat out/conftest.err >&5
        !          9610:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          9611:    if (exit $ac_status) && test -s out/conftest2.$ac_objext
        !          9612:    then
        !          9613:      # The compiler can only warn and ignore the option if not recognized
        !          9614:      # So say no if there are warnings
        !          9615:      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
        !          9616:      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
        !          9617:      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        !          9618:        lt_cv_prog_compiler_c_o=yes
        !          9619:      fi
        !          9620:    fi
        !          9621:    chmod u+w . 2>&5
        !          9622:    $RM conftest*
        !          9623:    # SGI C++ compiler will create directory out/ii_files/ for
        !          9624:    # template instantiation
        !          9625:    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
        !          9626:    $RM out/* && rmdir out
        !          9627:    cd ..
        !          9628:    $RM -r conftest
        !          9629:    $RM conftest*
        !          9630:  ;;
        !          9631: esac
        !          9632: fi
        !          9633: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
        !          9634: printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
        !          9635: 
        !          9636: 
        !          9637: 
        !          9638: 
        !          9639: hard_links=nottested
        !          9640: if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
        !          9641:   # do not overwrite the value of need_locks provided by the user
        !          9642:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
        !          9643: printf %s "checking if we can lock with hard links... " >&6; }
        !          9644:   hard_links=yes
        !          9645:   $RM conftest*
        !          9646:   ln conftest.a conftest.b 2>/dev/null && hard_links=no
        !          9647:   touch conftest.a
        !          9648:   ln conftest.a conftest.b 2>&5 || hard_links=no
        !          9649:   ln conftest.a conftest.b 2>/dev/null && hard_links=no
        !          9650:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
        !          9651: printf "%s\n" "$hard_links" >&6; }
        !          9652:   if test no = "$hard_links"; then
        !          9653:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
        !          9654: printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
        !          9655:     need_locks=warn
        !          9656:   fi
        !          9657: else
        !          9658:   need_locks=no
        !          9659: fi
        !          9660: 
        !          9661: 
        !          9662: 
        !          9663: 
        !          9664: 
        !          9665: 
        !          9666:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
        !          9667: printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
        !          9668: 
        !          9669:   runpath_var=
        !          9670:   allow_undefined_flag=
        !          9671:   always_export_symbols=no
        !          9672:   archive_cmds=
        !          9673:   archive_expsym_cmds=
        !          9674:   compiler_needs_object=no
        !          9675:   enable_shared_with_static_runtimes=no
        !          9676:   export_dynamic_flag_spec=
        !          9677:   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
        !          9678:   hardcode_automatic=no
        !          9679:   hardcode_direct=no
        !          9680:   hardcode_direct_absolute=no
        !          9681:   hardcode_libdir_flag_spec=
        !          9682:   hardcode_libdir_separator=
        !          9683:   hardcode_minus_L=no
        !          9684:   hardcode_shlibpath_var=unsupported
        !          9685:   inherit_rpath=no
        !          9686:   link_all_deplibs=unknown
        !          9687:   module_cmds=
        !          9688:   module_expsym_cmds=
        !          9689:   old_archive_from_new_cmds=
        !          9690:   old_archive_from_expsyms_cmds=
        !          9691:   thread_safe_flag_spec=
        !          9692:   whole_archive_flag_spec=
        !          9693:   # include_expsyms should be a list of space-separated symbols to be *always*
        !          9694:   # included in the symbol list
        !          9695:   include_expsyms=
        !          9696:   # exclude_expsyms can be an extended regexp of symbols to exclude
        !          9697:   # it will be wrapped by ' (' and ')$', so one must not match beginning or
        !          9698:   # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
        !          9699:   # as well as any symbol that contains 'd'.
        !          9700:   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
        !          9701:   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
        !          9702:   # platforms (ab)use it in PIC code, but their linkers get confused if
        !          9703:   # the symbol is explicitly referenced.  Since portable code cannot
        !          9704:   # rely on this symbol name, it's probably fine to never include it in
        !          9705:   # preloaded symbol tables.
        !          9706:   # Exclude shared library initialization/finalization symbols.
        !          9707:   extract_expsyms_cmds=
        !          9708: 
        !          9709:   case $host_os in
        !          9710:   cygwin* | mingw* | windows* | pw32* | cegcc*)
        !          9711:     # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
        !          9712:     # When not using gcc, we currently assume that we are using
        !          9713:     # Microsoft Visual C++ or Intel C++ Compiler.
        !          9714:     if test yes != "$GCC"; then
        !          9715:       with_gnu_ld=no
        !          9716:     fi
        !          9717:     ;;
        !          9718:   interix*)
        !          9719:     # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
        !          9720:     with_gnu_ld=yes
        !          9721:     ;;
        !          9722:   esac
        !          9723: 
        !          9724:   ld_shlibs=yes
        !          9725: 
        !          9726:   # On some targets, GNU ld is compatible enough with the native linker
        !          9727:   # that we're better off using the native interface for both.
        !          9728:   lt_use_gnu_ld_interface=no
        !          9729:   if test yes = "$with_gnu_ld"; then
        !          9730:     case $host_os in
        !          9731:       aix*)
        !          9732:        # The AIX port of GNU ld has always aspired to compatibility
        !          9733:        # with the native linker.  However, as the warning in the GNU ld
        !          9734:        # block says, versions before 2.19.5* couldn't really create working
        !          9735:        # shared libraries, regardless of the interface used.
        !          9736:        case `$LD -v 2>&1` in
        !          9737:          *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
        !          9738:          *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
        !          9739:          *\ \(GNU\ Binutils\)\ [3-9]*) ;;
        !          9740:          *)
        !          9741:            lt_use_gnu_ld_interface=yes
        !          9742:            ;;
        !          9743:        esac
        !          9744:        ;;
        !          9745:       *)
        !          9746:        lt_use_gnu_ld_interface=yes
        !          9747:        ;;
        !          9748:     esac
        !          9749:   fi
        !          9750: 
        !          9751:   if test yes = "$lt_use_gnu_ld_interface"; then
        !          9752:     # If archive_cmds runs LD, not CC, wlarc should be empty
        !          9753:     wlarc='$wl'
        !          9754: 
        !          9755:     # Set some defaults for GNU ld with shared library support. These
        !          9756:     # are reset later if shared libraries are not supported. Putting them
        !          9757:     # here allows them to be overridden if necessary.
        !          9758:     runpath_var=LD_RUN_PATH
        !          9759:     hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          9760:     export_dynamic_flag_spec='$wl--export-dynamic'
        !          9761:     # ancient GNU ld didn't support --whole-archive et. al.
        !          9762:     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
        !          9763:       whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
        !          9764:     else
        !          9765:       whole_archive_flag_spec=
        !          9766:     fi
        !          9767:     supports_anon_versioning=no
        !          9768:     case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
        !          9769:       *GNU\ gold*) supports_anon_versioning=yes ;;
        !          9770:       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
        !          9771:       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
        !          9772:       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
        !          9773:       *\ 2.11.*) ;; # other 2.11 versions
        !          9774:       *) supports_anon_versioning=yes ;;
        !          9775:     esac
        !          9776: 
        !          9777:     # See if GNU ld supports shared libraries.
        !          9778:     case $host_os in
        !          9779:     aix[3-9]*)
        !          9780:       # On AIX/PPC, the GNU linker is very broken
        !          9781:       if test ia64 != "$host_cpu"; then
        !          9782:        ld_shlibs=no
        !          9783:        cat <<_LT_EOF 1>&2
        !          9784: 
        !          9785: *** Warning: the GNU linker, at least up to release 2.19, is reported
        !          9786: *** to be unable to reliably create shared libraries on AIX.
        !          9787: *** Therefore, libtool is disabling shared libraries support.  If you
        !          9788: *** really care for shared libraries, you may want to install binutils
        !          9789: *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
        !          9790: *** You will then need to restart the configuration process.
        !          9791: 
        !          9792: _LT_EOF
        !          9793:       fi
        !          9794:       ;;
        !          9795: 
        !          9796:     amigaos*)
        !          9797:       case $host_cpu in
        !          9798:       powerpc)
        !          9799:             # see comment about AmigaOS4 .so support
        !          9800:             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          9801:             archive_expsym_cmds=''
        !          9802:         ;;
        !          9803:       m68k)
        !          9804:             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
        !          9805:             hardcode_libdir_flag_spec='-L$libdir'
        !          9806:             hardcode_minus_L=yes
        !          9807:         ;;
        !          9808:       esac
        !          9809:       ;;
        !          9810: 
        !          9811:     beos*)
        !          9812:       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
        !          9813:        allow_undefined_flag=unsupported
        !          9814:        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
        !          9815:        # support --undefined.  This deserves some investigation.  FIXME
        !          9816:        archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          9817:       else
        !          9818:        ld_shlibs=no
        !          9819:       fi
        !          9820:       ;;
        !          9821: 
        !          9822:     cygwin* | mingw* | windows* | pw32* | cegcc*)
        !          9823:       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
        !          9824:       # as there is no search path for DLLs.
        !          9825:       hardcode_libdir_flag_spec='-L$libdir'
        !          9826:       export_dynamic_flag_spec='$wl--export-all-symbols'
        !          9827:       allow_undefined_flag=unsupported
        !          9828:       always_export_symbols=no
        !          9829:       enable_shared_with_static_runtimes=yes
        !          9830:       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
        !          9831:       exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
        !          9832:       file_list_spec='@'
        !          9833: 
        !          9834:       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
        !          9835:         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
        !          9836:        # If the export-symbols file already is a .def file, use it as
        !          9837:        # is; otherwise, prepend EXPORTS...
        !          9838:        archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[   ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([     ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
        !          9839:           cp $export_symbols $output_objdir/$soname.def;
        !          9840:         else
        !          9841:           echo EXPORTS > $output_objdir/$soname.def;
        !          9842:           cat $export_symbols >> $output_objdir/$soname.def;
        !          9843:         fi~
        !          9844:         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
        !          9845:       else
        !          9846:        ld_shlibs=no
        !          9847:       fi
        !          9848:       ;;
        !          9849: 
        !          9850:     haiku*)
        !          9851:       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          9852:       link_all_deplibs=no
        !          9853:       ;;
        !          9854: 
        !          9855:     os2*)
        !          9856:       hardcode_libdir_flag_spec='-L$libdir'
        !          9857:       hardcode_minus_L=yes
        !          9858:       allow_undefined_flag=unsupported
        !          9859:       shrext_cmds=.dll
        !          9860:       archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
        !          9861:        $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
        !          9862:        $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
        !          9863:        $ECHO EXPORTS >> $output_objdir/$libname.def~
        !          9864:        emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
        !          9865:        $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
        !          9866:        emximp -o $lib $output_objdir/$libname.def'
        !          9867:       archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
        !          9868:        $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
        !          9869:        $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
        !          9870:        $ECHO EXPORTS >> $output_objdir/$libname.def~
        !          9871:        prefix_cmds="$SED"~
        !          9872:        if test EXPORTS = "`$SED 1q $export_symbols`"; then
        !          9873:          prefix_cmds="$prefix_cmds -e 1d";
        !          9874:        fi~
        !          9875:        prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
        !          9876:        cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
        !          9877:        $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
        !          9878:        emximp -o $lib $output_objdir/$libname.def'
        !          9879:       old_archive_from_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
        !          9880:       enable_shared_with_static_runtimes=yes
        !          9881:       file_list_spec='@'
        !          9882:       ;;
        !          9883: 
        !          9884:     interix[3-9]*)
        !          9885:       hardcode_direct=no
        !          9886:       hardcode_shlibpath_var=no
        !          9887:       hardcode_libdir_flag_spec='$wl-rpath,$libdir'
        !          9888:       export_dynamic_flag_spec='$wl-E'
        !          9889:       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
        !          9890:       # Instead, shared libraries are loaded at an image base (0x10000000 by
        !          9891:       # default) and relocated if they conflict, which is a slow very memory
        !          9892:       # consuming and fragmenting process.  To avoid this, we pick a random,
        !          9893:       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
        !          9894:       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
        !          9895:       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
        !          9896:       archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
        !          9897:       ;;
        !          9898: 
        !          9899:     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
        !          9900:       tmp_diet=no
        !          9901:       if test linux-dietlibc = "$host_os"; then
        !          9902:        case $cc_basename in
        !          9903:          diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
        !          9904:        esac
        !          9905:       fi
        !          9906:       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
        !          9907:         && test no = "$tmp_diet"
        !          9908:       then
        !          9909:        tmp_addflag=' $pic_flag'
        !          9910:        tmp_sharedflag='-shared'
        !          9911:        case $cc_basename,$host_cpu in
        !          9912:         pgcc*)                         # Portland Group C compiler
        !          9913:          whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
        !          9914:          tmp_addflag=' $pic_flag'
        !          9915:          ;;
        !          9916:        pgf77* | pgf90* | pgf95* | pgfortran*)
        !          9917:                                        # Portland Group f77 and f90 compilers
        !          9918:          whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
        !          9919:          tmp_addflag=' $pic_flag -Mnomain' ;;
        !          9920:        ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
        !          9921:          tmp_addflag=' -i_dynamic' ;;
        !          9922:        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
        !          9923:          tmp_addflag=' -i_dynamic -nofor_main' ;;
        !          9924:        ifc* | ifort*)                  # Intel Fortran compiler
        !          9925:          tmp_addflag=' -nofor_main' ;;
        !          9926:        lf95*)                          # Lahey Fortran 8.1
        !          9927:          whole_archive_flag_spec=
        !          9928:          tmp_sharedflag='--shared' ;;
        !          9929:         nagfor*)                        # NAGFOR 5.3
        !          9930:           tmp_sharedflag='-Wl,-shared' ;;
        !          9931:        xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
        !          9932:          tmp_sharedflag='-qmkshrobj'
        !          9933:          tmp_addflag= ;;
        !          9934:        nvcc*)  # Cuda Compiler Driver 2.2
        !          9935:          whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
        !          9936:          compiler_needs_object=yes
        !          9937:          ;;
        !          9938:        esac
        !          9939:        case `$CC -V 2>&1 | $SED 5q` in
        !          9940:        *Sun\ C*)                       # Sun C 5.9
        !          9941:          whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
        !          9942:          compiler_needs_object=yes
        !          9943:          tmp_sharedflag='-G' ;;
        !          9944:        *Sun\ F*)                       # Sun Fortran 8.3
        !          9945:          tmp_sharedflag='-G' ;;
        !          9946:        esac
        !          9947:        archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          9948: 
        !          9949:         if test yes = "$supports_anon_versioning"; then
        !          9950:           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
        !          9951:             cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
        !          9952:             echo "local: *; };" >> $output_objdir/$libname.ver~
        !          9953:             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
        !          9954:         fi
        !          9955: 
        !          9956:        case $cc_basename in
        !          9957:        tcc*)
        !          9958:          hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          9959:          export_dynamic_flag_spec='-rdynamic'
        !          9960:          ;;
        !          9961:        xlf* | bgf* | bgxlf* | mpixlf*)
        !          9962:          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
        !          9963:          whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
        !          9964:          hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          9965:          archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
        !          9966:          if test yes = "$supports_anon_versioning"; then
        !          9967:            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
        !          9968:               cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
        !          9969:               echo "local: *; };" >> $output_objdir/$libname.ver~
        !          9970:               $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
        !          9971:          fi
        !          9972:          ;;
        !          9973:        esac
        !          9974:       else
        !          9975:         ld_shlibs=no
        !          9976:       fi
        !          9977:       ;;
        !          9978: 
        !          9979:     *-mlibc)
        !          9980:        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          9981:        archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
        !          9982:       ;;
        !          9983: 
        !          9984:     netbsd* | netbsdelf*-gnu)
        !          9985:       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        !          9986:        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
        !          9987:        wlarc=
        !          9988:       else
        !          9989:        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          9990:        archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
        !          9991:       fi
        !          9992:       ;;
        !          9993: 
        !          9994:     solaris*)
        !          9995:       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
        !          9996:        ld_shlibs=no
        !          9997:        cat <<_LT_EOF 1>&2
        !          9998: 
        !          9999: *** Warning: The releases 2.8.* of the GNU linker cannot reliably
        !          10000: *** create shared libraries on Solaris systems.  Therefore, libtool
        !          10001: *** is disabling shared libraries support.  We urge you to upgrade GNU
        !          10002: *** binutils to release 2.9.1 or newer.  Another option is to modify
        !          10003: *** your PATH or compiler configuration so that the native linker is
        !          10004: *** used, and then restart.
        !          10005: 
        !          10006: _LT_EOF
        !          10007:       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
        !          10008:        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          10009:        archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
        !          10010:       else
        !          10011:        ld_shlibs=no
        !          10012:       fi
        !          10013:       ;;
        !          10014: 
        !          10015:     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
        !          10016:       case `$LD -v 2>&1` in
        !          10017:         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
        !          10018:        ld_shlibs=no
        !          10019:        cat <<_LT_EOF 1>&2
        !          10020: 
        !          10021: *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
        !          10022: *** reliably create shared libraries on SCO systems.  Therefore, libtool
        !          10023: *** is disabling shared libraries support.  We urge you to upgrade GNU
        !          10024: *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
        !          10025: *** your PATH or compiler configuration so that the native linker is
        !          10026: *** used, and then restart.
        !          10027: 
        !          10028: _LT_EOF
        !          10029:        ;;
        !          10030:        *)
        !          10031:          # For security reasons, it is highly recommended that you always
        !          10032:          # use absolute paths for naming shared libraries, and exclude the
        !          10033:          # DT_RUNPATH tag from executables and libraries.  But doing so
        !          10034:          # requires that you compile everything twice, which is a pain.
        !          10035:          if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
        !          10036:            hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          10037:            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          10038:            archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
        !          10039:          else
        !          10040:            ld_shlibs=no
        !          10041:          fi
        !          10042:        ;;
        !          10043:       esac
        !          10044:       ;;
        !          10045: 
        !          10046:     sunos4*)
        !          10047:       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
        !          10048:       wlarc=
        !          10049:       hardcode_direct=yes
        !          10050:       hardcode_shlibpath_var=no
        !          10051:       ;;
        !          10052: 
        !          10053:     *)
        !          10054:       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
        !          10055:        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          10056:        archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
        !          10057:       else
        !          10058:        ld_shlibs=no
        !          10059:       fi
        !          10060:       ;;
        !          10061:     esac
        !          10062: 
        !          10063:     if test no = "$ld_shlibs"; then
        !          10064:       runpath_var=
        !          10065:       hardcode_libdir_flag_spec=
        !          10066:       export_dynamic_flag_spec=
        !          10067:       whole_archive_flag_spec=
        !          10068:     fi
        !          10069:   else
        !          10070:     # PORTME fill in a description of your system's linker (not GNU ld)
        !          10071:     case $host_os in
        !          10072:     aix3*)
        !          10073:       allow_undefined_flag=unsupported
        !          10074:       always_export_symbols=yes
        !          10075:       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
        !          10076:       # Note: this linker hardcodes the directories in LIBPATH if there
        !          10077:       # are no directories specified by -L.
        !          10078:       hardcode_minus_L=yes
        !          10079:       if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
        !          10080:        # Neither direct hardcoding nor static linking is supported with a
        !          10081:        # broken collect2.
        !          10082:        hardcode_direct=unsupported
        !          10083:       fi
        !          10084:       ;;
        !          10085: 
        !          10086:     aix[4-9]*)
        !          10087:       if test ia64 = "$host_cpu"; then
        !          10088:        # On IA64, the linker does run time linking by default, so we don't
        !          10089:        # have to do anything special.
        !          10090:        aix_use_runtimelinking=no
        !          10091:        exp_sym_flag='-Bexport'
        !          10092:        no_entry_flag=
        !          10093:       else
        !          10094:        # If we're using GNU nm, then we don't want the "-C" option.
        !          10095:        # -C means demangle to GNU nm, but means don't demangle to AIX nm.
        !          10096:        # Without the "-l" option, or with the "-B" option, AIX nm treats
        !          10097:        # weak defined symbols like other global defined symbols, whereas
        !          10098:        # GNU nm marks them as "W".
        !          10099:        # While the 'weak' keyword is ignored in the Export File, we need
        !          10100:        # it in the Import File for the 'aix-soname' feature, so we have
        !          10101:        # to replace the "-B" option with "-P" for AIX nm.
        !          10102:        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
        !          10103:          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
        !          10104:        else
        !          10105:          export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
        !          10106:        fi
        !          10107:        aix_use_runtimelinking=no
        !          10108: 
        !          10109:        # Test if we are trying to use run time linking or normal
        !          10110:        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
        !          10111:        # have runtime linking enabled, and use it for executables.
        !          10112:        # For shared libraries, we enable/disable runtime linking
        !          10113:        # depending on the kind of the shared library created -
        !          10114:        # when "with_aix_soname,aix_use_runtimelinking" is:
        !          10115:        # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
        !          10116:        # "aix,yes"  lib.so          shared, rtl:yes, for executables
        !          10117:        #            lib.a           static archive
        !          10118:        # "both,no"  lib.so.V(shr.o) shared, rtl:yes
        !          10119:        #            lib.a(lib.so.V) shared, rtl:no,  for executables
        !          10120:        # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
        !          10121:        #            lib.a(lib.so.V) shared, rtl:no
        !          10122:        # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
        !          10123:        #            lib.a           static archive
        !          10124:        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
        !          10125:          for ld_flag in $LDFLAGS; do
        !          10126:          if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
        !          10127:            aix_use_runtimelinking=yes
        !          10128:            break
        !          10129:          fi
        !          10130:          done
        !          10131:          if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
        !          10132:            # With aix-soname=svr4, we create the lib.so.V shared archives only,
        !          10133:            # so we don't have lib.a shared libs to link our executables.
        !          10134:            # We have to force runtime linking in this case.
        !          10135:            aix_use_runtimelinking=yes
        !          10136:            LDFLAGS="$LDFLAGS -Wl,-brtl"
        !          10137:          fi
        !          10138:          ;;
        !          10139:        esac
        !          10140: 
        !          10141:        exp_sym_flag='-bexport'
        !          10142:        no_entry_flag='-bnoentry'
        !          10143:       fi
        !          10144: 
        !          10145:       # When large executables or shared objects are built, AIX ld can
        !          10146:       # have problems creating the table of contents.  If linking a library
        !          10147:       # or program results in "error TOC overflow" add -mminimal-toc to
        !          10148:       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
        !          10149:       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
        !          10150: 
        !          10151:       archive_cmds=''
        !          10152:       hardcode_direct=yes
        !          10153:       hardcode_direct_absolute=yes
        !          10154:       hardcode_libdir_separator=':'
        !          10155:       link_all_deplibs=yes
        !          10156:       file_list_spec='$wl-f,'
        !          10157:       case $with_aix_soname,$aix_use_runtimelinking in
        !          10158:       aix,*) ;; # traditional, no import file
        !          10159:       svr4,* | *,yes) # use import file
        !          10160:        # The Import File defines what to hardcode.
        !          10161:        hardcode_direct=no
        !          10162:        hardcode_direct_absolute=no
        !          10163:        ;;
        !          10164:       esac
        !          10165: 
        !          10166:       if test yes = "$GCC"; then
        !          10167:        case $host_os in aix4.[012]|aix4.[012].*)
        !          10168:        # We only want to do this on AIX 4.2 and lower, the check
        !          10169:        # below for broken collect2 doesn't work under 4.3+
        !          10170:          collect2name=`$CC -print-prog-name=collect2`
        !          10171:          if test -f "$collect2name" &&
        !          10172:           strings "$collect2name" | $GREP resolve_lib_name >/dev/null
        !          10173:          then
        !          10174:          # We have reworked collect2
        !          10175:          :
        !          10176:          else
        !          10177:          # We have old collect2
        !          10178:          hardcode_direct=unsupported
        !          10179:          # It fails to find uninstalled libraries when the uninstalled
        !          10180:          # path is not listed in the libpath.  Setting hardcode_minus_L
        !          10181:          # to unsupported forces relinking
        !          10182:          hardcode_minus_L=yes
        !          10183:          hardcode_libdir_flag_spec='-L$libdir'
        !          10184:          hardcode_libdir_separator=
        !          10185:          fi
        !          10186:          ;;
        !          10187:        esac
        !          10188:        shared_flag='-shared'
        !          10189:        if test yes = "$aix_use_runtimelinking"; then
        !          10190:          shared_flag="$shared_flag "'$wl-G'
        !          10191:        fi
        !          10192:        # Need to ensure runtime linking is disabled for the traditional
        !          10193:        # shared library, or the linker may eventually find shared libraries
        !          10194:        # /with/ Import File - we do not want to mix them.
        !          10195:        shared_flag_aix='-shared'
        !          10196:        shared_flag_svr4='-shared $wl-G'
        !          10197:       else
        !          10198:        # not using gcc
        !          10199:        if test ia64 = "$host_cpu"; then
        !          10200:        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
        !          10201:        # chokes on -Wl,-G. The following line is correct:
        !          10202:          shared_flag='-G'
        !          10203:        else
        !          10204:          if test yes = "$aix_use_runtimelinking"; then
        !          10205:            shared_flag='$wl-G'
        !          10206:          else
        !          10207:            shared_flag='$wl-bM:SRE'
        !          10208:          fi
        !          10209:          shared_flag_aix='$wl-bM:SRE'
        !          10210:          shared_flag_svr4='$wl-G'
        !          10211:        fi
        !          10212:       fi
        !          10213: 
        !          10214:       export_dynamic_flag_spec='$wl-bexpall'
        !          10215:       # It seems that -bexpall does not export symbols beginning with
        !          10216:       # underscore (_), so it is better to generate a list of symbols to export.
        !          10217:       always_export_symbols=yes
        !          10218:       if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
        !          10219:        # Warning - without using the other runtime loading flags (-brtl),
        !          10220:        # -berok will link without error, but may produce a broken library.
        !          10221:        allow_undefined_flag='-berok'
        !          10222:         # Determine the default libpath from the value encoded in an
        !          10223:         # empty executable.
        !          10224:         if test set = "${lt_cv_aix_libpath+set}"; then
        !          10225:   aix_libpath=$lt_cv_aix_libpath
        !          10226: else
        !          10227:   if test ${lt_cv_aix_libpath_+y}
        !          10228: then :
        !          10229:   printf %s "(cached) " >&6
        !          10230: else case e in #(
        !          10231:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          10232: /* end confdefs.h.  */
        !          10233: 
        !          10234: int
        !          10235: main (void)
        !          10236: {
        !          10237: 
        !          10238:   ;
        !          10239:   return 0;
        !          10240: }
        !          10241: _ACEOF
        !          10242: if ac_fn_c_try_link "$LINENO"
        !          10243: then :
        !          10244: 
        !          10245:   lt_aix_libpath_sed='
        !          10246:       /Import File Strings/,/^$/ {
        !          10247:          /^0/ {
        !          10248:              s/^0  *\([^ ]*\) *$/\1/
        !          10249:              p
        !          10250:          }
        !          10251:       }'
        !          10252:   lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
        !          10253:   # Check for a 64-bit object if we didn't find anything.
        !          10254:   if test -z "$lt_cv_aix_libpath_"; then
        !          10255:     lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
        !          10256:   fi
        !          10257: fi
        !          10258: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          10259:     conftest$ac_exeext conftest.$ac_ext
        !          10260:   if test -z "$lt_cv_aix_libpath_"; then
        !          10261:     lt_cv_aix_libpath_=/usr/lib:/lib
        !          10262:   fi
        !          10263:    ;;
        !          10264: esac
        !          10265: fi
        !          10266: 
        !          10267:   aix_libpath=$lt_cv_aix_libpath_
        !          10268: fi
        !          10269: 
        !          10270:         hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
        !          10271:         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
        !          10272:       else
        !          10273:        if test ia64 = "$host_cpu"; then
        !          10274:          hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
        !          10275:          allow_undefined_flag="-z nodefs"
        !          10276:          archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
        !          10277:        else
        !          10278:         # Determine the default libpath from the value encoded in an
        !          10279:         # empty executable.
        !          10280:         if test set = "${lt_cv_aix_libpath+set}"; then
        !          10281:   aix_libpath=$lt_cv_aix_libpath
        !          10282: else
        !          10283:   if test ${lt_cv_aix_libpath_+y}
        !          10284: then :
        !          10285:   printf %s "(cached) " >&6
        !          10286: else case e in #(
        !          10287:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          10288: /* end confdefs.h.  */
        !          10289: 
        !          10290: int
        !          10291: main (void)
        !          10292: {
        !          10293: 
        !          10294:   ;
        !          10295:   return 0;
        !          10296: }
        !          10297: _ACEOF
        !          10298: if ac_fn_c_try_link "$LINENO"
        !          10299: then :
        !          10300: 
        !          10301:   lt_aix_libpath_sed='
        !          10302:       /Import File Strings/,/^$/ {
        !          10303:          /^0/ {
        !          10304:              s/^0  *\([^ ]*\) *$/\1/
        !          10305:              p
        !          10306:          }
        !          10307:       }'
        !          10308:   lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
        !          10309:   # Check for a 64-bit object if we didn't find anything.
        !          10310:   if test -z "$lt_cv_aix_libpath_"; then
        !          10311:     lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
        !          10312:   fi
        !          10313: fi
        !          10314: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          10315:     conftest$ac_exeext conftest.$ac_ext
        !          10316:   if test -z "$lt_cv_aix_libpath_"; then
        !          10317:     lt_cv_aix_libpath_=/usr/lib:/lib
        !          10318:   fi
        !          10319:    ;;
        !          10320: esac
        !          10321: fi
        !          10322: 
        !          10323:   aix_libpath=$lt_cv_aix_libpath_
        !          10324: fi
        !          10325: 
        !          10326:         hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
        !          10327:          # Warning - without using the other run time loading flags,
        !          10328:          # -berok will link without error, but may produce a broken library.
        !          10329:          no_undefined_flag=' $wl-bernotok'
        !          10330:          allow_undefined_flag=' $wl-berok'
        !          10331:          if test yes = "$with_gnu_ld"; then
        !          10332:            # We only use this code for GNU lds that support --whole-archive.
        !          10333:            whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
        !          10334:          else
        !          10335:            # Exported symbols can be pulled into shared objects from archives
        !          10336:            whole_archive_flag_spec='$convenience'
        !          10337:          fi
        !          10338:          archive_cmds_need_lc=yes
        !          10339:          archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
        !          10340:          # -brtl affects multiple linker settings, -berok does not and is overridden later
        !          10341:          compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
        !          10342:          if test svr4 != "$with_aix_soname"; then
        !          10343:            # This is similar to how AIX traditionally builds its shared libraries.
        !          10344:            archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
        !          10345:          fi
        !          10346:          if test aix != "$with_aix_soname"; then
        !          10347:            archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
        !          10348:          else
        !          10349:            # used by -dlpreopen to get the symbols
        !          10350:            archive_expsym_cmds="$archive_expsym_cmds"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
        !          10351:          fi
        !          10352:          archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
        !          10353:        fi
        !          10354:       fi
        !          10355:       ;;
        !          10356: 
        !          10357:     amigaos*)
        !          10358:       case $host_cpu in
        !          10359:       powerpc)
        !          10360:             # see comment about AmigaOS4 .so support
        !          10361:             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
        !          10362:             archive_expsym_cmds=''
        !          10363:         ;;
        !          10364:       m68k)
        !          10365:             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
        !          10366:             hardcode_libdir_flag_spec='-L$libdir'
        !          10367:             hardcode_minus_L=yes
        !          10368:         ;;
        !          10369:       esac
        !          10370:       ;;
        !          10371: 
        !          10372:     bsdi[45]*)
        !          10373:       export_dynamic_flag_spec=-rdynamic
        !          10374:       ;;
        !          10375: 
        !          10376:     cygwin* | mingw* | windows* | pw32* | cegcc*)
        !          10377:       # When not using gcc, we currently assume that we are using
        !          10378:       # Microsoft Visual C++ or Intel C++ Compiler.
        !          10379:       # hardcode_libdir_flag_spec is actually meaningless, as there is
        !          10380:       # no search path for DLLs.
        !          10381:       case $cc_basename in
        !          10382:       cl* | icl*)
        !          10383:        # Native MSVC or ICC
        !          10384:        hardcode_libdir_flag_spec=' '
        !          10385:        allow_undefined_flag=unsupported
        !          10386:        always_export_symbols=yes
        !          10387:        file_list_spec='@'
        !          10388:        # Tell ltmain to make .lib files, not .a files.
        !          10389:        libext=lib
        !          10390:        # Tell ltmain to make .dll files, not .so files.
        !          10391:        shrext_cmds=.dll
        !          10392:        # FIXME: Setting linknames here is a bad hack.
        !          10393:        archive_cmds='$CC -Fe$output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
        !          10394:        archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[   ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([     ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
        !          10395:             cp "$export_symbols" "$output_objdir/$soname.def";
        !          10396:             echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
        !          10397:           else
        !          10398:             $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
        !          10399:           fi~
        !          10400:           $CC -Fe$tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
        !          10401:           linknames='
        !          10402:        # The linker will not automatically build a static lib if we build a DLL.
        !          10403:        # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
        !          10404:        enable_shared_with_static_runtimes=yes
        !          10405:        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
        !          10406:        export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
        !          10407:        # Don't use ranlib
        !          10408:        old_postinstall_cmds='chmod 644 $oldlib'
        !          10409:        postlink_cmds='lt_outputfile="@OUTPUT@"~
        !          10410:           lt_tool_outputfile="@TOOL_OUTPUT@"~
        !          10411:           case $lt_outputfile in
        !          10412:             *.exe|*.EXE) ;;
        !          10413:             *)
        !          10414:               lt_outputfile=$lt_outputfile.exe
        !          10415:               lt_tool_outputfile=$lt_tool_outputfile.exe
        !          10416:               ;;
        !          10417:           esac~
        !          10418:           if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
        !          10419:             $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
        !          10420:             $RM "$lt_outputfile.manifest";
        !          10421:           fi'
        !          10422:        ;;
        !          10423:       *)
        !          10424:        # Assume MSVC and ICC wrapper
        !          10425:        hardcode_libdir_flag_spec=' '
        !          10426:        allow_undefined_flag=unsupported
        !          10427:        # Tell ltmain to make .lib files, not .a files.
        !          10428:        libext=lib
        !          10429:        # Tell ltmain to make .dll files, not .so files.
        !          10430:        shrext_cmds=.dll
        !          10431:        # FIXME: Setting linknames here is a bad hack.
        !          10432:        archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
        !          10433:        # The linker will automatically build a .lib file if we build a DLL.
        !          10434:        old_archive_from_new_cmds='true'
        !          10435:        # FIXME: Should let the user specify the lib program.
        !          10436:        old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
        !          10437:        enable_shared_with_static_runtimes=yes
        !          10438:        ;;
        !          10439:       esac
        !          10440:       ;;
        !          10441: 
        !          10442:     darwin* | rhapsody*)
        !          10443: 
        !          10444: 
        !          10445:   archive_cmds_need_lc=no
        !          10446:   hardcode_direct=no
        !          10447:   hardcode_automatic=yes
        !          10448:   hardcode_shlibpath_var=unsupported
        !          10449:   if test yes = "$lt_cv_ld_force_load"; then
        !          10450:     whole_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\"`'
        !          10451: 
        !          10452:   else
        !          10453:     whole_archive_flag_spec=''
        !          10454:   fi
        !          10455:   link_all_deplibs=yes
        !          10456:   allow_undefined_flag=$_lt_dar_allow_undefined
        !          10457:   case $cc_basename in
        !          10458:      ifort*|nagfor*) _lt_dar_can_shared=yes ;;
        !          10459:      *) _lt_dar_can_shared=$GCC ;;
        !          10460:   esac
        !          10461:   if test yes = "$_lt_dar_can_shared"; then
        !          10462:     output_verbose_link_cmd=func_echo_all
        !          10463:     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
        !          10464:     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
        !          10465:     archive_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 $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
        !          10466:     module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
        !          10467: 
        !          10468:   else
        !          10469:   ld_shlibs=no
        !          10470:   fi
        !          10471: 
        !          10472:       ;;
        !          10473: 
        !          10474:     dgux*)
        !          10475:       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10476:       hardcode_libdir_flag_spec='-L$libdir'
        !          10477:       hardcode_shlibpath_var=no
        !          10478:       ;;
        !          10479: 
        !          10480:     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
        !          10481:     # support.  Future versions do this automatically, but an explicit c++rt0.o
        !          10482:     # does not break anything, and helps significantly (at the cost of a little
        !          10483:     # extra space).
        !          10484:     freebsd2.2*)
        !          10485:       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
        !          10486:       hardcode_libdir_flag_spec='-R$libdir'
        !          10487:       hardcode_direct=yes
        !          10488:       hardcode_shlibpath_var=no
        !          10489:       ;;
        !          10490: 
        !          10491:     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
        !          10492:     freebsd2.*)
        !          10493:       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
        !          10494:       hardcode_direct=yes
        !          10495:       hardcode_minus_L=yes
        !          10496:       hardcode_shlibpath_var=no
        !          10497:       ;;
        !          10498: 
        !          10499:     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
        !          10500:     freebsd* | dragonfly* | midnightbsd*)
        !          10501:       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
        !          10502:       hardcode_libdir_flag_spec='-R$libdir'
        !          10503:       hardcode_direct=yes
        !          10504:       hardcode_shlibpath_var=no
        !          10505:       ;;
        !          10506: 
        !          10507:     hpux9*)
        !          10508:       if test yes = "$GCC"; then
        !          10509:        archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
        !          10510:       else
        !          10511:        archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
        !          10512:       fi
        !          10513:       hardcode_libdir_flag_spec='$wl+b $wl$libdir'
        !          10514:       hardcode_libdir_separator=:
        !          10515:       hardcode_direct=yes
        !          10516: 
        !          10517:       # hardcode_minus_L: Not really in the search PATH,
        !          10518:       # but as the default location of the library.
        !          10519:       hardcode_minus_L=yes
        !          10520:       export_dynamic_flag_spec='$wl-E'
        !          10521:       ;;
        !          10522: 
        !          10523:     hpux10*)
        !          10524:       if test yes,no = "$GCC,$with_gnu_ld"; then
        !          10525:        archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
        !          10526:       else
        !          10527:        archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
        !          10528:       fi
        !          10529:       if test no = "$with_gnu_ld"; then
        !          10530:        hardcode_libdir_flag_spec='$wl+b $wl$libdir'
        !          10531:        hardcode_libdir_separator=:
        !          10532:        hardcode_direct=yes
        !          10533:        hardcode_direct_absolute=yes
        !          10534:        export_dynamic_flag_spec='$wl-E'
        !          10535:        # hardcode_minus_L: Not really in the search PATH,
        !          10536:        # but as the default location of the library.
        !          10537:        hardcode_minus_L=yes
        !          10538:       fi
        !          10539:       ;;
        !          10540: 
        !          10541:     hpux11*)
        !          10542:       if test yes,no = "$GCC,$with_gnu_ld"; then
        !          10543:        case $host_cpu in
        !          10544:        hppa*64*)
        !          10545:          archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10546:          ;;
        !          10547:        ia64*)
        !          10548:          archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
        !          10549:          ;;
        !          10550:        *)
        !          10551:          archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
        !          10552:          ;;
        !          10553:        esac
        !          10554:       else
        !          10555:        case $host_cpu in
        !          10556:        hppa*64*)
        !          10557:          archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10558:          ;;
        !          10559:        ia64*)
        !          10560:          archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
        !          10561:          ;;
        !          10562:        *)
        !          10563: 
        !          10564:          # Older versions of the 11.00 compiler do not understand -b yet
        !          10565:          # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
        !          10566:          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
        !          10567: printf %s "checking if $CC understands -b... " >&6; }
        !          10568: if test ${lt_cv_prog_compiler__b+y}
        !          10569: then :
        !          10570:   printf %s "(cached) " >&6
        !          10571: else case e in #(
        !          10572:   e) lt_cv_prog_compiler__b=no
        !          10573:    save_LDFLAGS=$LDFLAGS
        !          10574:    LDFLAGS="$LDFLAGS -b"
        !          10575:    echo "$lt_simple_link_test_code" > conftest.$ac_ext
        !          10576:    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
        !          10577:      # The linker can only warn and ignore the option if not recognized
        !          10578:      # So say no if there are warnings
        !          10579:      if test -s conftest.err; then
        !          10580:        # Append any errors to the config.log.
        !          10581:        cat conftest.err 1>&5
        !          10582:        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
        !          10583:        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
        !          10584:        if diff conftest.exp conftest.er2 >/dev/null; then
        !          10585:          lt_cv_prog_compiler__b=yes
        !          10586:        fi
        !          10587:      else
        !          10588:        lt_cv_prog_compiler__b=yes
        !          10589:      fi
        !          10590:    fi
        !          10591:    $RM -r conftest*
        !          10592:    LDFLAGS=$save_LDFLAGS
        !          10593:  ;;
        !          10594: esac
        !          10595: fi
        !          10596: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
        !          10597: printf "%s\n" "$lt_cv_prog_compiler__b" >&6; }
        !          10598: 
        !          10599: if test yes = "$lt_cv_prog_compiler__b"; then
        !          10600:     archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
        !          10601: else
        !          10602:     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
        !          10603: fi
        !          10604: 
        !          10605:          ;;
        !          10606:        esac
        !          10607:       fi
        !          10608:       if test no = "$with_gnu_ld"; then
        !          10609:        hardcode_libdir_flag_spec='$wl+b $wl$libdir'
        !          10610:        hardcode_libdir_separator=:
        !          10611: 
        !          10612:        case $host_cpu in
        !          10613:        hppa*64*|ia64*)
        !          10614:          hardcode_direct=no
        !          10615:          hardcode_shlibpath_var=no
        !          10616:          ;;
        !          10617:        *)
        !          10618:          hardcode_direct=yes
        !          10619:          hardcode_direct_absolute=yes
        !          10620:          export_dynamic_flag_spec='$wl-E'
        !          10621: 
        !          10622:          # hardcode_minus_L: Not really in the search PATH,
        !          10623:          # but as the default location of the library.
        !          10624:          hardcode_minus_L=yes
        !          10625:          ;;
        !          10626:        esac
        !          10627:       fi
        !          10628:       ;;
        !          10629: 
        !          10630:     irix5* | irix6* | nonstopux*)
        !          10631:       if test yes = "$GCC"; then
        !          10632:        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
        !          10633:        # Try to use the -exported_symbol ld option, if it does not
        !          10634:        # work, assume that -exports_file does not work either and
        !          10635:        # implicitly export all symbols.
        !          10636:        # This should be the same for all languages, so no per-tag cache variable.
        !          10637:        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
        !          10638: printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
        !          10639: if test ${lt_cv_irix_exported_symbol+y}
        !          10640: then :
        !          10641:   printf %s "(cached) " >&6
        !          10642: else case e in #(
        !          10643:   e) save_LDFLAGS=$LDFLAGS
        !          10644:           LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
        !          10645:           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          10646: /* end confdefs.h.  */
        !          10647: int foo (void) { return 0; }
        !          10648: _ACEOF
        !          10649: if ac_fn_c_try_link "$LINENO"
        !          10650: then :
        !          10651:   lt_cv_irix_exported_symbol=yes
        !          10652: else case e in #(
        !          10653:   e) lt_cv_irix_exported_symbol=no ;;
        !          10654: esac
        !          10655: fi
        !          10656: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          10657:     conftest$ac_exeext conftest.$ac_ext
        !          10658:            LDFLAGS=$save_LDFLAGS ;;
        !          10659: esac
        !          10660: fi
        !          10661: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
        !          10662: printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
        !          10663:        if test yes = "$lt_cv_irix_exported_symbol"; then
        !          10664:           archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
        !          10665:        fi
        !          10666:       else
        !          10667:        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
        !          10668:        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
        !          10669:       fi
        !          10670:       archive_cmds_need_lc='no'
        !          10671:       hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          10672:       hardcode_libdir_separator=:
        !          10673:       inherit_rpath=yes
        !          10674:       link_all_deplibs=yes
        !          10675:       ;;
        !          10676: 
        !          10677:     linux*)
        !          10678:       case $cc_basename in
        !          10679:       tcc*)
        !          10680:        # Fabrice Bellard et al's Tiny C Compiler
        !          10681:        ld_shlibs=yes
        !          10682:        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
        !          10683:        hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          10684:        ;;
        !          10685:       esac
        !          10686:       ;;
        !          10687: 
        !          10688:     *-mlibc)
        !          10689:       ;;
        !          10690: 
        !          10691:     netbsd* | netbsdelf*-gnu)
        !          10692:       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        !          10693:        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
        !          10694:       else
        !          10695:        archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
        !          10696:       fi
        !          10697:       hardcode_libdir_flag_spec='-R$libdir'
        !          10698:       hardcode_direct=yes
        !          10699:       hardcode_shlibpath_var=no
        !          10700:       ;;
        !          10701: 
        !          10702:     newsos6)
        !          10703:       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10704:       hardcode_direct=yes
        !          10705:       hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          10706:       hardcode_libdir_separator=:
        !          10707:       hardcode_shlibpath_var=no
        !          10708:       ;;
        !          10709: 
        !          10710:     *nto* | *qnx*)
        !          10711:       ;;
        !          10712: 
        !          10713:     openbsd*)
        !          10714:       if test -f /usr/libexec/ld.so; then
        !          10715:        hardcode_direct=yes
        !          10716:        hardcode_shlibpath_var=no
        !          10717:        hardcode_direct_absolute=yes
        !          10718:        if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
        !          10719:          archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
        !          10720:          archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
        !          10721:          hardcode_libdir_flag_spec='$wl-rpath,$libdir'
        !          10722:          export_dynamic_flag_spec='$wl-E'
        !          10723:        else
        !          10724:          archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
        !          10725:          hardcode_libdir_flag_spec='$wl-rpath,$libdir'
        !          10726:        fi
        !          10727:       else
        !          10728:        ld_shlibs=no
        !          10729:       fi
        !          10730:       ;;
        !          10731: 
        !          10732:     os2*)
        !          10733:       hardcode_libdir_flag_spec='-L$libdir'
        !          10734:       hardcode_minus_L=yes
        !          10735:       allow_undefined_flag=unsupported
        !          10736:       shrext_cmds=.dll
        !          10737:       archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
        !          10738:        $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
        !          10739:        $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
        !          10740:        $ECHO EXPORTS >> $output_objdir/$libname.def~
        !          10741:        emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
        !          10742:        $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
        !          10743:        emximp -o $lib $output_objdir/$libname.def'
        !          10744:       archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
        !          10745:        $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
        !          10746:        $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
        !          10747:        $ECHO EXPORTS >> $output_objdir/$libname.def~
        !          10748:        prefix_cmds="$SED"~
        !          10749:        if test EXPORTS = "`$SED 1q $export_symbols`"; then
        !          10750:          prefix_cmds="$prefix_cmds -e 1d";
        !          10751:        fi~
        !          10752:        prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
        !          10753:        cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
        !          10754:        $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
        !          10755:        emximp -o $lib $output_objdir/$libname.def'
        !          10756:       old_archive_from_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
        !          10757:       enable_shared_with_static_runtimes=yes
        !          10758:       file_list_spec='@'
        !          10759:       ;;
        !          10760: 
        !          10761:     osf3*)
        !          10762:       if test yes = "$GCC"; then
        !          10763:        allow_undefined_flag=' $wl-expect_unresolved $wl\*'
        !          10764:        archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
        !          10765:       else
        !          10766:        allow_undefined_flag=' -expect_unresolved \*'
        !          10767:        archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
        !          10768:       fi
        !          10769:       archive_cmds_need_lc='no'
        !          10770:       hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          10771:       hardcode_libdir_separator=:
        !          10772:       ;;
        !          10773: 
        !          10774:     osf4* | osf5*)     # as osf3* with the addition of -msym flag
        !          10775:       if test yes = "$GCC"; then
        !          10776:        allow_undefined_flag=' $wl-expect_unresolved $wl\*'
        !          10777:        archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
        !          10778:        hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          10779:       else
        !          10780:        allow_undefined_flag=' -expect_unresolved \*'
        !          10781:        archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
        !          10782:        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
        !          10783:           $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
        !          10784: 
        !          10785:        # Both c and cxx compiler support -rpath directly
        !          10786:        hardcode_libdir_flag_spec='-rpath $libdir'
        !          10787:       fi
        !          10788:       archive_cmds_need_lc='no'
        !          10789:       hardcode_libdir_separator=:
        !          10790:       ;;
        !          10791: 
        !          10792:     serenity*)
        !          10793:       ;;
        !          10794: 
        !          10795:     solaris*)
        !          10796:       no_undefined_flag=' -z defs'
        !          10797:       if test yes = "$GCC"; then
        !          10798:        wlarc='$wl'
        !          10799:        archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10800:        archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
        !          10801:           $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
        !          10802:       else
        !          10803:        case `$CC -V 2>&1` in
        !          10804:        *"Compilers 5.0"*)
        !          10805:          wlarc=''
        !          10806:          archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10807:          archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
        !          10808:             $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
        !          10809:          ;;
        !          10810:        *)
        !          10811:          wlarc='$wl'
        !          10812:          archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10813:          archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
        !          10814:             $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
        !          10815:          ;;
        !          10816:        esac
        !          10817:       fi
        !          10818:       hardcode_libdir_flag_spec='-R$libdir'
        !          10819:       hardcode_shlibpath_var=no
        !          10820:       case $host_os in
        !          10821:       solaris2.[0-5] | solaris2.[0-5].*) ;;
        !          10822:       *)
        !          10823:        # The compiler driver will combine and reorder linker options,
        !          10824:        # but understands '-z linker_flag'.  GCC discards it without '$wl',
        !          10825:        # but is careful enough not to reorder.
        !          10826:        # Supported since Solaris 2.6 (maybe 2.5.1?)
        !          10827:        if test yes = "$GCC"; then
        !          10828:          whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
        !          10829:        else
        !          10830:          whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
        !          10831:        fi
        !          10832:        ;;
        !          10833:       esac
        !          10834:       link_all_deplibs=yes
        !          10835:       ;;
        !          10836: 
        !          10837:     sunos4*)
        !          10838:       if test sequent = "$host_vendor"; then
        !          10839:        # Use $CC to link under sequent, because it throws in some extra .o
        !          10840:        # files that make .init and .fini sections work.
        !          10841:        archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10842:       else
        !          10843:        archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
        !          10844:       fi
        !          10845:       hardcode_libdir_flag_spec='-L$libdir'
        !          10846:       hardcode_direct=yes
        !          10847:       hardcode_minus_L=yes
        !          10848:       hardcode_shlibpath_var=no
        !          10849:       ;;
        !          10850: 
        !          10851:     sysv4)
        !          10852:       case $host_vendor in
        !          10853:        sni)
        !          10854:          archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10855:          hardcode_direct=yes # is this really true???
        !          10856:        ;;
        !          10857:        siemens)
        !          10858:          ## LD is ld it makes a PLAMLIB
        !          10859:          ## CC just makes a GrossModule.
        !          10860:          archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
        !          10861:          reload_cmds='$CC -r -o $output$reload_objs'
        !          10862:          hardcode_direct=no
        !          10863:         ;;
        !          10864:        motorola)
        !          10865:          archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10866:          hardcode_direct=no #Motorola manual says yes, but my tests say they lie
        !          10867:        ;;
        !          10868:       esac
        !          10869:       runpath_var='LD_RUN_PATH'
        !          10870:       hardcode_shlibpath_var=no
        !          10871:       ;;
        !          10872: 
        !          10873:     sysv4.3*)
        !          10874:       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10875:       hardcode_shlibpath_var=no
        !          10876:       export_dynamic_flag_spec='-Bexport'
        !          10877:       ;;
        !          10878: 
        !          10879:     sysv4*MP*)
        !          10880:       if test -d /usr/nec; then
        !          10881:        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10882:        hardcode_shlibpath_var=no
        !          10883:        runpath_var=LD_RUN_PATH
        !          10884:        hardcode_runpath_var=yes
        !          10885:        ld_shlibs=yes
        !          10886:       fi
        !          10887:       ;;
        !          10888: 
        !          10889:     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
        !          10890:       no_undefined_flag='$wl-z,text'
        !          10891:       archive_cmds_need_lc=no
        !          10892:       hardcode_shlibpath_var=no
        !          10893:       runpath_var='LD_RUN_PATH'
        !          10894: 
        !          10895:       if test yes = "$GCC"; then
        !          10896:        archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10897:        archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10898:       else
        !          10899:        archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10900:        archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10901:       fi
        !          10902:       ;;
        !          10903: 
        !          10904:     sysv5* | sco3.2v5* | sco5v6*)
        !          10905:       # Note: We CANNOT use -z defs as we might desire, because we do not
        !          10906:       # link with -lc, and that would cause any symbols used from libc to
        !          10907:       # always be unresolved, which means just about no library would
        !          10908:       # ever link correctly.  If we're not using GNU ld we use -z text
        !          10909:       # though, which does catch some bad symbols but isn't as heavy-handed
        !          10910:       # as -z defs.
        !          10911:       no_undefined_flag='$wl-z,text'
        !          10912:       allow_undefined_flag='$wl-z,nodefs'
        !          10913:       archive_cmds_need_lc=no
        !          10914:       hardcode_shlibpath_var=no
        !          10915:       hardcode_libdir_flag_spec='$wl-R,$libdir'
        !          10916:       hardcode_libdir_separator=':'
        !          10917:       link_all_deplibs=yes
        !          10918:       export_dynamic_flag_spec='$wl-Bexport'
        !          10919:       runpath_var='LD_RUN_PATH'
        !          10920: 
        !          10921:       if test yes = "$GCC"; then
        !          10922:        archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10923:        archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10924:       else
        !          10925:        archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10926:        archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
        !          10927:       fi
        !          10928:       ;;
        !          10929: 
        !          10930:     uts4*)
        !          10931:       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
        !          10932:       hardcode_libdir_flag_spec='-L$libdir'
        !          10933:       hardcode_shlibpath_var=no
        !          10934:       ;;
        !          10935: 
        !          10936:     *)
        !          10937:       ld_shlibs=no
        !          10938:       ;;
        !          10939:     esac
        !          10940: 
        !          10941:     if test sni = "$host_vendor"; then
        !          10942:       case $host in
        !          10943:       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
        !          10944:        export_dynamic_flag_spec='$wl-Blargedynsym'
        !          10945:        ;;
        !          10946:       esac
        !          10947:     fi
        !          10948:   fi
        !          10949: 
        !          10950: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
        !          10951: printf "%s\n" "$ld_shlibs" >&6; }
        !          10952: test no = "$ld_shlibs" && can_build_shared=no
        !          10953: 
        !          10954: with_gnu_ld=$with_gnu_ld
        !          10955: 
        !          10956: 
        !          10957: 
        !          10958: 
        !          10959: 
        !          10960: 
        !          10961: 
        !          10962: 
        !          10963: 
        !          10964: 
        !          10965: 
        !          10966: 
        !          10967: 
        !          10968: 
        !          10969: 
        !          10970: #
        !          10971: # Do we need to explicitly link libc?
        !          10972: #
        !          10973: case "x$archive_cmds_need_lc" in
        !          10974: x|xyes)
        !          10975:   # Assume -lc should be added
        !          10976:   archive_cmds_need_lc=yes
        !          10977: 
        !          10978:   if test yes,yes = "$GCC,$enable_shared"; then
        !          10979:     case $archive_cmds in
        !          10980:     *'~'*)
        !          10981:       # FIXME: we may have to deal with multi-command sequences.
        !          10982:       ;;
        !          10983:     '$CC '*)
        !          10984:       # Test whether the compiler implicitly links with -lc since on some
        !          10985:       # systems, -lgcc has to come before -lc. If gcc already passes -lc
        !          10986:       # to ld, don't add -lc before -lgcc.
        !          10987:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
        !          10988: printf %s "checking whether -lc should be explicitly linked in... " >&6; }
        !          10989: if test ${lt_cv_archive_cmds_need_lc+y}
        !          10990: then :
        !          10991:   printf %s "(cached) " >&6
        !          10992: else case e in #(
        !          10993:   e) $RM conftest*
        !          10994:        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
        !          10995: 
        !          10996:        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
        !          10997:   (eval $ac_compile) 2>&5
        !          10998:   ac_status=$?
        !          10999:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          11000:   test $ac_status = 0; } 2>conftest.err; then
        !          11001:          soname=conftest
        !          11002:          lib=conftest
        !          11003:          libobjs=conftest.$ac_objext
        !          11004:          deplibs=
        !          11005:          wl=$lt_prog_compiler_wl
        !          11006:          pic_flag=$lt_prog_compiler_pic
        !          11007:          compiler_flags=-v
        !          11008:          linker_flags=-v
        !          11009:          verstring=
        !          11010:          output_objdir=.
        !          11011:          libname=conftest
        !          11012:          lt_save_allow_undefined_flag=$allow_undefined_flag
        !          11013:          allow_undefined_flag=
        !          11014:          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
        !          11015:   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
        !          11016:   ac_status=$?
        !          11017:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          11018:   test $ac_status = 0; }
        !          11019:          then
        !          11020:            lt_cv_archive_cmds_need_lc=no
        !          11021:          else
        !          11022:            lt_cv_archive_cmds_need_lc=yes
        !          11023:          fi
        !          11024:          allow_undefined_flag=$lt_save_allow_undefined_flag
        !          11025:        else
        !          11026:          cat conftest.err 1>&5
        !          11027:        fi
        !          11028:        $RM conftest*
        !          11029:         ;;
        !          11030: esac
        !          11031: fi
        !          11032: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
        !          11033: printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; }
        !          11034:       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
        !          11035:       ;;
        !          11036:     esac
        !          11037:   fi
        !          11038:   ;;
        !          11039: esac
        !          11040: 
        !          11041: 
        !          11042: 
        !          11043: 
        !          11044: 
        !          11045: 
        !          11046: 
        !          11047: 
        !          11048: 
        !          11049: 
        !          11050: 
        !          11051: 
        !          11052: 
        !          11053: 
        !          11054: 
        !          11055: 
        !          11056: 
        !          11057: 
        !          11058: 
        !          11059: 
        !          11060: 
        !          11061: 
        !          11062: 
        !          11063: 
        !          11064: 
        !          11065: 
        !          11066: 
        !          11067: 
        !          11068: 
        !          11069: 
        !          11070: 
        !          11071: 
        !          11072: 
        !          11073: 
        !          11074: 
        !          11075: 
        !          11076: 
        !          11077: 
        !          11078: 
        !          11079: 
        !          11080: 
        !          11081: 
        !          11082: 
        !          11083: 
        !          11084: 
        !          11085: 
        !          11086: 
        !          11087: 
        !          11088: 
        !          11089: 
        !          11090: 
        !          11091: 
        !          11092: 
        !          11093: 
        !          11094: 
        !          11095: 
        !          11096: 
        !          11097: 
        !          11098: 
        !          11099: 
        !          11100: 
        !          11101: 
        !          11102: 
        !          11103: 
        !          11104: 
        !          11105: 
        !          11106: 
        !          11107: 
        !          11108: 
        !          11109: 
        !          11110: 
        !          11111: 
        !          11112: 
        !          11113: 
        !          11114: 
        !          11115: 
        !          11116: 
        !          11117: 
        !          11118: 
        !          11119: 
        !          11120: 
        !          11121: 
        !          11122: 
        !          11123: 
        !          11124: 
        !          11125: 
        !          11126: 
        !          11127: 
        !          11128: 
        !          11129: 
        !          11130: 
        !          11131: 
        !          11132: 
        !          11133: 
        !          11134: 
        !          11135: 
        !          11136: 
        !          11137: 
        !          11138: 
        !          11139: 
        !          11140: 
        !          11141: 
        !          11142: 
        !          11143: 
        !          11144: 
        !          11145: 
        !          11146: 
        !          11147: 
        !          11148: 
        !          11149: 
        !          11150: 
        !          11151: 
        !          11152: 
        !          11153: 
        !          11154: 
        !          11155: 
        !          11156: 
        !          11157: 
        !          11158: 
        !          11159: 
        !          11160: 
        !          11161: 
        !          11162: 
        !          11163: 
        !          11164: 
        !          11165: 
        !          11166: 
        !          11167: 
        !          11168: 
        !          11169: 
        !          11170: 
        !          11171: 
        !          11172: 
        !          11173: 
        !          11174: 
        !          11175: 
        !          11176: 
        !          11177: 
        !          11178: 
        !          11179: 
        !          11180: 
        !          11181: 
        !          11182: 
        !          11183: 
        !          11184: 
        !          11185: 
        !          11186: 
        !          11187: 
        !          11188: 
        !          11189: 
        !          11190: 
        !          11191: 
        !          11192:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
        !          11193: printf %s "checking dynamic linker characteristics... " >&6; }
        !          11194: 
        !          11195: if test yes = "$GCC"; then
        !          11196:   case $host_os in
        !          11197:     darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
        !          11198:     *) lt_awk_arg='/^libraries:/' ;;
        !          11199:   esac
        !          11200:   case $host_os in
        !          11201:     mingw* | windows* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
        !          11202:     *) lt_sed_strip_eq='s|=/|/|g' ;;
        !          11203:   esac
        !          11204:   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
        !          11205:   case $lt_search_path_spec in
        !          11206:   *\;*)
        !          11207:     # if the path contains ";" then we assume it to be the separator
        !          11208:     # otherwise default to the standard path separator (i.e. ":") - it is
        !          11209:     # assumed that no part of a normal pathname contains ";" but that should
        !          11210:     # okay in the real world where ";" in dirpaths is itself problematic.
        !          11211:     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
        !          11212:     ;;
        !          11213:   *)
        !          11214:     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
        !          11215:     ;;
        !          11216:   esac
        !          11217:   # Ok, now we have the path, separated by spaces, we can step through it
        !          11218:   # and add multilib dir if necessary...
        !          11219:   lt_tmp_lt_search_path_spec=
        !          11220:   lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
        !          11221:   # ...but if some path component already ends with the multilib dir we assume
        !          11222:   # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
        !          11223:   case "$lt_multi_os_dir; $lt_search_path_spec " in
        !          11224:   "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
        !          11225:     lt_multi_os_dir=
        !          11226:     ;;
        !          11227:   esac
        !          11228:   for lt_sys_path in $lt_search_path_spec; do
        !          11229:     if test -d "$lt_sys_path$lt_multi_os_dir"; then
        !          11230:       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
        !          11231:     elif test -n "$lt_multi_os_dir"; then
        !          11232:       test -d "$lt_sys_path" && \
        !          11233:        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
        !          11234:     fi
        !          11235:   done
        !          11236:   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
        !          11237: BEGIN {RS = " "; FS = "/|\n";} {
        !          11238:   lt_foo = "";
        !          11239:   lt_count = 0;
        !          11240:   for (lt_i = NF; lt_i > 0; lt_i--) {
        !          11241:     if ($lt_i != "" && $lt_i != ".") {
        !          11242:       if ($lt_i == "..") {
        !          11243:         lt_count++;
        !          11244:       } else {
        !          11245:         if (lt_count == 0) {
        !          11246:           lt_foo = "/" $lt_i lt_foo;
        !          11247:         } else {
        !          11248:           lt_count--;
        !          11249:         }
        !          11250:       }
        !          11251:     }
        !          11252:   }
        !          11253:   if (lt_foo != "") { lt_freq[lt_foo]++; }
        !          11254:   if (lt_freq[lt_foo] == 1) { print lt_foo; }
        !          11255: }'`
        !          11256:   # AWK program above erroneously prepends '/' to C:/dos/paths
        !          11257:   # for these hosts.
        !          11258:   case $host_os in
        !          11259:     mingw* | windows* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
        !          11260:       $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
        !          11261:   esac
        !          11262:   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
        !          11263: else
        !          11264:   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
        !          11265: fi
        !          11266: library_names_spec=
        !          11267: libname_spec='lib$name'
        !          11268: soname_spec=
        !          11269: shrext_cmds=.so
        !          11270: postinstall_cmds=
        !          11271: postuninstall_cmds=
        !          11272: finish_cmds=
        !          11273: finish_eval=
        !          11274: shlibpath_var=
        !          11275: shlibpath_overrides_runpath=unknown
        !          11276: version_type=none
        !          11277: dynamic_linker="$host_os ld.so"
        !          11278: sys_lib_dlsearch_path_spec="/lib /usr/lib"
        !          11279: need_lib_prefix=unknown
        !          11280: hardcode_into_libs=no
        !          11281: 
        !          11282: # when you set need_version to no, make sure it does not cause -set_version
        !          11283: # flags to be left without arguments
        !          11284: need_version=unknown
        !          11285: 
        !          11286: 
        !          11287: 
        !          11288: case $host_os in
        !          11289: aix3*)
        !          11290:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11291:   library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
        !          11292:   shlibpath_var=LIBPATH
        !          11293: 
        !          11294:   # AIX 3 has no versioning support, so we append a major version to the name.
        !          11295:   soname_spec='$libname$release$shared_ext$major'
        !          11296:   ;;
        !          11297: 
        !          11298: aix[4-9]*)
        !          11299:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11300:   need_lib_prefix=no
        !          11301:   need_version=no
        !          11302:   hardcode_into_libs=yes
        !          11303:   if test ia64 = "$host_cpu"; then
        !          11304:     # AIX 5 supports IA64
        !          11305:     library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
        !          11306:     shlibpath_var=LD_LIBRARY_PATH
        !          11307:   else
        !          11308:     # With GCC up to 2.95.x, collect2 would create an import file
        !          11309:     # for dependence libraries.  The import file would start with
        !          11310:     # the line '#! .'.  This would cause the generated library to
        !          11311:     # depend on '.', always an invalid library.  This was fixed in
        !          11312:     # development snapshots of GCC prior to 3.0.
        !          11313:     case $host_os in
        !          11314:       aix4 | aix4.[01] | aix4.[01].*)
        !          11315:       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
        !          11316:           echo ' yes '
        !          11317:           echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
        !          11318:        :
        !          11319:       else
        !          11320:        can_build_shared=no
        !          11321:       fi
        !          11322:       ;;
        !          11323:     esac
        !          11324:     # Using Import Files as archive members, it is possible to support
        !          11325:     # filename-based versioning of shared library archives on AIX. While
        !          11326:     # this would work for both with and without runtime linking, it will
        !          11327:     # prevent static linking of such archives. So we do filename-based
        !          11328:     # shared library versioning with .so extension only, which is used
        !          11329:     # when both runtime linking and shared linking is enabled.
        !          11330:     # Unfortunately, runtime linking may impact performance, so we do
        !          11331:     # not want this to be the default eventually. Also, we use the
        !          11332:     # versioned .so libs for executables only if there is the -brtl
        !          11333:     # linker flag in LDFLAGS as well, or --enable-aix-soname=svr4 only.
        !          11334:     # To allow for filename-based versioning support, we need to create
        !          11335:     # libNAME.so.V as an archive file, containing:
        !          11336:     # *) an Import File, referring to the versioned filename of the
        !          11337:     #    archive as well as the shared archive member, telling the
        !          11338:     #    bitwidth (32 or 64) of that shared object, and providing the
        !          11339:     #    list of exported symbols of that shared object, eventually
        !          11340:     #    decorated with the 'weak' keyword
        !          11341:     # *) the shared object with the F_LOADONLY flag set, to really avoid
        !          11342:     #    it being seen by the linker.
        !          11343:     # At run time we better use the real file rather than another symlink,
        !          11344:     # but for link time we create the symlink libNAME.so -> libNAME.so.V
        !          11345: 
        !          11346:     case $with_aix_soname,$aix_use_runtimelinking in
        !          11347:     # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
        !          11348:     # soname into executable. Probably we can add versioning support to
        !          11349:     # collect2, so additional links can be useful in future.
        !          11350:     aix,yes) # traditional libtool
        !          11351:       dynamic_linker='AIX unversionable lib.so'
        !          11352:       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
        !          11353:       # instead of lib<name>.a to let people know that these are not
        !          11354:       # typical AIX shared libraries.
        !          11355:       library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11356:       ;;
        !          11357:     aix,no) # traditional AIX only
        !          11358:       dynamic_linker='AIX lib.a(lib.so.V)'
        !          11359:       # We preserve .a as extension for shared libraries through AIX4.2
        !          11360:       # and later when we are not doing run time linking.
        !          11361:       library_names_spec='$libname$release.a $libname.a'
        !          11362:       soname_spec='$libname$release$shared_ext$major'
        !          11363:       ;;
        !          11364:     svr4,*) # full svr4 only
        !          11365:       dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
        !          11366:       library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
        !          11367:       # We do not specify a path in Import Files, so LIBPATH fires.
        !          11368:       shlibpath_overrides_runpath=yes
        !          11369:       ;;
        !          11370:     *,yes) # both, prefer svr4
        !          11371:       dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
        !          11372:       library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
        !          11373:       # unpreferred sharedlib libNAME.a needs extra handling
        !          11374:       postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
        !          11375:       postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
        !          11376:       # We do not specify a path in Import Files, so LIBPATH fires.
        !          11377:       shlibpath_overrides_runpath=yes
        !          11378:       ;;
        !          11379:     *,no) # both, prefer aix
        !          11380:       dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
        !          11381:       library_names_spec='$libname$release.a $libname.a'
        !          11382:       soname_spec='$libname$release$shared_ext$major'
        !          11383:       # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
        !          11384:       postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
        !          11385:       postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
        !          11386:       ;;
        !          11387:     esac
        !          11388:     shlibpath_var=LIBPATH
        !          11389:   fi
        !          11390:   ;;
        !          11391: 
        !          11392: amigaos*)
        !          11393:   case $host_cpu in
        !          11394:   powerpc)
        !          11395:     # Since July 2007 AmigaOS4 officially supports .so libraries.
        !          11396:     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
        !          11397:     library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11398:     ;;
        !          11399:   m68k)
        !          11400:     library_names_spec='$libname.ixlibrary $libname.a'
        !          11401:     # Create ${libname}_ixlibrary.a entries in /sys/libs.
        !          11402:     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
        !          11403:     ;;
        !          11404:   esac
        !          11405:   ;;
        !          11406: 
        !          11407: beos*)
        !          11408:   library_names_spec='$libname$shared_ext'
        !          11409:   dynamic_linker="$host_os ld.so"
        !          11410:   shlibpath_var=LIBRARY_PATH
        !          11411:   ;;
        !          11412: 
        !          11413: bsdi[45]*)
        !          11414:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11415:   need_version=no
        !          11416:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11417:   soname_spec='$libname$release$shared_ext$major'
        !          11418:   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
        !          11419:   shlibpath_var=LD_LIBRARY_PATH
        !          11420:   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
        !          11421:   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
        !          11422:   # the default ld.so.conf also contains /usr/contrib/lib and
        !          11423:   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
        !          11424:   # libtool to hard-code these into programs
        !          11425:   ;;
        !          11426: 
        !          11427: cygwin* | mingw* | windows* | pw32* | cegcc*)
        !          11428:   version_type=windows
        !          11429:   shrext_cmds=.dll
        !          11430:   need_version=no
        !          11431:   need_lib_prefix=no
        !          11432: 
        !          11433:   case $GCC,$cc_basename in
        !          11434:   yes,*)
        !          11435:     # gcc
        !          11436:     library_names_spec='$libname.dll.a'
        !          11437:     # DLL is installed to $(libdir)/../bin by postinstall_cmds
        !          11438:     # If user builds GCC with multilib enabled,
        !          11439:     # it should just install on $(libdir)
        !          11440:     # not on $(libdir)/../bin or 32 bits dlls would override 64 bit ones.
        !          11441:     if test xyes = x"$multilib"; then
        !          11442:       postinstall_cmds='base_file=`basename \$file`~
        !          11443:         dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
        !          11444:         dldir=$destdir/`dirname \$dlpath`~
        !          11445:         $install_prog $dir/$dlname $destdir/$dlname~
        !          11446:         chmod a+x $destdir/$dlname~
        !          11447:         if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
        !          11448:           eval '\''$striplib $destdir/$dlname'\'' || exit \$?;
        !          11449:         fi'
        !          11450:     else
        !          11451:       postinstall_cmds='base_file=`basename \$file`~
        !          11452:         dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
        !          11453:         dldir=$destdir/`dirname \$dlpath`~
        !          11454:         test -d \$dldir || mkdir -p \$dldir~
        !          11455:         $install_prog $dir/$dlname \$dldir/$dlname~
        !          11456:         chmod a+x \$dldir/$dlname~
        !          11457:         if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
        !          11458:           eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
        !          11459:         fi'
        !          11460:     fi
        !          11461:     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
        !          11462:       dlpath=$dir/\$dldll~
        !          11463:        $RM \$dlpath'
        !          11464:     shlibpath_overrides_runpath=yes
        !          11465: 
        !          11466:     case $host_os in
        !          11467:     cygwin*)
        !          11468:       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
        !          11469:       soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
        !          11470: 
        !          11471:       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
        !          11472:       ;;
        !          11473:     mingw* | windows* | cegcc*)
        !          11474:       # MinGW DLLs use traditional 'lib' prefix
        !          11475:       soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
        !          11476:       ;;
        !          11477:     pw32*)
        !          11478:       # pw32 DLLs use 'pw' prefix rather than 'lib'
        !          11479:       library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
        !          11480:       ;;
        !          11481:     esac
        !          11482:     dynamic_linker='Win32 ld.exe'
        !          11483:     ;;
        !          11484: 
        !          11485:   *,cl* | *,icl*)
        !          11486:     # Native MSVC or ICC
        !          11487:     libname_spec='$name'
        !          11488:     soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
        !          11489:     library_names_spec='$libname.dll.lib'
        !          11490: 
        !          11491:     case $build_os in
        !          11492:     mingw* | windows*)
        !          11493:       sys_lib_search_path_spec=
        !          11494:       lt_save_ifs=$IFS
        !          11495:       IFS=';'
        !          11496:       for lt_path in $LIB
        !          11497:       do
        !          11498:         IFS=$lt_save_ifs
        !          11499:         # Let DOS variable expansion print the short 8.3 style file name.
        !          11500:         lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
        !          11501:         sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
        !          11502:       done
        !          11503:       IFS=$lt_save_ifs
        !          11504:       # Convert to MSYS style.
        !          11505:       sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
        !          11506:       ;;
        !          11507:     cygwin*)
        !          11508:       # Convert to unix form, then to dos form, then back to unix form
        !          11509:       # but this time dos style (no spaces!) so that the unix form looks
        !          11510:       # like /cygdrive/c/PROGRA~1:/cygdr...
        !          11511:       sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
        !          11512:       sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
        !          11513:       sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
        !          11514:       ;;
        !          11515:     *)
        !          11516:       sys_lib_search_path_spec=$LIB
        !          11517:       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
        !          11518:         # It is most probably a Windows format PATH.
        !          11519:         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
        !          11520:       else
        !          11521:         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
        !          11522:       fi
        !          11523:       # FIXME: find the short name or the path components, as spaces are
        !          11524:       # common. (e.g. "Program Files" -> "PROGRA~1")
        !          11525:       ;;
        !          11526:     esac
        !          11527: 
        !          11528:     # DLL is installed to $(libdir)/../bin by postinstall_cmds
        !          11529:     postinstall_cmds='base_file=`basename \$file`~
        !          11530:       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
        !          11531:       dldir=$destdir/`dirname \$dlpath`~
        !          11532:       test -d \$dldir || mkdir -p \$dldir~
        !          11533:       $install_prog $dir/$dlname \$dldir/$dlname'
        !          11534:     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
        !          11535:       dlpath=$dir/\$dldll~
        !          11536:        $RM \$dlpath'
        !          11537:     shlibpath_overrides_runpath=yes
        !          11538:     dynamic_linker='Win32 link.exe'
        !          11539:     ;;
        !          11540: 
        !          11541:   *)
        !          11542:     # Assume MSVC and ICC wrapper
        !          11543:     library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
        !          11544:     dynamic_linker='Win32 ld.exe'
        !          11545:     ;;
        !          11546:   esac
        !          11547:   # FIXME: first we should search . and the directory the executable is in
        !          11548:   shlibpath_var=PATH
        !          11549:   ;;
        !          11550: 
        !          11551: darwin* | rhapsody*)
        !          11552:   dynamic_linker="$host_os dyld"
        !          11553:   version_type=darwin
        !          11554:   need_lib_prefix=no
        !          11555:   need_version=no
        !          11556:   library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
        !          11557:   soname_spec='$libname$release$major$shared_ext'
        !          11558:   shlibpath_overrides_runpath=yes
        !          11559:   shlibpath_var=DYLD_LIBRARY_PATH
        !          11560:   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
        !          11561: 
        !          11562:   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
        !          11563:   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
        !          11564:   ;;
        !          11565: 
        !          11566: dgux*)
        !          11567:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11568:   need_lib_prefix=no
        !          11569:   need_version=no
        !          11570:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11571:   soname_spec='$libname$release$shared_ext$major'
        !          11572:   shlibpath_var=LD_LIBRARY_PATH
        !          11573:   ;;
        !          11574: 
        !          11575: freebsd* | dragonfly* | midnightbsd*)
        !          11576:   # DragonFly does not have aout.  When/if they implement a new
        !          11577:   # versioning mechanism, adjust this.
        !          11578:   if test -x /usr/bin/objformat; then
        !          11579:     objformat=`/usr/bin/objformat`
        !          11580:   else
        !          11581:     case $host_os in
        !          11582:     freebsd[23].*) objformat=aout ;;
        !          11583:     *) objformat=elf ;;
        !          11584:     esac
        !          11585:   fi
        !          11586:   version_type=freebsd-$objformat
        !          11587:   case $version_type in
        !          11588:     freebsd-elf*)
        !          11589:       library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11590:       soname_spec='$libname$release$shared_ext$major'
        !          11591:       need_version=no
        !          11592:       need_lib_prefix=no
        !          11593:       ;;
        !          11594:     freebsd-*)
        !          11595:       library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
        !          11596:       need_version=yes
        !          11597:       ;;
        !          11598:   esac
        !          11599:   case $host_cpu in
        !          11600:     powerpc64)
        !          11601:       # On FreeBSD bi-arch platforms, a different variable is used for 32-bit
        !          11602:       # binaries.  See <https://man.freebsd.org/cgi/man.cgi?query=ld.so>.
        !          11603:       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          11604: /* end confdefs.h.  */
        !          11605: int test_pointer_size[sizeof (void *) - 5];
        !          11606: 
        !          11607: _ACEOF
        !          11608: if ac_fn_c_try_compile "$LINENO"
        !          11609: then :
        !          11610:   shlibpath_var=LD_LIBRARY_PATH
        !          11611: else case e in #(
        !          11612:   e) shlibpath_var=LD_32_LIBRARY_PATH ;;
        !          11613: esac
        !          11614: fi
        !          11615: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
        !          11616:       ;;
        !          11617:     *)
        !          11618:       shlibpath_var=LD_LIBRARY_PATH
        !          11619:       ;;
        !          11620:   esac
        !          11621:   case $host_os in
        !          11622:   freebsd2.*)
        !          11623:     shlibpath_overrides_runpath=yes
        !          11624:     ;;
        !          11625:   freebsd3.[01]* | freebsdelf3.[01]*)
        !          11626:     shlibpath_overrides_runpath=yes
        !          11627:     hardcode_into_libs=yes
        !          11628:     ;;
        !          11629:   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
        !          11630:   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
        !          11631:     shlibpath_overrides_runpath=no
        !          11632:     hardcode_into_libs=yes
        !          11633:     ;;
        !          11634:   *) # from 4.6 on, and DragonFly
        !          11635:     shlibpath_overrides_runpath=yes
        !          11636:     hardcode_into_libs=yes
        !          11637:     ;;
        !          11638:   esac
        !          11639:   ;;
        !          11640: 
        !          11641: haiku*)
        !          11642:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11643:   need_lib_prefix=no
        !          11644:   need_version=no
        !          11645:   dynamic_linker="$host_os runtime_loader"
        !          11646:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11647:   soname_spec='$libname$release$shared_ext$major'
        !          11648:   shlibpath_var=LIBRARY_PATH
        !          11649:   shlibpath_overrides_runpath=no
        !          11650:   sys_lib_search_path_spec='/boot/system/non-packaged/develop/lib /boot/system/develop/lib'
        !          11651:   sys_lib_dlsearch_path_spec='/boot/home/config/non-packaged/lib /boot/home/config/lib /boot/system/non-packaged/lib /boot/system/lib'
        !          11652:   hardcode_into_libs=no
        !          11653:   ;;
        !          11654: 
        !          11655: hpux9* | hpux10* | hpux11*)
        !          11656:   # Give a soname corresponding to the major version so that dld.sl refuses to
        !          11657:   # link against other versions.
        !          11658:   version_type=sunos
        !          11659:   need_lib_prefix=no
        !          11660:   need_version=no
        !          11661:   case $host_cpu in
        !          11662:   ia64*)
        !          11663:     shrext_cmds='.so'
        !          11664:     hardcode_into_libs=yes
        !          11665:     dynamic_linker="$host_os dld.so"
        !          11666:     shlibpath_var=LD_LIBRARY_PATH
        !          11667:     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
        !          11668:     library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11669:     soname_spec='$libname$release$shared_ext$major'
        !          11670:     if test 32 = "$HPUX_IA64_MODE"; then
        !          11671:       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
        !          11672:       sys_lib_dlsearch_path_spec=/usr/lib/hpux32
        !          11673:     else
        !          11674:       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
        !          11675:       sys_lib_dlsearch_path_spec=/usr/lib/hpux64
        !          11676:     fi
        !          11677:     ;;
        !          11678:   hppa*64*)
        !          11679:     shrext_cmds='.sl'
        !          11680:     hardcode_into_libs=yes
        !          11681:     dynamic_linker="$host_os dld.sl"
        !          11682:     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
        !          11683:     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
        !          11684:     library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11685:     soname_spec='$libname$release$shared_ext$major'
        !          11686:     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
        !          11687:     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
        !          11688:     ;;
        !          11689:   *)
        !          11690:     shrext_cmds='.sl'
        !          11691:     dynamic_linker="$host_os dld.sl"
        !          11692:     shlibpath_var=SHLIB_PATH
        !          11693:     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
        !          11694:     library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11695:     soname_spec='$libname$release$shared_ext$major'
        !          11696:     ;;
        !          11697:   esac
        !          11698:   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
        !          11699:   postinstall_cmds='chmod 555 $lib'
        !          11700:   # or fails outright, so override atomically:
        !          11701:   install_override_mode=555
        !          11702:   ;;
        !          11703: 
        !          11704: interix[3-9]*)
        !          11705:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11706:   need_lib_prefix=no
        !          11707:   need_version=no
        !          11708:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11709:   soname_spec='$libname$release$shared_ext$major'
        !          11710:   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
        !          11711:   shlibpath_var=LD_LIBRARY_PATH
        !          11712:   shlibpath_overrides_runpath=no
        !          11713:   hardcode_into_libs=yes
        !          11714:   ;;
        !          11715: 
        !          11716: irix5* | irix6* | nonstopux*)
        !          11717:   case $host_os in
        !          11718:     nonstopux*) version_type=nonstopux ;;
        !          11719:     *)
        !          11720:        if test yes = "$lt_cv_prog_gnu_ld"; then
        !          11721:                version_type=linux # correct to gnu/linux during the next big refactor
        !          11722:        else
        !          11723:                version_type=irix
        !          11724:        fi ;;
        !          11725:   esac
        !          11726:   need_lib_prefix=no
        !          11727:   need_version=no
        !          11728:   soname_spec='$libname$release$shared_ext$major'
        !          11729:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
        !          11730:   case $host_os in
        !          11731:   irix5* | nonstopux*)
        !          11732:     libsuff= shlibsuff=
        !          11733:     ;;
        !          11734:   *)
        !          11735:     case $LD in # libtool.m4 will add one of these switches to LD
        !          11736:     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
        !          11737:       libsuff= shlibsuff= libmagic=32-bit;;
        !          11738:     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
        !          11739:       libsuff=32 shlibsuff=N32 libmagic=N32;;
        !          11740:     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
        !          11741:       libsuff=64 shlibsuff=64 libmagic=64-bit;;
        !          11742:     *) libsuff= shlibsuff= libmagic=never-match;;
        !          11743:     esac
        !          11744:     ;;
        !          11745:   esac
        !          11746:   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
        !          11747:   shlibpath_overrides_runpath=no
        !          11748:   sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
        !          11749:   sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
        !          11750:   hardcode_into_libs=yes
        !          11751:   ;;
        !          11752: 
        !          11753: # No shared lib support for Linux oldld, aout, or coff.
        !          11754: linux*oldld* | linux*aout* | linux*coff*)
        !          11755:   dynamic_linker=no
        !          11756:   ;;
        !          11757: 
        !          11758: linux*android*)
        !          11759:   version_type=none # Android doesn't support versioned libraries.
        !          11760:   need_lib_prefix=no
        !          11761:   need_version=no
        !          11762:   library_names_spec='$libname$release$shared_ext $libname$shared_ext'
        !          11763:   soname_spec='$libname$release$shared_ext'
        !          11764:   finish_cmds=
        !          11765:   shlibpath_var=LD_LIBRARY_PATH
        !          11766:   shlibpath_overrides_runpath=yes
        !          11767: 
        !          11768:   # This implies no fast_install, which is unacceptable.
        !          11769:   # Some rework will be needed to allow for fast_install
        !          11770:   # before this can be enabled.
        !          11771:   hardcode_into_libs=yes
        !          11772: 
        !          11773:   dynamic_linker='Android linker'
        !          11774:   # -rpath works at least for libraries that are not overridden by
        !          11775:   # libraries installed in system locations.
        !          11776:   hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
        !          11777:   ;;
        !          11778: 
        !          11779: # This must be glibc/ELF.
        !          11780: linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
        !          11781:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11782:   need_lib_prefix=no
        !          11783:   need_version=no
        !          11784:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11785:   soname_spec='$libname$release$shared_ext$major'
        !          11786:   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
        !          11787:   shlibpath_var=LD_LIBRARY_PATH
        !          11788:   shlibpath_overrides_runpath=no
        !          11789: 
        !          11790:   # Some binutils ld are patched to set DT_RUNPATH
        !          11791:   if test ${lt_cv_shlibpath_overrides_runpath+y}
        !          11792: then :
        !          11793:   printf %s "(cached) " >&6
        !          11794: else case e in #(
        !          11795:   e) lt_cv_shlibpath_overrides_runpath=no
        !          11796:     save_LDFLAGS=$LDFLAGS
        !          11797:     save_libdir=$libdir
        !          11798:     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
        !          11799:         LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
        !          11800:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          11801: /* end confdefs.h.  */
        !          11802: 
        !          11803: int
        !          11804: main (void)
        !          11805: {
        !          11806: 
        !          11807:   ;
        !          11808:   return 0;
        !          11809: }
        !          11810: _ACEOF
        !          11811: if ac_fn_c_try_link "$LINENO"
        !          11812: then :
        !          11813:   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
        !          11814: then :
        !          11815:   lt_cv_shlibpath_overrides_runpath=yes
        !          11816: fi
        !          11817: fi
        !          11818: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          11819:     conftest$ac_exeext conftest.$ac_ext
        !          11820:     LDFLAGS=$save_LDFLAGS
        !          11821:     libdir=$save_libdir
        !          11822:      ;;
        !          11823: esac
        !          11824: fi
        !          11825: 
        !          11826:   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
        !          11827: 
        !          11828:   # This implies no fast_install, which is unacceptable.
        !          11829:   # Some rework will be needed to allow for fast_install
        !          11830:   # before this can be enabled.
        !          11831:   hardcode_into_libs=yes
        !          11832: 
        !          11833:   # Ideally, we could use ldconfig to report *all* directories which are
        !          11834:   # searched for libraries, however this is still not possible.  Aside from not
        !          11835:   # being certain /sbin/ldconfig is available, command
        !          11836:   # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
        !          11837:   # even though it is searched at run-time.  Try to do the best guess by
        !          11838:   # appending ld.so.conf contents (and includes) to the search path.
        !          11839:   if test -f /etc/ld.so.conf; then
        !          11840:     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[      ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
        !          11841:     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
        !          11842:   fi
        !          11843: 
        !          11844:   # We used to test for /lib/ld.so.1 and disable shared libraries on
        !          11845:   # powerpc, because MkLinux only supported shared libraries with the
        !          11846:   # GNU dynamic linker.  Since this was broken with cross compilers,
        !          11847:   # most powerpc-linux boxes support dynamic linking these days and
        !          11848:   # people can always --disable-shared, the test was removed, and we
        !          11849:   # assume the GNU/Linux dynamic linker is in use.
        !          11850:   dynamic_linker='GNU/Linux ld.so'
        !          11851:   ;;
        !          11852: 
        !          11853: netbsdelf*-gnu)
        !          11854:   version_type=linux
        !          11855:   need_lib_prefix=no
        !          11856:   need_version=no
        !          11857:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11858:   soname_spec='$libname$release$shared_ext$major'
        !          11859:   shlibpath_var=LD_LIBRARY_PATH
        !          11860:   shlibpath_overrides_runpath=no
        !          11861:   hardcode_into_libs=yes
        !          11862:   dynamic_linker='NetBSD ld.elf_so'
        !          11863:   ;;
        !          11864: 
        !          11865: netbsd*)
        !          11866:   version_type=sunos
        !          11867:   need_lib_prefix=no
        !          11868:   need_version=no
        !          11869:   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        !          11870:     library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
        !          11871:     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
        !          11872:     dynamic_linker='NetBSD (a.out) ld.so'
        !          11873:   else
        !          11874:     library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11875:     soname_spec='$libname$release$shared_ext$major'
        !          11876:     dynamic_linker='NetBSD ld.elf_so'
        !          11877:   fi
        !          11878:   shlibpath_var=LD_LIBRARY_PATH
        !          11879:   shlibpath_overrides_runpath=yes
        !          11880:   hardcode_into_libs=yes
        !          11881:   ;;
        !          11882: 
        !          11883: *-mlibc)
        !          11884:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11885:   need_lib_prefix=no
        !          11886:   need_version=no
        !          11887:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11888:   soname_spec='$libname$release$shared_ext$major'
        !          11889:   dynamic_linker='mlibc ld.so'
        !          11890:   shlibpath_var=LD_LIBRARY_PATH
        !          11891:   shlibpath_overrides_runpath=no
        !          11892:   hardcode_into_libs=yes
        !          11893:   ;;
        !          11894: 
        !          11895: newsos6)
        !          11896:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11897:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11898:   shlibpath_var=LD_LIBRARY_PATH
        !          11899:   shlibpath_overrides_runpath=yes
        !          11900:   ;;
        !          11901: 
        !          11902: *nto* | *qnx*)
        !          11903:   version_type=qnx
        !          11904:   need_lib_prefix=no
        !          11905:   need_version=no
        !          11906:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11907:   soname_spec='$libname$release$shared_ext$major'
        !          11908:   shlibpath_var=LD_LIBRARY_PATH
        !          11909:   shlibpath_overrides_runpath=no
        !          11910:   hardcode_into_libs=yes
        !          11911:   dynamic_linker='ldqnx.so'
        !          11912:   ;;
        !          11913: 
        !          11914: openbsd*)
        !          11915:   version_type=sunos
        !          11916:   sys_lib_dlsearch_path_spec=/usr/lib
        !          11917:   need_lib_prefix=no
        !          11918:   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
        !          11919:     need_version=no
        !          11920:   else
        !          11921:     need_version=yes
        !          11922:   fi
        !          11923:   library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
        !          11924:   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
        !          11925:   shlibpath_var=LD_LIBRARY_PATH
        !          11926:   shlibpath_overrides_runpath=yes
        !          11927:   ;;
        !          11928: 
        !          11929: os2*)
        !          11930:   libname_spec='$name'
        !          11931:   version_type=windows
        !          11932:   shrext_cmds=.dll
        !          11933:   need_version=no
        !          11934:   need_lib_prefix=no
        !          11935:   # OS/2 can only load a DLL with a base name of 8 characters or less.
        !          11936:   soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
        !          11937:     v=$($ECHO $release$versuffix | tr -d .-);
        !          11938:     n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
        !          11939:     $ECHO $n$v`$shared_ext'
        !          11940:   library_names_spec='${libname}_dll.$libext'
        !          11941:   dynamic_linker='OS/2 ld.exe'
        !          11942:   shlibpath_var=BEGINLIBPATH
        !          11943:   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
        !          11944:   sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
        !          11945:   postinstall_cmds='base_file=`basename \$file`~
        !          11946:     dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
        !          11947:     dldir=$destdir/`dirname \$dlpath`~
        !          11948:     test -d \$dldir || mkdir -p \$dldir~
        !          11949:     $install_prog $dir/$dlname \$dldir/$dlname~
        !          11950:     chmod a+x \$dldir/$dlname~
        !          11951:     if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
        !          11952:       eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
        !          11953:     fi'
        !          11954:   postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
        !          11955:     dlpath=$dir/\$dldll~
        !          11956:     $RM \$dlpath'
        !          11957:   ;;
        !          11958: 
        !          11959: osf3* | osf4* | osf5*)
        !          11960:   version_type=osf
        !          11961:   need_lib_prefix=no
        !          11962:   need_version=no
        !          11963:   soname_spec='$libname$release$shared_ext$major'
        !          11964:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11965:   shlibpath_var=LD_LIBRARY_PATH
        !          11966:   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
        !          11967:   sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
        !          11968:   ;;
        !          11969: 
        !          11970: rdos*)
        !          11971:   dynamic_linker=no
        !          11972:   ;;
        !          11973: 
        !          11974: serenity*)
        !          11975:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11976:   need_lib_prefix=no
        !          11977:   need_version=no
        !          11978:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11979:   soname_spec='$libname$release$shared_ext$major'
        !          11980:   shlibpath_var=LD_LIBRARY_PATH
        !          11981:   shlibpath_overrides_runpath=no
        !          11982:   dynamic_linker='SerenityOS LibELF'
        !          11983:   ;;
        !          11984: 
        !          11985: solaris*)
        !          11986:   version_type=linux # correct to gnu/linux during the next big refactor
        !          11987:   need_lib_prefix=no
        !          11988:   need_version=no
        !          11989:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          11990:   soname_spec='$libname$release$shared_ext$major'
        !          11991:   shlibpath_var=LD_LIBRARY_PATH
        !          11992:   shlibpath_overrides_runpath=yes
        !          11993:   hardcode_into_libs=yes
        !          11994:   # ldd complains unless libraries are executable
        !          11995:   postinstall_cmds='chmod +x $lib'
        !          11996:   ;;
        !          11997: 
        !          11998: sunos4*)
        !          11999:   version_type=sunos
        !          12000:   library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
        !          12001:   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
        !          12002:   shlibpath_var=LD_LIBRARY_PATH
        !          12003:   shlibpath_overrides_runpath=yes
        !          12004:   if test yes = "$with_gnu_ld"; then
        !          12005:     need_lib_prefix=no
        !          12006:   fi
        !          12007:   need_version=yes
        !          12008:   ;;
        !          12009: 
        !          12010: sysv4 | sysv4.3*)
        !          12011:   version_type=linux # correct to gnu/linux during the next big refactor
        !          12012:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          12013:   soname_spec='$libname$release$shared_ext$major'
        !          12014:   shlibpath_var=LD_LIBRARY_PATH
        !          12015:   case $host_vendor in
        !          12016:     sni)
        !          12017:       shlibpath_overrides_runpath=no
        !          12018:       need_lib_prefix=no
        !          12019:       runpath_var=LD_RUN_PATH
        !          12020:       ;;
        !          12021:     siemens)
        !          12022:       need_lib_prefix=no
        !          12023:       ;;
        !          12024:     motorola)
        !          12025:       need_lib_prefix=no
        !          12026:       need_version=no
        !          12027:       shlibpath_overrides_runpath=no
        !          12028:       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
        !          12029:       ;;
        !          12030:   esac
        !          12031:   ;;
        !          12032: 
        !          12033: sysv4*MP*)
        !          12034:   if test -d /usr/nec; then
        !          12035:     version_type=linux # correct to gnu/linux during the next big refactor
        !          12036:     library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
        !          12037:     soname_spec='$libname$shared_ext.$major'
        !          12038:     shlibpath_var=LD_LIBRARY_PATH
        !          12039:   fi
        !          12040:   ;;
        !          12041: 
        !          12042: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
        !          12043:   version_type=sco
        !          12044:   need_lib_prefix=no
        !          12045:   need_version=no
        !          12046:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
        !          12047:   soname_spec='$libname$release$shared_ext$major'
        !          12048:   shlibpath_var=LD_LIBRARY_PATH
        !          12049:   shlibpath_overrides_runpath=yes
        !          12050:   hardcode_into_libs=yes
        !          12051:   if test yes = "$with_gnu_ld"; then
        !          12052:     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
        !          12053:   else
        !          12054:     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
        !          12055:     case $host_os in
        !          12056:       sco3.2v5*)
        !          12057:         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
        !          12058:        ;;
        !          12059:     esac
        !          12060:   fi
        !          12061:   sys_lib_dlsearch_path_spec='/usr/lib'
        !          12062:   ;;
        !          12063: 
        !          12064: tpf*)
        !          12065:   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
        !          12066:   version_type=linux # correct to gnu/linux during the next big refactor
        !          12067:   need_lib_prefix=no
        !          12068:   need_version=no
        !          12069:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          12070:   shlibpath_var=LD_LIBRARY_PATH
        !          12071:   shlibpath_overrides_runpath=no
        !          12072:   hardcode_into_libs=yes
        !          12073:   ;;
        !          12074: 
        !          12075: uts4*)
        !          12076:   version_type=linux # correct to gnu/linux during the next big refactor
        !          12077:   library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
        !          12078:   soname_spec='$libname$release$shared_ext$major'
        !          12079:   shlibpath_var=LD_LIBRARY_PATH
        !          12080:   ;;
        !          12081: 
        !          12082: emscripten*)
        !          12083:   version_type=none
        !          12084:   need_lib_prefix=no
        !          12085:   need_version=no
        !          12086:   library_names_spec='$libname$release$shared_ext'
        !          12087:   soname_spec='$libname$release$shared_ext'
        !          12088:   finish_cmds=
        !          12089:   dynamic_linker="Emscripten linker"
        !          12090:   lt_prog_compiler_wl=
        !          12091: lt_prog_compiler_pic=
        !          12092: lt_prog_compiler_static=
        !          12093: 
        !          12094: 
        !          12095:   if test yes = "$GCC"; then
        !          12096:     lt_prog_compiler_wl='-Wl,'
        !          12097:     lt_prog_compiler_static='-static'
        !          12098: 
        !          12099:     case $host_os in
        !          12100:       aix*)
        !          12101:       # All AIX code is PIC.
        !          12102:       if test ia64 = "$host_cpu"; then
        !          12103:        # AIX 5 now supports IA64 processor
        !          12104:        lt_prog_compiler_static='-Bstatic'
        !          12105:       fi
        !          12106:       lt_prog_compiler_pic='-fPIC'
        !          12107:       ;;
        !          12108: 
        !          12109:     amigaos*)
        !          12110:       case $host_cpu in
        !          12111:       powerpc)
        !          12112:             # see comment about AmigaOS4 .so support
        !          12113:             lt_prog_compiler_pic='-fPIC'
        !          12114:         ;;
        !          12115:       m68k)
        !          12116:             # FIXME: we need at least 68020 code to build shared libraries, but
        !          12117:             # adding the '-m68020' flag to GCC prevents building anything better,
        !          12118:             # like '-m68040'.
        !          12119:             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
        !          12120:         ;;
        !          12121:       esac
        !          12122:       ;;
        !          12123: 
        !          12124:     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
        !          12125:       # PIC is the default for these OSes.
        !          12126:       ;;
        !          12127: 
        !          12128:     mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
        !          12129:       # This hack is so that the source file can tell whether it is being
        !          12130:       # built for inclusion in a dll (and should export symbols for example).
        !          12131:       # Although the cygwin gcc ignores -fPIC, still need this for old-style
        !          12132:       # (--disable-auto-import) libraries
        !          12133:       lt_prog_compiler_pic='-DDLL_EXPORT'
        !          12134:       case $host_os in
        !          12135:       os2*)
        !          12136:        lt_prog_compiler_static='$wl-static'
        !          12137:        ;;
        !          12138:       esac
        !          12139:       ;;
        !          12140: 
        !          12141:     darwin* | rhapsody*)
        !          12142:       # PIC is the default on this platform
        !          12143:       # Common symbols not allowed in MH_DYLIB files
        !          12144:       lt_prog_compiler_pic='-fno-common'
        !          12145:       ;;
        !          12146: 
        !          12147:     haiku*)
        !          12148:       # PIC is the default for Haiku.
        !          12149:       # The "-static" flag exists, but is broken.
        !          12150:       lt_prog_compiler_static=
        !          12151:       ;;
        !          12152: 
        !          12153:     hpux*)
        !          12154:       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
        !          12155:       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
        !          12156:       # sets the default TLS model and affects inlining.
        !          12157:       case $host_cpu in
        !          12158:       hppa*64*)
        !          12159:        # +Z the default
        !          12160:        ;;
        !          12161:       *)
        !          12162:        lt_prog_compiler_pic='-fPIC'
        !          12163:        ;;
        !          12164:       esac
        !          12165:       ;;
        !          12166: 
        !          12167:     interix[3-9]*)
        !          12168:       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
        !          12169:       # Instead, we relocate shared libraries at runtime.
        !          12170:       ;;
        !          12171: 
        !          12172:     msdosdjgpp*)
        !          12173:       # Just because we use GCC doesn't mean we suddenly get shared libraries
        !          12174:       # on systems that don't support them.
        !          12175:       lt_prog_compiler_can_build_shared=no
        !          12176:       enable_shared=no
        !          12177:       ;;
        !          12178: 
        !          12179:     *nto* | *qnx*)
        !          12180:       # QNX uses GNU C++, but need to define -shared option too, otherwise
        !          12181:       # it will coredump.
        !          12182:       lt_prog_compiler_pic='-fPIC -shared'
        !          12183:       ;;
        !          12184: 
        !          12185:     sysv4*MP*)
        !          12186:       if test -d /usr/nec; then
        !          12187:        lt_prog_compiler_pic=-Kconform_pic
        !          12188:       fi
        !          12189:       ;;
        !          12190: 
        !          12191:     *)
        !          12192:       lt_prog_compiler_pic='-fPIC'
        !          12193:       ;;
        !          12194:     esac
        !          12195: 
        !          12196:     case $cc_basename in
        !          12197:     nvcc*) # Cuda Compiler Driver 2.2
        !          12198:       lt_prog_compiler_wl='-Xlinker '
        !          12199:       if test -n "$lt_prog_compiler_pic"; then
        !          12200:         lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
        !          12201:       fi
        !          12202:       ;;
        !          12203:     esac
        !          12204:   else
        !          12205:     # PORTME Check for flag to pass linker flags through the system compiler.
        !          12206:     case $host_os in
        !          12207:     aix*)
        !          12208:       lt_prog_compiler_wl='-Wl,'
        !          12209:       if test ia64 = "$host_cpu"; then
        !          12210:        # AIX 5 now supports IA64 processor
        !          12211:        lt_prog_compiler_static='-Bstatic'
        !          12212:       else
        !          12213:        lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
        !          12214:       fi
        !          12215:       ;;
        !          12216: 
        !          12217:     darwin* | rhapsody*)
        !          12218:       # PIC is the default on this platform
        !          12219:       # Common symbols not allowed in MH_DYLIB files
        !          12220:       lt_prog_compiler_pic='-fno-common'
        !          12221:       case $cc_basename in
        !          12222:       nagfor*)
        !          12223:         # NAG Fortran compiler
        !          12224:         lt_prog_compiler_wl='-Wl,-Wl,,'
        !          12225:         lt_prog_compiler_pic='-PIC'
        !          12226:         lt_prog_compiler_static='-Bstatic'
        !          12227:         ;;
        !          12228:       esac
        !          12229:       ;;
        !          12230: 
        !          12231:     mingw* | windows* | cygwin* | pw32* | os2* | cegcc*)
        !          12232:       # This hack is so that the source file can tell whether it is being
        !          12233:       # built for inclusion in a dll (and should export symbols for example).
        !          12234:       lt_prog_compiler_pic='-DDLL_EXPORT'
        !          12235:       case $host_os in
        !          12236:       os2*)
        !          12237:        lt_prog_compiler_static='$wl-static'
        !          12238:        ;;
        !          12239:       esac
        !          12240:       ;;
        !          12241: 
        !          12242:     hpux9* | hpux10* | hpux11*)
        !          12243:       lt_prog_compiler_wl='-Wl,'
        !          12244:       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
        !          12245:       # not for PA HP-UX.
        !          12246:       case $host_cpu in
        !          12247:       hppa*64*|ia64*)
        !          12248:        # +Z the default
        !          12249:        ;;
        !          12250:       *)
        !          12251:        lt_prog_compiler_pic='+Z'
        !          12252:        ;;
        !          12253:       esac
        !          12254:       # Is there a better lt_prog_compiler_static that works with the bundled CC?
        !          12255:       lt_prog_compiler_static='$wl-a ${wl}archive'
        !          12256:       ;;
        !          12257: 
        !          12258:     irix5* | irix6* | nonstopux*)
        !          12259:       lt_prog_compiler_wl='-Wl,'
        !          12260:       # PIC (with -KPIC) is the default.
        !          12261:       lt_prog_compiler_static='-non_shared'
        !          12262:       ;;
        !          12263: 
        !          12264:     linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
        !          12265:       case $cc_basename in
        !          12266:       # old Intel for x86_64, which still supported -KPIC.
        !          12267:       ecc*)
        !          12268:        lt_prog_compiler_wl='-Wl,'
        !          12269:        lt_prog_compiler_pic='-KPIC'
        !          12270:        lt_prog_compiler_static='-static'
        !          12271:         ;;
        !          12272:       *flang* | ftn | f18* | f95*)
        !          12273:         # Flang compiler.
        !          12274:        lt_prog_compiler_wl='-Wl,'
        !          12275:        lt_prog_compiler_pic='-fPIC'
        !          12276:        lt_prog_compiler_static='-static'
        !          12277:         ;;
        !          12278:       # icc used to be incompatible with GCC.
        !          12279:       # ICC 10 doesn't accept -KPIC any more.
        !          12280:       icc* | ifort*)
        !          12281:        lt_prog_compiler_wl='-Wl,'
        !          12282:        lt_prog_compiler_pic='-fPIC'
        !          12283:        lt_prog_compiler_static='-static'
        !          12284:         ;;
        !          12285:       # Lahey Fortran 8.1.
        !          12286:       lf95*)
        !          12287:        lt_prog_compiler_wl='-Wl,'
        !          12288:        lt_prog_compiler_pic='--shared'
        !          12289:        lt_prog_compiler_static='--static'
        !          12290:        ;;
        !          12291:       nagfor*)
        !          12292:        # NAG Fortran compiler
        !          12293:        lt_prog_compiler_wl='-Wl,-Wl,,'
        !          12294:        lt_prog_compiler_pic='-PIC'
        !          12295:        lt_prog_compiler_static='-Bstatic'
        !          12296:        ;;
        !          12297:       tcc*)
        !          12298:        # Fabrice Bellard et al's Tiny C Compiler
        !          12299:        lt_prog_compiler_wl='-Wl,'
        !          12300:        lt_prog_compiler_pic='-fPIC'
        !          12301:        lt_prog_compiler_static='-static'
        !          12302:        ;;
        !          12303:       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
        !          12304:         # Portland Group compilers (*not* the Pentium gcc compiler,
        !          12305:        # which looks to be a dead project)
        !          12306:        lt_prog_compiler_wl='-Wl,'
        !          12307:        lt_prog_compiler_pic='-fpic'
        !          12308:        lt_prog_compiler_static='-Bstatic'
        !          12309:         ;;
        !          12310:       ccc*)
        !          12311:         lt_prog_compiler_wl='-Wl,'
        !          12312:         # All Alpha code is PIC.
        !          12313:         lt_prog_compiler_static='-non_shared'
        !          12314:         ;;
        !          12315:       xl* | bgxl* | bgf* | mpixl*)
        !          12316:        # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
        !          12317:        lt_prog_compiler_wl='-Wl,'
        !          12318:        lt_prog_compiler_pic='-qpic'
        !          12319:        lt_prog_compiler_static='-qstaticlink'
        !          12320:        ;;
        !          12321:       *)
        !          12322:        case `$CC -V 2>&1 | $SED 5q` in
        !          12323:        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
        !          12324:          # Sun Fortran 8.3 passes all unrecognized flags to the linker
        !          12325:          lt_prog_compiler_pic='-KPIC'
        !          12326:          lt_prog_compiler_static='-Bstatic'
        !          12327:          lt_prog_compiler_wl=''
        !          12328:          ;;
        !          12329:        *Sun\ F* | *Sun*Fortran*)
        !          12330:          lt_prog_compiler_pic='-KPIC'
        !          12331:          lt_prog_compiler_static='-Bstatic'
        !          12332:          lt_prog_compiler_wl='-Qoption ld '
        !          12333:          ;;
        !          12334:        *Sun\ C*)
        !          12335:          # Sun C 5.9
        !          12336:          lt_prog_compiler_pic='-KPIC'
        !          12337:          lt_prog_compiler_static='-Bstatic'
        !          12338:          lt_prog_compiler_wl='-Wl,'
        !          12339:          ;;
        !          12340:         *Intel*\ [CF]*Compiler*)
        !          12341:          lt_prog_compiler_wl='-Wl,'
        !          12342:          lt_prog_compiler_pic='-fPIC'
        !          12343:          lt_prog_compiler_static='-static'
        !          12344:          ;;
        !          12345:        *Portland\ Group*)
        !          12346:          lt_prog_compiler_wl='-Wl,'
        !          12347:          lt_prog_compiler_pic='-fpic'
        !          12348:          lt_prog_compiler_static='-Bstatic'
        !          12349:          ;;
        !          12350:        esac
        !          12351:        ;;
        !          12352:       esac
        !          12353:       ;;
        !          12354: 
        !          12355:     newsos6)
        !          12356:       lt_prog_compiler_pic='-KPIC'
        !          12357:       lt_prog_compiler_static='-Bstatic'
        !          12358:       ;;
        !          12359: 
        !          12360:     *-mlibc)
        !          12361:       lt_prog_compiler_wl='-Wl,'
        !          12362:       lt_prog_compiler_pic='-fPIC'
        !          12363:       lt_prog_compiler_static='-static'
        !          12364:       ;;
        !          12365: 
        !          12366:     *nto* | *qnx*)
        !          12367:       # QNX uses GNU C++, but need to define -shared option too, otherwise
        !          12368:       # it will coredump.
        !          12369:       lt_prog_compiler_pic='-fPIC -shared'
        !          12370:       ;;
        !          12371: 
        !          12372:     osf3* | osf4* | osf5*)
        !          12373:       lt_prog_compiler_wl='-Wl,'
        !          12374:       # All OSF/1 code is PIC.
        !          12375:       lt_prog_compiler_static='-non_shared'
        !          12376:       ;;
        !          12377: 
        !          12378:     rdos*)
        !          12379:       lt_prog_compiler_static='-non_shared'
        !          12380:       ;;
        !          12381: 
        !          12382:     serenity*)
        !          12383:       ;;
        !          12384: 
        !          12385:     solaris*)
        !          12386:       lt_prog_compiler_pic='-KPIC'
        !          12387:       lt_prog_compiler_static='-Bstatic'
        !          12388:       case $cc_basename in
        !          12389:       f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
        !          12390:        lt_prog_compiler_wl='-Qoption ld ';;
        !          12391:       *)
        !          12392:        lt_prog_compiler_wl='-Wl,';;
        !          12393:       esac
        !          12394:       ;;
        !          12395: 
        !          12396:     sunos4*)
        !          12397:       lt_prog_compiler_wl='-Qoption ld '
        !          12398:       lt_prog_compiler_pic='-PIC'
        !          12399:       lt_prog_compiler_static='-Bstatic'
        !          12400:       ;;
        !          12401: 
        !          12402:     sysv4 | sysv4.2uw2* | sysv4.3*)
        !          12403:       lt_prog_compiler_wl='-Wl,'
        !          12404:       lt_prog_compiler_pic='-KPIC'
        !          12405:       lt_prog_compiler_static='-Bstatic'
        !          12406:       ;;
        !          12407: 
        !          12408:     sysv4*MP*)
        !          12409:       if test -d /usr/nec; then
        !          12410:        lt_prog_compiler_pic='-Kconform_pic'
        !          12411:        lt_prog_compiler_static='-Bstatic'
        !          12412:       fi
        !          12413:       ;;
        !          12414: 
        !          12415:     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
        !          12416:       lt_prog_compiler_wl='-Wl,'
        !          12417:       lt_prog_compiler_pic='-KPIC'
        !          12418:       lt_prog_compiler_static='-Bstatic'
        !          12419:       ;;
        !          12420: 
        !          12421:     unicos*)
        !          12422:       lt_prog_compiler_wl='-Wl,'
        !          12423:       lt_prog_compiler_can_build_shared=no
        !          12424:       ;;
        !          12425: 
        !          12426:     uts4*)
        !          12427:       lt_prog_compiler_pic='-pic'
        !          12428:       lt_prog_compiler_static='-Bstatic'
        !          12429:       ;;
        !          12430: 
        !          12431:     *)
        !          12432:       lt_prog_compiler_can_build_shared=no
        !          12433:       ;;
        !          12434:     esac
        !          12435:   fi
        !          12436: 
        !          12437: case $host_os in
        !          12438:   # For platforms that do not support PIC, -DPIC is meaningless:
        !          12439:   *djgpp*)
        !          12440:     lt_prog_compiler_pic=
        !          12441:     ;;
        !          12442:   *)
        !          12443:     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
        !          12444:     ;;
        !          12445: esac
        !          12446: 
        !          12447: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
        !          12448: printf %s "checking for $compiler option to produce PIC... " >&6; }
        !          12449: if test ${lt_cv_prog_compiler_pic+y}
        !          12450: then :
        !          12451:   printf %s "(cached) " >&6
        !          12452: else case e in #(
        !          12453:   e) lt_cv_prog_compiler_pic=$lt_prog_compiler_pic ;;
        !          12454: esac
        !          12455: fi
        !          12456: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
        !          12457: printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
        !          12458: lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
        !          12459: 
        !          12460: #
        !          12461: # Check to make sure the PIC flag actually works.
        !          12462: #
        !          12463: if test -n "$lt_prog_compiler_pic"; then
        !          12464:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
        !          12465: printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
        !          12466: if test ${lt_cv_prog_compiler_pic_works+y}
        !          12467: then :
        !          12468:   printf %s "(cached) " >&6
        !          12469: else case e in #(
        !          12470:   e) lt_cv_prog_compiler_pic_works=no
        !          12471:    ac_outfile=conftest.$ac_objext
        !          12472:    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
        !          12473:    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"  ## exclude from sc_useless_quotes_in_assignment
        !          12474:    # Insert the option either (1) after the last *FLAGS variable, or
        !          12475:    # (2) before a word containing "conftest.", or (3) at the end.
        !          12476:    # Note that $ac_compile itself does not contain backslashes and begins
        !          12477:    # with a dollar sign (not a hyphen), so the echo should work correctly.
        !          12478:    # The option is referenced via a variable to avoid confusing sed.
        !          12479:    lt_compile=`echo "$ac_compile" | $SED \
        !          12480:    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
        !          12481:    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
        !          12482:    -e 's:$: $lt_compiler_flag:'`
        !          12483:    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
        !          12484:    (eval "$lt_compile" 2>conftest.err)
        !          12485:    ac_status=$?
        !          12486:    cat conftest.err >&5
        !          12487:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          12488:    if (exit $ac_status) && test -s "$ac_outfile"; then
        !          12489:      # The compiler can only warn and ignore the option if not recognized
        !          12490:      # So say no if there are warnings other than the usual output.
        !          12491:      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
        !          12492:      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
        !          12493:      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        !          12494:        lt_cv_prog_compiler_pic_works=yes
        !          12495:      fi
        !          12496:    fi
        !          12497:    $RM conftest*
        !          12498:  ;;
        !          12499: esac
        !          12500: fi
        !          12501: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
        !          12502: printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
        !          12503: 
        !          12504: if test yes = "$lt_cv_prog_compiler_pic_works"; then
        !          12505:     case $lt_prog_compiler_pic in
        !          12506:      "" | " "*) ;;
        !          12507:      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
        !          12508:      esac
        !          12509: else
        !          12510:     lt_prog_compiler_pic=
        !          12511:      lt_prog_compiler_can_build_shared=no
        !          12512: fi
        !          12513: 
        !          12514: fi
        !          12515: 
        !          12516: 
        !          12517: 
        !          12518: 
        !          12519: 
        !          12520: #
        !          12521: # Check to make sure the static flag actually works.
        !          12522: #
        !          12523: wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
        !          12524: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
        !          12525: printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
        !          12526: if test ${lt_cv_prog_compiler_static_works+y}
        !          12527: then :
        !          12528:   printf %s "(cached) " >&6
        !          12529: else case e in #(
        !          12530:   e) lt_cv_prog_compiler_static_works=no
        !          12531:    save_LDFLAGS=$LDFLAGS
        !          12532:    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
        !          12533:    echo "$lt_simple_link_test_code" > conftest.$ac_ext
        !          12534:    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
        !          12535:      # The linker can only warn and ignore the option if not recognized
        !          12536:      # So say no if there are warnings
        !          12537:      if test -s conftest.err; then
        !          12538:        # Append any errors to the config.log.
        !          12539:        cat conftest.err 1>&5
        !          12540:        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
        !          12541:        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
        !          12542:        if diff conftest.exp conftest.er2 >/dev/null; then
        !          12543:          lt_cv_prog_compiler_static_works=yes
        !          12544:        fi
        !          12545:      else
        !          12546:        lt_cv_prog_compiler_static_works=yes
        !          12547:      fi
        !          12548:    fi
        !          12549:    $RM -r conftest*
        !          12550:    LDFLAGS=$save_LDFLAGS
        !          12551:  ;;
        !          12552: esac
        !          12553: fi
        !          12554: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
        !          12555: printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
        !          12556: 
        !          12557: if test yes = "$lt_cv_prog_compiler_static_works"; then
        !          12558:     :
        !          12559: else
        !          12560:     lt_prog_compiler_static=
        !          12561: fi
        !          12562: 
        !          12563: 
        !          12564: 
        !          12565: ='-fPIC'
        !          12566:   archive_cmds='$CC -sSIDE_MODULE=2 -shared $libobjs $deplibs $compiler_flags -o $lib'
        !          12567:   archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -sSIDE_MODULE=2 -shared $libobjs $deplibs $compiler_flags -o $lib -s EXPORTED_FUNCTIONS=@$output_objdir/$soname.expsym'
        !          12568:   archive_cmds_need_lc=no
        !          12569:   no_undefined_flag=
        !          12570:   ;;
        !          12571: 
        !          12572: *)
        !          12573:   dynamic_linker=no
        !          12574:   ;;
        !          12575: esac
        !          12576: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
        !          12577: printf "%s\n" "$dynamic_linker" >&6; }
        !          12578: test no = "$dynamic_linker" && can_build_shared=no
        !          12579: 
        !          12580: variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
        !          12581: if test yes = "$GCC"; then
        !          12582:   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
        !          12583: fi
        !          12584: 
        !          12585: if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
        !          12586:   sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
        !          12587: fi
        !          12588: 
        !          12589: if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
        !          12590:   sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
        !          12591: fi
        !          12592: 
        !          12593: # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
        !          12594: configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
        !          12595: 
        !          12596: # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
        !          12597: func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
        !          12598: 
        !          12599: # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
        !          12600: configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
        !          12601: 
        !          12602: 
        !          12603: 
        !          12604: 
        !          12605: 
        !          12606: 
        !          12607: 
        !          12608: 
        !          12609: 
        !          12610: 
        !          12611: 
        !          12612: 
        !          12613: 
        !          12614: 
        !          12615: 
        !          12616: 
        !          12617: 
        !          12618: 
        !          12619: 
        !          12620: 
        !          12621: 
        !          12622: 
        !          12623: 
        !          12624: 
        !          12625: 
        !          12626: 
        !          12627: 
        !          12628: 
        !          12629: 
        !          12630: 
        !          12631: 
        !          12632: 
        !          12633: 
        !          12634: 
        !          12635: 
        !          12636: 
        !          12637: 
        !          12638: 
        !          12639: 
        !          12640: 
        !          12641: 
        !          12642: 
        !          12643: 
        !          12644: 
        !          12645: 
        !          12646: 
        !          12647: 
        !          12648: 
        !          12649: 
        !          12650: 
        !          12651: 
        !          12652: 
        !          12653: 
        !          12654: 
        !          12655: 
        !          12656: 
        !          12657: 
        !          12658: 
        !          12659: 
        !          12660: 
        !          12661: 
        !          12662: 
        !          12663: 
        !          12664: 
        !          12665: 
        !          12666: 
        !          12667: 
        !          12668: 
        !          12669: 
        !          12670: 
        !          12671: 
        !          12672: 
        !          12673: 
        !          12674: 
        !          12675: 
        !          12676: 
        !          12677: 
        !          12678: 
        !          12679: 
        !          12680: 
        !          12681: 
        !          12682: 
        !          12683: 
        !          12684: 
        !          12685: 
        !          12686: 
        !          12687: 
        !          12688: 
        !          12689: 
        !          12690: 
        !          12691: 
        !          12692: 
        !          12693: 
        !          12694: 
        !          12695: 
        !          12696: 
        !          12697: 
        !          12698:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
        !          12699: printf %s "checking how to hardcode library paths into programs... " >&6; }
        !          12700: hardcode_action=
        !          12701: if test -n "$hardcode_libdir_flag_spec" ||
        !          12702:    test -n "$runpath_var" ||
        !          12703:    test yes = "$hardcode_automatic"; then
        !          12704: 
        !          12705:   # We can hardcode non-existent directories.
        !          12706:   if test no != "$hardcode_direct" &&
        !          12707:      # If the only mechanism to avoid hardcoding is shlibpath_var, we
        !          12708:      # have to relink, otherwise we might link with an installed library
        !          12709:      # when we should be linking with a yet-to-be-installed one
        !          12710:      ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
        !          12711:      test no != "$hardcode_minus_L"; then
        !          12712:     # Linking always hardcodes the temporary library directory.
        !          12713:     hardcode_action=relink
        !          12714:   else
        !          12715:     # We can link without hardcoding, and we can hardcode nonexisting dirs.
        !          12716:     hardcode_action=immediate
        !          12717:   fi
        !          12718: else
        !          12719:   # We cannot hardcode anything, or else we can only hardcode existing
        !          12720:   # directories.
        !          12721:   hardcode_action=unsupported
        !          12722: fi
        !          12723: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
        !          12724: printf "%s\n" "$hardcode_action" >&6; }
        !          12725: 
        !          12726: if test relink = "$hardcode_action" ||
        !          12727:    test yes = "$inherit_rpath"; then
        !          12728:   # Fast installation is not supported
        !          12729:   enable_fast_install=no
        !          12730: elif test yes = "$shlibpath_overrides_runpath" ||
        !          12731:      test no = "$enable_shared"; then
        !          12732:   # Fast installation is not necessary
        !          12733:   enable_fast_install=needless
        !          12734: fi
        !          12735: 
        !          12736: 
        !          12737: 
        !          12738: 
        !          12739: 
        !          12740: 
        !          12741:   if test yes != "$enable_dlopen"; then
        !          12742:   enable_dlopen=unknown
        !          12743:   enable_dlopen_self=unknown
        !          12744:   enable_dlopen_self_static=unknown
        !          12745: else
        !          12746:   lt_cv_dlopen=no
        !          12747:   lt_cv_dlopen_libs=
        !          12748: 
        !          12749:   case $host_os in
        !          12750:   beos*)
        !          12751:     lt_cv_dlopen=load_add_on
        !          12752:     lt_cv_dlopen_libs=
        !          12753:     lt_cv_dlopen_self=yes
        !          12754:     ;;
        !          12755: 
        !          12756:   mingw* | windows* | pw32* | cegcc*)
        !          12757:     lt_cv_dlopen=LoadLibrary
        !          12758:     lt_cv_dlopen_libs=
        !          12759:     ;;
        !          12760: 
        !          12761:   cygwin*)
        !          12762:     lt_cv_dlopen=dlopen
        !          12763:     lt_cv_dlopen_libs=
        !          12764:     ;;
        !          12765: 
        !          12766:   darwin*)
        !          12767:     # if libdl is installed we need to link against it
        !          12768:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
        !          12769: printf %s "checking for dlopen in -ldl... " >&6; }
        !          12770: if test ${ac_cv_lib_dl_dlopen+y}
        !          12771: then :
        !          12772:   printf %s "(cached) " >&6
        !          12773: else case e in #(
        !          12774:   e) ac_check_lib_save_LIBS=$LIBS
        !          12775: LIBS="-ldl  $LIBS"
        !          12776: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          12777: /* end confdefs.h.  */
        !          12778: 
        !          12779: /* Override any GCC internal prototype to avoid an error.
        !          12780:    Use char because int might match the return type of a GCC
        !          12781:    builtin and then its argument prototype would still apply.
        !          12782:    The 'extern "C"' is for builds by C++ compilers;
        !          12783:    although this is not generally supported in C code supporting it here
        !          12784:    has little cost and some practical benefit (sr 110532).  */
        !          12785: #ifdef __cplusplus
        !          12786: extern "C"
        !          12787: #endif
        !          12788: char dlopen (void);
        !          12789: int
        !          12790: main (void)
        !          12791: {
        !          12792: return dlopen ();
        !          12793:   ;
        !          12794:   return 0;
        !          12795: }
        !          12796: _ACEOF
        !          12797: if ac_fn_c_try_link "$LINENO"
        !          12798: then :
        !          12799:   ac_cv_lib_dl_dlopen=yes
        !          12800: else case e in #(
        !          12801:   e) ac_cv_lib_dl_dlopen=no ;;
        !          12802: esac
        !          12803: fi
        !          12804: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          12805:     conftest$ac_exeext conftest.$ac_ext
        !          12806: LIBS=$ac_check_lib_save_LIBS ;;
        !          12807: esac
        !          12808: fi
        !          12809: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
        !          12810: printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
        !          12811: if test "x$ac_cv_lib_dl_dlopen" = xyes
        !          12812: then :
        !          12813:   lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
        !          12814: else case e in #(
        !          12815:   e)
        !          12816:     lt_cv_dlopen=dyld
        !          12817:     lt_cv_dlopen_libs=
        !          12818:     lt_cv_dlopen_self=yes
        !          12819:      ;;
        !          12820: esac
        !          12821: fi
        !          12822: 
        !          12823:     ;;
        !          12824: 
        !          12825:   tpf*)
        !          12826:     # Don't try to run any link tests for TPF.  We know it's impossible
        !          12827:     # because TPF is a cross-compiler, and we know how we open DSOs.
        !          12828:     lt_cv_dlopen=dlopen
        !          12829:     lt_cv_dlopen_libs=
        !          12830:     lt_cv_dlopen_self=no
        !          12831:     ;;
        !          12832: 
        !          12833:   *)
        !          12834:     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
        !          12835: if test "x$ac_cv_func_shl_load" = xyes
        !          12836: then :
        !          12837:   lt_cv_dlopen=shl_load
        !          12838: else case e in #(
        !          12839:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
        !          12840: printf %s "checking for shl_load in -ldld... " >&6; }
        !          12841: if test ${ac_cv_lib_dld_shl_load+y}
        !          12842: then :
        !          12843:   printf %s "(cached) " >&6
        !          12844: else case e in #(
        !          12845:   e) ac_check_lib_save_LIBS=$LIBS
        !          12846: LIBS="-ldld  $LIBS"
        !          12847: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          12848: /* end confdefs.h.  */
        !          12849: 
        !          12850: /* Override any GCC internal prototype to avoid an error.
        !          12851:    Use char because int might match the return type of a GCC
        !          12852:    builtin and then its argument prototype would still apply.
        !          12853:    The 'extern "C"' is for builds by C++ compilers;
        !          12854:    although this is not generally supported in C code supporting it here
        !          12855:    has little cost and some practical benefit (sr 110532).  */
        !          12856: #ifdef __cplusplus
        !          12857: extern "C"
        !          12858: #endif
        !          12859: char shl_load (void);
        !          12860: int
        !          12861: main (void)
        !          12862: {
        !          12863: return shl_load ();
        !          12864:   ;
        !          12865:   return 0;
        !          12866: }
        !          12867: _ACEOF
        !          12868: if ac_fn_c_try_link "$LINENO"
        !          12869: then :
        !          12870:   ac_cv_lib_dld_shl_load=yes
        !          12871: else case e in #(
        !          12872:   e) ac_cv_lib_dld_shl_load=no ;;
        !          12873: esac
        !          12874: fi
        !          12875: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          12876:     conftest$ac_exeext conftest.$ac_ext
        !          12877: LIBS=$ac_check_lib_save_LIBS ;;
        !          12878: esac
        !          12879: fi
        !          12880: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
        !          12881: printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; }
        !          12882: if test "x$ac_cv_lib_dld_shl_load" = xyes
        !          12883: then :
        !          12884:   lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
        !          12885: else case e in #(
        !          12886:   e) ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
        !          12887: if test "x$ac_cv_func_dlopen" = xyes
        !          12888: then :
        !          12889:   lt_cv_dlopen=dlopen
        !          12890: else case e in #(
        !          12891:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
        !          12892: printf %s "checking for dlopen in -ldl... " >&6; }
        !          12893: if test ${ac_cv_lib_dl_dlopen+y}
        !          12894: then :
        !          12895:   printf %s "(cached) " >&6
        !          12896: else case e in #(
        !          12897:   e) ac_check_lib_save_LIBS=$LIBS
        !          12898: LIBS="-ldl  $LIBS"
        !          12899: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          12900: /* end confdefs.h.  */
        !          12901: 
        !          12902: /* Override any GCC internal prototype to avoid an error.
        !          12903:    Use char because int might match the return type of a GCC
        !          12904:    builtin and then its argument prototype would still apply.
        !          12905:    The 'extern "C"' is for builds by C++ compilers;
        !          12906:    although this is not generally supported in C code supporting it here
        !          12907:    has little cost and some practical benefit (sr 110532).  */
        !          12908: #ifdef __cplusplus
        !          12909: extern "C"
        !          12910: #endif
        !          12911: char dlopen (void);
        !          12912: int
        !          12913: main (void)
        !          12914: {
        !          12915: return dlopen ();
        !          12916:   ;
        !          12917:   return 0;
        !          12918: }
        !          12919: _ACEOF
        !          12920: if ac_fn_c_try_link "$LINENO"
        !          12921: then :
        !          12922:   ac_cv_lib_dl_dlopen=yes
        !          12923: else case e in #(
        !          12924:   e) ac_cv_lib_dl_dlopen=no ;;
        !          12925: esac
        !          12926: fi
        !          12927: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          12928:     conftest$ac_exeext conftest.$ac_ext
        !          12929: LIBS=$ac_check_lib_save_LIBS ;;
        !          12930: esac
        !          12931: fi
        !          12932: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
        !          12933: printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
        !          12934: if test "x$ac_cv_lib_dl_dlopen" = xyes
        !          12935: then :
        !          12936:   lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
        !          12937: else case e in #(
        !          12938:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
        !          12939: printf %s "checking for dlopen in -lsvld... " >&6; }
        !          12940: if test ${ac_cv_lib_svld_dlopen+y}
        !          12941: then :
        !          12942:   printf %s "(cached) " >&6
        !          12943: else case e in #(
        !          12944:   e) ac_check_lib_save_LIBS=$LIBS
        !          12945: LIBS="-lsvld  $LIBS"
        !          12946: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          12947: /* end confdefs.h.  */
        !          12948: 
        !          12949: /* Override any GCC internal prototype to avoid an error.
        !          12950:    Use char because int might match the return type of a GCC
        !          12951:    builtin and then its argument prototype would still apply.
        !          12952:    The 'extern "C"' is for builds by C++ compilers;
        !          12953:    although this is not generally supported in C code supporting it here
        !          12954:    has little cost and some practical benefit (sr 110532).  */
        !          12955: #ifdef __cplusplus
        !          12956: extern "C"
        !          12957: #endif
        !          12958: char dlopen (void);
        !          12959: int
        !          12960: main (void)
        !          12961: {
        !          12962: return dlopen ();
        !          12963:   ;
        !          12964:   return 0;
        !          12965: }
        !          12966: _ACEOF
        !          12967: if ac_fn_c_try_link "$LINENO"
        !          12968: then :
        !          12969:   ac_cv_lib_svld_dlopen=yes
        !          12970: else case e in #(
        !          12971:   e) ac_cv_lib_svld_dlopen=no ;;
        !          12972: esac
        !          12973: fi
        !          12974: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          12975:     conftest$ac_exeext conftest.$ac_ext
        !          12976: LIBS=$ac_check_lib_save_LIBS ;;
        !          12977: esac
        !          12978: fi
        !          12979: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
        !          12980: printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; }
        !          12981: if test "x$ac_cv_lib_svld_dlopen" = xyes
        !          12982: then :
        !          12983:   lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
        !          12984: else case e in #(
        !          12985:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
        !          12986: printf %s "checking for dld_link in -ldld... " >&6; }
        !          12987: if test ${ac_cv_lib_dld_dld_link+y}
        !          12988: then :
        !          12989:   printf %s "(cached) " >&6
        !          12990: else case e in #(
        !          12991:   e) ac_check_lib_save_LIBS=$LIBS
        !          12992: LIBS="-ldld  $LIBS"
        !          12993: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          12994: /* end confdefs.h.  */
        !          12995: 
        !          12996: /* Override any GCC internal prototype to avoid an error.
        !          12997:    Use char because int might match the return type of a GCC
        !          12998:    builtin and then its argument prototype would still apply.
        !          12999:    The 'extern "C"' is for builds by C++ compilers;
        !          13000:    although this is not generally supported in C code supporting it here
        !          13001:    has little cost and some practical benefit (sr 110532).  */
        !          13002: #ifdef __cplusplus
        !          13003: extern "C"
        !          13004: #endif
        !          13005: char dld_link (void);
        !          13006: int
        !          13007: main (void)
        !          13008: {
        !          13009: return dld_link ();
        !          13010:   ;
        !          13011:   return 0;
        !          13012: }
        !          13013: _ACEOF
        !          13014: if ac_fn_c_try_link "$LINENO"
        !          13015: then :
        !          13016:   ac_cv_lib_dld_dld_link=yes
        !          13017: else case e in #(
        !          13018:   e) ac_cv_lib_dld_dld_link=no ;;
        !          13019: esac
        !          13020: fi
        !          13021: rm -f core conftest.err conftest.$ac_objext conftest.beam \
        !          13022:     conftest$ac_exeext conftest.$ac_ext
        !          13023: LIBS=$ac_check_lib_save_LIBS ;;
        !          13024: esac
        !          13025: fi
        !          13026: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
        !          13027: printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; }
        !          13028: if test "x$ac_cv_lib_dld_dld_link" = xyes
        !          13029: then :
        !          13030:   lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
        !          13031: fi
        !          13032: 
        !          13033:               ;;
        !          13034: esac
        !          13035: fi
        !          13036: 
        !          13037:             ;;
        !          13038: esac
        !          13039: fi
        !          13040: 
        !          13041:           ;;
        !          13042: esac
        !          13043: fi
        !          13044: 
        !          13045:         ;;
        !          13046: esac
        !          13047: fi
        !          13048: 
        !          13049:        ;;
        !          13050: esac
        !          13051: fi
        !          13052: 
        !          13053:     ;;
        !          13054:   esac
        !          13055: 
        !          13056:   if test no = "$lt_cv_dlopen"; then
        !          13057:     enable_dlopen=no
        !          13058:   else
        !          13059:     enable_dlopen=yes
        !          13060:   fi
        !          13061: 
        !          13062:   case $lt_cv_dlopen in
        !          13063:   dlopen)
        !          13064:     save_CPPFLAGS=$CPPFLAGS
        !          13065:     test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
        !          13066: 
        !          13067:     save_LDFLAGS=$LDFLAGS
        !          13068:     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
        !          13069: 
        !          13070:     save_LIBS=$LIBS
        !          13071:     LIBS="$lt_cv_dlopen_libs $LIBS"
        !          13072: 
        !          13073:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
        !          13074: printf %s "checking whether a program can dlopen itself... " >&6; }
        !          13075: if test ${lt_cv_dlopen_self+y}
        !          13076: then :
        !          13077:   printf %s "(cached) " >&6
        !          13078: else case e in #(
        !          13079:   e)     if test yes = "$cross_compiling"; then :
        !          13080:   lt_cv_dlopen_self=cross
        !          13081: else
        !          13082:   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
        !          13083:   lt_status=$lt_dlunknown
        !          13084:   cat > conftest.$ac_ext <<_LT_EOF
        !          13085: #line $LINENO "configure"
        !          13086: #include "confdefs.h"
        !          13087: 
        !          13088: #if HAVE_DLFCN_H
        !          13089: #include <dlfcn.h>
        !          13090: #endif
        !          13091: 
        !          13092: #include <stdio.h>
        !          13093: 
        !          13094: #ifdef RTLD_GLOBAL
        !          13095: #  define LT_DLGLOBAL          RTLD_GLOBAL
        !          13096: #else
        !          13097: #  ifdef DL_GLOBAL
        !          13098: #    define LT_DLGLOBAL                DL_GLOBAL
        !          13099: #  else
        !          13100: #    define LT_DLGLOBAL                0
        !          13101: #  endif
        !          13102: #endif
        !          13103: 
        !          13104: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
        !          13105:    find out it does not work in some platform. */
        !          13106: #ifndef LT_DLLAZY_OR_NOW
        !          13107: #  ifdef RTLD_LAZY
        !          13108: #    define LT_DLLAZY_OR_NOW           RTLD_LAZY
        !          13109: #  else
        !          13110: #    ifdef DL_LAZY
        !          13111: #      define LT_DLLAZY_OR_NOW         DL_LAZY
        !          13112: #    else
        !          13113: #      ifdef RTLD_NOW
        !          13114: #        define LT_DLLAZY_OR_NOW       RTLD_NOW
        !          13115: #      else
        !          13116: #        ifdef DL_NOW
        !          13117: #          define LT_DLLAZY_OR_NOW     DL_NOW
        !          13118: #        else
        !          13119: #          define LT_DLLAZY_OR_NOW     0
        !          13120: #        endif
        !          13121: #      endif
        !          13122: #    endif
        !          13123: #  endif
        !          13124: #endif
        !          13125: 
        !          13126: /* When -fvisibility=hidden is used, assume the code has been annotated
        !          13127:    correspondingly for the symbols needed.  */
        !          13128: #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
        !          13129: int fnord (void) __attribute__((visibility("default")));
        !          13130: #endif
        !          13131: 
        !          13132: int fnord (void) { return 42; }
        !          13133: int main (void)
        !          13134: {
        !          13135:   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
        !          13136:   int status = $lt_dlunknown;
        !          13137: 
        !          13138:   if (self)
        !          13139:     {
        !          13140:       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
        !          13141:       else
        !          13142:         {
        !          13143:          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
        !          13144:           else puts (dlerror ());
        !          13145:        }
        !          13146:       /* dlclose (self); */
        !          13147:     }
        !          13148:   else
        !          13149:     puts (dlerror ());
        !          13150: 
        !          13151:   return status;
        !          13152: }
        !          13153: _LT_EOF
        !          13154:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
        !          13155:   (eval $ac_link) 2>&5
        !          13156:   ac_status=$?
        !          13157:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          13158:   test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
        !          13159:     (./conftest; exit; ) >&5 2>/dev/null
        !          13160:     lt_status=$?
        !          13161:     case x$lt_status in
        !          13162:       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
        !          13163:       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
        !          13164:       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
        !          13165:     esac
        !          13166:   else :
        !          13167:     # compilation failed
        !          13168:     lt_cv_dlopen_self=no
        !          13169:   fi
        !          13170: fi
        !          13171: rm -fr conftest*
        !          13172: 
        !          13173:      ;;
        !          13174: esac
        !          13175: fi
        !          13176: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
        !          13177: printf "%s\n" "$lt_cv_dlopen_self" >&6; }
        !          13178: 
        !          13179:     if test yes = "$lt_cv_dlopen_self"; then
        !          13180:       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
        !          13181:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
        !          13182: printf %s "checking whether a statically linked program can dlopen itself... " >&6; }
        !          13183: if test ${lt_cv_dlopen_self_static+y}
        !          13184: then :
        !          13185:   printf %s "(cached) " >&6
        !          13186: else case e in #(
        !          13187:   e)     if test yes = "$cross_compiling"; then :
        !          13188:   lt_cv_dlopen_self_static=cross
        !          13189: else
        !          13190:   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
        !          13191:   lt_status=$lt_dlunknown
        !          13192:   cat > conftest.$ac_ext <<_LT_EOF
        !          13193: #line $LINENO "configure"
        !          13194: #include "confdefs.h"
        !          13195: 
        !          13196: #if HAVE_DLFCN_H
        !          13197: #include <dlfcn.h>
        !          13198: #endif
        !          13199: 
        !          13200: #include <stdio.h>
        !          13201: 
        !          13202: #ifdef RTLD_GLOBAL
        !          13203: #  define LT_DLGLOBAL          RTLD_GLOBAL
        !          13204: #else
        !          13205: #  ifdef DL_GLOBAL
        !          13206: #    define LT_DLGLOBAL                DL_GLOBAL
        !          13207: #  else
        !          13208: #    define LT_DLGLOBAL                0
        !          13209: #  endif
        !          13210: #endif
        !          13211: 
        !          13212: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
        !          13213:    find out it does not work in some platform. */
        !          13214: #ifndef LT_DLLAZY_OR_NOW
        !          13215: #  ifdef RTLD_LAZY
        !          13216: #    define LT_DLLAZY_OR_NOW           RTLD_LAZY
        !          13217: #  else
        !          13218: #    ifdef DL_LAZY
        !          13219: #      define LT_DLLAZY_OR_NOW         DL_LAZY
        !          13220: #    else
        !          13221: #      ifdef RTLD_NOW
        !          13222: #        define LT_DLLAZY_OR_NOW       RTLD_NOW
        !          13223: #      else
        !          13224: #        ifdef DL_NOW
        !          13225: #          define LT_DLLAZY_OR_NOW     DL_NOW
        !          13226: #        else
        !          13227: #          define LT_DLLAZY_OR_NOW     0
        !          13228: #        endif
        !          13229: #      endif
        !          13230: #    endif
        !          13231: #  endif
        !          13232: #endif
        !          13233: 
        !          13234: /* When -fvisibility=hidden is used, assume the code has been annotated
        !          13235:    correspondingly for the symbols needed.  */
        !          13236: #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
        !          13237: int fnord (void) __attribute__((visibility("default")));
        !          13238: #endif
        !          13239: 
        !          13240: int fnord (void) { return 42; }
        !          13241: int main (void)
        !          13242: {
        !          13243:   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
        !          13244:   int status = $lt_dlunknown;
        !          13245: 
        !          13246:   if (self)
        !          13247:     {
        !          13248:       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
        !          13249:       else
        !          13250:         {
        !          13251:          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
        !          13252:           else puts (dlerror ());
        !          13253:        }
        !          13254:       /* dlclose (self); */
        !          13255:     }
        !          13256:   else
        !          13257:     puts (dlerror ());
        !          13258: 
        !          13259:   return status;
        !          13260: }
        !          13261: _LT_EOF
        !          13262:   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
        !          13263:   (eval $ac_link) 2>&5
        !          13264:   ac_status=$?
        !          13265:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          13266:   test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
        !          13267:     (./conftest; exit; ) >&5 2>/dev/null
        !          13268:     lt_status=$?
        !          13269:     case x$lt_status in
        !          13270:       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
        !          13271:       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
        !          13272:       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
        !          13273:     esac
        !          13274:   else :
        !          13275:     # compilation failed
        !          13276:     lt_cv_dlopen_self_static=no
        !          13277:   fi
        !          13278: fi
        !          13279: rm -fr conftest*
        !          13280: 
        !          13281:        ;;
        !          13282: esac
        !          13283: fi
        !          13284: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
        !          13285: printf "%s\n" "$lt_cv_dlopen_self_static" >&6; }
        !          13286:     fi
        !          13287: 
        !          13288:     CPPFLAGS=$save_CPPFLAGS
        !          13289:     LDFLAGS=$save_LDFLAGS
        !          13290:     LIBS=$save_LIBS
        !          13291:     ;;
        !          13292:   esac
        !          13293: 
        !          13294:   case $lt_cv_dlopen_self in
        !          13295:   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
        !          13296:   *) enable_dlopen_self=unknown ;;
        !          13297:   esac
        !          13298: 
        !          13299:   case $lt_cv_dlopen_self_static in
        !          13300:   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
        !          13301:   *) enable_dlopen_self_static=unknown ;;
        !          13302:   esac
        !          13303: fi
        !          13304: 
        !          13305: 
        !          13306: 
        !          13307: 
        !          13308: 
        !          13309: 
        !          13310: 
        !          13311: 
        !          13312: 
        !          13313: 
        !          13314: 
        !          13315: 
        !          13316: 
        !          13317: 
        !          13318: 
        !          13319: 
        !          13320: 
        !          13321: striplib=
        !          13322: old_striplib=
        !          13323: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
        !          13324: printf %s "checking whether stripping libraries is possible... " >&6; }
        !          13325: if test -z "$STRIP"; then
        !          13326:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          13327: printf "%s\n" "no" >&6; }
        !          13328: else
        !          13329:   if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
        !          13330:     old_striplib="$STRIP --strip-debug"
        !          13331:     striplib="$STRIP --strip-unneeded"
        !          13332:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
        !          13333: printf "%s\n" "yes" >&6; }
        !          13334:   else
        !          13335:     case $host_os in
        !          13336:     darwin*)
        !          13337:       # FIXME - insert some real tests, host_os isn't really good enough
        !          13338:       striplib="$STRIP -x"
        !          13339:       old_striplib="$STRIP -S"
        !          13340:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
        !          13341: printf "%s\n" "yes" >&6; }
        !          13342:       ;;
        !          13343:     freebsd*)
        !          13344:       if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
        !          13345:         old_striplib="$STRIP --strip-debug"
        !          13346:         striplib="$STRIP --strip-unneeded"
        !          13347:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
        !          13348: printf "%s\n" "yes" >&6; }
        !          13349:       else
        !          13350:         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          13351: printf "%s\n" "no" >&6; }
        !          13352:       fi
        !          13353:       ;;
        !          13354:     *)
        !          13355:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          13356: printf "%s\n" "no" >&6; }
        !          13357:       ;;
        !          13358:     esac
        !          13359:   fi
        !          13360: fi
        !          13361: 
        !          13362: 
        !          13363: 
        !          13364: 
        !          13365: 
        !          13366: 
        !          13367: 
        !          13368: 
        !          13369: 
        !          13370: 
        !          13371: 
        !          13372: 
        !          13373:   # Report what library types will actually be built
        !          13374:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
        !          13375: printf %s "checking if libtool supports shared libraries... " >&6; }
        !          13376:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
        !          13377: printf "%s\n" "$can_build_shared" >&6; }
        !          13378: 
        !          13379:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
        !          13380: printf %s "checking whether to build shared libraries... " >&6; }
        !          13381:   test no = "$can_build_shared" && enable_shared=no
        !          13382: 
        !          13383:   # On AIX, shared libraries and static libraries use the same namespace, and
        !          13384:   # are all built from PIC.
        !          13385:   case $host_os in
        !          13386:   aix3*)
        !          13387:     test yes = "$enable_shared" && enable_static=no
        !          13388:     if test -n "$RANLIB"; then
        !          13389:       archive_cmds="$archive_cmds~\$RANLIB \$lib"
        !          13390:       postinstall_cmds='$RANLIB $lib'
        !          13391:     fi
        !          13392:     ;;
        !          13393: 
        !          13394:   aix[4-9]*)
        !          13395:     if test ia64 != "$host_cpu"; then
        !          13396:       case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
        !          13397:       yes,aix,yes) ;;                  # shared object as lib.so file only
        !          13398:       yes,svr4,*) ;;                   # shared object as lib.so archive member only
        !          13399:       yes,*) enable_static=no ;;       # shared object in lib.a archive as well
        !          13400:       esac
        !          13401:     fi
        !          13402:     ;;
        !          13403:   esac
        !          13404:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
        !          13405: printf "%s\n" "$enable_shared" >&6; }
        !          13406: 
        !          13407:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
        !          13408: printf %s "checking whether to build static libraries... " >&6; }
        !          13409:   # Make sure either enable_shared or enable_static is yes.
        !          13410:   test yes = "$enable_shared" || enable_static=yes
        !          13411:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
        !          13412: printf "%s\n" "$enable_static" >&6; }
        !          13413: 
        !          13414: 
        !          13415: 
        !          13416: 
        !          13417: fi
        !          13418: ac_ext=c
        !          13419: ac_cpp='$CPP $CPPFLAGS'
        !          13420: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          13421: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          13422: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          13423: 
        !          13424: CC=$lt_save_CC
        !          13425: 
        !          13426: 
        !          13427: 
        !          13428: 
        !          13429: 
        !          13430: 
        !          13431: 
        !          13432: 
        !          13433: 
        !          13434: 
        !          13435: 
        !          13436: 
        !          13437: 
        !          13438: 
        !          13439: 
        !          13440:         ac_config_commands="$ac_config_commands libtool"
        !          13441: 
        !          13442: 
        !          13443: 
        !          13444: 
        !          13445: # Only expand once:
        !          13446: 
        !          13447: 
        !          13448: am__api_version='1.17'
        !          13449: 
        !          13450: 
        !          13451:   # Find a good install program.  We prefer a C program (faster),
        !          13452: # so one script is as good as another.  But avoid the broken or
        !          13453: # incompatible versions:
        !          13454: # SysV /etc/install, /usr/sbin/install
        !          13455: # SunOS /usr/etc/install
        !          13456: # IRIX /sbin/install
        !          13457: # AIX /bin/install
        !          13458: # AmigaOS /C/install, which installs bootblocks on floppy discs
        !          13459: # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
        !          13460: # AFS /usr/afsws/bin/install, which mishandles nonexistent args
        !          13461: # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
        !          13462: # OS/2's system install, which has a completely different semantic
        !          13463: # ./install, which can be erroneously created by make from ./install.sh.
        !          13464: # Reject install programs that cannot install multiple files.
        !          13465: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
        !          13466: printf %s "checking for a BSD-compatible install... " >&6; }
        !          13467: if test -z "$INSTALL"; then
        !          13468: if test ${ac_cv_path_install+y}
        !          13469: then :
        !          13470:   printf %s "(cached) " >&6
        !          13471: else case e in #(
        !          13472:   e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          13473: for as_dir in $PATH
        !          13474: do
        !          13475:   IFS=$as_save_IFS
        !          13476:   case $as_dir in #(((
        !          13477:     '') as_dir=./ ;;
        !          13478:     */) ;;
        !          13479:     *) as_dir=$as_dir/ ;;
        !          13480:   esac
        !          13481:     # Account for fact that we put trailing slashes in our PATH walk.
        !          13482: case $as_dir in #((
        !          13483:   ./ | /[cC]/* | \
        !          13484:   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
        !          13485:   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
        !          13486:   /usr/ucb/* ) ;;
        !          13487:   *)
        !          13488:     # OSF1 and SCO ODT 3.0 have their own names for install.
        !          13489:     # Don't use installbsd from OSF since it installs stuff as root
        !          13490:     # by default.
        !          13491:     for ac_prog in ginstall scoinst install; do
        !          13492:       for ac_exec_ext in '' $ac_executable_extensions; do
        !          13493:        if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
        !          13494:          if test $ac_prog = install &&
        !          13495:            grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
        !          13496:            # AIX install.  It has an incompatible calling convention.
        !          13497:            :
        !          13498:          elif test $ac_prog = install &&
        !          13499:            grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
        !          13500:            # program-specific install script used by HP pwplus--don't use.
        !          13501:            :
        !          13502:          else
        !          13503:            rm -rf conftest.one conftest.two conftest.dir
        !          13504:            echo one > conftest.one
        !          13505:            echo two > conftest.two
        !          13506:            mkdir conftest.dir
        !          13507:            if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
        !          13508:              test -s conftest.one && test -s conftest.two &&
        !          13509:              test -s conftest.dir/conftest.one &&
        !          13510:              test -s conftest.dir/conftest.two
        !          13511:            then
        !          13512:              ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
        !          13513:              break 3
        !          13514:            fi
        !          13515:          fi
        !          13516:        fi
        !          13517:       done
        !          13518:     done
        !          13519:     ;;
        !          13520: esac
        !          13521: 
        !          13522:   done
        !          13523: IFS=$as_save_IFS
        !          13524: 
        !          13525: rm -rf conftest.one conftest.two conftest.dir
        !          13526:  ;;
        !          13527: esac
        !          13528: fi
        !          13529:   if test ${ac_cv_path_install+y}; then
        !          13530:     INSTALL=$ac_cv_path_install
        !          13531:   else
        !          13532:     # As a last resort, use the slow shell script.  Don't cache a
        !          13533:     # value for INSTALL within a source directory, because that will
        !          13534:     # break other packages using the cache if that directory is
        !          13535:     # removed, or if the value is a relative name.
        !          13536:     INSTALL=$ac_install_sh
        !          13537:   fi
        !          13538: fi
        !          13539: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
        !          13540: printf "%s\n" "$INSTALL" >&6; }
        !          13541: 
        !          13542: # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
        !          13543: # It thinks the first close brace ends the variable substitution.
        !          13544: test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
        !          13545: 
        !          13546: test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
        !          13547: 
        !          13548: test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
        !          13549: 
        !          13550: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5
        !          13551: printf %s "checking whether sleep supports fractional seconds... " >&6; }
        !          13552: if test ${am_cv_sleep_fractional_seconds+y}
        !          13553: then :
        !          13554:   printf %s "(cached) " >&6
        !          13555: else case e in #(
        !          13556:   e) if sleep 0.001 2>/dev/null
        !          13557: then :
        !          13558:   am_cv_sleep_fractional_seconds=yes
        !          13559: else case e in #(
        !          13560:   e) am_cv_sleep_fractional_seconds=no ;;
        !          13561: esac
        !          13562: fi
        !          13563:  ;;
        !          13564: esac
        !          13565: fi
        !          13566: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5
        !          13567: printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; }
        !          13568: 
        !          13569: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5
        !          13570: printf %s "checking filesystem timestamp resolution... " >&6; }
        !          13571: if test ${am_cv_filesystem_timestamp_resolution+y}
        !          13572: then :
        !          13573:   printf %s "(cached) " >&6
        !          13574: else case e in #(
        !          13575:   e) # Default to the worst case.
        !          13576: am_cv_filesystem_timestamp_resolution=2
        !          13577: 
        !          13578: # Only try to go finer than 1 sec if sleep can do it.
        !          13579: # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work,
        !          13580: # - 1 sec is not much of a win compared to 2 sec, and
        !          13581: # - it takes 2 seconds to perform the test whether 1 sec works.
        !          13582: #
        !          13583: # Instead, just use the default 2s on platforms that have 1s resolution,
        !          13584: # accept the extra 1s delay when using $sleep in the Automake tests, in
        !          13585: # exchange for not incurring the 2s delay for running the test for all
        !          13586: # packages.
        !          13587: #
        !          13588: am_try_resolutions=
        !          13589: if test "$am_cv_sleep_fractional_seconds" = yes; then
        !          13590:   # Even a millisecond often causes a bunch of false positives,
        !          13591:   # so just try a hundredth of a second. The time saved between .001 and
        !          13592:   # .01 is not terribly consequential.
        !          13593:   am_try_resolutions="0.01 0.1 $am_try_resolutions"
        !          13594: fi
        !          13595: 
        !          13596: # In order to catch current-generation FAT out, we must *modify* files
        !          13597: # that already exist; the *creation* timestamp is finer.  Use names
        !          13598: # that make ls -t sort them differently when they have equal
        !          13599: # timestamps than when they have distinct timestamps, keeping
        !          13600: # in mind that ls -t prints the *newest* file first.
        !          13601: rm -f conftest.ts?
        !          13602: : > conftest.ts1
        !          13603: : > conftest.ts2
        !          13604: : > conftest.ts3
        !          13605: 
        !          13606: # Make sure ls -t actually works.  Do 'set' in a subshell so we don't
        !          13607: # clobber the current shell's arguments. (Outer-level square brackets
        !          13608: # are removed by m4; they're present so that m4 does not expand
        !          13609: # <dollar><star>; be careful, easy to get confused.)
        !          13610: if (
        !          13611:      set X `ls -t conftest.ts[12]` &&
        !          13612:      {
        !          13613:        test "$*" != "X conftest.ts1 conftest.ts2" ||
        !          13614:        test "$*" != "X conftest.ts2 conftest.ts1";
        !          13615:      }
        !          13616: ); then :; else
        !          13617:   # If neither matched, then we have a broken ls.  This can happen
        !          13618:   # if, for instance, CONFIG_SHELL is bash and it inherits a
        !          13619:   # broken ls alias from the environment.  This has actually
        !          13620:   # happened.  Such a system could not be considered "sane".
        !          13621:   printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5
        !          13622:   { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          13623: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          13624: as_fn_error $? "ls -t produces unexpected output.
        !          13625: Make sure there is not a broken ls alias in your environment.
        !          13626: See 'config.log' for more details" "$LINENO" 5; }
        !          13627: fi
        !          13628: 
        !          13629: for am_try_res in $am_try_resolutions; do
        !          13630:   # Any one fine-grained sleep might happen to cross the boundary
        !          13631:   # between two values of a coarser actual resolution, but if we do
        !          13632:   # two fine-grained sleeps in a row, at least one of them will fall
        !          13633:   # entirely within a coarse interval.
        !          13634:   echo alpha > conftest.ts1
        !          13635:   sleep $am_try_res
        !          13636:   echo beta > conftest.ts2
        !          13637:   sleep $am_try_res
        !          13638:   echo gamma > conftest.ts3
        !          13639: 
        !          13640:   # We assume that 'ls -t' will make use of high-resolution
        !          13641:   # timestamps if the operating system supports them at all.
        !          13642:   if (set X `ls -t conftest.ts?` &&
        !          13643:       test "$2" = conftest.ts3 &&
        !          13644:       test "$3" = conftest.ts2 &&
        !          13645:       test "$4" = conftest.ts1); then
        !          13646:     #
        !          13647:     # Ok, ls -t worked. If we're at a resolution of 1 second, we're done,
        !          13648:     # because we don't need to test make.
        !          13649:     make_ok=true
        !          13650:     if test $am_try_res != 1; then
        !          13651:       # But if we've succeeded so far with a subsecond resolution, we
        !          13652:       # have one more thing to check: make. It can happen that
        !          13653:       # everything else supports the subsecond mtimes, but make doesn't;
        !          13654:       # notably on macOS, which ships make 3.81 from 2006 (the last one
        !          13655:       # released under GPLv2). https://bugs.gnu.org/68808
        !          13656:       #
        !          13657:       # We test $MAKE if it is defined in the environment, else "make".
        !          13658:       # It might get overridden later, but our hope is that in practice
        !          13659:       # it does not matter: it is the system "make" which is (by far)
        !          13660:       # the most likely to be broken, whereas if the user overrides it,
        !          13661:       # probably they did so with a better, or at least not worse, make.
        !          13662:       # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html
        !          13663:       #
        !          13664:       # Create a Makefile (real tab character here):
        !          13665:       rm -f conftest.mk
        !          13666:       echo 'conftest.ts1: conftest.ts2' >conftest.mk
        !          13667:       echo '   touch conftest.ts2' >>conftest.mk
        !          13668:       #
        !          13669:       # Now, running
        !          13670:       #   touch conftest.ts1; touch conftest.ts2; make
        !          13671:       # should touch ts1 because ts2 is newer. This could happen by luck,
        !          13672:       # but most often, it will fail if make's support is insufficient. So
        !          13673:       # test for several consecutive successes.
        !          13674:       #
        !          13675:       # (We reuse conftest.ts[12] because we still want to modify existing
        !          13676:       # files, not create new ones, per above.)
        !          13677:       n=0
        !          13678:       make=${MAKE-make}
        !          13679:       until test $n -eq 3; do
        !          13680:         echo one > conftest.ts1
        !          13681:         sleep $am_try_res
        !          13682:         echo two > conftest.ts2 # ts2 should now be newer than ts1
        !          13683:         if $make -f conftest.mk | grep 'up to date' >/dev/null; then
        !          13684:           make_ok=false
        !          13685:           break # out of $n loop
        !          13686:         fi
        !          13687:         n=`expr $n + 1`
        !          13688:       done
        !          13689:     fi
        !          13690:     #
        !          13691:     if $make_ok; then
        !          13692:       # Everything we know to check worked out, so call this resolution good.
        !          13693:       am_cv_filesystem_timestamp_resolution=$am_try_res
        !          13694:       break # out of $am_try_res loop
        !          13695:     fi
        !          13696:     # Otherwise, we'll go on to check the next resolution.
        !          13697:   fi
        !          13698: done
        !          13699: rm -f conftest.ts?
        !          13700: # (end _am_filesystem_timestamp_resolution)
        !          13701:  ;;
        !          13702: esac
        !          13703: fi
        !          13704: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5
        !          13705: printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; }
        !          13706: 
        !          13707: # This check should not be cached, as it may vary across builds of
        !          13708: # different projects.
        !          13709: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
        !          13710: printf %s "checking whether build environment is sane... " >&6; }
        !          13711: # Reject unsafe characters in $srcdir or the absolute working directory
        !          13712: # name.  Accept space and tab only in the latter.
        !          13713: am_lf='
        !          13714: '
        !          13715: case `pwd` in
        !          13716:   *[\\\"\#\$\&\'\`$am_lf]*)
        !          13717:     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
        !          13718: esac
        !          13719: case $srcdir in
        !          13720:   *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
        !          13721:     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
        !          13722: esac
        !          13723: 
        !          13724: # Do 'set' in a subshell so we don't clobber the current shell's
        !          13725: # arguments.  Must try -L first in case configure is actually a
        !          13726: # symlink; some systems play weird games with the mod time of symlinks
        !          13727: # (eg FreeBSD returns the mod time of the symlink's containing
        !          13728: # directory).
        !          13729: am_build_env_is_sane=no
        !          13730: am_has_slept=no
        !          13731: rm -f conftest.file
        !          13732: for am_try in 1 2; do
        !          13733:   echo "timestamp, slept: $am_has_slept" > conftest.file
        !          13734:   if (
        !          13735:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
        !          13736:     if test "$*" = "X"; then
        !          13737:       # -L didn't work.
        !          13738:       set X `ls -t "$srcdir/configure" conftest.file`
        !          13739:     fi
        !          13740:     test "$2" = conftest.file
        !          13741:   ); then
        !          13742:     am_build_env_is_sane=yes
        !          13743:     break
        !          13744:   fi
        !          13745:   # Just in case.
        !          13746:   sleep "$am_cv_filesystem_timestamp_resolution"
        !          13747:   am_has_slept=yes
        !          13748: done
        !          13749: 
        !          13750: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5
        !          13751: printf "%s\n" "$am_build_env_is_sane" >&6; }
        !          13752: if test "$am_build_env_is_sane" = no; then
        !          13753:   as_fn_error $? "newly created file is older than distributed files!
        !          13754: Check your system clock" "$LINENO" 5
        !          13755: fi
        !          13756: 
        !          13757: # If we didn't sleep, we still need to ensure time stamps of config.status and
        !          13758: # generated files are strictly newer.
        !          13759: am_sleep_pid=
        !          13760: if test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1
        !          13761: then :
        !          13762: 
        !          13763: else case e in #(
        !          13764:   e)   ( sleep "$am_cv_filesystem_timestamp_resolution" ) &
        !          13765:   am_sleep_pid=$!
        !          13766:  ;;
        !          13767: esac
        !          13768: fi
        !          13769: 
        !          13770: rm -f conftest.file
        !          13771: 
        !          13772: test "$program_prefix" != NONE &&
        !          13773:   program_transform_name="s&^&$program_prefix&;$program_transform_name"
        !          13774: # Use a double $ so make ignores it.
        !          13775: test "$program_suffix" != NONE &&
        !          13776:   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
        !          13777: # Double any \ or $.
        !          13778: # By default was 's,x,x', remove it if useless.
        !          13779: ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
        !          13780: program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
        !          13781: 
        !          13782: 
        !          13783:   if test x"${MISSING+set}" != xset; then
        !          13784:   MISSING="\${SHELL} '$am_aux_dir/missing'"
        !          13785: fi
        !          13786: # Use eval to expand $SHELL
        !          13787: if eval "$MISSING --is-lightweight"; then
        !          13788:   am_missing_run="$MISSING "
        !          13789: else
        !          13790:   am_missing_run=
        !          13791:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
        !          13792: printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
        !          13793: fi
        !          13794: 
        !          13795: if test x"${install_sh+set}" != xset; then
        !          13796:   case $am_aux_dir in
        !          13797:   *\ * | *\    *)
        !          13798:     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
        !          13799:   *)
        !          13800:     install_sh="\${SHELL} $am_aux_dir/install-sh"
        !          13801:   esac
        !          13802: fi
        !          13803: 
        !          13804: # Installed binaries are usually stripped using 'strip' when the user
        !          13805: # run "make install-strip".  However 'strip' might not be the right
        !          13806: # tool to use in cross-compilation environments, therefore Automake
        !          13807: # will honor the 'STRIP' environment variable to overrule this program.
        !          13808: if test "$cross_compiling" != no; then
        !          13809:   if test -n "$ac_tool_prefix"; then
        !          13810:   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
        !          13811: set dummy ${ac_tool_prefix}strip; ac_word=$2
        !          13812: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          13813: printf %s "checking for $ac_word... " >&6; }
        !          13814: if test ${ac_cv_prog_STRIP+y}
        !          13815: then :
        !          13816:   printf %s "(cached) " >&6
        !          13817: else case e in #(
        !          13818:   e) if test -n "$STRIP"; then
        !          13819:   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
        !          13820: else
        !          13821: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          13822: for as_dir in $PATH
        !          13823: do
        !          13824:   IFS=$as_save_IFS
        !          13825:   case $as_dir in #(((
        !          13826:     '') as_dir=./ ;;
        !          13827:     */) ;;
        !          13828:     *) as_dir=$as_dir/ ;;
        !          13829:   esac
        !          13830:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          13831:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          13832:     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
        !          13833:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          13834:     break 2
        !          13835:   fi
        !          13836: done
        !          13837:   done
        !          13838: IFS=$as_save_IFS
        !          13839: 
        !          13840: fi ;;
        !          13841: esac
        !          13842: fi
        !          13843: STRIP=$ac_cv_prog_STRIP
        !          13844: if test -n "$STRIP"; then
        !          13845:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
        !          13846: printf "%s\n" "$STRIP" >&6; }
        !          13847: else
        !          13848:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          13849: printf "%s\n" "no" >&6; }
        !          13850: fi
        !          13851: 
        !          13852: 
        !          13853: fi
        !          13854: if test -z "$ac_cv_prog_STRIP"; then
        !          13855:   ac_ct_STRIP=$STRIP
        !          13856:   # Extract the first word of "strip", so it can be a program name with args.
        !          13857: set dummy strip; ac_word=$2
        !          13858: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          13859: printf %s "checking for $ac_word... " >&6; }
        !          13860: if test ${ac_cv_prog_ac_ct_STRIP+y}
        !          13861: then :
        !          13862:   printf %s "(cached) " >&6
        !          13863: else case e in #(
        !          13864:   e) if test -n "$ac_ct_STRIP"; then
        !          13865:   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
        !          13866: else
        !          13867: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          13868: for as_dir in $PATH
        !          13869: do
        !          13870:   IFS=$as_save_IFS
        !          13871:   case $as_dir in #(((
        !          13872:     '') as_dir=./ ;;
        !          13873:     */) ;;
        !          13874:     *) as_dir=$as_dir/ ;;
        !          13875:   esac
        !          13876:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          13877:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          13878:     ac_cv_prog_ac_ct_STRIP="strip"
        !          13879:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          13880:     break 2
        !          13881:   fi
        !          13882: done
        !          13883:   done
        !          13884: IFS=$as_save_IFS
        !          13885: 
        !          13886: fi ;;
        !          13887: esac
        !          13888: fi
        !          13889: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
        !          13890: if test -n "$ac_ct_STRIP"; then
        !          13891:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
        !          13892: printf "%s\n" "$ac_ct_STRIP" >&6; }
        !          13893: else
        !          13894:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          13895: printf "%s\n" "no" >&6; }
        !          13896: fi
        !          13897: 
        !          13898:   if test "x$ac_ct_STRIP" = x; then
        !          13899:     STRIP=":"
        !          13900:   else
        !          13901:     case $cross_compiling:$ac_tool_warned in
        !          13902: yes:)
        !          13903: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          13904: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          13905: ac_tool_warned=yes ;;
        !          13906: esac
        !          13907:     STRIP=$ac_ct_STRIP
        !          13908:   fi
        !          13909: else
        !          13910:   STRIP="$ac_cv_prog_STRIP"
        !          13911: fi
        !          13912: 
        !          13913: fi
        !          13914: INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
        !          13915: 
        !          13916: 
        !          13917:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
        !          13918: printf %s "checking for a race-free mkdir -p... " >&6; }
        !          13919: if test -z "$MKDIR_P"; then
        !          13920:   if test ${ac_cv_path_mkdir+y}
        !          13921: then :
        !          13922:   printf %s "(cached) " >&6
        !          13923: else case e in #(
        !          13924:   e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          13925: for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
        !          13926: do
        !          13927:   IFS=$as_save_IFS
        !          13928:   case $as_dir in #(((
        !          13929:     '') as_dir=./ ;;
        !          13930:     */) ;;
        !          13931:     *) as_dir=$as_dir/ ;;
        !          13932:   esac
        !          13933:     for ac_prog in mkdir gmkdir; do
        !          13934:         for ac_exec_ext in '' $ac_executable_extensions; do
        !          13935:           as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
        !          13936:           case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
        !          13937:             'mkdir ('*'coreutils) '* | \
        !          13938:             *'BusyBox '* | \
        !          13939:             'mkdir (fileutils) '4.1*)
        !          13940:               ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
        !          13941:               break 3;;
        !          13942:           esac
        !          13943:         done
        !          13944:        done
        !          13945:   done
        !          13946: IFS=$as_save_IFS
        !          13947:  ;;
        !          13948: esac
        !          13949: fi
        !          13950: 
        !          13951:   test -d ./--version && rmdir ./--version
        !          13952:   if test ${ac_cv_path_mkdir+y}; then
        !          13953:     MKDIR_P="$ac_cv_path_mkdir -p"
        !          13954:   else
        !          13955:     # As a last resort, use plain mkdir -p,
        !          13956:     # in the hope it doesn't have the bugs of ancient mkdir.
        !          13957:     MKDIR_P='mkdir -p'
        !          13958:   fi
        !          13959: fi
        !          13960: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
        !          13961: printf "%s\n" "$MKDIR_P" >&6; }
        !          13962: 
        !          13963: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
        !          13964: printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
        !          13965: set x ${MAKE-make}
        !          13966: ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
        !          13967: if eval test \${ac_cv_prog_make_${ac_make}_set+y}
        !          13968: then :
        !          13969:   printf %s "(cached) " >&6
        !          13970: else case e in #(
        !          13971:   e) cat >conftest.make <<\_ACEOF
        !          13972: SHELL = /bin/sh
        !          13973: all:
        !          13974:        @echo '@@@%%%=$(MAKE)=@@@%%%'
        !          13975: _ACEOF
        !          13976: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
        !          13977: case `${MAKE-make} -f conftest.make 2>/dev/null` in
        !          13978:   *@@@%%%=?*=@@@%%%*)
        !          13979:     eval ac_cv_prog_make_${ac_make}_set=yes;;
        !          13980:   *)
        !          13981:     eval ac_cv_prog_make_${ac_make}_set=no;;
        !          13982: esac
        !          13983: rm -f conftest.make ;;
        !          13984: esac
        !          13985: fi
        !          13986: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
        !          13987:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
        !          13988: printf "%s\n" "yes" >&6; }
        !          13989:   SET_MAKE=
        !          13990: else
        !          13991:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          13992: printf "%s\n" "no" >&6; }
        !          13993:   SET_MAKE="MAKE=${MAKE-make}"
        !          13994: fi
        !          13995: 
        !          13996: rm -rf .tst 2>/dev/null
        !          13997: mkdir .tst 2>/dev/null
        !          13998: if test -d .tst; then
        !          13999:   am__leading_dot=.
        !          14000: else
        !          14001:   am__leading_dot=_
        !          14002: fi
        !          14003: rmdir .tst 2>/dev/null
        !          14004: 
        !          14005: DEPDIR="${am__leading_dot}deps"
        !          14006: 
        !          14007: ac_config_commands="$ac_config_commands depfiles"
        !          14008: 
        !          14009: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
        !          14010: printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
        !          14011: cat > confinc.mk << 'END'
        !          14012: am__doit:
        !          14013:        @echo this is the am__doit target >confinc.out
        !          14014: .PHONY: am__doit
        !          14015: END
        !          14016: am__include="#"
        !          14017: am__quote=
        !          14018: # BSD make does it like this.
        !          14019: echo '.include "confinc.mk" # ignored' > confmf.BSD
        !          14020: # Other make implementations (GNU, Solaris 10, AIX) do it like this.
        !          14021: echo 'include confinc.mk # ignored' > confmf.GNU
        !          14022: _am_result=no
        !          14023: for s in GNU BSD; do
        !          14024:   { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
        !          14025:    (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
        !          14026:    ac_status=$?
        !          14027:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          14028:    (exit $ac_status); }
        !          14029:   case $?:`cat confinc.out 2>/dev/null` in #(
        !          14030:   '0:this is the am__doit target') :
        !          14031:     case $s in #(
        !          14032:   BSD) :
        !          14033:     am__include='.include' am__quote='"' ;; #(
        !          14034:   *) :
        !          14035:     am__include='include' am__quote='' ;;
        !          14036: esac ;; #(
        !          14037:   *) :
        !          14038:      ;;
        !          14039: esac
        !          14040:   if test "$am__include" != "#"; then
        !          14041:     _am_result="yes ($s style)"
        !          14042:     break
        !          14043:   fi
        !          14044: done
        !          14045: rm -f confinc.* confmf.*
        !          14046: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
        !          14047: printf "%s\n" "${_am_result}" >&6; }
        !          14048: 
        !          14049: # Check whether --enable-dependency-tracking was given.
        !          14050: if test ${enable_dependency_tracking+y}
        !          14051: then :
        !          14052:   enableval=$enable_dependency_tracking;
        !          14053: fi
        !          14054: 
        !          14055: if test "x$enable_dependency_tracking" != xno; then
        !          14056:   am_depcomp="$ac_aux_dir/depcomp"
        !          14057:   AMDEPBACKSLASH='\'
        !          14058:   am__nodep='_no'
        !          14059: fi
        !          14060:  if test "x$enable_dependency_tracking" != xno; then
        !          14061:   AMDEP_TRUE=
        !          14062:   AMDEP_FALSE='#'
        !          14063: else
        !          14064:   AMDEP_TRUE='#'
        !          14065:   AMDEP_FALSE=
        !          14066: fi
        !          14067: 
        !          14068: 
        !          14069: AM_DEFAULT_VERBOSITY=1
        !          14070: # Check whether --enable-silent-rules was given.
        !          14071: if test ${enable_silent_rules+y}
        !          14072: then :
        !          14073:   enableval=$enable_silent_rules;
        !          14074: fi
        !          14075: 
        !          14076: am_make=${MAKE-make}
        !          14077: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
        !          14078: printf %s "checking whether $am_make supports nested variables... " >&6; }
        !          14079: if test ${am_cv_make_support_nested_variables+y}
        !          14080: then :
        !          14081:   printf %s "(cached) " >&6
        !          14082: else case e in #(
        !          14083:   e) if printf "%s\n" 'TRUE=$(BAR$(V))
        !          14084: BAR0=false
        !          14085: BAR1=true
        !          14086: V=1
        !          14087: am__doit:
        !          14088:        @$(TRUE)
        !          14089: .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
        !          14090:   am_cv_make_support_nested_variables=yes
        !          14091: else
        !          14092:   am_cv_make_support_nested_variables=no
        !          14093: fi ;;
        !          14094: esac
        !          14095: fi
        !          14096: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
        !          14097: printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
        !          14098: AM_BACKSLASH='\'
        !          14099: 
        !          14100: am__rm_f_notfound=
        !          14101: if (rm -f && rm -fr && rm -rf) 2>/dev/null
        !          14102: then :
        !          14103: 
        !          14104: else case e in #(
        !          14105:   e) am__rm_f_notfound='""' ;;
        !          14106: esac
        !          14107: fi
        !          14108: 
        !          14109: 
        !          14110: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5
        !          14111: printf %s "checking xargs -n works... " >&6; }
        !          14112: if test ${am_cv_xargs_n_works+y}
        !          14113: then :
        !          14114:   printf %s "(cached) " >&6
        !          14115: else case e in #(
        !          14116:   e) if test "`echo 1 2 3 | xargs -n2 echo`" = "1 2
        !          14117: 3"
        !          14118: then :
        !          14119:   am_cv_xargs_n_works=yes
        !          14120: else case e in #(
        !          14121:   e) am_cv_xargs_n_works=no ;;
        !          14122: esac
        !          14123: fi ;;
        !          14124: esac
        !          14125: fi
        !          14126: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5
        !          14127: printf "%s\n" "$am_cv_xargs_n_works" >&6; }
        !          14128: if test "$am_cv_xargs_n_works" = yes
        !          14129: then :
        !          14130:   am__xargs_n='xargs -n'
        !          14131: else case e in #(
        !          14132:   e)   am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "" "$am__xargs_n_arg"; done; }'
        !          14133:  ;;
        !          14134: esac
        !          14135: fi
        !          14136: 
        !          14137: if test "`cd $srcdir && pwd`" != "`pwd`"; then
        !          14138:   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
        !          14139:   # is not polluted with repeated "-I."
        !          14140:   am__isrc=' -I$(srcdir)'
        !          14141:   # test to see if srcdir already configured
        !          14142:   if test -f $srcdir/config.status; then
        !          14143:     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
        !          14144:   fi
        !          14145: fi
        !          14146: 
        !          14147: # test whether we have cygpath
        !          14148: if test -z "$CYGPATH_W"; then
        !          14149:   if (cygpath --version) >/dev/null 2>/dev/null; then
        !          14150:     CYGPATH_W='cygpath -w'
        !          14151:   else
        !          14152:     CYGPATH_W=echo
        !          14153:   fi
        !          14154: fi
        !          14155: 
        !          14156: 
        !          14157: # Define the identity of the package.
        !          14158:  PACKAGE='freem'
        !          14159:  VERSION='cvs-current'
        !          14160: 
        !          14161: 
        !          14162: printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
        !          14163: 
        !          14164: 
        !          14165: printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
        !          14166: 
        !          14167: # Some tools Automake needs.
        !          14168: 
        !          14169: ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
        !          14170: 
        !          14171: 
        !          14172: AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
        !          14173: 
        !          14174: 
        !          14175: AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
        !          14176: 
        !          14177: 
        !          14178: AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
        !          14179: 
        !          14180: 
        !          14181: MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
        !          14182: 
        !          14183: # For better backward compatibility.  To be removed once Automake 1.9.x
        !          14184: # dies out for good.  For more background, see:
        !          14185: # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
        !          14186: # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
        !          14187: mkdir_p='$(MKDIR_P)'
        !          14188: 
        !          14189: # We need awk for the "check" target (and possibly the TAP driver).  The
        !          14190: # system "awk" is bad on some platforms.
        !          14191: # Always define AMTAR for backward compatibility.  Yes, it's still used
        !          14192: # in the wild :-(  We should find a proper way to deprecate it ...
        !          14193: AMTAR='$${TAR-tar}'
        !          14194: 
        !          14195: 
        !          14196: # We'll loop over all known methods to create a tar archive until one works.
        !          14197: _am_tools='gnutar  pax cpio none'
        !          14198: 
        !          14199: am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
        !          14200: 
        !          14201: 
        !          14202: 
        !          14203: 
        !          14204: 
        !          14205: depcc="$CC"   am_compiler_list=
        !          14206: 
        !          14207: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
        !          14208: printf %s "checking dependency style of $depcc... " >&6; }
        !          14209: if test ${am_cv_CC_dependencies_compiler_type+y}
        !          14210: then :
        !          14211:   printf %s "(cached) " >&6
        !          14212: else case e in #(
        !          14213:   e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
        !          14214:   # We make a subdir and do the tests there.  Otherwise we can end up
        !          14215:   # making bogus files that we don't know about and never remove.  For
        !          14216:   # instance it was reported that on HP-UX the gcc test will end up
        !          14217:   # making a dummy file named 'D' -- because '-MD' means "put the output
        !          14218:   # in D".
        !          14219:   rm -rf conftest.dir
        !          14220:   mkdir conftest.dir
        !          14221:   # Copy depcomp to subdir because otherwise we won't find it if we're
        !          14222:   # using a relative directory.
        !          14223:   cp "$am_depcomp" conftest.dir
        !          14224:   cd conftest.dir
        !          14225:   # We will build objects and dependencies in a subdirectory because
        !          14226:   # it helps to detect inapplicable dependency modes.  For instance
        !          14227:   # both Tru64's cc and ICC support -MD to output dependencies as a
        !          14228:   # side effect of compilation, but ICC will put the dependencies in
        !          14229:   # the current directory while Tru64 will put them in the object
        !          14230:   # directory.
        !          14231:   mkdir sub
        !          14232: 
        !          14233:   am_cv_CC_dependencies_compiler_type=none
        !          14234:   if test "$am_compiler_list" = ""; then
        !          14235:      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
        !          14236:   fi
        !          14237:   am__universal=false
        !          14238:   case " $depcc " in #(
        !          14239:      *\ -arch\ *\ -arch\ *) am__universal=true ;;
        !          14240:      esac
        !          14241: 
        !          14242:   for depmode in $am_compiler_list; do
        !          14243:     # Setup a source with many dependencies, because some compilers
        !          14244:     # like to wrap large dependency lists on column 80 (with \), and
        !          14245:     # we should not choose a depcomp mode which is confused by this.
        !          14246:     #
        !          14247:     # We need to recreate these files for each test, as the compiler may
        !          14248:     # overwrite some of them when testing with obscure command lines.
        !          14249:     # This happens at least with the AIX C compiler.
        !          14250:     : > sub/conftest.c
        !          14251:     for i in 1 2 3 4 5 6; do
        !          14252:       echo '#include "conftst'$i'.h"' >> sub/conftest.c
        !          14253:       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
        !          14254:       # Solaris 10 /bin/sh.
        !          14255:       echo '/* dummy */' > sub/conftst$i.h
        !          14256:     done
        !          14257:     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
        !          14258: 
        !          14259:     # We check with '-c' and '-o' for the sake of the "dashmstdout"
        !          14260:     # mode.  It turns out that the SunPro C++ compiler does not properly
        !          14261:     # handle '-M -o', and we need to detect this.  Also, some Intel
        !          14262:     # versions had trouble with output in subdirs.
        !          14263:     am__obj=sub/conftest.${OBJEXT-o}
        !          14264:     am__minus_obj="-o $am__obj"
        !          14265:     case $depmode in
        !          14266:     gcc)
        !          14267:       # This depmode causes a compiler race in universal mode.
        !          14268:       test "$am__universal" = false || continue
        !          14269:       ;;
        !          14270:     nosideeffect)
        !          14271:       # After this tag, mechanisms are not by side-effect, so they'll
        !          14272:       # only be used when explicitly requested.
        !          14273:       if test "x$enable_dependency_tracking" = xyes; then
        !          14274:        continue
        !          14275:       else
        !          14276:        break
        !          14277:       fi
        !          14278:       ;;
        !          14279:     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
        !          14280:       # This compiler won't grok '-c -o', but also, the minuso test has
        !          14281:       # not run yet.  These depmodes are late enough in the game, and
        !          14282:       # so weak that their functioning should not be impacted.
        !          14283:       am__obj=conftest.${OBJEXT-o}
        !          14284:       am__minus_obj=
        !          14285:       ;;
        !          14286:     none) break ;;
        !          14287:     esac
        !          14288:     if depmode=$depmode \
        !          14289:        source=sub/conftest.c object=$am__obj \
        !          14290:        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
        !          14291:        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
        !          14292:          >/dev/null 2>conftest.err &&
        !          14293:        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
        !          14294:        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
        !          14295:        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
        !          14296:        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
        !          14297:       # icc doesn't choke on unknown options, it will just issue warnings
        !          14298:       # or remarks (even with -Werror).  So we grep stderr for any message
        !          14299:       # that says an option was ignored or not supported.
        !          14300:       # When given -MP, icc 7.0 and 7.1 complain thus:
        !          14301:       #   icc: Command line warning: ignoring option '-M'; no argument required
        !          14302:       # The diagnosis changed in icc 8.0:
        !          14303:       #   icc: Command line remark: option '-MP' not supported
        !          14304:       if (grep 'ignoring option' conftest.err ||
        !          14305:           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
        !          14306:         am_cv_CC_dependencies_compiler_type=$depmode
        !          14307:         break
        !          14308:       fi
        !          14309:     fi
        !          14310:   done
        !          14311: 
        !          14312:   cd ..
        !          14313:   rm -rf conftest.dir
        !          14314: else
        !          14315:   am_cv_CC_dependencies_compiler_type=none
        !          14316: fi
        !          14317:  ;;
        !          14318: esac
        !          14319: fi
        !          14320: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
        !          14321: printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
        !          14322: CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
        !          14323: 
        !          14324:  if
        !          14325:   test "x$enable_dependency_tracking" != xno \
        !          14326:   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
        !          14327:   am__fastdepCC_TRUE=
        !          14328:   am__fastdepCC_FALSE='#'
        !          14329: else
        !          14330:   am__fastdepCC_TRUE='#'
        !          14331:   am__fastdepCC_FALSE=
        !          14332: fi
        !          14333: 
        !          14334: 
        !          14335: # Variables for tags utilities; see am/tags.am
        !          14336: if test -z "$CTAGS"; then
        !          14337:   CTAGS=ctags
        !          14338: fi
        !          14339: 
        !          14340: if test -z "$ETAGS"; then
        !          14341:   ETAGS=etags
        !          14342: fi
        !          14343: 
        !          14344: if test -z "$CSCOPE"; then
        !          14345:   CSCOPE=cscope
        !          14346: fi
        !          14347: 
        !          14348: 
        !          14349: 
        !          14350: 
        !          14351: 
        !          14352: 
        !          14353: 
        !          14354: ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile"
        !          14355: 
        !          14356: ac_ext=c
        !          14357: ac_cpp='$CPP $CPPFLAGS'
        !          14358: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          14359: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          14360: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          14361: if test -n "$ac_tool_prefix"; then
        !          14362:   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
        !          14363: set dummy ${ac_tool_prefix}gcc; ac_word=$2
        !          14364: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14365: printf %s "checking for $ac_word... " >&6; }
        !          14366: if test ${ac_cv_prog_CC+y}
        !          14367: then :
        !          14368:   printf %s "(cached) " >&6
        !          14369: else case e in #(
        !          14370:   e) if test -n "$CC"; then
        !          14371:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          14372: else
        !          14373: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14374: for as_dir in $PATH
        !          14375: do
        !          14376:   IFS=$as_save_IFS
        !          14377:   case $as_dir in #(((
        !          14378:     '') as_dir=./ ;;
        !          14379:     */) ;;
        !          14380:     *) as_dir=$as_dir/ ;;
        !          14381:   esac
        !          14382:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14383:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14384:     ac_cv_prog_CC="${ac_tool_prefix}gcc"
        !          14385:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14386:     break 2
        !          14387:   fi
        !          14388: done
        !          14389:   done
        !          14390: IFS=$as_save_IFS
        !          14391: 
        !          14392: fi ;;
        !          14393: esac
        !          14394: fi
        !          14395: CC=$ac_cv_prog_CC
        !          14396: if test -n "$CC"; then
        !          14397:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          14398: printf "%s\n" "$CC" >&6; }
        !          14399: else
        !          14400:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14401: printf "%s\n" "no" >&6; }
        !          14402: fi
        !          14403: 
        !          14404: 
        !          14405: fi
        !          14406: if test -z "$ac_cv_prog_CC"; then
        !          14407:   ac_ct_CC=$CC
        !          14408:   # Extract the first word of "gcc", so it can be a program name with args.
        !          14409: set dummy gcc; ac_word=$2
        !          14410: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14411: printf %s "checking for $ac_word... " >&6; }
        !          14412: if test ${ac_cv_prog_ac_ct_CC+y}
        !          14413: then :
        !          14414:   printf %s "(cached) " >&6
        !          14415: else case e in #(
        !          14416:   e) if test -n "$ac_ct_CC"; then
        !          14417:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
        !          14418: else
        !          14419: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14420: for as_dir in $PATH
        !          14421: do
        !          14422:   IFS=$as_save_IFS
        !          14423:   case $as_dir in #(((
        !          14424:     '') as_dir=./ ;;
        !          14425:     */) ;;
        !          14426:     *) as_dir=$as_dir/ ;;
        !          14427:   esac
        !          14428:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14429:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14430:     ac_cv_prog_ac_ct_CC="gcc"
        !          14431:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14432:     break 2
        !          14433:   fi
        !          14434: done
        !          14435:   done
        !          14436: IFS=$as_save_IFS
        !          14437: 
        !          14438: fi ;;
        !          14439: esac
        !          14440: fi
        !          14441: ac_ct_CC=$ac_cv_prog_ac_ct_CC
        !          14442: if test -n "$ac_ct_CC"; then
        !          14443:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
        !          14444: printf "%s\n" "$ac_ct_CC" >&6; }
        !          14445: else
        !          14446:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14447: printf "%s\n" "no" >&6; }
        !          14448: fi
        !          14449: 
        !          14450:   if test "x$ac_ct_CC" = x; then
        !          14451:     CC=""
        !          14452:   else
        !          14453:     case $cross_compiling:$ac_tool_warned in
        !          14454: yes:)
        !          14455: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          14456: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          14457: ac_tool_warned=yes ;;
        !          14458: esac
        !          14459:     CC=$ac_ct_CC
        !          14460:   fi
        !          14461: else
        !          14462:   CC="$ac_cv_prog_CC"
        !          14463: fi
        !          14464: 
        !          14465: if test -z "$CC"; then
        !          14466:           if test -n "$ac_tool_prefix"; then
        !          14467:     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
        !          14468: set dummy ${ac_tool_prefix}cc; ac_word=$2
        !          14469: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14470: printf %s "checking for $ac_word... " >&6; }
        !          14471: if test ${ac_cv_prog_CC+y}
        !          14472: then :
        !          14473:   printf %s "(cached) " >&6
        !          14474: else case e in #(
        !          14475:   e) if test -n "$CC"; then
        !          14476:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          14477: else
        !          14478: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14479: for as_dir in $PATH
        !          14480: do
        !          14481:   IFS=$as_save_IFS
        !          14482:   case $as_dir in #(((
        !          14483:     '') as_dir=./ ;;
        !          14484:     */) ;;
        !          14485:     *) as_dir=$as_dir/ ;;
        !          14486:   esac
        !          14487:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14488:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14489:     ac_cv_prog_CC="${ac_tool_prefix}cc"
        !          14490:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14491:     break 2
        !          14492:   fi
        !          14493: done
        !          14494:   done
        !          14495: IFS=$as_save_IFS
        !          14496: 
        !          14497: fi ;;
        !          14498: esac
        !          14499: fi
        !          14500: CC=$ac_cv_prog_CC
        !          14501: if test -n "$CC"; then
        !          14502:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          14503: printf "%s\n" "$CC" >&6; }
        !          14504: else
        !          14505:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14506: printf "%s\n" "no" >&6; }
        !          14507: fi
        !          14508: 
        !          14509: 
        !          14510:   fi
        !          14511: fi
        !          14512: if test -z "$CC"; then
        !          14513:   # Extract the first word of "cc", so it can be a program name with args.
        !          14514: set dummy cc; ac_word=$2
        !          14515: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14516: printf %s "checking for $ac_word... " >&6; }
        !          14517: if test ${ac_cv_prog_CC+y}
        !          14518: then :
        !          14519:   printf %s "(cached) " >&6
        !          14520: else case e in #(
        !          14521:   e) if test -n "$CC"; then
        !          14522:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          14523: else
        !          14524:   ac_prog_rejected=no
        !          14525: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14526: for as_dir in $PATH
        !          14527: do
        !          14528:   IFS=$as_save_IFS
        !          14529:   case $as_dir in #(((
        !          14530:     '') as_dir=./ ;;
        !          14531:     */) ;;
        !          14532:     *) as_dir=$as_dir/ ;;
        !          14533:   esac
        !          14534:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14535:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14536:     if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
        !          14537:        ac_prog_rejected=yes
        !          14538:        continue
        !          14539:      fi
        !          14540:     ac_cv_prog_CC="cc"
        !          14541:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14542:     break 2
        !          14543:   fi
        !          14544: done
        !          14545:   done
        !          14546: IFS=$as_save_IFS
        !          14547: 
        !          14548: if test $ac_prog_rejected = yes; then
        !          14549:   # We found a bogon in the path, so make sure we never use it.
        !          14550:   set dummy $ac_cv_prog_CC
        !          14551:   shift
        !          14552:   if test $# != 0; then
        !          14553:     # We chose a different compiler from the bogus one.
        !          14554:     # However, it has the same basename, so the bogon will be chosen
        !          14555:     # first if we set CC to just the basename; use the full file name.
        !          14556:     shift
        !          14557:     ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
        !          14558:   fi
        !          14559: fi
        !          14560: fi ;;
        !          14561: esac
        !          14562: fi
        !          14563: CC=$ac_cv_prog_CC
        !          14564: if test -n "$CC"; then
        !          14565:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          14566: printf "%s\n" "$CC" >&6; }
        !          14567: else
        !          14568:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14569: printf "%s\n" "no" >&6; }
        !          14570: fi
        !          14571: 
        !          14572: 
        !          14573: fi
        !          14574: if test -z "$CC"; then
        !          14575:   if test -n "$ac_tool_prefix"; then
        !          14576:   for ac_prog in cl.exe
        !          14577:   do
        !          14578:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
        !          14579: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
        !          14580: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14581: printf %s "checking for $ac_word... " >&6; }
        !          14582: if test ${ac_cv_prog_CC+y}
        !          14583: then :
        !          14584:   printf %s "(cached) " >&6
        !          14585: else case e in #(
        !          14586:   e) if test -n "$CC"; then
        !          14587:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          14588: else
        !          14589: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14590: for as_dir in $PATH
        !          14591: do
        !          14592:   IFS=$as_save_IFS
        !          14593:   case $as_dir in #(((
        !          14594:     '') as_dir=./ ;;
        !          14595:     */) ;;
        !          14596:     *) as_dir=$as_dir/ ;;
        !          14597:   esac
        !          14598:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14599:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14600:     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
        !          14601:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14602:     break 2
        !          14603:   fi
        !          14604: done
        !          14605:   done
        !          14606: IFS=$as_save_IFS
        !          14607: 
        !          14608: fi ;;
        !          14609: esac
        !          14610: fi
        !          14611: CC=$ac_cv_prog_CC
        !          14612: if test -n "$CC"; then
        !          14613:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          14614: printf "%s\n" "$CC" >&6; }
        !          14615: else
        !          14616:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14617: printf "%s\n" "no" >&6; }
        !          14618: fi
        !          14619: 
        !          14620: 
        !          14621:     test -n "$CC" && break
        !          14622:   done
        !          14623: fi
        !          14624: if test -z "$CC"; then
        !          14625:   ac_ct_CC=$CC
        !          14626:   for ac_prog in cl.exe
        !          14627: do
        !          14628:   # Extract the first word of "$ac_prog", so it can be a program name with args.
        !          14629: set dummy $ac_prog; ac_word=$2
        !          14630: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14631: printf %s "checking for $ac_word... " >&6; }
        !          14632: if test ${ac_cv_prog_ac_ct_CC+y}
        !          14633: then :
        !          14634:   printf %s "(cached) " >&6
        !          14635: else case e in #(
        !          14636:   e) if test -n "$ac_ct_CC"; then
        !          14637:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
        !          14638: else
        !          14639: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14640: for as_dir in $PATH
        !          14641: do
        !          14642:   IFS=$as_save_IFS
        !          14643:   case $as_dir in #(((
        !          14644:     '') as_dir=./ ;;
        !          14645:     */) ;;
        !          14646:     *) as_dir=$as_dir/ ;;
        !          14647:   esac
        !          14648:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14649:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14650:     ac_cv_prog_ac_ct_CC="$ac_prog"
        !          14651:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14652:     break 2
        !          14653:   fi
        !          14654: done
        !          14655:   done
        !          14656: IFS=$as_save_IFS
        !          14657: 
        !          14658: fi ;;
        !          14659: esac
        !          14660: fi
        !          14661: ac_ct_CC=$ac_cv_prog_ac_ct_CC
        !          14662: if test -n "$ac_ct_CC"; then
        !          14663:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
        !          14664: printf "%s\n" "$ac_ct_CC" >&6; }
        !          14665: else
        !          14666:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14667: printf "%s\n" "no" >&6; }
        !          14668: fi
        !          14669: 
        !          14670: 
        !          14671:   test -n "$ac_ct_CC" && break
        !          14672: done
        !          14673: 
        !          14674:   if test "x$ac_ct_CC" = x; then
        !          14675:     CC=""
        !          14676:   else
        !          14677:     case $cross_compiling:$ac_tool_warned in
        !          14678: yes:)
        !          14679: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          14680: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          14681: ac_tool_warned=yes ;;
        !          14682: esac
        !          14683:     CC=$ac_ct_CC
        !          14684:   fi
        !          14685: fi
        !          14686: 
        !          14687: fi
        !          14688: if test -z "$CC"; then
        !          14689:   if test -n "$ac_tool_prefix"; then
        !          14690:   # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
        !          14691: set dummy ${ac_tool_prefix}clang; ac_word=$2
        !          14692: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14693: printf %s "checking for $ac_word... " >&6; }
        !          14694: if test ${ac_cv_prog_CC+y}
        !          14695: then :
        !          14696:   printf %s "(cached) " >&6
        !          14697: else case e in #(
        !          14698:   e) if test -n "$CC"; then
        !          14699:   ac_cv_prog_CC="$CC" # Let the user override the test.
        !          14700: else
        !          14701: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14702: for as_dir in $PATH
        !          14703: do
        !          14704:   IFS=$as_save_IFS
        !          14705:   case $as_dir in #(((
        !          14706:     '') as_dir=./ ;;
        !          14707:     */) ;;
        !          14708:     *) as_dir=$as_dir/ ;;
        !          14709:   esac
        !          14710:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14711:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14712:     ac_cv_prog_CC="${ac_tool_prefix}clang"
        !          14713:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14714:     break 2
        !          14715:   fi
        !          14716: done
        !          14717:   done
        !          14718: IFS=$as_save_IFS
        !          14719: 
        !          14720: fi ;;
        !          14721: esac
        !          14722: fi
        !          14723: CC=$ac_cv_prog_CC
        !          14724: if test -n "$CC"; then
        !          14725:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
        !          14726: printf "%s\n" "$CC" >&6; }
        !          14727: else
        !          14728:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14729: printf "%s\n" "no" >&6; }
        !          14730: fi
        !          14731: 
        !          14732: 
        !          14733: fi
        !          14734: if test -z "$ac_cv_prog_CC"; then
        !          14735:   ac_ct_CC=$CC
        !          14736:   # Extract the first word of "clang", so it can be a program name with args.
        !          14737: set dummy clang; ac_word=$2
        !          14738: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
        !          14739: printf %s "checking for $ac_word... " >&6; }
        !          14740: if test ${ac_cv_prog_ac_ct_CC+y}
        !          14741: then :
        !          14742:   printf %s "(cached) " >&6
        !          14743: else case e in #(
        !          14744:   e) if test -n "$ac_ct_CC"; then
        !          14745:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
        !          14746: else
        !          14747: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          14748: for as_dir in $PATH
        !          14749: do
        !          14750:   IFS=$as_save_IFS
        !          14751:   case $as_dir in #(((
        !          14752:     '') as_dir=./ ;;
        !          14753:     */) ;;
        !          14754:     *) as_dir=$as_dir/ ;;
        !          14755:   esac
        !          14756:     for ac_exec_ext in '' $ac_executable_extensions; do
        !          14757:   if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
        !          14758:     ac_cv_prog_ac_ct_CC="clang"
        !          14759:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
        !          14760:     break 2
        !          14761:   fi
        !          14762: done
        !          14763:   done
        !          14764: IFS=$as_save_IFS
        !          14765: 
        !          14766: fi ;;
        !          14767: esac
        !          14768: fi
        !          14769: ac_ct_CC=$ac_cv_prog_ac_ct_CC
        !          14770: if test -n "$ac_ct_CC"; then
        !          14771:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
        !          14772: printf "%s\n" "$ac_ct_CC" >&6; }
        !          14773: else
        !          14774:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
        !          14775: printf "%s\n" "no" >&6; }
        !          14776: fi
        !          14777: 
        !          14778:   if test "x$ac_ct_CC" = x; then
        !          14779:     CC=""
        !          14780:   else
        !          14781:     case $cross_compiling:$ac_tool_warned in
        !          14782: yes:)
        !          14783: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
        !          14784: printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
        !          14785: ac_tool_warned=yes ;;
        !          14786: esac
        !          14787:     CC=$ac_ct_CC
        !          14788:   fi
        !          14789: else
        !          14790:   CC="$ac_cv_prog_CC"
        !          14791: fi
        !          14792: 
        !          14793: fi
        !          14794: 
        !          14795: 
        !          14796: test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          14797: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          14798: as_fn_error $? "no acceptable C compiler found in \$PATH
        !          14799: See 'config.log' for more details" "$LINENO" 5; }
        !          14800: 
        !          14801: # Provide some information about the compiler.
        !          14802: printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
        !          14803: set X $ac_compile
        !          14804: ac_compiler=$2
        !          14805: for ac_option in --version -v -V -qversion -version; do
        !          14806:   { { ac_try="$ac_compiler $ac_option >&5"
        !          14807: case "(($ac_try" in
        !          14808:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          14809:   *) ac_try_echo=$ac_try;;
        !          14810: esac
        !          14811: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          14812: printf "%s\n" "$ac_try_echo"; } >&5
        !          14813:   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
        !          14814:   ac_status=$?
        !          14815:   if test -s conftest.err; then
        !          14816:     sed '10a\
        !          14817: ... rest of stderr output deleted ...
        !          14818:          10q' conftest.err >conftest.er1
        !          14819:     cat conftest.er1 >&5
        !          14820:   fi
        !          14821:   rm -f conftest.er1 conftest.err
        !          14822:   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          14823:   test $ac_status = 0; }
        !          14824: done
        !          14825: 
        !          14826: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
        !          14827: printf %s "checking whether the compiler supports GNU C... " >&6; }
        !          14828: if test ${ac_cv_c_compiler_gnu+y}
        !          14829: then :
        !          14830:   printf %s "(cached) " >&6
        !          14831: else case e in #(
        !          14832:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          14833: /* end confdefs.h.  */
        !          14834: 
        !          14835: int
        !          14836: main (void)
        !          14837: {
        !          14838: #ifndef __GNUC__
        !          14839:        choke me
        !          14840: #endif
        !          14841: 
        !          14842:   ;
        !          14843:   return 0;
        !          14844: }
        !          14845: _ACEOF
        !          14846: if ac_fn_c_try_compile "$LINENO"
        !          14847: then :
        !          14848:   ac_compiler_gnu=yes
        !          14849: else case e in #(
        !          14850:   e) ac_compiler_gnu=no ;;
        !          14851: esac
        !          14852: fi
        !          14853: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
        !          14854: ac_cv_c_compiler_gnu=$ac_compiler_gnu
        !          14855:  ;;
        !          14856: esac
        !          14857: fi
        !          14858: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
        !          14859: printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
        !          14860: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          14861: 
        !          14862: if test $ac_compiler_gnu = yes; then
        !          14863:   GCC=yes
        !          14864: else
        !          14865:   GCC=
        !          14866: fi
        !          14867: ac_test_CFLAGS=${CFLAGS+y}
        !          14868: ac_save_CFLAGS=$CFLAGS
        !          14869: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
        !          14870: printf %s "checking whether $CC accepts -g... " >&6; }
        !          14871: if test ${ac_cv_prog_cc_g+y}
        !          14872: then :
        !          14873:   printf %s "(cached) " >&6
        !          14874: else case e in #(
        !          14875:   e) ac_save_c_werror_flag=$ac_c_werror_flag
        !          14876:    ac_c_werror_flag=yes
        !          14877:    ac_cv_prog_cc_g=no
        !          14878:    CFLAGS="-g"
        !          14879:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          14880: /* end confdefs.h.  */
        !          14881: 
        !          14882: int
        !          14883: main (void)
        !          14884: {
        !          14885: 
        !          14886:   ;
        !          14887:   return 0;
        !          14888: }
        !          14889: _ACEOF
        !          14890: if ac_fn_c_try_compile "$LINENO"
        !          14891: then :
        !          14892:   ac_cv_prog_cc_g=yes
        !          14893: else case e in #(
        !          14894:   e) CFLAGS=""
        !          14895:       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          14896: /* end confdefs.h.  */
        !          14897: 
        !          14898: int
        !          14899: main (void)
        !          14900: {
        !          14901: 
        !          14902:   ;
        !          14903:   return 0;
        !          14904: }
        !          14905: _ACEOF
        !          14906: if ac_fn_c_try_compile "$LINENO"
        !          14907: then :
        !          14908: 
        !          14909: else case e in #(
        !          14910:   e) ac_c_werror_flag=$ac_save_c_werror_flag
        !          14911:         CFLAGS="-g"
        !          14912:         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          14913: /* end confdefs.h.  */
        !          14914: 
        !          14915: int
        !          14916: main (void)
        !          14917: {
        !          14918: 
        !          14919:   ;
        !          14920:   return 0;
        !          14921: }
        !          14922: _ACEOF
        !          14923: if ac_fn_c_try_compile "$LINENO"
        !          14924: then :
        !          14925:   ac_cv_prog_cc_g=yes
        !          14926: fi
        !          14927: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
        !          14928: esac
        !          14929: fi
        !          14930: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
        !          14931: esac
        !          14932: fi
        !          14933: rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
        !          14934:    ac_c_werror_flag=$ac_save_c_werror_flag ;;
        !          14935: esac
        !          14936: fi
        !          14937: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
        !          14938: printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
        !          14939: if test $ac_test_CFLAGS; then
        !          14940:   CFLAGS=$ac_save_CFLAGS
        !          14941: elif test $ac_cv_prog_cc_g = yes; then
        !          14942:   if test "$GCC" = yes; then
        !          14943:     CFLAGS="-g -O2"
        !          14944:   else
        !          14945:     CFLAGS="-g"
        !          14946:   fi
        !          14947: else
        !          14948:   if test "$GCC" = yes; then
        !          14949:     CFLAGS="-O2"
        !          14950:   else
        !          14951:     CFLAGS=
        !          14952:   fi
        !          14953: fi
        !          14954: ac_prog_cc_stdc=no
        !          14955: if test x$ac_prog_cc_stdc = xno
        !          14956: then :
        !          14957:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
        !          14958: printf %s "checking for $CC option to enable C11 features... " >&6; }
        !          14959: if test ${ac_cv_prog_cc_c11+y}
        !          14960: then :
        !          14961:   printf %s "(cached) " >&6
        !          14962: else case e in #(
        !          14963:   e) ac_cv_prog_cc_c11=no
        !          14964: ac_save_CC=$CC
        !          14965: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          14966: /* end confdefs.h.  */
        !          14967: $ac_c_conftest_c11_program
        !          14968: _ACEOF
        !          14969: for ac_arg in '' -std=gnu11
        !          14970: do
        !          14971:   CC="$ac_save_CC $ac_arg"
        !          14972:   if ac_fn_c_try_compile "$LINENO"
        !          14973: then :
        !          14974:   ac_cv_prog_cc_c11=$ac_arg
        !          14975: fi
        !          14976: rm -f core conftest.err conftest.$ac_objext conftest.beam
        !          14977:   test "x$ac_cv_prog_cc_c11" != "xno" && break
        !          14978: done
        !          14979: rm -f conftest.$ac_ext
        !          14980: CC=$ac_save_CC ;;
        !          14981: esac
        !          14982: fi
        !          14983: 
        !          14984: if test "x$ac_cv_prog_cc_c11" = xno
        !          14985: then :
        !          14986:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
        !          14987: printf "%s\n" "unsupported" >&6; }
        !          14988: else case e in #(
        !          14989:   e) if test "x$ac_cv_prog_cc_c11" = x
        !          14990: then :
        !          14991:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
        !          14992: printf "%s\n" "none needed" >&6; }
        !          14993: else case e in #(
        !          14994:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
        !          14995: printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
        !          14996:      CC="$CC $ac_cv_prog_cc_c11" ;;
        !          14997: esac
        !          14998: fi
        !          14999:   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
        !          15000:   ac_prog_cc_stdc=c11 ;;
        !          15001: esac
        !          15002: fi
        !          15003: fi
        !          15004: if test x$ac_prog_cc_stdc = xno
        !          15005: then :
        !          15006:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
        !          15007: printf %s "checking for $CC option to enable C99 features... " >&6; }
        !          15008: if test ${ac_cv_prog_cc_c99+y}
        !          15009: then :
        !          15010:   printf %s "(cached) " >&6
        !          15011: else case e in #(
        !          15012:   e) ac_cv_prog_cc_c99=no
        !          15013: ac_save_CC=$CC
        !          15014: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          15015: /* end confdefs.h.  */
        !          15016: $ac_c_conftest_c99_program
        !          15017: _ACEOF
        !          15018: for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
        !          15019: do
        !          15020:   CC="$ac_save_CC $ac_arg"
        !          15021:   if ac_fn_c_try_compile "$LINENO"
        !          15022: then :
        !          15023:   ac_cv_prog_cc_c99=$ac_arg
        !          15024: fi
        !          15025: rm -f core conftest.err conftest.$ac_objext conftest.beam
        !          15026:   test "x$ac_cv_prog_cc_c99" != "xno" && break
        !          15027: done
        !          15028: rm -f conftest.$ac_ext
        !          15029: CC=$ac_save_CC ;;
        !          15030: esac
        !          15031: fi
        !          15032: 
        !          15033: if test "x$ac_cv_prog_cc_c99" = xno
        !          15034: then :
        !          15035:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
        !          15036: printf "%s\n" "unsupported" >&6; }
        !          15037: else case e in #(
        !          15038:   e) if test "x$ac_cv_prog_cc_c99" = x
        !          15039: then :
        !          15040:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
        !          15041: printf "%s\n" "none needed" >&6; }
        !          15042: else case e in #(
        !          15043:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
        !          15044: printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
        !          15045:      CC="$CC $ac_cv_prog_cc_c99" ;;
        !          15046: esac
        !          15047: fi
        !          15048:   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
        !          15049:   ac_prog_cc_stdc=c99 ;;
        !          15050: esac
        !          15051: fi
        !          15052: fi
        !          15053: if test x$ac_prog_cc_stdc = xno
        !          15054: then :
        !          15055:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
        !          15056: printf %s "checking for $CC option to enable C89 features... " >&6; }
        !          15057: if test ${ac_cv_prog_cc_c89+y}
        !          15058: then :
        !          15059:   printf %s "(cached) " >&6
        !          15060: else case e in #(
        !          15061:   e) ac_cv_prog_cc_c89=no
        !          15062: ac_save_CC=$CC
        !          15063: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          15064: /* end confdefs.h.  */
        !          15065: $ac_c_conftest_c89_program
        !          15066: _ACEOF
        !          15067: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
        !          15068: do
        !          15069:   CC="$ac_save_CC $ac_arg"
        !          15070:   if ac_fn_c_try_compile "$LINENO"
        !          15071: then :
        !          15072:   ac_cv_prog_cc_c89=$ac_arg
        !          15073: fi
        !          15074: rm -f core conftest.err conftest.$ac_objext conftest.beam
        !          15075:   test "x$ac_cv_prog_cc_c89" != "xno" && break
        !          15076: done
        !          15077: rm -f conftest.$ac_ext
        !          15078: CC=$ac_save_CC ;;
        !          15079: esac
        !          15080: fi
        !          15081: 
        !          15082: if test "x$ac_cv_prog_cc_c89" = xno
        !          15083: then :
        !          15084:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
        !          15085: printf "%s\n" "unsupported" >&6; }
        !          15086: else case e in #(
        !          15087:   e) if test "x$ac_cv_prog_cc_c89" = x
        !          15088: then :
        !          15089:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
        !          15090: printf "%s\n" "none needed" >&6; }
        !          15091: else case e in #(
        !          15092:   e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
        !          15093: printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
        !          15094:      CC="$CC $ac_cv_prog_cc_c89" ;;
        !          15095: esac
        !          15096: fi
        !          15097:   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
        !          15098:   ac_prog_cc_stdc=c89 ;;
        !          15099: esac
        !          15100: fi
        !          15101: fi
        !          15102: 
        !          15103: ac_ext=c
        !          15104: ac_cpp='$CPP $CPPFLAGS'
        !          15105: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          15106: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          15107: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          15108: 
        !          15109: 
        !          15110:   ac_ext=c
        !          15111: ac_cpp='$CPP $CPPFLAGS'
        !          15112: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          15113: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          15114: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          15115: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
        !          15116: printf %s "checking whether $CC understands -c and -o together... " >&6; }
        !          15117: if test ${am_cv_prog_cc_c_o+y}
        !          15118: then :
        !          15119:   printf %s "(cached) " >&6
        !          15120: else case e in #(
        !          15121:   e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
        !          15122: /* end confdefs.h.  */
        !          15123: 
        !          15124: int
        !          15125: main (void)
        !          15126: {
        !          15127: 
        !          15128:   ;
        !          15129:   return 0;
        !          15130: }
        !          15131: _ACEOF
        !          15132:   # Make sure it works both with $CC and with simple cc.
        !          15133:   # Following AC_PROG_CC_C_O, we do the test twice because some
        !          15134:   # compilers refuse to overwrite an existing .o file with -o,
        !          15135:   # though they will create one.
        !          15136:   am_cv_prog_cc_c_o=yes
        !          15137:   for am_i in 1 2; do
        !          15138:     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
        !          15139:    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
        !          15140:    ac_status=$?
        !          15141:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          15142:    (exit $ac_status); } \
        !          15143:          && test -f conftest2.$ac_objext; then
        !          15144:       : OK
        !          15145:     else
        !          15146:       am_cv_prog_cc_c_o=no
        !          15147:       break
        !          15148:     fi
        !          15149:   done
        !          15150:   rm -f core conftest*
        !          15151:   unset am_i ;;
        !          15152: esac
        !          15153: fi
        !          15154: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
        !          15155: printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
        !          15156: if test "$am_cv_prog_cc_c_o" != yes; then
        !          15157:    # Losing compiler, so override with the script.
        !          15158:    # FIXME: It is wrong to rewrite CC.
        !          15159:    # But if we don't then we get into trouble of one sort or another.
        !          15160:    # A longer-term fix would be to have automake use am__CC in this case,
        !          15161:    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
        !          15162:    CC="$am_aux_dir/compile $CC"
        !          15163: fi
        !          15164: ac_ext=c
        !          15165: ac_cpp='$CPP $CPPFLAGS'
        !          15166: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        !          15167: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
        !          15168: ac_compiler_gnu=$ac_cv_c_compiler_gnu
        !          15169: 
        !          15170: 
        !          15171: # AC_PATH_XTRA
        !          15172: cat >confcache <<\_ACEOF
        !          15173: # This file is a shell script that caches the results of configure
        !          15174: # tests run on this system so they can be shared between configure
        !          15175: # scripts and configure runs, see configure's option --config-cache.
        !          15176: # It is not useful on other systems.  If it contains results you don't
        !          15177: # want to keep, you may remove or edit it.
        !          15178: #
        !          15179: # config.status only pays attention to the cache file if you give it
        !          15180: # the --recheck option to rerun configure.
        !          15181: #
        !          15182: # 'ac_cv_env_foo' variables (set or unset) will be overridden when
        !          15183: # loading this file, other *unset* 'ac_cv_foo' will be assigned the
        !          15184: # following values.
        !          15185: 
        !          15186: _ACEOF
        !          15187: 
        !          15188: # The following way of writing the cache mishandles newlines in values,
        !          15189: # but we know of no workaround that is simple, portable, and efficient.
        !          15190: # So, we kill variables containing newlines.
        !          15191: # Ultrix sh set writes to stderr and can't be redirected directly,
        !          15192: # and sets the high bit in the cache file unless we assign to the vars.
        !          15193: (
        !          15194:   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
        !          15195:     eval ac_val=\$$ac_var
        !          15196:     case $ac_val in #(
        !          15197:     *${as_nl}*)
        !          15198:       case $ac_var in #(
        !          15199:       *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
        !          15200: printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
        !          15201:       esac
        !          15202:       case $ac_var in #(
        !          15203:       _ | IFS | as_nl) ;; #(
        !          15204:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
        !          15205:       *) { eval $ac_var=; unset $ac_var;} ;;
        !          15206:       esac ;;
        !          15207:     esac
        !          15208:   done
        !          15209: 
        !          15210:   (set) 2>&1 |
        !          15211:     case $as_nl`(ac_space=' '; set) 2>&1` in #(
        !          15212:     *${as_nl}ac_space=\ *)
        !          15213:       # 'set' does not quote correctly, so add quotes: double-quote
        !          15214:       # substitution turns \\\\ into \\, and sed turns \\ into \.
        !          15215:       sed -n \
        !          15216:        "s/'/'\\\\''/g;
        !          15217:          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
        !          15218:       ;; #(
        !          15219:     *)
        !          15220:       # 'set' quotes correctly as required by POSIX, so do not add quotes.
        !          15221:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
        !          15222:       ;;
        !          15223:     esac |
        !          15224:     sort
        !          15225: ) |
        !          15226:   sed '
        !          15227:      /^ac_cv_env_/b end
        !          15228:      t clear
        !          15229:      :clear
        !          15230:      s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
        !          15231:      t end
        !          15232:      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
        !          15233:      :end' >>confcache
        !          15234: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
        !          15235:   if test -w "$cache_file"; then
        !          15236:     if test "x$cache_file" != "x/dev/null"; then
        !          15237:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
        !          15238: printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
        !          15239:       if test ! -f "$cache_file" || test -h "$cache_file"; then
        !          15240:        cat confcache >"$cache_file"
        !          15241:       else
        !          15242:         case $cache_file in #(
        !          15243:         */* | ?:*)
        !          15244:          mv -f confcache "$cache_file"$$ &&
        !          15245:          mv -f "$cache_file"$$ "$cache_file" ;; #(
        !          15246:         *)
        !          15247:          mv -f confcache "$cache_file" ;;
        !          15248:        esac
        !          15249:       fi
        !          15250:     fi
        !          15251:   else
        !          15252:     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
        !          15253: printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
        !          15254:   fi
        !          15255: fi
        !          15256: rm -f confcache
        !          15257: 
        !          15258: test "x$prefix" = xNONE && prefix=$ac_default_prefix
        !          15259: # Let make expand exec_prefix.
        !          15260: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
        !          15261: 
        !          15262: DEFS=-DHAVE_CONFIG_H
        !          15263: 
        !          15264: ac_libobjs=
        !          15265: ac_ltlibobjs=
        !          15266: U=
        !          15267: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
        !          15268:   # 1. Remove the extension, and $U if already installed.
        !          15269:   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
        !          15270:   ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
        !          15271:   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
        !          15272:   #    will be set to the directory where LIBOBJS objects are built.
        !          15273:   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
        !          15274:   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
        !          15275: done
        !          15276: LIBOBJS=$ac_libobjs
        !          15277: 
        !          15278: LTLIBOBJS=$ac_ltlibobjs
        !          15279: 
        !          15280: 
        !          15281: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
        !          15282: printf %s "checking that generated files are newer than configure... " >&6; }
        !          15283:    if test -n "$am_sleep_pid"; then
        !          15284:      # Hide warnings about reused PIDs.
        !          15285:      wait $am_sleep_pid 2>/dev/null
        !          15286:    fi
        !          15287:    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
        !          15288: printf "%s\n" "done" >&6; }
        !          15289: if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
        !          15290:   as_fn_error $? "conditional \"AMDEP\" was never defined.
        !          15291: Usually this means the macro was only invoked conditionally." "$LINENO" 5
        !          15292: fi
        !          15293: if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
        !          15294:   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
        !          15295: Usually this means the macro was only invoked conditionally." "$LINENO" 5
        !          15296: fi
        !          15297: case $enable_silent_rules in # (((
        !          15298:   yes) AM_DEFAULT_VERBOSITY=0;;
        !          15299:    no) AM_DEFAULT_VERBOSITY=1;;
        !          15300: esac
        !          15301: if test $am_cv_make_support_nested_variables = yes; then
        !          15302:     AM_V='$(V)'
        !          15303:   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
        !          15304: else
        !          15305:   AM_V=$AM_DEFAULT_VERBOSITY
        !          15306:   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
        !          15307: fi
        !          15308: 
        !          15309:  if test -n "$EXEEXT"; then
        !          15310:   am__EXEEXT_TRUE=
        !          15311:   am__EXEEXT_FALSE='#'
        !          15312: else
        !          15313:   am__EXEEXT_TRUE='#'
        !          15314:   am__EXEEXT_FALSE=
        !          15315: fi
        !          15316: 
        !          15317: 
        !          15318: : "${CONFIG_STATUS=./config.status}"
        !          15319: ac_write_fail=0
        !          15320: ac_clean_files_save=$ac_clean_files
        !          15321: ac_clean_files="$ac_clean_files $CONFIG_STATUS"
        !          15322: { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
        !          15323: printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
        !          15324: as_write_fail=0
        !          15325: cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
        !          15326: #! $SHELL
        !          15327: # Generated by $as_me.
        !          15328: # Run this file to recreate the current configuration.
        !          15329: # Compiler output produced by configure, useful for debugging
        !          15330: # configure, is in config.log if it exists.
        !          15331: 
        !          15332: debug=false
        !          15333: ac_cs_recheck=false
        !          15334: ac_cs_silent=false
        !          15335: 
        !          15336: SHELL=\${CONFIG_SHELL-$SHELL}
        !          15337: export SHELL
        !          15338: _ASEOF
        !          15339: cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
        !          15340: ## -------------------- ##
        !          15341: ## M4sh Initialization. ##
        !          15342: ## -------------------- ##
        !          15343: 
        !          15344: # Be more Bourne compatible
        !          15345: DUALCASE=1; export DUALCASE # for MKS sh
        !          15346: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
        !          15347: then :
        !          15348:   emulate sh
        !          15349:   NULLCMD=:
        !          15350:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
        !          15351:   # is contrary to our usage.  Disable this feature.
        !          15352:   alias -g '${1+"$@"}'='"$@"'
        !          15353:   setopt NO_GLOB_SUBST
        !          15354: else case e in #(
        !          15355:   e) case `(set -o) 2>/dev/null` in #(
        !          15356:   *posix*) :
        !          15357:     set -o posix ;; #(
        !          15358:   *) :
        !          15359:      ;;
        !          15360: esac ;;
        !          15361: esac
        !          15362: fi
        !          15363: 
        !          15364: 
        !          15365: 
        !          15366: # Reset variables that may have inherited troublesome values from
        !          15367: # the environment.
        !          15368: 
        !          15369: # IFS needs to be set, to space, tab, and newline, in precisely that order.
        !          15370: # (If _AS_PATH_WALK were called with IFS unset, it would have the
        !          15371: # side effect of setting IFS to empty, thus disabling word splitting.)
        !          15372: # Quoting is to prevent editors from complaining about space-tab.
        !          15373: as_nl='
        !          15374: '
        !          15375: export as_nl
        !          15376: IFS=" ""       $as_nl"
        !          15377: 
        !          15378: PS1='$ '
        !          15379: PS2='> '
        !          15380: PS4='+ '
        !          15381: 
        !          15382: # Ensure predictable behavior from utilities with locale-dependent output.
        !          15383: LC_ALL=C
        !          15384: export LC_ALL
        !          15385: LANGUAGE=C
        !          15386: export LANGUAGE
        !          15387: 
        !          15388: # We cannot yet rely on "unset" to work, but we need these variables
        !          15389: # to be unset--not just set to an empty or harmless value--now, to
        !          15390: # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
        !          15391: # also avoids known problems related to "unset" and subshell syntax
        !          15392: # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
        !          15393: for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
        !          15394: do eval test \${$as_var+y} \
        !          15395:   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
        !          15396: done
        !          15397: 
        !          15398: # Ensure that fds 0, 1, and 2 are open.
        !          15399: if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
        !          15400: if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
        !          15401: if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
        !          15402: 
        !          15403: # The user is always right.
        !          15404: if ${PATH_SEPARATOR+false} :; then
        !          15405:   PATH_SEPARATOR=:
        !          15406:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
        !          15407:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
        !          15408:       PATH_SEPARATOR=';'
        !          15409:   }
        !          15410: fi
        !          15411: 
        !          15412: 
        !          15413: # Find who we are.  Look in the path if we contain no directory separator.
        !          15414: as_myself=
        !          15415: case $0 in #((
        !          15416:   *[\\/]* ) as_myself=$0 ;;
        !          15417:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          15418: for as_dir in $PATH
        !          15419: do
        !          15420:   IFS=$as_save_IFS
        !          15421:   case $as_dir in #(((
        !          15422:     '') as_dir=./ ;;
        !          15423:     */) ;;
        !          15424:     *) as_dir=$as_dir/ ;;
        !          15425:   esac
        !          15426:     test -r "$as_dir$0" && as_myself=$as_dir$0 && break
        !          15427:   done
        !          15428: IFS=$as_save_IFS
        !          15429: 
        !          15430:      ;;
        !          15431: esac
        !          15432: # We did not find ourselves, most probably we were run as 'sh COMMAND'
        !          15433: # in which case we are not to be found in the path.
        !          15434: if test "x$as_myself" = x; then
        !          15435:   as_myself=$0
        !          15436: fi
        !          15437: if test ! -f "$as_myself"; then
        !          15438:   printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
        !          15439:   exit 1
        !          15440: fi
        !          15441: 
        !          15442: 
        !          15443: 
        !          15444: # as_fn_error STATUS ERROR [LINENO LOG_FD]
        !          15445: # ----------------------------------------
        !          15446: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
        !          15447: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
        !          15448: # script with STATUS, using 1 if that was 0.
        !          15449: as_fn_error ()
        !          15450: {
        !          15451:   as_status=$1; test $as_status -eq 0 && as_status=1
        !          15452:   if test "$4"; then
        !          15453:     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        !          15454:     printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
        !          15455:   fi
        !          15456:   printf "%s\n" "$as_me: error: $2" >&2
        !          15457:   as_fn_exit $as_status
        !          15458: } # as_fn_error
        !          15459: 
        !          15460: 
        !          15461: # as_fn_set_status STATUS
        !          15462: # -----------------------
        !          15463: # Set $? to STATUS, without forking.
        !          15464: as_fn_set_status ()
        !          15465: {
        !          15466:   return $1
        !          15467: } # as_fn_set_status
        !          15468: 
        !          15469: # as_fn_exit STATUS
        !          15470: # -----------------
        !          15471: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
        !          15472: as_fn_exit ()
        !          15473: {
        !          15474:   set +e
        !          15475:   as_fn_set_status $1
        !          15476:   exit $1
        !          15477: } # as_fn_exit
        !          15478: 
        !          15479: # as_fn_unset VAR
        !          15480: # ---------------
        !          15481: # Portably unset VAR.
        !          15482: as_fn_unset ()
        !          15483: {
        !          15484:   { eval $1=; unset $1;}
        !          15485: }
        !          15486: as_unset=as_fn_unset
        !          15487: 
        !          15488: # as_fn_append VAR VALUE
        !          15489: # ----------------------
        !          15490: # Append the text in VALUE to the end of the definition contained in VAR. Take
        !          15491: # advantage of any shell optimizations that allow amortized linear growth over
        !          15492: # repeated appends, instead of the typical quadratic growth present in naive
        !          15493: # implementations.
        !          15494: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
        !          15495: then :
        !          15496:   eval 'as_fn_append ()
        !          15497:   {
        !          15498:     eval $1+=\$2
        !          15499:   }'
        !          15500: else case e in #(
        !          15501:   e) as_fn_append ()
        !          15502:   {
        !          15503:     eval $1=\$$1\$2
        !          15504:   } ;;
        !          15505: esac
        !          15506: fi # as_fn_append
        !          15507: 
        !          15508: # as_fn_arith ARG...
        !          15509: # ------------------
        !          15510: # Perform arithmetic evaluation on the ARGs, and store the result in the
        !          15511: # global $as_val. Take advantage of shells that can avoid forks. The arguments
        !          15512: # must be portable across $(()) and expr.
        !          15513: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
        !          15514: then :
        !          15515:   eval 'as_fn_arith ()
        !          15516:   {
        !          15517:     as_val=$(( $* ))
        !          15518:   }'
        !          15519: else case e in #(
        !          15520:   e) as_fn_arith ()
        !          15521:   {
        !          15522:     as_val=`expr "$@" || test $? -eq 1`
        !          15523:   } ;;
        !          15524: esac
        !          15525: fi # as_fn_arith
        !          15526: 
        !          15527: 
        !          15528: if expr a : '\(a\)' >/dev/null 2>&1 &&
        !          15529:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
        !          15530:   as_expr=expr
        !          15531: else
        !          15532:   as_expr=false
        !          15533: fi
        !          15534: 
        !          15535: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
        !          15536:   as_basename=basename
        !          15537: else
        !          15538:   as_basename=false
        !          15539: fi
        !          15540: 
        !          15541: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
        !          15542:   as_dirname=dirname
        !          15543: else
        !          15544:   as_dirname=false
        !          15545: fi
        !          15546: 
        !          15547: as_me=`$as_basename -- "$0" ||
        !          15548: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
        !          15549:         X"$0" : 'X\(//\)$' \| \
        !          15550:         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
        !          15551: printf "%s\n" X/"$0" |
        !          15552:     sed '/^.*\/\([^/][^/]*\)\/*$/{
        !          15553:            s//\1/
        !          15554:            q
        !          15555:          }
        !          15556:          /^X\/\(\/\/\)$/{
        !          15557:            s//\1/
        !          15558:            q
        !          15559:          }
        !          15560:          /^X\/\(\/\).*/{
        !          15561:            s//\1/
        !          15562:            q
        !          15563:          }
        !          15564:          s/.*/./; q'`
        !          15565: 
        !          15566: # Avoid depending upon Character Ranges.
        !          15567: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
        !          15568: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
        !          15569: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
        !          15570: as_cr_digits='0123456789'
        !          15571: as_cr_alnum=$as_cr_Letters$as_cr_digits
        !          15572: 
        !          15573: 
        !          15574: # Determine whether it's possible to make 'echo' print without a newline.
        !          15575: # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
        !          15576: # for compatibility with existing Makefiles.
        !          15577: ECHO_C= ECHO_N= ECHO_T=
        !          15578: case `echo -n x` in #(((((
        !          15579: -n*)
        !          15580:   case `echo 'xy\c'` in
        !          15581:   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
        !          15582:   xy)  ECHO_C='\c';;
        !          15583:   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
        !          15584:        ECHO_T='        ';;
        !          15585:   esac;;
        !          15586: *)
        !          15587:   ECHO_N='-n';;
        !          15588: esac
        !          15589: 
        !          15590: # For backward compatibility with old third-party macros, we provide
        !          15591: # the shell variables $as_echo and $as_echo_n.  New code should use
        !          15592: # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
        !          15593: as_echo='printf %s\n'
        !          15594: as_echo_n='printf %s'
        !          15595: 
        !          15596: rm -f conf$$ conf$$.exe conf$$.file
        !          15597: if test -d conf$$.dir; then
        !          15598:   rm -f conf$$.dir/conf$$.file
        !          15599: else
        !          15600:   rm -f conf$$.dir
        !          15601:   mkdir conf$$.dir 2>/dev/null
        !          15602: fi
        !          15603: if (echo >conf$$.file) 2>/dev/null; then
        !          15604:   if ln -s conf$$.file conf$$ 2>/dev/null; then
        !          15605:     as_ln_s='ln -s'
        !          15606:     # ... but there are two gotchas:
        !          15607:     # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
        !          15608:     # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
        !          15609:     # In both cases, we have to default to 'cp -pR'.
        !          15610:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
        !          15611:       as_ln_s='cp -pR'
        !          15612:   elif ln conf$$.file conf$$ 2>/dev/null; then
        !          15613:     as_ln_s=ln
        !          15614:   else
        !          15615:     as_ln_s='cp -pR'
        !          15616:   fi
        !          15617: else
        !          15618:   as_ln_s='cp -pR'
        !          15619: fi
        !          15620: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
        !          15621: rmdir conf$$.dir 2>/dev/null
        !          15622: 
        !          15623: 
        !          15624: # as_fn_mkdir_p
        !          15625: # -------------
        !          15626: # Create "$as_dir" as a directory, including parents if necessary.
        !          15627: as_fn_mkdir_p ()
        !          15628: {
        !          15629: 
        !          15630:   case $as_dir in #(
        !          15631:   -*) as_dir=./$as_dir;;
        !          15632:   esac
        !          15633:   test -d "$as_dir" || eval $as_mkdir_p || {
        !          15634:     as_dirs=
        !          15635:     while :; do
        !          15636:       case $as_dir in #(
        !          15637:       *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
        !          15638:       *) as_qdir=$as_dir;;
        !          15639:       esac
        !          15640:       as_dirs="'$as_qdir' $as_dirs"
        !          15641:       as_dir=`$as_dirname -- "$as_dir" ||
        !          15642: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !          15643:         X"$as_dir" : 'X\(//\)[^/]' \| \
        !          15644:         X"$as_dir" : 'X\(//\)$' \| \
        !          15645:         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
        !          15646: printf "%s\n" X"$as_dir" |
        !          15647:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !          15648:            s//\1/
        !          15649:            q
        !          15650:          }
        !          15651:          /^X\(\/\/\)[^/].*/{
        !          15652:            s//\1/
        !          15653:            q
        !          15654:          }
        !          15655:          /^X\(\/\/\)$/{
        !          15656:            s//\1/
        !          15657:            q
        !          15658:          }
        !          15659:          /^X\(\/\).*/{
        !          15660:            s//\1/
        !          15661:            q
        !          15662:          }
        !          15663:          s/.*/./; q'`
        !          15664:       test -d "$as_dir" && break
        !          15665:     done
        !          15666:     test -z "$as_dirs" || eval "mkdir $as_dirs"
        !          15667:   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
        !          15668: 
        !          15669: 
        !          15670: } # as_fn_mkdir_p
        !          15671: if mkdir -p . 2>/dev/null; then
        !          15672:   as_mkdir_p='mkdir -p "$as_dir"'
        !          15673: else
        !          15674:   test -d ./-p && rmdir ./-p
        !          15675:   as_mkdir_p=false
        !          15676: fi
        !          15677: 
        !          15678: 
        !          15679: # as_fn_executable_p FILE
        !          15680: # -----------------------
        !          15681: # Test if FILE is an executable regular file.
        !          15682: as_fn_executable_p ()
        !          15683: {
        !          15684:   test -f "$1" && test -x "$1"
        !          15685: } # as_fn_executable_p
        !          15686: as_test_x='test -x'
        !          15687: as_executable_p=as_fn_executable_p
        !          15688: 
        !          15689: # Sed expression to map a string onto a valid CPP name.
        !          15690: as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
        !          15691: as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
        !          15692: 
        !          15693: # Sed expression to map a string onto a valid variable name.
        !          15694: as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
        !          15695: as_tr_sh="eval sed '$as_sed_sh'" # deprecated
        !          15696: 
        !          15697: 
        !          15698: exec 6>&1
        !          15699: ## ----------------------------------- ##
        !          15700: ## Main body of $CONFIG_STATUS script. ##
        !          15701: ## ----------------------------------- ##
        !          15702: _ASEOF
        !          15703: test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
        !          15704: 
        !          15705: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          15706: # Save the log message, to keep $0 and so on meaningful, and to
        !          15707: # report actual input values of CONFIG_FILES etc. instead of their
        !          15708: # values after options handling.
        !          15709: ac_log="
        !          15710: This file was extended by freem $as_me cvs-current, which was
        !          15711: generated by GNU Autoconf 2.72.  Invocation command line was
        !          15712: 
        !          15713:   CONFIG_FILES    = $CONFIG_FILES
        !          15714:   CONFIG_HEADERS  = $CONFIG_HEADERS
        !          15715:   CONFIG_LINKS    = $CONFIG_LINKS
        !          15716:   CONFIG_COMMANDS = $CONFIG_COMMANDS
        !          15717:   $ $0 $@
        !          15718: 
        !          15719: on `(hostname || uname -n) 2>/dev/null | sed 1q`
        !          15720: "
        !          15721: 
        !          15722: _ACEOF
        !          15723: 
        !          15724: case $ac_config_files in *"
        !          15725: "*) set x $ac_config_files; shift; ac_config_files=$*;;
        !          15726: esac
        !          15727: 
        !          15728: case $ac_config_headers in *"
        !          15729: "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
        !          15730: esac
        !          15731: 
        !          15732: 
        !          15733: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          15734: # Files that config.status was made for.
        !          15735: config_files="$ac_config_files"
        !          15736: config_headers="$ac_config_headers"
        !          15737: config_commands="$ac_config_commands"
        !          15738: 
        !          15739: _ACEOF
        !          15740: 
        !          15741: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          15742: ac_cs_usage="\
        !          15743: '$as_me' instantiates files and other configuration actions
        !          15744: from templates according to the current configuration.  Unless the files
        !          15745: and actions are specified as TAGs, all are instantiated by default.
        !          15746: 
        !          15747: Usage: $0 [OPTION]... [TAG]...
        !          15748: 
        !          15749:   -h, --help       print this help, then exit
        !          15750:   -V, --version    print version number and configuration settings, then exit
        !          15751:       --config     print configuration, then exit
        !          15752:   -q, --quiet, --silent
        !          15753:                    do not print progress messages
        !          15754:   -d, --debug      don't remove temporary files
        !          15755:       --recheck    update $as_me by reconfiguring in the same conditions
        !          15756:       --file=FILE[:TEMPLATE]
        !          15757:                    instantiate the configuration file FILE
        !          15758:       --header=FILE[:TEMPLATE]
        !          15759:                    instantiate the configuration header FILE
        !          15760: 
        !          15761: Configuration files:
        !          15762: $config_files
        !          15763: 
        !          15764: Configuration headers:
        !          15765: $config_headers
        !          15766: 
        !          15767: Configuration commands:
        !          15768: $config_commands
        !          15769: 
        !          15770: Report bugs to <jpw@coherent-logic.com>."
        !          15771: 
        !          15772: _ACEOF
        !          15773: ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
        !          15774: ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
        !          15775: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          15776: ac_cs_config='$ac_cs_config_escaped'
        !          15777: ac_cs_version="\\
        !          15778: freem config.status cvs-current
        !          15779: configured by $0, generated by GNU Autoconf 2.72,
        !          15780:   with options \\"\$ac_cs_config\\"
        !          15781: 
        !          15782: Copyright (C) 2023 Free Software Foundation, Inc.
        !          15783: This config.status script is free software; the Free Software Foundation
        !          15784: gives unlimited permission to copy, distribute and modify it."
        !          15785: 
        !          15786: ac_pwd='$ac_pwd'
        !          15787: srcdir='$srcdir'
        !          15788: INSTALL='$INSTALL'
        !          15789: MKDIR_P='$MKDIR_P'
        !          15790: AWK='$AWK'
        !          15791: test -n "\$AWK" || AWK=awk
        !          15792: _ACEOF
        !          15793: 
        !          15794: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          15795: # The default lists apply if the user does not specify any file.
        !          15796: ac_need_defaults=:
        !          15797: while test $# != 0
        !          15798: do
        !          15799:   case $1 in
        !          15800:   --*=?*)
        !          15801:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
        !          15802:     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
        !          15803:     ac_shift=:
        !          15804:     ;;
        !          15805:   --*=)
        !          15806:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
        !          15807:     ac_optarg=
        !          15808:     ac_shift=:
        !          15809:     ;;
        !          15810:   *)
        !          15811:     ac_option=$1
        !          15812:     ac_optarg=$2
        !          15813:     ac_shift=shift
        !          15814:     ;;
        !          15815:   esac
        !          15816: 
        !          15817:   case $ac_option in
        !          15818:   # Handling of the options.
        !          15819:   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
        !          15820:     ac_cs_recheck=: ;;
        !          15821:   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
        !          15822:     printf "%s\n" "$ac_cs_version"; exit ;;
        !          15823:   --config | --confi | --conf | --con | --co | --c )
        !          15824:     printf "%s\n" "$ac_cs_config"; exit ;;
        !          15825:   --debug | --debu | --deb | --de | --d | -d )
        !          15826:     debug=: ;;
        !          15827:   --file | --fil | --fi | --f )
        !          15828:     $ac_shift
        !          15829:     case $ac_optarg in
        !          15830:     *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
        !          15831:     '') as_fn_error $? "missing file argument" ;;
        !          15832:     esac
        !          15833:     as_fn_append CONFIG_FILES " '$ac_optarg'"
        !          15834:     ac_need_defaults=false;;
        !          15835:   --header | --heade | --head | --hea )
        !          15836:     $ac_shift
        !          15837:     case $ac_optarg in
        !          15838:     *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
        !          15839:     esac
        !          15840:     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
        !          15841:     ac_need_defaults=false;;
        !          15842:   --he | --h)
        !          15843:     # Conflict between --help and --header
        !          15844:     as_fn_error $? "ambiguous option: '$1'
        !          15845: Try '$0 --help' for more information.";;
        !          15846:   --help | --hel | -h )
        !          15847:     printf "%s\n" "$ac_cs_usage"; exit ;;
        !          15848:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
        !          15849:   | -silent | --silent | --silen | --sile | --sil | --si | --s)
        !          15850:     ac_cs_silent=: ;;
        !          15851: 
        !          15852:   # This is an error.
        !          15853:   -*) as_fn_error $? "unrecognized option: '$1'
        !          15854: Try '$0 --help' for more information." ;;
        !          15855: 
        !          15856:   *) as_fn_append ac_config_targets " $1"
        !          15857:      ac_need_defaults=false ;;
        !          15858: 
        !          15859:   esac
        !          15860:   shift
        !          15861: done
        !          15862: 
        !          15863: ac_configure_extra_args=
        !          15864: 
        !          15865: if $ac_cs_silent; then
        !          15866:   exec 6>/dev/null
        !          15867:   ac_configure_extra_args="$ac_configure_extra_args --silent"
        !          15868: fi
        !          15869: 
        !          15870: _ACEOF
        !          15871: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          15872: if \$ac_cs_recheck; then
        !          15873:   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
        !          15874:   shift
        !          15875:   \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
        !          15876:   CONFIG_SHELL='$SHELL'
        !          15877:   export CONFIG_SHELL
        !          15878:   exec "\$@"
        !          15879: fi
        !          15880: 
        !          15881: _ACEOF
        !          15882: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          15883: exec 5>>config.log
        !          15884: {
        !          15885:   echo
        !          15886:   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
        !          15887: ## Running $as_me. ##
        !          15888: _ASBOX
        !          15889:   printf "%s\n" "$ac_log"
        !          15890: } >&5
        !          15891: 
        !          15892: _ACEOF
        !          15893: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          15894: #
        !          15895: # INIT-COMMANDS
        !          15896: #
        !          15897: 
        !          15898: 
        !          15899: # The HP-UX ksh and POSIX shell print the target directory to stdout
        !          15900: # if CDPATH is set.
        !          15901: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
        !          15902: 
        !          15903: sed_quote_subst='$sed_quote_subst'
        !          15904: double_quote_subst='$double_quote_subst'
        !          15905: delay_variable_subst='$delay_variable_subst'
        !          15906: enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
        !          15907: enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
        !          15908: macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
        !          15909: macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
        !          15910: pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
        !          15911: enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
        !          15912: shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
        !          15913: SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
        !          15914: ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
        !          15915: PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
        !          15916: host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
        !          15917: host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
        !          15918: host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
        !          15919: build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
        !          15920: build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
        !          15921: build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
        !          15922: SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
        !          15923: Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
        !          15924: GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
        !          15925: EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
        !          15926: FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
        !          15927: LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
        !          15928: NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
        !          15929: LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
        !          15930: max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
        !          15931: ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
        !          15932: exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
        !          15933: lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
        !          15934: lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
        !          15935: lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
        !          15936: lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
        !          15937: lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
        !          15938: reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
        !          15939: reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
        !          15940: FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`'
        !          15941: OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
        !          15942: deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
        !          15943: file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
        !          15944: file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
        !          15945: want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
        !          15946: DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
        !          15947: sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
        !          15948: AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
        !          15949: lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`'
        !          15950: AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
        !          15951: archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
        !          15952: STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
        !          15953: RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
        !          15954: old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
        !          15955: old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
        !          15956: old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
        !          15957: lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
        !          15958: CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
        !          15959: CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
        !          15960: compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
        !          15961: GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
        !          15962: lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
        !          15963: lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
        !          15964: lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
        !          15965: lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
        !          15966: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
        !          15967: lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
        !          15968: nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
        !          15969: lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
        !          15970: lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
        !          15971: objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
        !          15972: MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
        !          15973: lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
        !          15974: lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
        !          15975: lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
        !          15976: lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
        !          15977: lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
        !          15978: need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
        !          15979: MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
        !          15980: DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
        !          15981: NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
        !          15982: LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
        !          15983: OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
        !          15984: OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
        !          15985: libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
        !          15986: shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
        !          15987: extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
        !          15988: archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
        !          15989: enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
        !          15990: export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
        !          15991: whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
        !          15992: compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
        !          15993: old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
        !          15994: old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
        !          15995: archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
        !          15996: archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
        !          15997: module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
        !          15998: module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
        !          15999: with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
        !          16000: allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
        !          16001: no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
        !          16002: hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
        !          16003: hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
        !          16004: hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
        !          16005: hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
        !          16006: hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
        !          16007: hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
        !          16008: hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
        !          16009: inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
        !          16010: link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
        !          16011: always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
        !          16012: export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
        !          16013: exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
        !          16014: include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
        !          16015: prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
        !          16016: postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
        !          16017: file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
        !          16018: variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
        !          16019: need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
        !          16020: need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
        !          16021: version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
        !          16022: runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
        !          16023: shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
        !          16024: shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
        !          16025: libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
        !          16026: library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
        !          16027: soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
        !          16028: install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
        !          16029: postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
        !          16030: postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
        !          16031: finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
        !          16032: finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
        !          16033: hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
        !          16034: sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
        !          16035: configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
        !          16036: configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
        !          16037: hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
        !          16038: enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
        !          16039: enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
        !          16040: enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
        !          16041: old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
        !          16042: striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
        !          16043: 
        !          16044: LTCC='$LTCC'
        !          16045: LTCFLAGS='$LTCFLAGS'
        !          16046: compiler='$compiler_DEFAULT'
        !          16047: 
        !          16048: # A function that is used when there is no print builtin or printf.
        !          16049: func_fallback_echo ()
        !          16050: {
        !          16051:   eval 'cat <<_LTECHO_EOF
        !          16052: \$1
        !          16053: _LTECHO_EOF'
        !          16054: }
        !          16055: 
        !          16056: # Quote evaled strings.
        !          16057: for var in SHELL \
        !          16058: ECHO \
        !          16059: PATH_SEPARATOR \
        !          16060: SED \
        !          16061: GREP \
        !          16062: EGREP \
        !          16063: FGREP \
        !          16064: LD \
        !          16065: NM \
        !          16066: LN_S \
        !          16067: lt_SP2NL \
        !          16068: lt_NL2SP \
        !          16069: reload_flag \
        !          16070: FILECMD \
        !          16071: OBJDUMP \
        !          16072: deplibs_check_method \
        !          16073: file_magic_cmd \
        !          16074: file_magic_glob \
        !          16075: want_nocaseglob \
        !          16076: DLLTOOL \
        !          16077: sharedlib_from_linklib_cmd \
        !          16078: AR \
        !          16079: archiver_list_spec \
        !          16080: STRIP \
        !          16081: RANLIB \
        !          16082: CC \
        !          16083: CFLAGS \
        !          16084: compiler \
        !          16085: lt_cv_sys_global_symbol_pipe \
        !          16086: lt_cv_sys_global_symbol_to_cdecl \
        !          16087: lt_cv_sys_global_symbol_to_import \
        !          16088: lt_cv_sys_global_symbol_to_c_name_address \
        !          16089: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
        !          16090: lt_cv_nm_interface \
        !          16091: nm_file_list_spec \
        !          16092: lt_cv_truncate_bin \
        !          16093: lt_prog_compiler_no_builtin_flag \
        !          16094: lt_prog_compiler_pic \
        !          16095: lt_prog_compiler_wl \
        !          16096: lt_prog_compiler_static \
        !          16097: lt_cv_prog_compiler_c_o \
        !          16098: need_locks \
        !          16099: MANIFEST_TOOL \
        !          16100: DSYMUTIL \
        !          16101: NMEDIT \
        !          16102: LIPO \
        !          16103: OTOOL \
        !          16104: OTOOL64 \
        !          16105: shrext_cmds \
        !          16106: export_dynamic_flag_spec \
        !          16107: whole_archive_flag_spec \
        !          16108: compiler_needs_object \
        !          16109: with_gnu_ld \
        !          16110: allow_undefined_flag \
        !          16111: no_undefined_flag \
        !          16112: hardcode_libdir_flag_spec \
        !          16113: hardcode_libdir_separator \
        !          16114: exclude_expsyms \
        !          16115: include_expsyms \
        !          16116: file_list_spec \
        !          16117: variables_saved_for_relink \
        !          16118: libname_spec \
        !          16119: library_names_spec \
        !          16120: soname_spec \
        !          16121: install_override_mode \
        !          16122: finish_eval \
        !          16123: old_striplib \
        !          16124: striplib; do
        !          16125:     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
        !          16126:     *[\\\\\\\`\\"\\\$]*)
        !          16127:       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
        !          16128:       ;;
        !          16129:     *)
        !          16130:       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
        !          16131:       ;;
        !          16132:     esac
        !          16133: done
        !          16134: 
        !          16135: # Double-quote double-evaled strings.
        !          16136: for var in reload_cmds \
        !          16137: old_postinstall_cmds \
        !          16138: old_postuninstall_cmds \
        !          16139: old_archive_cmds \
        !          16140: extract_expsyms_cmds \
        !          16141: old_archive_from_new_cmds \
        !          16142: old_archive_from_expsyms_cmds \
        !          16143: archive_cmds \
        !          16144: archive_expsym_cmds \
        !          16145: module_cmds \
        !          16146: module_expsym_cmds \
        !          16147: export_symbols_cmds \
        !          16148: prelink_cmds \
        !          16149: postlink_cmds \
        !          16150: postinstall_cmds \
        !          16151: postuninstall_cmds \
        !          16152: finish_cmds \
        !          16153: sys_lib_search_path_spec \
        !          16154: configure_time_dlsearch_path \
        !          16155: configure_time_lt_sys_library_path; do
        !          16156:     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
        !          16157:     *[\\\\\\\`\\"\\\$]*)
        !          16158:       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
        !          16159:       ;;
        !          16160:     *)
        !          16161:       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
        !          16162:       ;;
        !          16163:     esac
        !          16164: done
        !          16165: 
        !          16166: ac_aux_dir='$ac_aux_dir'
        !          16167: 
        !          16168: # See if we are running on zsh, and set the options that allow our
        !          16169: # commands through without removal of \ escapes INIT.
        !          16170: if test -n "\${ZSH_VERSION+set}"; then
        !          16171:    setopt NO_GLOB_SUBST
        !          16172: fi
        !          16173: 
        !          16174: 
        !          16175:     PACKAGE='$PACKAGE'
        !          16176:     VERSION='$VERSION'
        !          16177:     RM='$RM'
        !          16178:     ofile='$ofile'
        !          16179: 
        !          16180: 
        !          16181: 
        !          16182: AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
        !          16183: 
        !          16184: _ACEOF
        !          16185: 
        !          16186: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          16187: 
        !          16188: # Handling of arguments.
        !          16189: for ac_config_target in $ac_config_targets
        !          16190: do
        !          16191:   case $ac_config_target in
        !          16192:     "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
        !          16193:     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
        !          16194:     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
        !          16195:     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
        !          16196:     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
        !          16197:     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
        !          16198: 
        !          16199:   *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
        !          16200:   esac
        !          16201: done
        !          16202: 
        !          16203: 
        !          16204: # If the user did not use the arguments to specify the items to instantiate,
        !          16205: # then the envvar interface is used.  Set only those that are not.
        !          16206: # We use the long form for the default assignment because of an extremely
        !          16207: # bizarre bug on SunOS 4.1.3.
        !          16208: if $ac_need_defaults; then
        !          16209:   test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
        !          16210:   test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
        !          16211:   test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
        !          16212: fi
        !          16213: 
        !          16214: # Have a temporary directory for convenience.  Make it in the build tree
        !          16215: # simply because there is no reason against having it here, and in addition,
        !          16216: # creating and moving files from /tmp can sometimes cause problems.
        !          16217: # Hook for its removal unless debugging.
        !          16218: # Note that there is a small window in which the directory will not be cleaned:
        !          16219: # after its creation but before its name has been assigned to '$tmp'.
        !          16220: $debug ||
        !          16221: {
        !          16222:   tmp= ac_tmp=
        !          16223:   trap 'exit_status=$?
        !          16224:   : "${ac_tmp:=$tmp}"
        !          16225:   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
        !          16226: ' 0
        !          16227:   trap 'as_fn_exit 1' 1 2 13 15
        !          16228: }
        !          16229: # Create a (secure) tmp directory for tmp files.
        !          16230: 
        !          16231: {
        !          16232:   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
        !          16233:   test -d "$tmp"
        !          16234: }  ||
        !          16235: {
        !          16236:   tmp=./conf$$-$RANDOM
        !          16237:   (umask 077 && mkdir "$tmp")
        !          16238: } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
        !          16239: ac_tmp=$tmp
        !          16240: 
        !          16241: # Set up the scripts for CONFIG_FILES section.
        !          16242: # No need to generate them if there are no CONFIG_FILES.
        !          16243: # This happens for instance with './config.status config.h'.
        !          16244: if test -n "$CONFIG_FILES"; then
        !          16245: 
        !          16246: 
        !          16247: ac_cr=`echo X | tr X '\015'`
        !          16248: # On cygwin, bash can eat \r inside `` if the user requested igncr.
        !          16249: # But we know of no other shell where ac_cr would be empty at this
        !          16250: # point, so we can use a bashism as a fallback.
        !          16251: if test "x$ac_cr" = x; then
        !          16252:   eval ac_cr=\$\'\\r\'
        !          16253: fi
        !          16254: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
        !          16255: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
        !          16256:   ac_cs_awk_cr='\\r'
        !          16257: else
        !          16258:   ac_cs_awk_cr=$ac_cr
        !          16259: fi
        !          16260: 
        !          16261: echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
        !          16262: _ACEOF
        !          16263: 
        !          16264: 
        !          16265: {
        !          16266:   echo "cat >conf$$subs.awk <<_ACEOF" &&
        !          16267:   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
        !          16268:   echo "_ACEOF"
        !          16269: } >conf$$subs.sh ||
        !          16270:   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
        !          16271: ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
        !          16272: ac_delim='%!_!# '
        !          16273: for ac_last_try in false false false false false :; do
        !          16274:   . ./conf$$subs.sh ||
        !          16275:     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
        !          16276: 
        !          16277:   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
        !          16278:   if test $ac_delim_n = $ac_delim_num; then
        !          16279:     break
        !          16280:   elif $ac_last_try; then
        !          16281:     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
        !          16282:   else
        !          16283:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
        !          16284:   fi
        !          16285: done
        !          16286: rm -f conf$$subs.sh
        !          16287: 
        !          16288: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          16289: cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
        !          16290: _ACEOF
        !          16291: sed -n '
        !          16292: h
        !          16293: s/^/S["/; s/!.*/"]=/
        !          16294: p
        !          16295: g
        !          16296: s/^[^!]*!//
        !          16297: :repl
        !          16298: t repl
        !          16299: s/'"$ac_delim"'$//
        !          16300: t delim
        !          16301: :nl
        !          16302: h
        !          16303: s/\(.\{148\}\)..*/\1/
        !          16304: t more1
        !          16305: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
        !          16306: p
        !          16307: n
        !          16308: b repl
        !          16309: :more1
        !          16310: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
        !          16311: p
        !          16312: g
        !          16313: s/.\{148\}//
        !          16314: t nl
        !          16315: :delim
        !          16316: h
        !          16317: s/\(.\{148\}\)..*/\1/
        !          16318: t more2
        !          16319: s/["\\]/\\&/g; s/^/"/; s/$/"/
        !          16320: p
        !          16321: b
        !          16322: :more2
        !          16323: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
        !          16324: p
        !          16325: g
        !          16326: s/.\{148\}//
        !          16327: t delim
        !          16328: ' <conf$$subs.awk | sed '
        !          16329: /^[^""]/{
        !          16330:   N
        !          16331:   s/\n//
        !          16332: }
        !          16333: ' >>$CONFIG_STATUS || ac_write_fail=1
        !          16334: rm -f conf$$subs.awk
        !          16335: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          16336: _ACAWK
        !          16337: cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
        !          16338:   for (key in S) S_is_set[key] = 1
        !          16339:   FS = ""
        !          16340: 
        !          16341: }
        !          16342: {
        !          16343:   line = $ 0
        !          16344:   nfields = split(line, field, "@")
        !          16345:   substed = 0
        !          16346:   len = length(field[1])
        !          16347:   for (i = 2; i < nfields; i++) {
        !          16348:     key = field[i]
        !          16349:     keylen = length(key)
        !          16350:     if (S_is_set[key]) {
        !          16351:       value = S[key]
        !          16352:       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
        !          16353:       len += length(value) + length(field[++i])
        !          16354:       substed = 1
        !          16355:     } else
        !          16356:       len += 1 + keylen
        !          16357:   }
        !          16358: 
        !          16359:   print line
        !          16360: }
        !          16361: 
        !          16362: _ACAWK
        !          16363: _ACEOF
        !          16364: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          16365: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
        !          16366:   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
        !          16367: else
        !          16368:   cat
        !          16369: fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
        !          16370:   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
        !          16371: _ACEOF
        !          16372: 
        !          16373: # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
        !          16374: # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
        !          16375: # trailing colons and then remove the whole line if VPATH becomes empty
        !          16376: # (actually we leave an empty line to preserve line numbers).
        !          16377: if test "x$srcdir" = x.; then
        !          16378:   ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
        !          16379: h
        !          16380: s///
        !          16381: s/^/:/
        !          16382: s/[     ]*$/:/
        !          16383: s/:\$(srcdir):/:/g
        !          16384: s/:\${srcdir}:/:/g
        !          16385: s/:@srcdir@:/:/g
        !          16386: s/^:*//
        !          16387: s/:*$//
        !          16388: x
        !          16389: s/\(=[  ]*\).*/\1/
        !          16390: G
        !          16391: s/\n//
        !          16392: s/^[^=]*=[      ]*$//
        !          16393: }'
        !          16394: fi
        !          16395: 
        !          16396: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          16397: fi # test -n "$CONFIG_FILES"
        !          16398: 
        !          16399: # Set up the scripts for CONFIG_HEADERS section.
        !          16400: # No need to generate them if there are no CONFIG_HEADERS.
        !          16401: # This happens for instance with './config.status Makefile'.
        !          16402: if test -n "$CONFIG_HEADERS"; then
        !          16403: cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
        !          16404: BEGIN {
        !          16405: _ACEOF
        !          16406: 
        !          16407: # Transform confdefs.h into an awk script 'defines.awk', embedded as
        !          16408: # here-document in config.status, that substitutes the proper values into
        !          16409: # config.h.in to produce config.h.
        !          16410: 
        !          16411: # Create a delimiter string that does not exist in confdefs.h, to ease
        !          16412: # handling of long lines.
        !          16413: ac_delim='%!_!# '
        !          16414: for ac_last_try in false false :; do
        !          16415:   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
        !          16416:   if test -z "$ac_tt"; then
        !          16417:     break
        !          16418:   elif $ac_last_try; then
        !          16419:     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
        !          16420:   else
        !          16421:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
        !          16422:   fi
        !          16423: done
        !          16424: 
        !          16425: # For the awk script, D is an array of macro values keyed by name,
        !          16426: # likewise P contains macro parameters if any.  Preserve backslash
        !          16427: # newline sequences.
        !          16428: 
        !          16429: ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
        !          16430: sed -n '
        !          16431: s/.\{148\}/&'"$ac_delim"'/g
        !          16432: t rset
        !          16433: :rset
        !          16434: s/^[    ]*#[    ]*define[       ][      ]*/ /
        !          16435: t def
        !          16436: d
        !          16437: :def
        !          16438: s/\\$//
        !          16439: t bsnl
        !          16440: s/["\\]/\\&/g
        !          16441: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
        !          16442: D["\1"]=" \3"/p
        !          16443: s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
        !          16444: d
        !          16445: :bsnl
        !          16446: s/["\\]/\\&/g
        !          16447: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
        !          16448: D["\1"]=" \3\\\\\\n"\\/p
        !          16449: t cont
        !          16450: s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
        !          16451: t cont
        !          16452: d
        !          16453: :cont
        !          16454: n
        !          16455: s/.\{148\}/&'"$ac_delim"'/g
        !          16456: t clear
        !          16457: :clear
        !          16458: s/\\$//
        !          16459: t bsnlc
        !          16460: s/["\\]/\\&/g; s/^/"/; s/$/"/p
        !          16461: d
        !          16462: :bsnlc
        !          16463: s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
        !          16464: b cont
        !          16465: ' <confdefs.h | sed '
        !          16466: s/'"$ac_delim"'/"\\\
        !          16467: "/g' >>$CONFIG_STATUS || ac_write_fail=1
        !          16468: 
        !          16469: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          16470:   for (key in D) D_is_set[key] = 1
        !          16471:   FS = ""
        !          16472: }
        !          16473: /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
        !          16474:   line = \$ 0
        !          16475:   split(line, arg, " ")
        !          16476:   if (arg[1] == "#") {
        !          16477:     defundef = arg[2]
        !          16478:     mac1 = arg[3]
        !          16479:   } else {
        !          16480:     defundef = substr(arg[1], 2)
        !          16481:     mac1 = arg[2]
        !          16482:   }
        !          16483:   split(mac1, mac2, "(") #)
        !          16484:   macro = mac2[1]
        !          16485:   prefix = substr(line, 1, index(line, defundef) - 1)
        !          16486:   if (D_is_set[macro]) {
        !          16487:     # Preserve the white space surrounding the "#".
        !          16488:     print prefix "define", macro P[macro] D[macro]
        !          16489:     next
        !          16490:   } else {
        !          16491:     # Replace #undef with comments.  This is necessary, for example,
        !          16492:     # in the case of _POSIX_SOURCE, which is predefined and required
        !          16493:     # on some systems where configure will not decide to define it.
        !          16494:     if (defundef == "undef") {
        !          16495:       print "/*", prefix defundef, macro, "*/"
        !          16496:       next
        !          16497:     }
        !          16498:   }
        !          16499: }
        !          16500: { print }
        !          16501: _ACAWK
        !          16502: _ACEOF
        !          16503: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          16504:   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
        !          16505: fi # test -n "$CONFIG_HEADERS"
        !          16506: 
        !          16507: 
        !          16508: eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
        !          16509: shift
        !          16510: for ac_tag
        !          16511: do
        !          16512:   case $ac_tag in
        !          16513:   :[FHLC]) ac_mode=$ac_tag; continue;;
        !          16514:   esac
        !          16515:   case $ac_mode$ac_tag in
        !          16516:   :[FHL]*:*);;
        !          16517:   :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
        !          16518:   :[FH]-) ac_tag=-:-;;
        !          16519:   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
        !          16520:   esac
        !          16521:   ac_save_IFS=$IFS
        !          16522:   IFS=:
        !          16523:   set x $ac_tag
        !          16524:   IFS=$ac_save_IFS
        !          16525:   shift
        !          16526:   ac_file=$1
        !          16527:   shift
        !          16528: 
        !          16529:   case $ac_mode in
        !          16530:   :L) ac_source=$1;;
        !          16531:   :[FH])
        !          16532:     ac_file_inputs=
        !          16533:     for ac_f
        !          16534:     do
        !          16535:       case $ac_f in
        !          16536:       -) ac_f="$ac_tmp/stdin";;
        !          16537:       *) # Look for the file first in the build tree, then in the source tree
        !          16538:         # (if the path is not absolute).  The absolute path cannot be DOS-style,
        !          16539:         # because $ac_f cannot contain ':'.
        !          16540:         test -f "$ac_f" ||
        !          16541:           case $ac_f in
        !          16542:           [\\/$]*) false;;
        !          16543:           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
        !          16544:           esac ||
        !          16545:           as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
        !          16546:       esac
        !          16547:       case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
        !          16548:       as_fn_append ac_file_inputs " '$ac_f'"
        !          16549:     done
        !          16550: 
        !          16551:     # Let's still pretend it is 'configure' which instantiates (i.e., don't
        !          16552:     # use $as_me), people would be surprised to read:
        !          16553:     #    /* config.h.  Generated by config.status.  */
        !          16554:     configure_input='Generated from '`
        !          16555:          printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
        !          16556:        `' by configure.'
        !          16557:     if test x"$ac_file" != x-; then
        !          16558:       configure_input="$ac_file.  $configure_input"
        !          16559:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
        !          16560: printf "%s\n" "$as_me: creating $ac_file" >&6;}
        !          16561:     fi
        !          16562:     # Neutralize special characters interpreted by sed in replacement strings.
        !          16563:     case $configure_input in #(
        !          16564:     *\&* | *\|* | *\\* )
        !          16565:        ac_sed_conf_input=`printf "%s\n" "$configure_input" |
        !          16566:        sed 's/[\\\\&|]/\\\\&/g'`;; #(
        !          16567:     *) ac_sed_conf_input=$configure_input;;
        !          16568:     esac
        !          16569: 
        !          16570:     case $ac_tag in
        !          16571:     *:-:* | *:-) cat >"$ac_tmp/stdin" \
        !          16572:       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
        !          16573:     esac
        !          16574:     ;;
        !          16575:   esac
        !          16576: 
        !          16577:   ac_dir=`$as_dirname -- "$ac_file" ||
        !          16578: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !          16579:         X"$ac_file" : 'X\(//\)[^/]' \| \
        !          16580:         X"$ac_file" : 'X\(//\)$' \| \
        !          16581:         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
        !          16582: printf "%s\n" X"$ac_file" |
        !          16583:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !          16584:            s//\1/
        !          16585:            q
        !          16586:          }
        !          16587:          /^X\(\/\/\)[^/].*/{
        !          16588:            s//\1/
        !          16589:            q
        !          16590:          }
        !          16591:          /^X\(\/\/\)$/{
        !          16592:            s//\1/
        !          16593:            q
        !          16594:          }
        !          16595:          /^X\(\/\).*/{
        !          16596:            s//\1/
        !          16597:            q
        !          16598:          }
        !          16599:          s/.*/./; q'`
        !          16600:   as_dir="$ac_dir"; as_fn_mkdir_p
        !          16601:   ac_builddir=.
        !          16602: 
        !          16603: case "$ac_dir" in
        !          16604: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
        !          16605: *)
        !          16606:   ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
        !          16607:   # A ".." for each directory in $ac_dir_suffix.
        !          16608:   ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
        !          16609:   case $ac_top_builddir_sub in
        !          16610:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
        !          16611:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
        !          16612:   esac ;;
        !          16613: esac
        !          16614: ac_abs_top_builddir=$ac_pwd
        !          16615: ac_abs_builddir=$ac_pwd$ac_dir_suffix
        !          16616: # for backward compatibility:
        !          16617: ac_top_builddir=$ac_top_build_prefix
        !          16618: 
        !          16619: case $srcdir in
        !          16620:   .)  # We are building in place.
        !          16621:     ac_srcdir=.
        !          16622:     ac_top_srcdir=$ac_top_builddir_sub
        !          16623:     ac_abs_top_srcdir=$ac_pwd ;;
        !          16624:   [\\/]* | ?:[\\/]* )  # Absolute name.
        !          16625:     ac_srcdir=$srcdir$ac_dir_suffix;
        !          16626:     ac_top_srcdir=$srcdir
        !          16627:     ac_abs_top_srcdir=$srcdir ;;
        !          16628:   *) # Relative name.
        !          16629:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
        !          16630:     ac_top_srcdir=$ac_top_build_prefix$srcdir
        !          16631:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
        !          16632: esac
        !          16633: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
        !          16634: 
        !          16635: 
        !          16636:   case $ac_mode in
        !          16637:   :F)
        !          16638:   #
        !          16639:   # CONFIG_FILE
        !          16640:   #
        !          16641: 
        !          16642:   case $INSTALL in
        !          16643:   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
        !          16644:   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
        !          16645:   esac
        !          16646:   ac_MKDIR_P=$MKDIR_P
        !          16647:   case $MKDIR_P in
        !          16648:   [\\/$]* | ?:[\\/]* ) ;;
        !          16649:   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
        !          16650:   esac
        !          16651: _ACEOF
        !          16652: 
        !          16653: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          16654: # If the template does not know about datarootdir, expand it.
        !          16655: # FIXME: This hack should be removed a few years after 2.60.
        !          16656: ac_datarootdir_hack=; ac_datarootdir_seen=
        !          16657: ac_sed_dataroot='
        !          16658: /datarootdir/ {
        !          16659:   p
        !          16660:   q
        !          16661: }
        !          16662: /@datadir@/p
        !          16663: /@docdir@/p
        !          16664: /@infodir@/p
        !          16665: /@localedir@/p
        !          16666: /@mandir@/p'
        !          16667: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
        !          16668: *datarootdir*) ac_datarootdir_seen=yes;;
        !          16669: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
        !          16670:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
        !          16671: printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
        !          16672: _ACEOF
        !          16673: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          16674:   ac_datarootdir_hack='
        !          16675:   s&@datadir@&$datadir&g
        !          16676:   s&@docdir@&$docdir&g
        !          16677:   s&@infodir@&$infodir&g
        !          16678:   s&@localedir@&$localedir&g
        !          16679:   s&@mandir@&$mandir&g
        !          16680:   s&\\\${datarootdir}&$datarootdir&g' ;;
        !          16681: esac
        !          16682: _ACEOF
        !          16683: 
        !          16684: # Neutralize VPATH when '$srcdir' = '.'.
        !          16685: # Shell code in configure.ac might set extrasub.
        !          16686: # FIXME: do we really want to maintain this feature?
        !          16687: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          16688: ac_sed_extra="$ac_vpsub
        !          16689: $extrasub
        !          16690: _ACEOF
        !          16691: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          16692: :t
        !          16693: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
        !          16694: s|@configure_input@|$ac_sed_conf_input|;t t
        !          16695: s&@top_builddir@&$ac_top_builddir_sub&;t t
        !          16696: s&@top_build_prefix@&$ac_top_build_prefix&;t t
        !          16697: s&@srcdir@&$ac_srcdir&;t t
        !          16698: s&@abs_srcdir@&$ac_abs_srcdir&;t t
        !          16699: s&@top_srcdir@&$ac_top_srcdir&;t t
        !          16700: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
        !          16701: s&@builddir@&$ac_builddir&;t t
        !          16702: s&@abs_builddir@&$ac_abs_builddir&;t t
        !          16703: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
        !          16704: s&@INSTALL@&$ac_INSTALL&;t t
        !          16705: s&@MKDIR_P@&$ac_MKDIR_P&;t t
        !          16706: $ac_datarootdir_hack
        !          16707: "
        !          16708: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
        !          16709:   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
        !          16710: 
        !          16711: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
        !          16712:   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
        !          16713:   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' \
        !          16714:       "$ac_tmp/out"`; test -z "$ac_out"; } &&
        !          16715:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir'
        !          16716: which seems to be undefined.  Please make sure it is defined" >&5
        !          16717: printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir'
        !          16718: which seems to be undefined.  Please make sure it is defined" >&2;}
        !          16719: 
        !          16720:   rm -f "$ac_tmp/stdin"
        !          16721:   case $ac_file in
        !          16722:   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
        !          16723:   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
        !          16724:   esac \
        !          16725:   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
        !          16726:  ;;
        !          16727:   :H)
        !          16728:   #
        !          16729:   # CONFIG_HEADER
        !          16730:   #
        !          16731:   if test x"$ac_file" != x-; then
        !          16732:     {
        !          16733:       printf "%s\n" "/* $configure_input  */" >&1 \
        !          16734:       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
        !          16735:     } >"$ac_tmp/config.h" \
        !          16736:       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
        !          16737:     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
        !          16738:       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
        !          16739: printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
        !          16740:     else
        !          16741:       rm -f "$ac_file"
        !          16742:       mv "$ac_tmp/config.h" "$ac_file" \
        !          16743:        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
        !          16744:     fi
        !          16745:   else
        !          16746:     printf "%s\n" "/* $configure_input  */" >&1 \
        !          16747:       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
        !          16748:       || as_fn_error $? "could not create -" "$LINENO" 5
        !          16749:   fi
        !          16750: # Compute "$ac_file"'s index in $config_headers.
        !          16751: _am_arg="$ac_file"
        !          16752: _am_stamp_count=1
        !          16753: for _am_header in $config_headers :; do
        !          16754:   case $_am_header in
        !          16755:     $_am_arg | $_am_arg:* )
        !          16756:       break ;;
        !          16757:     * )
        !          16758:       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
        !          16759:   esac
        !          16760: done
        !          16761: echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
        !          16762: $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !          16763:         X"$_am_arg" : 'X\(//\)[^/]' \| \
        !          16764:         X"$_am_arg" : 'X\(//\)$' \| \
        !          16765:         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
        !          16766: printf "%s\n" X"$_am_arg" |
        !          16767:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !          16768:            s//\1/
        !          16769:            q
        !          16770:          }
        !          16771:          /^X\(\/\/\)[^/].*/{
        !          16772:            s//\1/
        !          16773:            q
        !          16774:          }
        !          16775:          /^X\(\/\/\)$/{
        !          16776:            s//\1/
        !          16777:            q
        !          16778:          }
        !          16779:          /^X\(\/\).*/{
        !          16780:            s//\1/
        !          16781:            q
        !          16782:          }
        !          16783:          s/.*/./; q'`/stamp-h$_am_stamp_count
        !          16784:  ;;
        !          16785: 
        !          16786:   :C)  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
        !          16787: printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
        !          16788:  ;;
        !          16789:   esac
        !          16790: 
        !          16791: 
        !          16792:   case $ac_file$ac_mode in
        !          16793:     "libtool":C)
        !          16794: 
        !          16795:     # See if we are running on zsh, and set the options that allow our
        !          16796:     # commands through without removal of \ escapes.
        !          16797:     if test -n "${ZSH_VERSION+set}"; then
        !          16798:       setopt NO_GLOB_SUBST
        !          16799:     fi
        !          16800: 
        !          16801:     cfgfile=${ofile}T
        !          16802:     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
        !          16803:     $RM "$cfgfile"
        !          16804: 
        !          16805:     cat <<_LT_EOF >> "$cfgfile"
        !          16806: #! $SHELL
        !          16807: # Generated automatically by $as_me ($PACKAGE) $VERSION
        !          16808: # NOTE: Changes made to this file will be lost: look at ltmain.sh.
        !          16809: 
        !          16810: # Provide generalized library-building support services.
        !          16811: # Written by Gordon Matzigkeit, 1996
        !          16812: 
        !          16813: # Copyright (C) 2024 Free Software Foundation, Inc.
        !          16814: # This is free software; see the source for copying conditions.  There is NO
        !          16815: # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
        !          16816: 
        !          16817: # GNU Libtool is free software; you can redistribute it and/or modify
        !          16818: # it under the terms of the GNU General Public License as published by
        !          16819: # the Free Software Foundation; either version 2 of the License, or
        !          16820: # (at your option) any later version.
        !          16821: #
        !          16822: # As a special exception to the GNU General Public License, if you
        !          16823: # distribute this file as part of a program or library that is built
        !          16824: # using GNU Libtool, you may include this file under the  same
        !          16825: # distribution terms that you use for the rest of that program.
        !          16826: #
        !          16827: # GNU Libtool is distributed in the hope that it will be useful, but
        !          16828: # WITHOUT ANY WARRANTY; without even the implied warranty of
        !          16829: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !          16830: # GNU General Public License for more details.
        !          16831: #
        !          16832: # You should have received a copy of the GNU General Public License
        !          16833: # along with this program.  If not, see <http://www.gnu.org/licenses/>.
        !          16834: 
        !          16835: 
        !          16836: # The names of the tagged configurations supported by this script.
        !          16837: available_tags=''
        !          16838: 
        !          16839: # Configured defaults for sys_lib_dlsearch_path munging.
        !          16840: : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
        !          16841: 
        !          16842: # ### BEGIN LIBTOOL CONFIG
        !          16843: 
        !          16844: # Whether or not to build shared libraries.
        !          16845: build_libtool_libs=$enable_shared
        !          16846: 
        !          16847: # Whether or not to build static libraries.
        !          16848: build_old_libs=$enable_static
        !          16849: 
        !          16850: # Which release of libtool.m4 was used?
        !          16851: macro_version=$macro_version
        !          16852: macro_revision=$macro_revision
        !          16853: 
        !          16854: # What type of objects to build.
        !          16855: pic_mode=$pic_mode
        !          16856: 
        !          16857: # Whether or not to optimize for fast installation.
        !          16858: fast_install=$enable_fast_install
        !          16859: 
        !          16860: # Shared archive member basename,for filename based shared library versioning on AIX.
        !          16861: shared_archive_member_spec=$shared_archive_member_spec
        !          16862: 
        !          16863: # Shell to use when invoking shell scripts.
        !          16864: SHELL=$lt_SHELL
        !          16865: 
        !          16866: # An echo program that protects backslashes.
        !          16867: ECHO=$lt_ECHO
        !          16868: 
        !          16869: # The PATH separator for the build system.
        !          16870: PATH_SEPARATOR=$lt_PATH_SEPARATOR
        !          16871: 
        !          16872: # The host system.
        !          16873: host_alias=$host_alias
        !          16874: host=$host
        !          16875: host_os=$host_os
        !          16876: 
        !          16877: # The build system.
        !          16878: build_alias=$build_alias
        !          16879: build=$build
        !          16880: build_os=$build_os
        !          16881: 
        !          16882: # A sed program that does not truncate output.
        !          16883: SED=$lt_SED
        !          16884: 
        !          16885: # Sed that helps us avoid accidentally triggering echo(1) options like -n.
        !          16886: Xsed="\$SED -e 1s/^X//"
        !          16887: 
        !          16888: # A grep program that handles long lines.
        !          16889: GREP=$lt_GREP
        !          16890: 
        !          16891: # An ERE matcher.
        !          16892: EGREP=$lt_EGREP
        !          16893: 
        !          16894: # A literal string matcher.
        !          16895: FGREP=$lt_FGREP
        !          16896: 
        !          16897: # A BSD- or MS-compatible name lister.
        !          16898: NM=$lt_NM
        !          16899: 
        !          16900: # Whether we need soft or hard links.
        !          16901: LN_S=$lt_LN_S
        !          16902: 
        !          16903: # What is the maximum length of a command?
        !          16904: max_cmd_len=$max_cmd_len
        !          16905: 
        !          16906: # Object file suffix (normally "o").
        !          16907: objext=$ac_objext
        !          16908: 
        !          16909: # Executable file suffix (normally "").
        !          16910: exeext=$exeext
        !          16911: 
        !          16912: # whether the shell understands "unset".
        !          16913: lt_unset=$lt_unset
        !          16914: 
        !          16915: # turn spaces into newlines.
        !          16916: SP2NL=$lt_lt_SP2NL
        !          16917: 
        !          16918: # turn newlines into spaces.
        !          16919: NL2SP=$lt_lt_NL2SP
        !          16920: 
        !          16921: # convert \$build file names to \$host format.
        !          16922: to_host_file_cmd=$lt_cv_to_host_file_cmd
        !          16923: 
        !          16924: # convert \$build files to toolchain format.
        !          16925: to_tool_file_cmd=$lt_cv_to_tool_file_cmd
        !          16926: 
        !          16927: # A file(cmd) program that detects file types.
        !          16928: FILECMD=$lt_FILECMD
        !          16929: 
        !          16930: # An object symbol dumper.
        !          16931: OBJDUMP=$lt_OBJDUMP
        !          16932: 
        !          16933: # Method to check whether dependent libraries are shared objects.
        !          16934: deplibs_check_method=$lt_deplibs_check_method
        !          16935: 
        !          16936: # Command to use when deplibs_check_method = "file_magic".
        !          16937: file_magic_cmd=$lt_file_magic_cmd
        !          16938: 
        !          16939: # How to find potential files when deplibs_check_method = "file_magic".
        !          16940: file_magic_glob=$lt_file_magic_glob
        !          16941: 
        !          16942: # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
        !          16943: want_nocaseglob=$lt_want_nocaseglob
        !          16944: 
        !          16945: # DLL creation program.
        !          16946: DLLTOOL=$lt_DLLTOOL
        !          16947: 
        !          16948: # Command to associate shared and link libraries.
        !          16949: sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
        !          16950: 
        !          16951: # The archiver.
        !          16952: AR=$lt_AR
        !          16953: 
        !          16954: # Flags to create an archive (by configure).
        !          16955: lt_ar_flags=$lt_ar_flags
        !          16956: 
        !          16957: # Flags to create an archive.
        !          16958: AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"}
        !          16959: 
        !          16960: # How to feed a file listing to the archiver.
        !          16961: archiver_list_spec=$lt_archiver_list_spec
        !          16962: 
        !          16963: # A symbol stripping program.
        !          16964: STRIP=$lt_STRIP
        !          16965: 
        !          16966: # Commands used to install an old-style archive.
        !          16967: RANLIB=$lt_RANLIB
        !          16968: old_postinstall_cmds=$lt_old_postinstall_cmds
        !          16969: old_postuninstall_cmds=$lt_old_postuninstall_cmds
        !          16970: 
        !          16971: # Whether to use a lock for old archive extraction.
        !          16972: lock_old_archive_extraction=$lock_old_archive_extraction
        !          16973: 
        !          16974: # A C compiler.
        !          16975: LTCC=$lt_CC
        !          16976: 
        !          16977: # LTCC compiler flags.
        !          16978: LTCFLAGS=$lt_CFLAGS
        !          16979: 
        !          16980: # Take the output of nm and produce a listing of raw symbols and C names.
        !          16981: global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
        !          16982: 
        !          16983: # Transform the output of nm in a proper C declaration.
        !          16984: global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
        !          16985: 
        !          16986: # Transform the output of nm into a list of symbols to manually relocate.
        !          16987: global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
        !          16988: 
        !          16989: # Transform the output of nm in a C name address pair.
        !          16990: global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
        !          16991: 
        !          16992: # Transform the output of nm in a C name address pair when lib prefix is needed.
        !          16993: global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
        !          16994: 
        !          16995: # The name lister interface.
        !          16996: nm_interface=$lt_lt_cv_nm_interface
        !          16997: 
        !          16998: # Specify filename containing input files for \$NM.
        !          16999: nm_file_list_spec=$lt_nm_file_list_spec
        !          17000: 
        !          17001: # The root where to search for dependent libraries,and where our libraries should be installed.
        !          17002: lt_sysroot=$lt_sysroot
        !          17003: 
        !          17004: # Command to truncate a binary pipe.
        !          17005: lt_truncate_bin=$lt_lt_cv_truncate_bin
        !          17006: 
        !          17007: # The name of the directory that contains temporary libtool files.
        !          17008: objdir=$objdir
        !          17009: 
        !          17010: # Used to examine libraries when file_magic_cmd begins with "file".
        !          17011: MAGIC_CMD=$MAGIC_CMD
        !          17012: 
        !          17013: # Must we lock files when doing compilation?
        !          17014: need_locks=$lt_need_locks
        !          17015: 
        !          17016: # Manifest tool.
        !          17017: MANIFEST_TOOL=$lt_MANIFEST_TOOL
        !          17018: 
        !          17019: # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
        !          17020: DSYMUTIL=$lt_DSYMUTIL
        !          17021: 
        !          17022: # Tool to change global to local symbols on Mac OS X.
        !          17023: NMEDIT=$lt_NMEDIT
        !          17024: 
        !          17025: # Tool to manipulate fat objects and archives on Mac OS X.
        !          17026: LIPO=$lt_LIPO
        !          17027: 
        !          17028: # ldd/readelf like tool for Mach-O binaries on Mac OS X.
        !          17029: OTOOL=$lt_OTOOL
        !          17030: 
        !          17031: # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
        !          17032: OTOOL64=$lt_OTOOL64
        !          17033: 
        !          17034: # Old archive suffix (normally "a").
        !          17035: libext=$libext
        !          17036: 
        !          17037: # Shared library suffix (normally ".so").
        !          17038: shrext_cmds=$lt_shrext_cmds
        !          17039: 
        !          17040: # The commands to extract the exported symbol list from a shared archive.
        !          17041: extract_expsyms_cmds=$lt_extract_expsyms_cmds
        !          17042: 
        !          17043: # Variables whose values should be saved in libtool wrapper scripts and
        !          17044: # restored at link time.
        !          17045: variables_saved_for_relink=$lt_variables_saved_for_relink
        !          17046: 
        !          17047: # Do we need the "lib" prefix for modules?
        !          17048: need_lib_prefix=$need_lib_prefix
        !          17049: 
        !          17050: # Do we need a version for libraries?
        !          17051: need_version=$need_version
        !          17052: 
        !          17053: # Library versioning type.
        !          17054: version_type=$version_type
        !          17055: 
        !          17056: # Shared library runtime path variable.
        !          17057: runpath_var=$runpath_var
        !          17058: 
        !          17059: # Shared library path variable.
        !          17060: shlibpath_var=$shlibpath_var
        !          17061: 
        !          17062: # Is shlibpath searched before the hard-coded library search path?
        !          17063: shlibpath_overrides_runpath=$shlibpath_overrides_runpath
        !          17064: 
        !          17065: # Format of library name prefix.
        !          17066: libname_spec=$lt_libname_spec
        !          17067: 
        !          17068: # List of archive names.  First name is the real one, the rest are links.
        !          17069: # The last name is the one that the linker finds with -lNAME
        !          17070: library_names_spec=$lt_library_names_spec
        !          17071: 
        !          17072: # The coded name of the library, if different from the real name.
        !          17073: soname_spec=$lt_soname_spec
        !          17074: 
        !          17075: # Permission mode override for installation of shared libraries.
        !          17076: install_override_mode=$lt_install_override_mode
        !          17077: 
        !          17078: # Command to use after installation of a shared archive.
        !          17079: postinstall_cmds=$lt_postinstall_cmds
        !          17080: 
        !          17081: # Command to use after uninstallation of a shared archive.
        !          17082: postuninstall_cmds=$lt_postuninstall_cmds
        !          17083: 
        !          17084: # Commands used to finish a libtool library installation in a directory.
        !          17085: finish_cmds=$lt_finish_cmds
        !          17086: 
        !          17087: # As "finish_cmds", except a single script fragment to be evaled but
        !          17088: # not shown.
        !          17089: finish_eval=$lt_finish_eval
        !          17090: 
        !          17091: # Whether we should hardcode library paths into libraries.
        !          17092: hardcode_into_libs=$hardcode_into_libs
        !          17093: 
        !          17094: # Compile-time system search path for libraries.
        !          17095: sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
        !          17096: 
        !          17097: # Detected run-time system search path for libraries.
        !          17098: sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
        !          17099: 
        !          17100: # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
        !          17101: configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
        !          17102: 
        !          17103: # Whether dlopen is supported.
        !          17104: dlopen_support=$enable_dlopen
        !          17105: 
        !          17106: # Whether dlopen of programs is supported.
        !          17107: dlopen_self=$enable_dlopen_self
        !          17108: 
        !          17109: # Whether dlopen of statically linked programs is supported.
        !          17110: dlopen_self_static=$enable_dlopen_self_static
        !          17111: 
        !          17112: # Commands to strip libraries.
        !          17113: old_striplib=$lt_old_striplib
        !          17114: striplib=$lt_striplib
        !          17115: 
        !          17116: 
        !          17117: # The linker used to build libraries.
        !          17118: LD=$lt_LD
        !          17119: 
        !          17120: # How to create reloadable object files.
        !          17121: reload_flag=$lt_reload_flag
        !          17122: reload_cmds=$lt_reload_cmds
        !          17123: 
        !          17124: # Commands used to build an old-style archive.
        !          17125: old_archive_cmds=$lt_old_archive_cmds
        !          17126: 
        !          17127: # A language specific compiler.
        !          17128: CC=$lt_compiler
        !          17129: 
        !          17130: # Is the compiler the GNU compiler?
        !          17131: with_gcc=$GCC
        !          17132: 
        !          17133: # Compiler flag to turn off builtin functions.
        !          17134: no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
        !          17135: 
        !          17136: # Additional compiler flags for building library objects.
        !          17137: pic_flag=$lt_lt_prog_compiler_pic
        !          17138: 
        !          17139: # How to pass a linker flag through the compiler.
        !          17140: wl=$lt_lt_prog_compiler_wl
        !          17141: 
        !          17142: # Compiler flag to prevent dynamic linking.
        !          17143: link_static_flag=$lt_lt_prog_compiler_static
        !          17144: 
        !          17145: # Does compiler simultaneously support -c and -o options?
        !          17146: compiler_c_o=$lt_lt_cv_prog_compiler_c_o
        !          17147: 
        !          17148: # Whether or not to add -lc for building shared libraries.
        !          17149: build_libtool_need_lc=$archive_cmds_need_lc
        !          17150: 
        !          17151: # Whether or not to disallow shared libs when runtime libs are static.
        !          17152: allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
        !          17153: 
        !          17154: # Compiler flag to allow reflexive dlopens.
        !          17155: export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
        !          17156: 
        !          17157: # Compiler flag to generate shared objects directly from archives.
        !          17158: whole_archive_flag_spec=$lt_whole_archive_flag_spec
        !          17159: 
        !          17160: # Whether the compiler copes with passing no objects directly.
        !          17161: compiler_needs_object=$lt_compiler_needs_object
        !          17162: 
        !          17163: # Create an old-style archive from a shared archive.
        !          17164: old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
        !          17165: 
        !          17166: # Create a temporary old-style archive to link instead of a shared archive.
        !          17167: old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
        !          17168: 
        !          17169: # Commands used to build a shared archive.
        !          17170: archive_cmds=$lt_archive_cmds
        !          17171: archive_expsym_cmds=$lt_archive_expsym_cmds
        !          17172: 
        !          17173: # Commands used to build a loadable module if different from building
        !          17174: # a shared archive.
        !          17175: module_cmds=$lt_module_cmds
        !          17176: module_expsym_cmds=$lt_module_expsym_cmds
        !          17177: 
        !          17178: # Whether we are building with GNU ld or not.
        !          17179: with_gnu_ld=$lt_with_gnu_ld
        !          17180: 
        !          17181: # Flag that allows shared libraries with undefined symbols to be built.
        !          17182: allow_undefined_flag=$lt_allow_undefined_flag
        !          17183: 
        !          17184: # Flag that enforces no undefined symbols.
        !          17185: no_undefined_flag=$lt_no_undefined_flag
        !          17186: 
        !          17187: # Flag to hardcode \$libdir into a binary during linking.
        !          17188: # This must work even if \$libdir does not exist
        !          17189: hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
        !          17190: 
        !          17191: # Whether we need a single "-rpath" flag with a separated argument.
        !          17192: hardcode_libdir_separator=$lt_hardcode_libdir_separator
        !          17193: 
        !          17194: # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
        !          17195: # DIR into the resulting binary.
        !          17196: hardcode_direct=$hardcode_direct
        !          17197: 
        !          17198: # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
        !          17199: # DIR into the resulting binary and the resulting library dependency is
        !          17200: # "absolute",i.e. impossible to change by setting \$shlibpath_var if the
        !          17201: # library is relocated.
        !          17202: hardcode_direct_absolute=$hardcode_direct_absolute
        !          17203: 
        !          17204: # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
        !          17205: # into the resulting binary.
        !          17206: hardcode_minus_L=$hardcode_minus_L
        !          17207: 
        !          17208: # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
        !          17209: # into the resulting binary.
        !          17210: hardcode_shlibpath_var=$hardcode_shlibpath_var
        !          17211: 
        !          17212: # Set to "yes" if building a shared library automatically hardcodes DIR
        !          17213: # into the library and all subsequent libraries and executables linked
        !          17214: # against it.
        !          17215: hardcode_automatic=$hardcode_automatic
        !          17216: 
        !          17217: # Set to yes if linker adds runtime paths of dependent libraries
        !          17218: # to runtime path list.
        !          17219: inherit_rpath=$inherit_rpath
        !          17220: 
        !          17221: # Whether libtool must link a program against all its dependency libraries.
        !          17222: link_all_deplibs=$link_all_deplibs
        !          17223: 
        !          17224: # Set to "yes" if exported symbols are required.
        !          17225: always_export_symbols=$always_export_symbols
        !          17226: 
        !          17227: # The commands to list exported symbols.
        !          17228: export_symbols_cmds=$lt_export_symbols_cmds
        !          17229: 
        !          17230: # Symbols that should not be listed in the preloaded symbols.
        !          17231: exclude_expsyms=$lt_exclude_expsyms
        !          17232: 
        !          17233: # Symbols that must always be exported.
        !          17234: include_expsyms=$lt_include_expsyms
        !          17235: 
        !          17236: # Commands necessary for linking programs (against libraries) with templates.
        !          17237: prelink_cmds=$lt_prelink_cmds
        !          17238: 
        !          17239: # Commands necessary for finishing linking programs.
        !          17240: postlink_cmds=$lt_postlink_cmds
        !          17241: 
        !          17242: # Specify filename containing input files.
        !          17243: file_list_spec=$lt_file_list_spec
        !          17244: 
        !          17245: # How to hardcode a shared library path into an executable.
        !          17246: hardcode_action=$hardcode_action
        !          17247: 
        !          17248: # ### END LIBTOOL CONFIG
        !          17249: 
        !          17250: _LT_EOF
        !          17251: 
        !          17252:     cat <<'_LT_EOF' >> "$cfgfile"
        !          17253: 
        !          17254: # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
        !          17255: 
        !          17256: # func_munge_path_list VARIABLE PATH
        !          17257: # -----------------------------------
        !          17258: # VARIABLE is name of variable containing _space_ separated list of
        !          17259: # directories to be munged by the contents of PATH, which is string
        !          17260: # having a format:
        !          17261: # "DIR[:DIR]:"
        !          17262: #       string "DIR[ DIR]" will be prepended to VARIABLE
        !          17263: # ":DIR[:DIR]"
        !          17264: #       string "DIR[ DIR]" will be appended to VARIABLE
        !          17265: # "DIRP[:DIRP]::[DIRA:]DIRA"
        !          17266: #       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
        !          17267: #       "DIRA[ DIRA]" will be appended to VARIABLE
        !          17268: # "DIR[:DIR]"
        !          17269: #       VARIABLE will be replaced by "DIR[ DIR]"
        !          17270: func_munge_path_list ()
        !          17271: {
        !          17272:     case x$2 in
        !          17273:     x)
        !          17274:         ;;
        !          17275:     *:)
        !          17276:         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
        !          17277:         ;;
        !          17278:     x:*)
        !          17279:         eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
        !          17280:         ;;
        !          17281:     *::*)
        !          17282:         eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
        !          17283:         eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
        !          17284:         ;;
        !          17285:     *)
        !          17286:         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
        !          17287:         ;;
        !          17288:     esac
        !          17289: }
        !          17290: 
        !          17291: 
        !          17292: # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
        !          17293: func_cc_basename ()
        !          17294: {
        !          17295:     for cc_temp in $*""; do
        !          17296:       case $cc_temp in
        !          17297:         compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
        !          17298:         distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
        !          17299:         \-*) ;;
        !          17300:         *) break;;
        !          17301:       esac
        !          17302:     done
        !          17303:     func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
        !          17304: }
        !          17305: 
        !          17306: 
        !          17307: # ### END FUNCTIONS SHARED WITH CONFIGURE
        !          17308: 
        !          17309: _LT_EOF
        !          17310: 
        !          17311:   case $host_os in
        !          17312:   aix3*)
        !          17313:     cat <<\_LT_EOF >> "$cfgfile"
        !          17314: # AIX sometimes has problems with the GCC collect2 program.  For some
        !          17315: # reason, if we set the COLLECT_NAMES environment variable, the problems
        !          17316: # vanish in a puff of smoke.
        !          17317: if test set != "${COLLECT_NAMES+set}"; then
        !          17318:   COLLECT_NAMES=
        !          17319:   export COLLECT_NAMES
        !          17320: fi
        !          17321: _LT_EOF
        !          17322:     ;;
        !          17323:   esac
        !          17324: 
        !          17325: 
        !          17326: 
        !          17327: ltmain=$ac_aux_dir/ltmain.sh
        !          17328: 
        !          17329: 
        !          17330:   # We use sed instead of cat because bash on DJGPP gets confused if
        !          17331:   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
        !          17332:   # text mode, it properly converts lines to CR/LF.  This bash problem
        !          17333:   # is reportedly fixed, but why not run on old versions too?
        !          17334:   $SED '$q' "$ltmain" >> "$cfgfile" \
        !          17335:      || (rm -f "$cfgfile"; exit 1)
        !          17336: 
        !          17337:    mv -f "$cfgfile" "$ofile" ||
        !          17338:     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
        !          17339:   chmod +x "$ofile"
        !          17340: 
        !          17341:  ;;
        !          17342:     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
        !          17343:   # Older Autoconf quotes --file arguments for eval, but not when files
        !          17344:   # are listed without --file.  Let's play safe and only enable the eval
        !          17345:   # if we detect the quoting.
        !          17346:   # TODO: see whether this extra hack can be removed once we start
        !          17347:   # requiring Autoconf 2.70 or later.
        !          17348:   case $CONFIG_FILES in #(
        !          17349:   *\'*) :
        !          17350:     eval set x "$CONFIG_FILES" ;; #(
        !          17351:   *) :
        !          17352:     set x $CONFIG_FILES ;; #(
        !          17353:   *) :
        !          17354:      ;;
        !          17355: esac
        !          17356:   shift
        !          17357:   # Used to flag and report bootstrapping failures.
        !          17358:   am_rc=0
        !          17359:   for am_mf
        !          17360:   do
        !          17361:     # Strip MF so we end up with the name of the file.
        !          17362:     am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
        !          17363:     # Check whether this is an Automake generated Makefile which includes
        !          17364:     # dependency-tracking related rules and includes.
        !          17365:     # Grep'ing the whole file directly is not great: AIX grep has a line
        !          17366:     # limit of 2048, but all sed's we know have understand at least 4000.
        !          17367:     sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
        !          17368:       || continue
        !          17369:     am_dirpart=`$as_dirname -- "$am_mf" ||
        !          17370: $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !          17371:         X"$am_mf" : 'X\(//\)[^/]' \| \
        !          17372:         X"$am_mf" : 'X\(//\)$' \| \
        !          17373:         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
        !          17374: printf "%s\n" X"$am_mf" |
        !          17375:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !          17376:            s//\1/
        !          17377:            q
        !          17378:          }
        !          17379:          /^X\(\/\/\)[^/].*/{
        !          17380:            s//\1/
        !          17381:            q
        !          17382:          }
        !          17383:          /^X\(\/\/\)$/{
        !          17384:            s//\1/
        !          17385:            q
        !          17386:          }
        !          17387:          /^X\(\/\).*/{
        !          17388:            s//\1/
        !          17389:            q
        !          17390:          }
        !          17391:          s/.*/./; q'`
        !          17392:     am_filepart=`$as_basename -- "$am_mf" ||
        !          17393: $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
        !          17394:         X"$am_mf" : 'X\(//\)$' \| \
        !          17395:         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
        !          17396: printf "%s\n" X/"$am_mf" |
        !          17397:     sed '/^.*\/\([^/][^/]*\)\/*$/{
        !          17398:            s//\1/
        !          17399:            q
        !          17400:          }
        !          17401:          /^X\/\(\/\/\)$/{
        !          17402:            s//\1/
        !          17403:            q
        !          17404:          }
        !          17405:          /^X\/\(\/\).*/{
        !          17406:            s//\1/
        !          17407:            q
        !          17408:          }
        !          17409:          s/.*/./; q'`
        !          17410:     { echo "$as_me:$LINENO: cd "$am_dirpart" \
        !          17411:       && sed -e '/# am--include-marker/d' "$am_filepart" \
        !          17412:         | $MAKE -f - am--depfiles" >&5
        !          17413:    (cd "$am_dirpart" \
        !          17414:       && sed -e '/# am--include-marker/d' "$am_filepart" \
        !          17415:         | $MAKE -f - am--depfiles) >&5 2>&5
        !          17416:    ac_status=$?
        !          17417:    echo "$as_me:$LINENO: \$? = $ac_status" >&5
        !          17418:    (exit $ac_status); } || am_rc=$?
        !          17419:   done
        !          17420:   if test $am_rc -ne 0; then
        !          17421:     { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
        !          17422: printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
        !          17423: as_fn_error $? "Something went wrong bootstrapping makefile fragments
        !          17424:     for automatic dependency tracking.  If GNU make was not used, consider
        !          17425:     re-running the configure script with MAKE=\"gmake\" (or whatever is
        !          17426:     necessary).  You can also try re-running configure with the
        !          17427:     '--disable-dependency-tracking' option to at least be able to build
        !          17428:     the package (albeit without support for automatic dependency tracking).
        !          17429: See 'config.log' for more details" "$LINENO" 5; }
        !          17430:   fi
        !          17431:   { am_dirpart=; unset am_dirpart;}
        !          17432:   { am_filepart=; unset am_filepart;}
        !          17433:   { am_mf=; unset am_mf;}
        !          17434:   { am_rc=; unset am_rc;}
        !          17435:   rm -f conftest-deps.mk
        !          17436: }
        !          17437:  ;;
        !          17438: 
        !          17439:   esac
        !          17440: done # for ac_tag
        !          17441: 
        !          17442: 
        !          17443: as_fn_exit 0
        !          17444: _ACEOF
        !          17445: ac_clean_files=$ac_clean_files_save
        !          17446: 
        !          17447: test $ac_write_fail = 0 ||
        !          17448:   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
        !          17449: 
        !          17450: 
        !          17451: # configure is writing to config.log, and then calls config.status.
        !          17452: # config.status does its own redirection, appending to config.log.
        !          17453: # Unfortunately, on DOS this fails, as config.log is still kept open
        !          17454: # by configure, so config.status won't be able to write to it; its
        !          17455: # output is simply discarded.  So we exec the FD to /dev/null,
        !          17456: # effectively closing config.log, so it can be properly (re)opened and
        !          17457: # appended to by config.status.  When coming back to configure, we
        !          17458: # need to make the FD available again.
        !          17459: if test "$no_create" != yes; then
        !          17460:   ac_cs_success=:
        !          17461:   ac_config_status_args=
        !          17462:   test "$silent" = yes &&
        !          17463:     ac_config_status_args="$ac_config_status_args --quiet"
        !          17464:   exec 5>/dev/null
        !          17465:   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
        !          17466:   exec 5>>config.log
        !          17467:   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
        !          17468:   # would make configure fail if this is the last instruction.
        !          17469:   $ac_cs_success || as_fn_exit 1
        !          17470: fi
        !          17471: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
        !          17472:   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
        !          17473: printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
        !          17474: fi
        !          17475: 
        !          17476: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>