cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

config.status (65992B)


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