#! /bin/sh
# From configure.ac generated by Makeup 0.38.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bit-babbler 0.9.
#
# Report bugs to <ron@debian.org>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
# Copyright (C) 2003 - 2021, Ron <ron@debian.org>
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in #(
  *posix*) :
    set -o posix ;; #(
  *) :
     ;;
esac
fi


as_nl='
'
export as_nl
# Printing a long string crashes Solaris 7 /usr/bin/printf.
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# Prefer a ksh shell builtin over an external printf program on Solaris,
# but without wasting forks for bash or zsh.
if test -z "$BASH_VERSION$ZSH_VERSION" \
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='print -r --'
  as_echo_n='print -rn --'
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='printf %s\n'
  as_echo_n='printf %s'
else
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    as_echo_n='/usr/ucb/echo -n'
  else
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    as_echo_n_body='eval
      arg=$1;
      case $arg in #(
      *"$as_nl"*)
	expr "X$arg" : "X\\(.*\\)$as_nl";
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
      esac;
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    '
    export as_echo_n_body
    as_echo_n='sh -c $as_echo_n_body as_echo'
  fi
  export as_echo_body
  as_echo='sh -c $as_echo_body as_echo'
fi

# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
      PATH_SEPARATOR=';'
  }
fi


# IFS
# We need space, tab and new line, in precisely that order.  Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
as_myself=
case $0 in #((
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  done
IFS=$as_save_IFS

     ;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  exit 1
fi

# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there.  '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH

# Use a proper internal environment variable to ensure we don't fall
  # into an infinite loop, continuously re-executing ourselves.
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
    _as_can_reexec=no; export _as_can_reexec;
    # We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
# Preserve -v and -x to the replacement shell.
BASH_ENV=/dev/null
ENV=/dev/null
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
case $- in # ((((
  *v*x* | *x*v* ) as_opts=-vx ;;
  *v* ) as_opts=-v ;;
  *x* ) as_opts=-x ;;
  * ) as_opts= ;;
esac
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
# Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
as_fn_exit 255
  fi
  # We don't want this to propagate to other subprocesses.
          { _as_can_reexec=; unset _as_can_reexec;}
if test "x$CONFIG_SHELL" = x; then
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
  setopt NO_GLOB_SUBST
else
  case \`(set -o) 2>/dev/null\` in #(
  *posix*) :
    set -o posix ;; #(
  *) :
     ;;
esac
fi
"
  as_required="as_fn_return () { (exit \$1); }
as_fn_success () { as_fn_return 0; }
as_fn_failure () { as_fn_return 1; }
as_fn_ret_success () { return 0; }
as_fn_ret_failure () { return 1; }

exitcode=0
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :

else
  exitcode=1; echo positional parameters were not saved.
fi
test x\$exitcode = x0 || exit 1
test -x / || exit 1"
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
test \$(( 1 + 1 )) = 2 || exit 1"
  if (eval "$as_required") 2>/dev/null; then :
  as_have_required=yes
else
  as_have_required=no
fi
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :

else
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_found=false
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
  as_found=:
  case $as_dir in #(
	 /*)
	   for as_base in sh bash ksh sh5; do
	     # Try only shells that exist, to save several forks.
	     as_shell=$as_dir/$as_base
	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  CONFIG_SHELL=$as_shell as_have_required=yes
		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  break 2
fi
fi
	   done;;
       esac
  as_found=false
done
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  CONFIG_SHELL=$SHELL as_have_required=yes
fi; }
IFS=$as_save_IFS


      if test "x$CONFIG_SHELL" != x; then :
  export CONFIG_SHELL
             # We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
# Preserve -v and -x to the replacement shell.
BASH_ENV=/dev/null
ENV=/dev/null
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
case $- in # ((((
  *v*x* | *x*v* ) as_opts=-vx ;;
  *v* ) as_opts=-v ;;
  *x* ) as_opts=-x ;;
  * ) as_opts= ;;
esac
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
# Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
exit 255
fi

    if test x$as_have_required = xno; then :
  $as_echo "$0: This script requires a shell more modern than all"
  $as_echo "$0: the shells that I found on your system."
  if test x${ZSH_VERSION+set} = xset ; then
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  else
    $as_echo "$0: Please tell bug-autoconf@gnu.org and ron@debian.org
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
$0: have one."
  fi
  exit 1
fi
fi
fi
SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
# Unset more variables known to interfere with behavior of common tools.
CLICOLOR_FORCE= GREP_OPTIONS=
unset CLICOLOR_FORCE GREP_OPTIONS

## --------------------- ##
## M4sh Shell Functions. ##
## --------------------- ##
# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
  { eval $1=; unset $1;}
}
as_unset=as_fn_unset

# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
  return $1
} # as_fn_set_status

# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
  set +e
  as_fn_set_status $1
  exit $1
} # as_fn_exit

# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{

  case $as_dir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || eval $as_mkdir_p || {
    as_dirs=
    while :; do
      case $as_dir in #(
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"


} # as_fn_mkdir_p

# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
  test -f "$1" && test -x "$1"
} # as_fn_executable_p
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
# advantage of any shell optimizations that allow amortized linear growth over
# repeated appends, instead of the typical quadratic growth present in naive
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  eval 'as_fn_append ()
  {
    eval $1+=\$2
  }'
else
  as_fn_append ()
  {
    eval $1=\$$1\$2
  }
fi # as_fn_append

# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  eval 'as_fn_arith ()
  {
    as_val=$(( $* ))
  }'
else
  as_fn_arith ()
  {
    as_val=`expr "$@" || test $? -eq 1`
  }
fi # as_fn_arith


# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$4"; then
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  $as_echo "$as_me: error: $2" >&2
  as_fn_exit $as_status
} # as_fn_error

if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  as_expr=expr
else
  as_expr=false
fi

if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  as_basename=basename
else
  as_basename=false
fi

if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  as_dirname=dirname
else
  as_dirname=false
fi

as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$0" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`

# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits


  as_lineno_1=$LINENO as_lineno_1a=$LINENO
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
  sed -n '
    p
    /[$]LINENO/=
  ' <$as_myself |
    sed '
      s/[$]LINENO.*/&-/
      t lineno
      b
      :lineno
      N
      :loop
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
      t loop
      s/-\n.*//
    ' >$as_me.lineno &&
  chmod +x "$as_me.lineno" ||
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }

  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
  # already done that, so ensure we don't try to do so again and fall
  # in an infinite loop.  This has already happened in practice.
  _as_can_reexec=no; export _as_can_reexec
  # Don't try to exec as it changes $[0], causing all sort of problems
  # (the dirname of $[0] is not the place where we might find the
  # original and so on.  Autoconf is especially sensitive to this).
  . "./$as_me.lineno"
  # Exit status is that of the last command.
  exit
}

ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
  rm -f conf$$.dir/conf$$.file
else
  rm -f conf$$.dir
  mkdir conf$$.dir 2>/dev/null
fi
if (echo >conf$$.file) 2>/dev/null; then
  if ln -s conf$$.file conf$$ 2>/dev/null; then
    as_ln_s='ln -s'
    # ... but there are two gotchas:
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -pR'.
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
      as_ln_s='cp -pR'
  elif ln conf$$.file conf$$ 2>/dev/null; then
    as_ln_s=ln
  else
    as_ln_s='cp -pR'
  fi
else
  as_ln_s='cp -pR'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null

if mkdir -p . 2>/dev/null; then
  as_mkdir_p='mkdir -p "$as_dir"'
else
  test -d ./-p && rmdir ./-p
  as_mkdir_p=false
fi

as_test_x='test -x'
as_executable_p=as_fn_executable_p

# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"

# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"


test -n "$DJDIR" || exec 7<&0 </dev/null
exec 6>&1

# Name of the host.
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
# so uname gets run too.
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`

#
# Initializations.
#
ac_default_prefix=/usr/local
ac_clean_files=
ac_config_libobj_dir=.
LIBOBJS=
cross_compiling=no
subdirs=
MFLAGS=
MAKEFLAGS=

# Identity of this package.
PACKAGE_NAME='bit-babbler'
PACKAGE_TARNAME='bit-babbler'
PACKAGE_VERSION='0.9'
PACKAGE_STRING='bit-babbler 0.9'
PACKAGE_BUGREPORT='ron@debian.org'
PACKAGE_URL=''

ac_unique_file="Makeup/Makeup.conf"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# ifdef HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#ifdef HAVE_STRING_H
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif"

gt_needs=
ac_subst_vars='LTLIBOBJS
LIBOBJS
MAKEUP_FLAVOUR_HEADER
MAKEUP_PLATFORM_HEADER
LIBVIRT_SOCKET
USB_LIBS
USB_LDFLAGS
USB_CPPFLAGS
LIBUSB_DIR
THREAD_STACK_SIZE
SEEDD_CONTROL_SOCKET
SYSCTL_DIR
SYSTEMD_UNIT_DIR
UDEV_RULES_DIR
UDEV_LIBS
UDEV_CPPFLAGS
PKG_CONFIG_LIBDIR
PKG_CONFIG_PATH
PKG_CONFIG
mu_path_iconv
POSUB
LTLIBINTL
LIBINTL
INTLLIBS
LTLIBICONV
LIBICONV
INTL_MACOSX_LIBS
XGETTEXT_EXTRA_OPTIONS
MSGMERGE_FOR_MSGFMT_OPTION
MSGMERGE
XGETTEXT_015
XGETTEXT
GMSGFMT_015
GMSGFMT
MSGFMT
GETTEXT_MACRO_VERSION
USE_NLS
SED
MKDIR_P
SET_MAKE
GETTEXT_MSG_SRC
ALL_LINGUAS
MSGINIT
XGETTEXT_ARGS
EGREP
GREP
GENHTML
LCOV
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
WINDRES
AR
RANLIB
YACC
LEXLIB
LEX_OUTPUT_ROOT
LEX
CXXCPP
ac_ct_CXX
CXXFLAGS
CXX
CPP
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
WINRCFLAGS
EXP_LOCALEDIR
EXP_MANDIR
EXP_DOCDIR
EXP_DATADIR
EXP_LIBDIR
EXP_INCLUDEDIR
EXP_SBINDIR
EXP_BINDIR
EXP_EXEC_PREFIX
EXP_PREFIX
SYSTEM_RUNDIR
DSOEXT
MAKEUP_DEFAULT_LINKAGE
MAKEUP_HOST_ARCH
EXTRALIBS
EXTRALEXFLAGS
EXTRAYACCFLAGS
EXTRALDFLAGS
EXTRACXXFLAGS
EXTRACFLAGS
EXTRACPPFLAGS
PTHREAD_LDFLAGS
PTHREAD_CPPFLAGS
HOST_PICFLAGS
PICFLAGS
LEXFLAGS
YACCFLAGS
ARFLAGS
RC_SEP
CXX_SEARCH
CC_SEARCH
CXX_STANDARD
C_STANDARD
host_os
host_vendor
host_cpu
host
build_os
build_vendor
build_cpu
build
LN_S
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_pipe
enable_optimisation
enable_debug
enable_profile
enable_extra_warnings
enable_werror
enable_valgrind_friendly
enable_bison_deprecated_warnings
enable_code_suggestions
enable_clang_almost_everything
enable_fortify_source
enable_stack_protector
enable_relro
enable_bind_now
enable_san
enable_tsan
enable_shared
enable_static
enable_wide_strings
with_iconv
with_gettext
enable_nls
with_gnu_ld
enable_rpath
with_libiconv_prefix
with_libintl_prefix
with_udev
enable_systemd
enable_sysctl
'
      ac_precious_vars='build_alias
host_alias
target_alias
C_STANDARD
CXX_STANDARD
CC_SEARCH
CXX_SEARCH
RC_SEP
ARFLAGS
YACCFLAGS
LEXFLAGS
PICFLAGS
HOST_PICFLAGS
PTHREAD_CPPFLAGS
PTHREAD_LDFLAGS
EXTRACPPFLAGS
EXTRACFLAGS
EXTRACXXFLAGS
EXTRALDFLAGS
EXTRAYACCFLAGS
EXTRALEXFLAGS
EXTRALIBS
MAKEUP_HOST_ARCH
MAKEUP_DEFAULT_LINKAGE
DSOEXT
SYSTEM_RUNDIR
EXP_PREFIX
EXP_EXEC_PREFIX
EXP_BINDIR
EXP_SBINDIR
EXP_INCLUDEDIR
EXP_LIBDIR
EXP_DATADIR
EXP_DOCDIR
EXP_MANDIR
EXP_LOCALEDIR
WINRCFLAGS
CC
CFLAGS
LDFLAGS
LIBS
CPPFLAGS
CPP
CXX
CXXFLAGS
CCC
CXXCPP
XGETTEXT_ARGS
MSGINIT
ALL_LINGUAS
GETTEXT_MSG_SRC
PKG_CONFIG
PKG_CONFIG_PATH
PKG_CONFIG_LIBDIR
UDEV_RULES_DIR
SYSTEMD_UNIT_DIR
SYSCTL_DIR
SEEDD_CONTROL_SOCKET
THREAD_STACK_SIZE
LIBUSB_DIR
USB_CPPFLAGS
USB_LDFLAGS
LIBVIRT_SOCKET
MAKEUP_PLATFORM_HEADER
MAKEUP_FLAVOUR_HEADER'


# Initialize some variables set by options.
ac_init_help=
ac_init_version=false
ac_unrecognized_opts=
ac_unrecognized_sep=
# The variables have the same names as the options, with
# dashes changed to underlines.
cache_file=/dev/null
exec_prefix=NONE
no_create=
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE

# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
infodir='${datarootdir}/info'
htmldir='${docdir}'
dvidir='${docdir}'
pdfdir='${docdir}'
psdir='${docdir}'
libdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
mandir='${datarootdir}/man'

ac_prev=
ac_dashdash=
for ac_option
do
  # If the previous option needs an argument, assign it.
  if test -n "$ac_prev"; then
    eval $ac_prev=\$ac_option
    ac_prev=
    continue
  fi

  case $ac_option in
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  *=)   ac_optarg= ;;
  *)    ac_optarg=yes ;;
  esac

  # Accept the important Cygnus configure options, so we can diagnose typos.

  case $ac_dashdash$ac_option in
  --)
    ac_dashdash=yes ;;

  -bindir | --bindir | --bindi | --bind | --bin | --bi)
    ac_prev=bindir ;;
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    bindir=$ac_optarg ;;

  -build | --build | --buil | --bui | --bu)
    ac_prev=build_alias ;;
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    build_alias=$ac_optarg ;;

  -cache-file | --cache-file | --cache-fil | --cache-fi \
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    ac_prev=cache_file ;;
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    cache_file=$ac_optarg ;;

  --config-cache | -C)
    cache_file=config.cache ;;

  -datadir | --datadir | --datadi | --datad)
    ac_prev=datadir ;;
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    datadir=$ac_optarg ;;

  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  | --dataroo | --dataro | --datar)
    ac_prev=datarootdir ;;
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
    datarootdir=$ac_optarg ;;

  -disable-* | --disable-*)
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid feature name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
      *"
"enable_$ac_useropt"
"*) ;;
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
	 ac_unrecognized_sep=', ';;
    esac
    eval enable_$ac_useropt=no ;;

  -docdir | --docdir | --docdi | --doc | --do)
    ac_prev=docdir ;;
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
    docdir=$ac_optarg ;;

  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
    ac_prev=dvidir ;;
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
    dvidir=$ac_optarg ;;

  -enable-* | --enable-*)
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid feature name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
      *"
"enable_$ac_useropt"
"*) ;;
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
	 ac_unrecognized_sep=', ';;
    esac
    eval enable_$ac_useropt=\$ac_optarg ;;

  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  | --exec | --exe | --ex)
    ac_prev=exec_prefix ;;
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  | --exec=* | --exe=* | --ex=*)
    exec_prefix=$ac_optarg ;;

  -gas | --gas | --ga | --g)
    # Obsolete; use --with-gas.
    with_gas=yes ;;

  -help | --help | --hel | --he | -h)
    ac_init_help=long ;;
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    ac_init_help=recursive ;;
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    ac_init_help=short ;;

  -host | --host | --hos | --ho)
    ac_prev=host_alias ;;
  -host=* | --host=* | --hos=* | --ho=*)
    host_alias=$ac_optarg ;;

  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
    ac_prev=htmldir ;;
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  | --ht=*)
    htmldir=$ac_optarg ;;

  -includedir | --includedir | --includedi | --included | --include \
  | --includ | --inclu | --incl | --inc)
    ac_prev=includedir ;;
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  | --includ=* | --inclu=* | --incl=* | --inc=*)
    includedir=$ac_optarg ;;

  -infodir | --infodir | --infodi | --infod | --info | --inf)
    ac_prev=infodir ;;
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    infodir=$ac_optarg ;;

  -libdir | --libdir | --libdi | --libd)
    ac_prev=libdir ;;
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
    libdir=$ac_optarg ;;

  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  | --libexe | --libex | --libe)
    ac_prev=libexecdir ;;
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  | --libexe=* | --libex=* | --libe=*)
    libexecdir=$ac_optarg ;;

  -localedir | --localedir | --localedi | --localed | --locale)
    ac_prev=localedir ;;
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
    localedir=$ac_optarg ;;

  -localstatedir | --localstatedir | --localstatedi | --localstated \
  | --localstate | --localstat | --localsta | --localst | --locals)
    ac_prev=localstatedir ;;
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    localstatedir=$ac_optarg ;;

  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    ac_prev=mandir ;;
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    mandir=$ac_optarg ;;

  -nfp | --nfp | --nf)
    # Obsolete; use --without-fp.
    with_fp=no ;;

  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c | -n)
    no_create=yes ;;

  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    no_recursion=yes ;;

  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  | --oldin | --oldi | --old | --ol | --o)
    ac_prev=oldincludedir ;;
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    oldincludedir=$ac_optarg ;;

  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    ac_prev=prefix ;;
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    prefix=$ac_optarg ;;

  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  | --program-pre | --program-pr | --program-p)
    ac_prev=program_prefix ;;
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    program_prefix=$ac_optarg ;;

  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  | --program-suf | --program-su | --program-s)
    ac_prev=program_suffix ;;
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    program_suffix=$ac_optarg ;;

  -program-transform-name | --program-transform-name \
  | --program-transform-nam | --program-transform-na \
  | --program-transform-n | --program-transform- \
  | --program-transform | --program-transfor \
  | --program-transfo | --program-transf \
  | --program-trans | --program-tran \
  | --progr-tra | --program-tr | --program-t)
    ac_prev=program_transform_name ;;
  -program-transform-name=* | --program-transform-name=* \
  | --program-transform-nam=* | --program-transform-na=* \
  | --program-transform-n=* | --program-transform-=* \
  | --program-transform=* | --program-transfor=* \
  | --program-transfo=* | --program-transf=* \
  | --program-trans=* | --program-tran=* \
  | --progr-tra=* | --program-tr=* | --program-t=*)
    program_transform_name=$ac_optarg ;;

  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
    ac_prev=pdfdir ;;
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
    pdfdir=$ac_optarg ;;

  -psdir | --psdir | --psdi | --psd | --ps)
    ac_prev=psdir ;;
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
    psdir=$ac_optarg ;;

  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil)
    silent=yes ;;

  -runstatedir | --runstatedir | --runstatedi | --runstated \
  | --runstate | --runstat | --runsta | --runst | --runs \
  | --run | --ru | --r)
    ac_prev=runstatedir ;;
  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
  | --run=* | --ru=* | --r=*)
    runstatedir=$ac_optarg ;;

  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    ac_prev=sbindir ;;
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  | --sbi=* | --sb=*)
    sbindir=$ac_optarg ;;

  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  | --sharedst | --shareds | --shared | --share | --shar \
  | --sha | --sh)
    ac_prev=sharedstatedir ;;
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  | --sha=* | --sh=*)
    sharedstatedir=$ac_optarg ;;

  -site | --site | --sit)
    ac_prev=site ;;
  -site=* | --site=* | --sit=*)
    site=$ac_optarg ;;

  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    ac_prev=srcdir ;;
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    srcdir=$ac_optarg ;;

  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  | --syscon | --sysco | --sysc | --sys | --sy)
    ac_prev=sysconfdir ;;
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    sysconfdir=$ac_optarg ;;

  -target | --target | --targe | --targ | --tar | --ta | --t)
    ac_prev=target_alias ;;
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    target_alias=$ac_optarg ;;

  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    verbose=yes ;;

  -version | --version | --versio | --versi | --vers | -V)
    ac_init_version=: ;;

  -with-* | --with-*)
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid package name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
      *"
"with_$ac_useropt"
"*) ;;
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
	 ac_unrecognized_sep=', ';;
    esac
    eval with_$ac_useropt=\$ac_optarg ;;

  -without-* | --without-*)
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid package name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
      *"
"with_$ac_useropt"
"*) ;;
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
	 ac_unrecognized_sep=', ';;
    esac
    eval with_$ac_useropt=no ;;

  --x)
    # Obsolete; use --with-x.
    with_x=yes ;;

  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  | --x-incl | --x-inc | --x-in | --x-i)
    ac_prev=x_includes ;;
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    x_includes=$ac_optarg ;;

  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    ac_prev=x_libraries ;;
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    x_libraries=$ac_optarg ;;

  -*) as_fn_error $? "unrecognized option: \`$ac_option'
Try \`$0 --help' for more information"
    ;;

  *=*)
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
    # Reject names that are not valid shell variable names.
    case $ac_envvar in #(
      '' | [0-9]* | *[!_$as_cr_alnum]* )
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
    esac
    eval $ac_envvar=\$ac_optarg
    export $ac_envvar ;;

  *)
    # FIXME: should be removed in autoconf 3.0.
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
    ;;

  esac
done

if test -n "$ac_prev"; then
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  as_fn_error $? "missing argument to $ac_option"
fi

if test -n "$ac_unrecognized_opts"; then
  case $enable_option_checking in
    no) ;;
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  esac
fi

# Check all directory arguments for consistency.
for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
		datadir sysconfdir sharedstatedir localstatedir includedir \
		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
		libdir localedir mandir runstatedir
do
  eval ac_val=\$$ac_var
  # Remove trailing slashes.
  case $ac_val in
    */ )
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
      eval $ac_var=\$ac_val;;
  esac
  # Be sure to have absolute directory names.
  case $ac_val in
    [\\/$]* | ?:[\\/]* )  continue;;
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  esac
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
done

# There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc.
# FIXME: To remove some day.
build=$build_alias
host=$host_alias
target=$target_alias

# FIXME: To remove some day.
if test "x$host_alias" != x; then
  if test "x$build_alias" = x; then
    cross_compiling=maybe
  elif test "x$build_alias" != "x$host_alias"; then
    cross_compiling=yes
  fi
fi

ac_tool_prefix=
test -n "$host_alias" && ac_tool_prefix=$host_alias-

test "$silent" = yes && exec 6>/dev/null


ac_pwd=`pwd` && test -n "$ac_pwd" &&
ac_ls_di=`ls -di .` &&
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  as_fn_error $? "working directory cannot be determined"
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  as_fn_error $? "pwd does not report name of working directory"


# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then the parent directory.
  ac_confdir=`$as_dirname -- "$as_myself" ||
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_myself" : 'X\(//\)[^/]' \| \
	 X"$as_myself" : 'X\(//\)$' \| \
	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_myself" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  srcdir=$ac_confdir
  if test ! -r "$srcdir/$ac_unique_file"; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r "$srcdir/$ac_unique_file"; then
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
fi
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
ac_abs_confdir=`(
	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
	pwd)`
# When building in place, set srcdir=.
if test "$ac_abs_confdir" = "$ac_pwd"; then
  srcdir=.
fi
# Remove unnecessary trailing slashes from srcdir.
# Double slashes in file names in object file debugging info
# mess up M-x gdb in Emacs.
case $srcdir in
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
esac
for ac_var in $ac_precious_vars; do
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  eval ac_env_${ac_var}_value=\$${ac_var}
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
done

#
# Report the --help message.
#
if test "$ac_init_help" = "long"; then
  # Omit some internal or obsolete options to make the list less imposing.
  # This message is too long to be a string in the A/UX 3.1 sh.
  cat <<_ACEOF
\`configure' configures bit-babbler 0.9 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print \`checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for \`--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, \`make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
for instance \`--prefix=\$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/bit-babbler]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]
_ACEOF

  cat <<\_ACEOF

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
_ACEOF
fi

if test -n "$ac_init_help"; then
  case $ac_init_help in
     short | recursive ) echo "Configuration of bit-babbler 0.9:";;
   esac
  cat <<\_ACEOF

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-pipe           use pipes instead of temporary files for faster
                          compilation (default yes)
  --enable-optimisation   use compiler optimisation flags (default yes)
  --enable-debug          enable extra debug code (default yes)
  --enable-profile        use profiling flags (default no)
  --enable-extra_warnings use extra compiler warnings (default yes)
  --enable-werror         fail on compile warnings, (default yes for release
                          builds, no for debug builds)
  --enable-valgrind_friendly
                          do extra cleanup to be valgrind clean (default no)
  --enable-bison_deprecated_warnings
                          let bison3 bark about deprecated bison2 constructs
                          (default no)
  --enable-code_suggestions
                          let the compiler suggest optimisation and safety
                          changes (default yes)
  --enable-clang_almost_everything[=version]
                          build with most of clang's -Weverything warnings,
                          optionally specifying the clang version to use
                          (default no)
  --enable-fortify_source[=N]
                          compile with -D_FORTIFY_SOURCE=N (default 2 if
                          optimisation is enabled)
  --enable-stack_protector[=option]
                          build with stack protection guards (default strong),
                          may be set to 'strong', 'all', 'explicit', or a
                          numeric value for the ssp-buffer-size parameter
  --enable-relro          make process memory read-only after relocation where
                          possible (default yes)
  --enable-bind_now       resolve all symbols at process startup so that they
                          can be included in relro (default yes if relro is
                          enabled)
  --enable-san[=sanitizer,...]
                          build with runtime sanitiser support (default no),
                          pass a comma-separated list of sanitizers, else
                          "address,undefined,float-divide-by-zero,float-cast-overflow,integer,nullability"
                          will be used
  --enable-tsan           shortcut option for
                          --enable-san=thread,undefined,integer,nullability
  --enable-shared         use dynamic linking (default yes)
  --enable-static         use static linking (default no)
  --enable-wide_strings   use wide characters by default for internal string
                          storage (default NO)
  --disable-nls           do not use Native Language Support
  --disable-rpath         do not hardcode runtime library paths
  --enable-systemd        install systemd unit files (default yes on Linux,
                          else no)
  --enable-sysctl         install sysctl configuration files (default yes on
                          Linux, else no)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-iconv            use iconv (from glibc or libiconv) for string
                          encoding conversion (default YES)
  --with-gettext          use gettext (from glibc or libintl) to localise
                          selected literal strings (default YES)
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  --without-libintl-prefix     don't search for libintl in includedir and libdir
  --with-udev             use libudev for device detection (default yes on
                          Linux, else no)

Some influential environment variables:
  C_STANDARD  flags to set the compiler C standard to use
  CXX_STANDARD
              flags to set the compiler C++ standard to use
  CC_SEARCH   space-separated list of which C compiler to prefer
  CXX_SEARCH  space-separated list of which C++ compiler to prefer
  RC_SEP      a hack for excluding windows resource files
  ARFLAGS     options passed to ar
  YACCFLAGS   options passed to bison/yacc
  LEXFLAGS    options passed to flex/lex
  PICFLAGS    extra flags for building dynamically linked object files
  HOST_PICFLAGS
              the PICFLAGS needed for the intended host system
  PTHREAD_CPPFLAGS
              C/C++ preprocessor flags for thread-safe builds
  PTHREAD_LDFLAGS
              C/C++ linker flags for thread-safe builds
  EXTRACPPFLAGS
              extra C preprocessor flags
  EXTRACFLAGS extra C compiler flags
  EXTRACXXFLAGS
              extra C++ compiler flags
  EXTRALDFLAGS
              extra linker flags
  EXTRAYACCFLAGS
              extra options passed to bison/yacc
  EXTRALEXFLAGS
              extra options passed to flex/lex
  EXTRALIBS   extra libraries (to link before LIBS)
  MAKEUP_HOST_ARCH
              architecture that targets should be built for
  MAKEUP_DEFAULT_LINKAGE
              default linkage for binary targets
  DSOEXT      filename extension for dynamic libraries
  SYSTEM_RUNDIR
              System directory for run-time variable data
  EXP_PREFIX  The fully expanded $prefix path
  EXP_EXEC_PREFIX
              The fully expanded $exec_prefix path
  EXP_BINDIR  The fully expanded $bindir path
  EXP_SBINDIR The fully expanded $sbindir path
  EXP_INCLUDEDIR
              The fully expanded $includedir path
  EXP_LIBDIR  The fully expanded $libdir path
  EXP_DATADIR The fully expanded $datadir path
  EXP_DOCDIR  The fully expanded $docdir path
  EXP_MANDIR  The fully expanded $mandir path
  EXP_LOCALEDIR
              The fully expanded $localedir path
  WINRCFLAGS  options passed to windres
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CPP         C preprocessor
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CXXCPP      C++ preprocessor
  XGETTEXT_ARGS
              xgettext arguments
  MSGINIT     msginit command
  ALL_LINGUAS The list of supported ISO 639 language codes
  GETTEXT_MSG_SRC
              Limit the search for messages to $(GETTEXT_MSG_SRC)/
  PKG_CONFIG  path to pkg-config utility
  PKG_CONFIG_PATH
              directories to add to pkg-config's search path
  PKG_CONFIG_LIBDIR
              path overriding pkg-config's built-in search path
  UDEV_RULES_DIR
              where to install udev rules
  SYSTEMD_UNIT_DIR
              where to install systemd units
  SYSCTL_DIR  where to install sysctl configuration
  SEEDD_CONTROL_SOCKET
              Set the default to use for the seedd control socket
  THREAD_STACK_SIZE
              Explicitly set the per-thread stack size in kB (if non-zero)
  LIBUSB_DIR  Path for libusb (mostly for cross-compiling)
  USB_CPPFLAGS
              Extra CPPFLAGS for libusb (mostly for cross-compiling)
  USB_LDFLAGS Extra LDFLAGS for libusb (mostly for cross-compiling)
  LIBVIRT_SOCKET
              Path to the libvirtd unix control socket
  MAKEUP_PLATFORM_HEADER
              platform specific config header
  MAKEUP_FLAVOUR_HEADER
              feature specific config header

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <ron@debian.org>.
_ACEOF
ac_status=$?
fi

if test "$ac_init_help" = "recursive"; then
  # If there are subdirs, report their specific --help.
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    test -d "$ac_dir" ||
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
      continue
    ac_builddir=.

case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  # A ".." for each directory in $ac_dir_suffix.
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  case $ac_top_builddir_sub in
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix

case $srcdir in
  .)  # We are building in place.
    ac_srcdir=.
    ac_top_srcdir=$ac_top_builddir_sub
    ac_abs_top_srcdir=$ac_pwd ;;
  [\\/]* | ?:[\\/]* )  # Absolute name.
    ac_srcdir=$srcdir$ac_dir_suffix;
    ac_top_srcdir=$srcdir
    ac_abs_top_srcdir=$srcdir ;;
  *) # Relative name.
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    ac_top_srcdir=$ac_top_build_prefix$srcdir
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
esac
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix

    cd "$ac_dir" || { ac_status=$?; continue; }
    # Check for guested configure.
    if test -f "$ac_srcdir/configure.gnu"; then
      echo &&
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
    elif test -f "$ac_srcdir/configure"; then
      echo &&
      $SHELL "$ac_srcdir/configure" --help=recursive
    else
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    fi || ac_status=$?
    cd "$ac_pwd" || { ac_status=$?; break; }
  done
fi

test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
  cat <<\_ACEOF
bit-babbler configure 0.9
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.

Copyright (C) 2003 - 2021, Ron <ron@debian.org>
_ACEOF
  exit
fi

## ------------------------ ##
## Autoconf initialization. ##
## ------------------------ ##

# ac_fn_c_try_compile LINENO
# --------------------------
# Try to compile conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_compile ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  rm -f conftest.$ac_objext
  if { { ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_compile") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    grep -v '^ *+' conftest.err >conftest.er1
    cat conftest.er1 >&5
    mv -f conftest.er1 conftest.err
  fi
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } && {
	 test -z "$ac_c_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest.$ac_objext; then :
  ac_retval=0
else
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

	ac_retval=1
fi
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_c_try_compile

# ac_fn_c_try_cpp LINENO
# ----------------------
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_cpp ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if { { ac_try="$ac_cpp conftest.$ac_ext"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    grep -v '^ *+' conftest.err >conftest.er1
    cat conftest.er1 >&5
    mv -f conftest.er1 conftest.err
  fi
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } > conftest.i && {
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
	 test ! -s conftest.err
       }; then :
  ac_retval=0
else
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

    ac_retval=1
fi
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_c_try_cpp

# ac_fn_cxx_try_compile LINENO
# ----------------------------
# Try to compile conftest.$ac_ext, and return whether this succeeded.
ac_fn_cxx_try_compile ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  rm -f conftest.$ac_objext
  if { { ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_compile") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    grep -v '^ *+' conftest.err >conftest.er1
    cat conftest.er1 >&5
    mv -f conftest.er1 conftest.err
  fi
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } && {
	 test -z "$ac_cxx_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest.$ac_objext; then :
  ac_retval=0
else
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

	ac_retval=1
fi
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_cxx_try_compile

# ac_fn_cxx_try_cpp LINENO
# ------------------------
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
ac_fn_cxx_try_cpp ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if { { ac_try="$ac_cpp conftest.$ac_ext"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    grep -v '^ *+' conftest.err >conftest.er1
    cat conftest.er1 >&5
    mv -f conftest.er1 conftest.err
  fi
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } > conftest.i && {
	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
	 test ! -s conftest.err
       }; then :
  ac_retval=0
else
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

    ac_retval=1
fi
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_cxx_try_cpp

# ac_fn_c_try_link LINENO
# -----------------------
# Try to link conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_link ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  rm -f conftest.$ac_objext conftest$ac_exeext
  if { { ac_try="$ac_link"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_link") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    grep -v '^ *+' conftest.err >conftest.er1
    cat conftest.er1 >&5
    mv -f conftest.er1 conftest.err
  fi
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } && {
	 test -z "$ac_c_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest$ac_exeext && {
	 test "$cross_compiling" = yes ||
	 test -x conftest$ac_exeext
       }; then :
  ac_retval=0
else
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

	ac_retval=1
fi
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  # interfere with the next link command; also delete a directory that is
  # left behind by Apple's compiler.  We do this before executing the actions.
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_c_try_link

# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
# -------------------------------------------------------
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
# the include files in INCLUDES and setting the cache variable VAR
# accordingly.
ac_fn_c_check_header_mongrel ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if eval \${$3+:} false; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
else
  # Is the header compilable?
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
$as_echo_n "checking $2 usability... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
#include <$2>
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  ac_header_compiler=yes
else
  ac_header_compiler=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
$as_echo "$ac_header_compiler" >&6; }

# Is the header present?
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
$as_echo_n "checking $2 presence... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <$2>
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
  ac_header_preproc=yes
else
  ac_header_preproc=no
fi
rm -f conftest.err conftest.i conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
$as_echo "$ac_header_preproc" >&6; }

# So?  What about this header?
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
  yes:no: )
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    ;;
  no:yes:* )
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ----------------------------- ##
## Report this to ron@debian.org ##
## ----------------------------- ##"
     ) | sed "s/^/$as_me: WARNING:     /" >&2
    ;;
esac
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
else
  eval "$3=\$ac_header_compiler"
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
fi
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_c_check_header_mongrel

# ac_fn_c_try_run LINENO
# ----------------------
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
# that executables *can* be run.
ac_fn_c_try_run ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if { { ac_try="$ac_link"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_link") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  { { case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_try") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }; }; then :
  ac_retval=0
else
  $as_echo "$as_me: program exited with status $ac_status" >&5
       $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

       ac_retval=$ac_status
fi
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_c_try_run

# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
# -------------------------------------------------------
# Tests whether HEADER exists and can be compiled using the include files in
# INCLUDES, setting the cache variable VAR accordingly.
ac_fn_c_check_header_compile ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
#include <$2>
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  eval "$3=yes"
else
  eval "$3=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_c_check_header_compile

# ac_fn_c_check_func LINENO FUNC VAR
# ----------------------------------
# Tests whether FUNC exists, setting the cache variable VAR accordingly
ac_fn_c_check_func ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
#define $2 innocuous_$2

/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $2 (); below.
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    <limits.h> exists even on freestanding compilers.  */

#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif

#undef $2

/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */
#ifdef __cplusplus
extern "C"
#endif
char $2 ();
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined __stub_$2 || defined __stub___$2
choke me
#endif

int
main ()
{
return $2 ();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  eval "$3=yes"
else
  eval "$3=no"
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_c_check_func

# ac_fn_cxx_try_run LINENO
# ------------------------
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
# that executables *can* be run.
ac_fn_cxx_try_run ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if { { ac_try="$ac_link"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_link") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  { { case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_try") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }; }; then :
  ac_retval=0
else
  $as_echo "$as_me: program exited with status $ac_status" >&5
       $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

       ac_retval=$ac_status
fi
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_cxx_try_run

# ac_fn_cxx_try_link LINENO
# -------------------------
# Try to link conftest.$ac_ext, and return whether this succeeded.
ac_fn_cxx_try_link ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  rm -f conftest.$ac_objext conftest$ac_exeext
  if { { ac_try="$ac_link"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_link") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    grep -v '^ *+' conftest.err >conftest.er1
    cat conftest.er1 >&5
    mv -f conftest.er1 conftest.err
  fi
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } && {
	 test -z "$ac_cxx_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest$ac_exeext && {
	 test "$cross_compiling" = yes ||
	 test -x conftest$ac_exeext
       }; then :
  ac_retval=0
else
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

	ac_retval=1
fi
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  # interfere with the next link command; also delete a directory that is
  # left behind by Apple's compiler.  We do this before executing the actions.
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  as_fn_set_status $ac_retval

} # ac_fn_cxx_try_link

# ac_fn_cxx_check_func LINENO FUNC VAR
# ------------------------------------
# Tests whether FUNC exists, setting the cache variable VAR accordingly
ac_fn_cxx_check_func ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
#define $2 innocuous_$2

/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $2 (); below.
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    <limits.h> exists even on freestanding compilers.  */

#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif

#undef $2

/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */
#ifdef __cplusplus
extern "C"
#endif
char $2 ();
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined __stub_$2 || defined __stub___$2
choke me
#endif

int
main ()
{
return $2 ();
  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_link "$LINENO"; then :
  eval "$3=yes"
else
  eval "$3=no"
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_cxx_check_func

# ac_fn_cxx_check_decl LINENO SYMBOL VAR INCLUDES
# -----------------------------------------------
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
# accordingly.
ac_fn_cxx_check_decl ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_decl_name=`echo $2|sed 's/ *(.*//'`
  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main ()
{
#ifndef $as_decl_name
#ifdef __cplusplus
  (void) $as_decl_use;
#else
  (void) $as_decl_name;
#endif
#endif

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$3=yes"
else
  eval "$3=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_cxx_check_decl

# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
# ---------------------------------------------------------
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
# the include files in INCLUDES and setting the cache variable VAR
# accordingly.
ac_fn_cxx_check_header_mongrel ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if eval \${$3+:} false; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
else
  # Is the header compilable?
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
$as_echo_n "checking $2 usability... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
#include <$2>
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  ac_header_compiler=yes
else
  ac_header_compiler=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
$as_echo "$ac_header_compiler" >&6; }

# Is the header present?
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
$as_echo_n "checking $2 presence... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <$2>
_ACEOF
if ac_fn_cxx_try_cpp "$LINENO"; then :
  ac_header_preproc=yes
else
  ac_header_preproc=no
fi
rm -f conftest.err conftest.i conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
$as_echo "$ac_header_preproc" >&6; }

# So?  What about this header?
case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
  yes:no: )
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    ;;
  no:yes:* )
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ----------------------------- ##
## Report this to ron@debian.org ##
## ----------------------------- ##"
     ) | sed "s/^/$as_me: WARNING:     /" >&2
    ;;
esac
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
else
  eval "$3=\$ac_header_compiler"
fi
eval ac_res=\$$3
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
fi
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_cxx_check_header_mongrel
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by bit-babbler $as_me 0.9, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ $0 $@

_ACEOF
exec 5>>config.log
{
cat <<_ASUNAME
## --------- ##
## Platform. ##
## --------- ##

hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
uname -m = `(uname -m) 2>/dev/null || echo unknown`
uname -r = `(uname -r) 2>/dev/null || echo unknown`
uname -s = `(uname -s) 2>/dev/null || echo unknown`
uname -v = `(uname -v) 2>/dev/null || echo unknown`

/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`

/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`

_ASUNAME

as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    $as_echo "PATH: $as_dir"
  done
IFS=$as_save_IFS

} >&5

cat >&5 <<_ACEOF


## ----------- ##
## Core tests. ##
## ----------- ##

_ACEOF


# Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
# Strip out --silent because we don't want to record it for future runs.
# Also quote any args containing shell meta-characters.
# Make two passes to allow for proper duplicate-argument suppression.
ac_configure_args=
ac_configure_args0=
ac_configure_args1=
ac_must_keep_next=false
for ac_pass in 1 2
do
  for ac_arg
  do
    case $ac_arg in
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    | -silent | --silent | --silen | --sile | --sil)
      continue ;;
    *\'*)
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    case $ac_pass in
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
    2)
      as_fn_append ac_configure_args1 " '$ac_arg'"
      if test $ac_must_keep_next = true; then
	ac_must_keep_next=false # Got value, back to normal.
      else
	case $ac_arg in
	  *=* | --config-cache | -C | -disable-* | --disable-* \
	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
	  | -with-* | --with-* | -without-* | --without-* | --x)
	    case "$ac_configure_args0 " in
	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
	    esac
	    ;;
	  -* ) ac_must_keep_next=true ;;
	esac
      fi
      as_fn_append ac_configure_args " '$ac_arg'"
      ;;
    esac
  done
done
{ ac_configure_args0=; unset ac_configure_args0;}
{ ac_configure_args1=; unset ac_configure_args1;}

# When interrupted or exit'd, cleanup temporary files, and complete
# config.log.  We remove comments because anyway the quotes in there
# would cause problems or look ugly.
# WARNING: Use '\'' to represent an apostrophe within the trap.
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
trap 'exit_status=$?
  # Save into config.log some information that might help in debugging.
  {
    echo

    $as_echo "## ---------------- ##
## Cache variables. ##
## ---------------- ##"
    echo
    # The following way of writing the cache mishandles newlines in values,
(
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
    eval ac_val=\$$ac_var
    case $ac_val in #(
    *${as_nl}*)
      case $ac_var in #(
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
      esac
      case $ac_var in #(
      _ | IFS | as_nl) ;; #(
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
      *) { eval $ac_var=; unset $ac_var;} ;;
      esac ;;
    esac
  done
  (set) 2>&1 |
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
    *${as_nl}ac_space=\ *)
      sed -n \
	"s/'\''/'\''\\\\'\'''\''/g;
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
      ;; #(
    *)
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
      ;;
    esac |
    sort
)
    echo

    $as_echo "## ----------------- ##
## Output variables. ##
## ----------------- ##"
    echo
    for ac_var in $ac_subst_vars
    do
      eval ac_val=\$$ac_var
      case $ac_val in
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
      esac
      $as_echo "$ac_var='\''$ac_val'\''"
    done | sort
    echo

    if test -n "$ac_subst_files"; then
      $as_echo "## ------------------- ##
## File substitutions. ##
## ------------------- ##"
      echo
      for ac_var in $ac_subst_files
      do
	eval ac_val=\$$ac_var
	case $ac_val in
	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
	esac
	$as_echo "$ac_var='\''$ac_val'\''"
      done | sort
      echo
    fi

    if test -s confdefs.h; then
      $as_echo "## ----------- ##
## confdefs.h. ##
## ----------- ##"
      echo
      cat confdefs.h
      echo
    fi
    test "$ac_signal" != 0 &&
      $as_echo "$as_me: caught signal $ac_signal"
    $as_echo "$as_me: exit $exit_status"
  } >&5
  rm -f core *.core core.conftest.* &&
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
done
ac_signal=0

# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -f -r conftest* confdefs.h

$as_echo "/* confdefs.h */" > confdefs.h

# Predefined preprocessor variables.

cat >>confdefs.h <<_ACEOF
#define PACKAGE_NAME "$PACKAGE_NAME"
_ACEOF

cat >>confdefs.h <<_ACEOF
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
_ACEOF

cat >>confdefs.h <<_ACEOF
#define PACKAGE_VERSION "$PACKAGE_VERSION"
_ACEOF

cat >>confdefs.h <<_ACEOF
#define PACKAGE_STRING "$PACKAGE_STRING"
_ACEOF

cat >>confdefs.h <<_ACEOF
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
_ACEOF

cat >>confdefs.h <<_ACEOF
#define PACKAGE_URL "$PACKAGE_URL"
_ACEOF


# Let the site file select an alternate cache file if it wants to.
# Prefer an explicitly selected file to automatically selected ones.
ac_site_file1=NONE
ac_site_file2=NONE
if test -n "$CONFIG_SITE"; then
  # We do not want a PATH search for config.site.
  case $CONFIG_SITE in #((
    -*)  ac_site_file1=./$CONFIG_SITE;;
    */*) ac_site_file1=$CONFIG_SITE;;
    *)   ac_site_file1=./$CONFIG_SITE;;
  esac
elif test "x$prefix" != xNONE; then
  ac_site_file1=$prefix/share/config.site
  ac_site_file2=$prefix/etc/config.site
else
  ac_site_file1=$ac_default_prefix/share/config.site
  ac_site_file2=$ac_default_prefix/etc/config.site
fi
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
do
  test "x$ac_site_file" = xNONE && continue
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    sed 's/^/| /' "$ac_site_file" >&5
    . "$ac_site_file" \
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "failed to load site script $ac_site_file
See \`config.log' for more details" "$LINENO" 5; }
  fi
done

if test -r "$cache_file"; then
  # Some versions of bash will fail to source /dev/null (special files
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
$as_echo "$as_me: loading cache $cache_file" >&6;}
    case $cache_file in
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
      *)                      . "./$cache_file";;
    esac
  fi
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
$as_echo "$as_me: creating cache $cache_file" >&6;}
  >$cache_file
fi

gt_needs="$gt_needs need-ngettext"
# Check that the precious variables saved in the cache have kept the same
# value.
ac_cache_corrupted=false
for ac_var in $ac_precious_vars; do
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  eval ac_new_set=\$ac_env_${ac_var}_set
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  eval ac_new_val=\$ac_env_${ac_var}_value
  case $ac_old_set,$ac_new_set in
    set,)
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
      ac_cache_corrupted=: ;;
    ,set)
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
      ac_cache_corrupted=: ;;
    ,);;
    *)
      if test "x$ac_old_val" != "x$ac_new_val"; then
	# differences in whitespace do not lead to failure.
	ac_old_val_w=`echo x $ac_old_val`
	ac_new_val_w=`echo x $ac_new_val`
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
	  ac_cache_corrupted=:
	else
	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
	  eval $ac_var=\$ac_old_val
	fi
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
      fi;;
  esac
  # Pass precious variables to config.status.
  if test "$ac_new_set" = set; then
    case $ac_new_val in
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    *) ac_arg=$ac_var=$ac_new_val ;;
    esac
    case " $ac_configure_args " in
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
    esac
  fi
done
if $ac_cache_corrupted; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fi
## -------------------- ##
## Main body of script. ##
## -------------------- ##

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu








# We need these available before macros that follow.
if test -z "$LN_S"; then
    exec 6>/dev/null
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
$as_echo_n "checking whether ln -s works... " >&6; }
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no,using $LN_S" >&5
$as_echo "no,using $LN_S" >&6; }
fi
exec 6>&1

fi

if test -n "Makeup/ac-aux"; then
    _filedest=$srcdir/Makeup/ac-aux
    mkdir -p $_filedest
else
    _filedest=$srcdir
fi
if test -n ""; then
    _filesources=""
else
    _filesources="/usr/share/misc /usr/share/automake* /usr/share/libtool"
fi
if test ! -e "$_filedest/config.guess" ; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $_filedest/config.guess" >&5
$as_echo_n "checking for $_filedest/config.guess... " >&6; }

    ( cd $_filedest
        for d in ".." "../.." ; do
            if test -r "$d/config.guess" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: linking from $d/config.guess." >&5
$as_echo "linking from $d/config.guess." >&6; }
                $LN_S "$d/config.guess" .
                break
            fi
        done
    )

    if test ! -e "$_filedest/config.guess" ; then
        for d in $_filesources;
	do
            if test -r "$d/config.guess" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: copying from $d/config.guess." >&5
$as_echo "copying from $d/config.guess." >&6; }
                cp -a "$d/config.guess" "$_filedest/config.guess"
                break
            fi
        done
    fi

    if test ! -e "$_filedest/config.guess" ; then
        as_fn_error $? "Failed to locate config.guess.  Stopping." "$LINENO" 5
    fi
fi

if test -n "Makeup/ac-aux"; then
    _filedest=$srcdir/Makeup/ac-aux
    mkdir -p $_filedest
else
    _filedest=$srcdir
fi
if test -n ""; then
    _filesources=""
else
    _filesources="/usr/share/misc /usr/share/automake* /usr/share/libtool"
fi
if test ! -e "$_filedest/config.sub" ; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $_filedest/config.sub" >&5
$as_echo_n "checking for $_filedest/config.sub... " >&6; }

    ( cd $_filedest
        for d in ".." "../.." ; do
            if test -r "$d/config.sub" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: linking from $d/config.sub." >&5
$as_echo "linking from $d/config.sub." >&6; }
                $LN_S "$d/config.sub" .
                break
            fi
        done
    )

    if test ! -e "$_filedest/config.sub" ; then
        for d in $_filesources;
	do
            if test -r "$d/config.sub" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: copying from $d/config.sub." >&5
$as_echo "copying from $d/config.sub." >&6; }
                cp -a "$d/config.sub" "$_filedest/config.sub"
                break
            fi
        done
    fi

    if test ! -e "$_filedest/config.sub" ; then
        as_fn_error $? "Failed to locate config.sub.  Stopping." "$LINENO" 5
    fi
fi

# This used to be ..._COPY_UNLESS_LOCAL, but using the
# ..._CONFIG_AUX_DIR macro below has changed what we need.
if test -n "Makeup/ac-aux"; then
    _filedest=$srcdir/Makeup/ac-aux
    mkdir -p $_filedest
else
    _filedest=$srcdir
fi
if test -n ""; then
    _filesources=""
else
    _filesources="/usr/share/misc /usr/share/automake* /usr/share/libtool"
fi
if test ! -e "$_filedest/install-sh" ; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $_filedest/install-sh" >&5
$as_echo_n "checking for $_filedest/install-sh... " >&6; }

    ( cd $_filedest
        for d in ".." "../.." ; do
            if test -r "$d/install-sh" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: linking from $d/install-sh." >&5
$as_echo "linking from $d/install-sh." >&6; }
                $LN_S "$d/install-sh" .
                break
            fi
        done
    )

    if test ! -e "$_filedest/install-sh" ; then
        for d in $_filesources;
	do
            if test -r "$d/install-sh" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: copying from $d/install-sh." >&5
$as_echo "copying from $d/install-sh." >&6; }
                cp -a "$d/install-sh" "$_filedest/install-sh"
                break
            fi
        done
    fi

    if test ! -e "$_filedest/install-sh" ; then
        as_fn_error $? "Failed to locate install-sh.  Stopping." "$LINENO" 5
    fi
fi


# We need the files above in place, else this will fail.
ac_aux_dir=
for ac_dir in Makeup/ac-aux "$srcdir"/Makeup/ac-aux; do
  if test -f "$ac_dir/install-sh"; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install-sh -c"
    break
  elif test -f "$ac_dir/install.sh"; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install.sh -c"
    break
  elif test -f "$ac_dir/shtool"; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/shtool install -c"
    break
  fi
done
if test -z "$ac_aux_dir"; then
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in Makeup/ac-aux \"$srcdir\"/Makeup/ac-aux" "$LINENO" 5
fi

# These three variables are undocumented and unsupported,
# and are intended to be withdrawn in a future Autoconf release.
# They can cause serious problems if a builder's source tree is in a directory
# whose full name contains unusual characters.
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.



# Find out where we're building and who we're building for.
# Make sure we can run config.sub.
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
$as_echo_n "checking build system type... " >&6; }
if ${ac_cv_build+:} false; then :
  $as_echo_n "(cached) " >&6
else
  ac_build_alias=$build_alias
test "x$ac_build_alias" = x &&
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
test "x$ac_build_alias" = x &&
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
$as_echo "$ac_cv_build" >&6; }
case $ac_cv_build in
*-*-*) ;;
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
esac
build=$ac_cv_build
ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_build
shift
build_cpu=$1
build_vendor=$2
shift; shift
# Remember, the first character of IFS is used to create $*,
# except with old shells:
build_os=$*
IFS=$ac_save_IFS
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
$as_echo_n "checking host system type... " >&6; }
if ${ac_cv_host+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test "x$host_alias" = x; then
  ac_cv_host=$ac_cv_build
else
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
fi

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
$as_echo "$ac_cv_host" >&6; }
case $ac_cv_host in
*-*-*) ;;
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
esac
host=$ac_cv_host
ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_host
shift
host_cpu=$1
host_vendor=$2
shift; shift
# Remember, the first character of IFS is used to create $*,
# except with old shells:
host_os=$*
IFS=$ac_save_IFS
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac



# Select the default language standard to use.
CXX_STANDARD="-std=gnu++98"


# Check standard args.

# Check whether --enable-pipe was given.
if test "${enable_pipe+set}" = set; then :
  enableval=$enable_pipe; mu_cv_enable_pipe=$enableval
else
  mu_cv_enable_pipe=yes
fi


# Check whether --enable-optimisation was given.
if test "${enable_optimisation+set}" = set; then :
  enableval=$enable_optimisation; mu_cv_enable_optimisation=$enableval
else
  mu_cv_enable_optimisation=yes
fi


# Check whether --enable-debug was given.
if test "${enable_debug+set}" = set; then :
  enableval=$enable_debug; mu_cv_enable_debug=$enableval
else
  mu_cv_enable_debug=yes
fi


# Check whether --enable-profile was given.
if test "${enable_profile+set}" = set; then :
  enableval=$enable_profile; mu_cv_enable_profiling=$enableval
else
  mu_cv_enable_profiling=no
fi


# Check whether --enable-extra_warnings was given.
if test "${enable_extra_warnings+set}" = set; then :
  enableval=$enable_extra_warnings; mu_cv_enable_extra_warnings=$enableval
else
  mu_cv_enable_extra_warnings=yes
fi


# Check whether --enable-werror was given.
if test "${enable_werror+set}" = set; then :
  enableval=$enable_werror;
		mu_cv_enable_fail_on_warning=$enableval
else

		if test "$mu_cv_enable_debug" = yes; then :

		    mu_cv_enable_fail_on_warning=no

else

		    		    		    		    mu_cv_enable_fail_on_warning=no

fi

fi


# Check whether --enable-valgrind_friendly was given.
if test "${enable_valgrind_friendly+set}" = set; then :
  enableval=$enable_valgrind_friendly; mu_cv_enable_valgrind_friendly=$enableval
else
  mu_cv_enable_valgrind_friendly=no
fi


# Check whether --enable-bison_deprecated_warnings was given.
if test "${enable_bison_deprecated_warnings+set}" = set; then :
  enableval=$enable_bison_deprecated_warnings; mu_cv_enable_bison_deprecated_warnings=$enableval
else
  mu_cv_enable_bison_deprecated_warnings=no
fi


# Check whether --enable-code_suggestions was given.
if test "${enable_code_suggestions+set}" = set; then :
  enableval=$enable_code_suggestions; mu_cv_enable_code_suggestions=$enableval
else
  mu_cv_enable_code_suggestions=yes
fi


# Check whether --enable-clang_almost_everything was given.
if test "${enable_clang_almost_everything+set}" = set; then :
  enableval=$enable_clang_almost_everything; mu_cv_enable_clang_almost_everything=$enableval
else
  mu_cv_enable_clang_almost_everything=no
fi


if test "$mu_cv_enable_clang_almost_everything" = yes; then :
  mu_cv_prog_cc=${mu_cv_prog_cc:-clang}
       mu_cv_prog_cxx=${mu_cv_prog_cxx:-clang++}
elif test "$mu_cv_enable_clang_almost_everything" != no; then :
  mu_cv_prog_cc=${mu_cv_prog_cc:-clang-$mu_cv_enable_clang_almost_everything}
       mu_cv_prog_cxx=${mu_cv_prog_cxx:-clang++-$mu_cv_enable_clang_almost_everything}

fi


# Check whether --enable-fortify_source was given.
if test "${enable_fortify_source+set}" = set; then :
  enableval=$enable_fortify_source; if test "$enableval" = yes; then :
  mu_cv_enable_fortify_source=2
else
  mu_cv_enable_fortify_source=$enableval
fi

else
  if test "$mu_cv_enable_optimisation" = no; then :
  mu_cv_enable_fortify_source=no
else
  mu_cv_enable_fortify_source=2
fi

fi


# Check whether --enable-stack_protector was given.
if test "${enable_stack_protector+set}" = set; then :
  enableval=$enable_stack_protector; if test "$enableval" = yes; then :
  mu_cv_enable_stack_protector=strong
else
  mu_cv_enable_stack_protector=$enableval
fi

else
  mu_cv_enable_stack_protector=strong
fi


# Check whether --enable-relro was given.
if test "${enable_relro+set}" = set; then :
  enableval=$enable_relro; mu_cv_enable_relro=$enableval
else
  mu_cv_enable_relro=yes
fi


# Check whether --enable-bind_now was given.
if test "${enable_bind_now+set}" = set; then :
  enableval=$enable_bind_now; mu_cv_enable_bind_now=$enableval
else
  mu_cv_enable_bind_now=$mu_cv_enable_relro
fi


# Check whether --enable-san was given.
if test "${enable_san+set}" = set; then :
  enableval=$enable_san; if test "$enableval" = yes; then :
  mu_cv_enable_san="address,undefined,float-divide-by-zero,float-cast-overflow,integer,nullability"
else
  mu_cv_enable_san=$enableval
fi

else
  mu_cv_enable_san=no
fi


# Check whether --enable-tsan was given.
if test "${enable_tsan+set}" = set; then :
  enableval=$enable_tsan; if test "$enableval" = yes; then :
  mu_cv_enable_san="thread,undefined,integer,nullability"
else
  mu_cv_enable_san=$enableval
fi

fi


if test "$mu_cv_enable_san" != no; then :
  mu_cv_enable_fortify_source=no
fi


# Check whether --enable-shared was given.
if test "${enable_shared+set}" = set; then :
  enableval=$enable_shared; mu_cv_enable_shared=$enableval
else
  mu_cv_enable_shared=yes
fi


# Check whether --enable-static was given.
if test "${enable_static+set}" = set; then :
  enableval=$enable_static;
                if test "$enableval" = yes; then :
  mu_cv_enable_shared=no
fi

fi


































acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_PREFIX=$prefix
while test "$EXP_PREFIX" != "$acm_tmp_EXP_PREFIX"; do
    acm_tmp_EXP_PREFIX=$EXP_PREFIX
    eval EXP_PREFIX=$EXP_PREFIX
done
{ acm_tmp_EXP_PREFIX=; unset acm_tmp_EXP_PREFIX;}

cat >>confdefs.h <<_ACEOF
#define EXP_PREFIX "$EXP_PREFIX"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_EXEC_PREFIX=$exec_prefix
while test "$EXP_EXEC_PREFIX" != "$acm_tmp_EXP_EXEC_PREFIX"; do
    acm_tmp_EXP_EXEC_PREFIX=$EXP_EXEC_PREFIX
    eval EXP_EXEC_PREFIX=$EXP_EXEC_PREFIX
done
{ acm_tmp_EXP_EXEC_PREFIX=; unset acm_tmp_EXP_EXEC_PREFIX;}

cat >>confdefs.h <<_ACEOF
#define EXP_EXEC_PREFIX "$EXP_EXEC_PREFIX"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_BINDIR=$bindir
while test "$EXP_BINDIR" != "$acm_tmp_EXP_BINDIR"; do
    acm_tmp_EXP_BINDIR=$EXP_BINDIR
    eval EXP_BINDIR=$EXP_BINDIR
done
{ acm_tmp_EXP_BINDIR=; unset acm_tmp_EXP_BINDIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_BINDIR "$EXP_BINDIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_SBINDIR=$sbindir
while test "$EXP_SBINDIR" != "$acm_tmp_EXP_SBINDIR"; do
    acm_tmp_EXP_SBINDIR=$EXP_SBINDIR
    eval EXP_SBINDIR=$EXP_SBINDIR
done
{ acm_tmp_EXP_SBINDIR=; unset acm_tmp_EXP_SBINDIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_SBINDIR "$EXP_SBINDIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_INCLUDEDIR=$includedir
while test "$EXP_INCLUDEDIR" != "$acm_tmp_EXP_INCLUDEDIR"; do
    acm_tmp_EXP_INCLUDEDIR=$EXP_INCLUDEDIR
    eval EXP_INCLUDEDIR=$EXP_INCLUDEDIR
done
{ acm_tmp_EXP_INCLUDEDIR=; unset acm_tmp_EXP_INCLUDEDIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_INCLUDEDIR "$EXP_INCLUDEDIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_LIBDIR=$libdir
while test "$EXP_LIBDIR" != "$acm_tmp_EXP_LIBDIR"; do
    acm_tmp_EXP_LIBDIR=$EXP_LIBDIR
    eval EXP_LIBDIR=$EXP_LIBDIR
done
{ acm_tmp_EXP_LIBDIR=; unset acm_tmp_EXP_LIBDIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_LIBDIR "$EXP_LIBDIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_DATADIR=$datadir
while test "$EXP_DATADIR" != "$acm_tmp_EXP_DATADIR"; do
    acm_tmp_EXP_DATADIR=$EXP_DATADIR
    eval EXP_DATADIR=$EXP_DATADIR
done
{ acm_tmp_EXP_DATADIR=; unset acm_tmp_EXP_DATADIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_DATADIR "$EXP_DATADIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_DOCDIR=$docdir
while test "$EXP_DOCDIR" != "$acm_tmp_EXP_DOCDIR"; do
    acm_tmp_EXP_DOCDIR=$EXP_DOCDIR
    eval EXP_DOCDIR=$EXP_DOCDIR
done
{ acm_tmp_EXP_DOCDIR=; unset acm_tmp_EXP_DOCDIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_DOCDIR "$EXP_DOCDIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_MANDIR=$mandir
while test "$EXP_MANDIR" != "$acm_tmp_EXP_MANDIR"; do
    acm_tmp_EXP_MANDIR=$EXP_MANDIR
    eval EXP_MANDIR=$EXP_MANDIR
done
{ acm_tmp_EXP_MANDIR=; unset acm_tmp_EXP_MANDIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_MANDIR "$EXP_MANDIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix

acm_save_ACM_EXPAND_DIR_prefix=$prefix
acm_save_ACM_EXPAND_DIR_exec_prefix=$exec_prefix

if test "$prefix" = "NONE"; then :
  prefix=$ac_default_prefix
fi
if test "$exec_prefix" = "NONE"; then :
  exec_prefix=$prefix
fi

EXP_LOCALEDIR=$localedir
while test "$EXP_LOCALEDIR" != "$acm_tmp_EXP_LOCALEDIR"; do
    acm_tmp_EXP_LOCALEDIR=$EXP_LOCALEDIR
    eval EXP_LOCALEDIR=$EXP_LOCALEDIR
done
{ acm_tmp_EXP_LOCALEDIR=; unset acm_tmp_EXP_LOCALEDIR;}

cat >>confdefs.h <<_ACEOF
#define EXP_LOCALEDIR "$EXP_LOCALEDIR"
_ACEOF

prefix=$acm_save_ACM_EXPAND_DIR_prefix
exec_prefix=$acm_save_ACM_EXPAND_DIR_exec_prefix



# Oddly enough, the most preferred compiler is a platform specific thing, not a
# universal truth.  Who could have guessed ...

case $host in
    *-*-openbsd* | *-*-freebsd* | *-*-darwin* )

	if test -z "$CC_SEARCH"; then :
  CC_SEARCH="clang gcc cc"
fi
	if test -z "$CXX_SEARCH"; then :
  CXX_SEARCH="clang++ g++ c++"
fi
	;;

    * )

	if test -z "$CC_SEARCH"; then :
  CC_SEARCH="gcc clang cc"
fi
	if test -z "$CXX_SEARCH"; then :
  CXX_SEARCH="g++ clang++ c++"
fi
	;;
esac


SYSTEM_RUNDIR="/var/run"
RC_SEP="#"

case $host in

    *-*-linux* )

                MAKEUP_HOST_ARCH="ELF"

                makeup_build_platform="linux"

        DSOEXT=".so"


        HOST_PICFLAGS="-fPIC"

        SYSTEM_RUNDIR="/run"
        ;;

    *-*-*bsd* | *-*-darwin* )

        MAKEUP_HOST_ARCH="ELF"
        makeup_build_platform="bsd"

        DSOEXT=".so"

        HOST_PICFLAGS="-fPIC"
        ;;

    *-*-cygwin* | *-*-mingw32* )

        MAKEUP_HOST_ARCH="PE"
        makeup_build_platform="msw"

        DSOEXT=".dll"

        HOST_PICFLAGS="-D_DLL=1 -D_WINDLL=1"


        WINRCFLAGS="--include-dir /usr/$host_alias/include"

        if test -n "$mu_cv_with_wx_build_dir"; then :

            WINRCFLAGS="$WINRCFLAGS --include-dir $mu_cv_with_wx_build_dir/../include"

fi

        WINRCFLAGS="$WINRCFLAGS --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"

        RC_SEP=
        ;;
    * )
        as_fn_error $? "Unknown host type.  Stopping." "$LINENO" 5
        ;;
esac

if test "$mu_cv_enable_debug" = yes; then :
  makeup_build_flavour=d
else
  makeup_build_flavour=r
fi

if test "$mu_cv_enable_shared" = yes; then :

    MAKEUP_DEFAULT_LINKAGE="shared"
    PICFLAGS="\$(HOST_PICFLAGS)"

else

    MAKEUP_DEFAULT_LINKAGE="static"

fi



# Check standard tools.

CC=${CC:-$mu_cv_prog_cc}
CXX=${CXX:-$mu_cv_prog_cxx}


if test "${CFLAGS+set}" = set; then :

    if test -n "$C_STANDARD"; then :
  CFLAGS="$C_STANDARD${CFLAGS:+ $CFLAGS}"
fi

else

    CFLAGS=$C_STANDARD
    mu_use_our_cflags=yes

fi

if test "${CXXFLAGS+set}" = set; then :

    if test -n "$CXX_STANDARD"; then :
  CXXFLAGS="$CXX_STANDARD${CXXFLAGS:+ $CXXFLAGS}"
fi

else

    CXXFLAGS=$CXX_STANDARD
    mu_use_our_cxxflags=yes

fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: Using ${C_STANDARD:-toolchain default} C standard" >&5
$as_echo "$as_me: Using ${C_STANDARD:-toolchain default} C standard" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using ${CXX_STANDARD:-toolchain default} C++ standard" >&5
$as_echo "$as_me: Using ${CXX_STANDARD:-toolchain default} C++ standard" >&6;}


ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
  for ac_prog in $CC_SEARCH
  do
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
$as_echo "$CC" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


    test -n "$CC" && break
  done
fi
if test -z "$CC"; then
  ac_ct_CC=$CC
  for ac_prog in $CC_SEARCH
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_ac_ct_CC+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$ac_ct_CC"; then
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_CC="$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
$as_echo "$ac_ct_CC" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


  test -n "$ac_ct_CC" && break
done

  if test "x$ac_ct_CC" = x; then
    CC=""
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    CC=$ac_ct_CC
  fi
fi


test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "no acceptable C compiler found in \$PATH
See \`config.log' for more details" "$LINENO" 5; }

# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
set X $ac_compile
ac_compiler=$2
for ac_option in --version -v -V -qversion; do
  { { ac_try="$ac_compiler $ac_option >&5"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    sed '10a\
... rest of stderr output deleted ...
         10q' conftest.err >conftest.er1
    cat conftest.er1 >&5
  fi
  rm -f conftest.er1 conftest.err
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
done

cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
$as_echo_n "checking whether the C compiler works... " >&6; }
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`

# The possible output files:
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"

ac_rmfiles=
for ac_file in $ac_files
do
  case $ac_file in
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  esac
done
rm -f $ac_rmfiles

if { { ac_try="$ac_link_default"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_link_default") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }; then :
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
# so that the user can short-circuit this test for compilers unknown to
# Autoconf.
for ac_file in $ac_files ''
do
  test -f "$ac_file" || continue
  case $ac_file in
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
	;;
    [ab].out )
	# We found the default executable, but exeext='' is most
	# certainly right.
	break;;
    *.* )
	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
	then :; else
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
	fi
	# We set ac_cv_exeext here because the later test for it is not
	# safe: cross compilers may not add the suffix if given an `-o'
	# argument, so we may need to know it at that point already.
	# Even if this section looks crufty: it has the advantage of
	# actually working.
	break;;
    * )
	break;;
  esac
done
test "$ac_cv_exeext" = no && ac_cv_exeext=

else
  ac_file=''
fi
if test -z "$ac_file"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error 77 "C compiler cannot create executables
See \`config.log' for more details" "$LINENO" 5; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
$as_echo_n "checking for C compiler default output file name... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
$as_echo "$ac_file" >&6; }
ac_exeext=$ac_cv_exeext

rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
ac_clean_files=$ac_clean_files_save
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
$as_echo_n "checking for suffix of executables... " >&6; }
if { { ac_try="$ac_link"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_link") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }; then :
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
# `rm'.
for ac_file in conftest.exe conftest conftest.*; do
  test -f "$ac_file" || continue
  case $ac_file in
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
	  break;;
    * ) break;;
  esac
done
else
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
See \`config.log' for more details" "$LINENO" 5; }
fi
rm -f conftest conftest$ac_cv_exeext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
$as_echo "$ac_cv_exeext" >&6; }

rm -f conftest.$ac_ext
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <stdio.h>
int
main ()
{
FILE *f = fopen ("conftest.out", "w");
 return ferror (f) || fclose (f) != 0;

  ;
  return 0;
}
_ACEOF
ac_clean_files="$ac_clean_files conftest.out"
# Check that the compiler produces executables we can run.  If not, either
# the compiler is broken, or we cross compile.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
$as_echo_n "checking whether we are cross compiling... " >&6; }
if test "$cross_compiling" != yes; then
  { { ac_try="$ac_link"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_link") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
  if { ac_try='./conftest$ac_cv_exeext'
  { { case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_try") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }; }; then
    cross_compiling=no
  else
    if test "$cross_compiling" = maybe; then
	cross_compiling=yes
    else
	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot run C compiled programs.
If you meant to cross compile, use \`--host'.
See \`config.log' for more details" "$LINENO" 5; }
    fi
  fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
$as_echo "$cross_compiling" >&6; }

rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
ac_clean_files=$ac_clean_files_save
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
$as_echo_n "checking for suffix of object files... " >&6; }
if ${ac_cv_objext+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
rm -f conftest.o conftest.obj
if { { ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_compile") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }; then :
  for ac_file in conftest.o conftest.obj conftest.*; do
  test -f "$ac_file" || continue;
  case $ac_file in
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
       break;;
  esac
done
else
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of object files: cannot compile
See \`config.log' for more details" "$LINENO" 5; }
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
$as_echo "$ac_cv_objext" >&6; }
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
if ${ac_cv_c_compiler_gnu+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{
#ifndef __GNUC__
       choke me
#endif

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  ac_compiler_gnu=yes
else
  ac_compiler_gnu=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
if test $ac_compiler_gnu = yes; then
  GCC=yes
else
  GCC=
fi
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
$as_echo_n "checking whether $CC accepts -g... " >&6; }
if ${ac_cv_prog_cc_g+:} false; then :
  $as_echo_n "(cached) " >&6
else
  ac_save_c_werror_flag=$ac_c_werror_flag
   ac_c_werror_flag=yes
   ac_cv_prog_cc_g=no
   CFLAGS="-g"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  ac_cv_prog_cc_g=yes
else
  CFLAGS=""
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :

else
  ac_c_werror_flag=$ac_save_c_werror_flag
	 CFLAGS="-g"
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  ac_cv_prog_cc_g=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   ac_c_werror_flag=$ac_save_c_werror_flag
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
$as_echo "$ac_cv_prog_cc_g" >&6; }
if test "$ac_test_CFLAGS" = set; then
  CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
  else
    CFLAGS="-g"
  fi
else
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
if ${ac_cv_prog_cc_c89+:} false; then :
  $as_echo_n "(cached) " >&6
else
  ac_cv_prog_cc_c89=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <stdarg.h>
#include <stdio.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
     char **p;
     int i;
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   function prototypes and stuff, but not '\xHH' hex character constants.
   These don't provoke an error unfortunately, instead are silently treated
   as 'x'.  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   array size at least.  It's necessary to write '\x00'==0 to get something
   that's true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   inside strings and character constants.  */
#define FOO(x) 'x'
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
int argc;
char **argv;
int
main ()
{
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  ;
  return 0;
}
_ACEOF
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
do
  CC="$ac_save_CC $ac_arg"
  if ac_fn_c_try_compile "$LINENO"; then :
  ac_cv_prog_cc_c89=$ac_arg
fi
rm -f core conftest.err conftest.$ac_objext
  test "x$ac_cv_prog_cc_c89" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC

fi
# AC_CACHE_VAL
case "x$ac_cv_prog_cc_c89" in
  x)
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
$as_echo "none needed" >&6; } ;;
  xno)
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
$as_echo "unsupported" >&6; } ;;
  *)
    CC="$CC $ac_cv_prog_cc_c89"
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
esac
if test "x$ac_cv_prog_cc_c89" != xno; then :

fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
$as_echo_n "checking how to run the C preprocessor... " >&6; }
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
  if ${ac_cv_prog_CPP+:} false; then :
  $as_echo_n "(cached) " >&6
else
      # Double quotes because CPP needs to be expanded
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp. "Syntax error" is here to catch this case.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
		     Syntax error
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :

else
  # Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.i conftest.$ac_ext

  # OK, works on sane cases.  Now check whether nonexistent headers
  # can be detected and how.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <ac_nonexistent.h>
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
  # Broken: success on invalid input.
continue
else
  # Passes both tests.
ac_preproc_ok=:
break
fi
rm -f conftest.err conftest.i conftest.$ac_ext

done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :
  break
fi

    done
    ac_cv_prog_CPP=$CPP

fi
  CPP=$ac_cv_prog_CPP
else
  ac_cv_prog_CPP=$CPP
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
$as_echo "$CPP" >&6; }
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp. "Syntax error" is here to catch this case.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
		     Syntax error
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :

else
  # Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.i conftest.$ac_ext

  # OK, works on sane cases.  Now check whether nonexistent headers
  # can be detected and how.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <ac_nonexistent.h>
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
  # Broken: success on invalid input.
continue
else
  # Passes both tests.
ac_preproc_ok=:
break
fi
rm -f conftest.err conftest.i conftest.$ac_ext

done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :

else
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
See \`config.log' for more details" "$LINENO" 5; }
fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
if test -z "$CXX"; then
  if test -n "$CCC"; then
    CXX=$CCC
  else
    if test -n "$ac_tool_prefix"; then
  for ac_prog in $CXX_SEARCH
  do
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_CXX+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$CXX"; then
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
CXX=$ac_cv_prog_CXX
if test -n "$CXX"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
$as_echo "$CXX" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


    test -n "$CXX" && break
  done
fi
if test -z "$CXX"; then
  ac_ct_CXX=$CXX
  for ac_prog in $CXX_SEARCH
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$ac_ct_CXX"; then
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_CXX="$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
if test -n "$ac_ct_CXX"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
$as_echo "$ac_ct_CXX" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


  test -n "$ac_ct_CXX" && break
done

  if test "x$ac_ct_CXX" = x; then
    CXX="g++"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    CXX=$ac_ct_CXX
  fi
fi

  fi
fi
# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
set X $ac_compile
ac_compiler=$2
for ac_option in --version -v -V -qversion; do
  { { ac_try="$ac_compiler $ac_option >&5"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  ac_status=$?
  if test -s conftest.err; then
    sed '10a\
... rest of stderr output deleted ...
         10q' conftest.err >conftest.er1
    cat conftest.er1 >&5
  fi
  rm -f conftest.er1 conftest.err
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
done

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
if ${ac_cv_cxx_compiler_gnu+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{
#ifndef __GNUC__
       choke me
#endif

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  ac_compiler_gnu=yes
else
  ac_compiler_gnu=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
if test $ac_compiler_gnu = yes; then
  GXX=yes
else
  GXX=
fi
ac_test_CXXFLAGS=${CXXFLAGS+set}
ac_save_CXXFLAGS=$CXXFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
if ${ac_cv_prog_cxx_g+:} false; then :
  $as_echo_n "(cached) " >&6
else
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
   ac_cxx_werror_flag=yes
   ac_cv_prog_cxx_g=no
   CXXFLAGS="-g"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  ac_cv_prog_cxx_g=yes
else
  CXXFLAGS=""
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :

else
  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
	 CXXFLAGS="-g"
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  ac_cv_prog_cxx_g=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
$as_echo "$ac_cv_prog_cxx_g" >&6; }
if test "$ac_test_CXXFLAGS" = set; then
  CXXFLAGS=$ac_save_CXXFLAGS
elif test $ac_cv_prog_cxx_g = yes; then
  if test "$GXX" = yes; then
    CXXFLAGS="-g -O2"
  else
    CXXFLAGS="-g"
  fi
else
  if test "$GXX" = yes; then
    CXXFLAGS="-O2"
  else
    CXXFLAGS=
  fi
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
if test -z "$CXXCPP"; then
  if ${ac_cv_prog_CXXCPP+:} false; then :
  $as_echo_n "(cached) " >&6
else
      # Double quotes because CXXCPP needs to be expanded
    for CXXCPP in "$CXX -E" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp. "Syntax error" is here to catch this case.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
		     Syntax error
_ACEOF
if ac_fn_cxx_try_cpp "$LINENO"; then :

else
  # Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.i conftest.$ac_ext

  # OK, works on sane cases.  Now check whether nonexistent headers
  # can be detected and how.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <ac_nonexistent.h>
_ACEOF
if ac_fn_cxx_try_cpp "$LINENO"; then :
  # Broken: success on invalid input.
continue
else
  # Passes both tests.
ac_preproc_ok=:
break
fi
rm -f conftest.err conftest.i conftest.$ac_ext

done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :
  break
fi

    done
    ac_cv_prog_CXXCPP=$CXXCPP

fi
  CXXCPP=$ac_cv_prog_CXXCPP
else
  ac_cv_prog_CXXCPP=$CXXCPP
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
$as_echo "$CXXCPP" >&6; }
ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp. "Syntax error" is here to catch this case.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
		     Syntax error
_ACEOF
if ac_fn_cxx_try_cpp "$LINENO"; then :

else
  # Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.i conftest.$ac_ext

  # OK, works on sane cases.  Now check whether nonexistent headers
  # can be detected and how.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <ac_nonexistent.h>
_ACEOF
if ac_fn_cxx_try_cpp "$LINENO"; then :
  # Broken: success on invalid input.
continue
else
  # Passes both tests.
ac_preproc_ok=:
break
fi
rm -f conftest.err conftest.i conftest.$ac_ext

done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :

else
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
See \`config.log' for more details" "$LINENO" 5; }
fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu


if test -n "$C_STANDARD"; then :
  CPP="$CPP $C_STANDARD"
fi
if test -n "$CXX_STANDARD"; then :
  CXXCPP="$CXXCPP $CXX_STANDARD"
fi


for ac_prog in flex lex
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_LEX+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$LEX"; then
  ac_cv_prog_LEX="$LEX" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_LEX="$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
$as_echo "$LEX" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


  test -n "$LEX" && break
done
test -n "$LEX" || LEX=":"

if test "x$LEX" != "x:"; then
  cat >conftest.l <<_ACEOF
%%
a { ECHO; }
b { REJECT; }
c { yymore (); }
d { yyless (1); }
e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
    yyless ((input () != 0)); }
f { unput (yytext[0]); }
. { BEGIN INITIAL; }
%%
#ifdef YYTEXT_POINTER
extern char *yytext;
#endif
int
main (void)
{
  return ! yylex () + ! yywrap ();
}
_ACEOF
{ { ac_try="$LEX conftest.l"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
$as_echo "$ac_try_echo"; } >&5
  (eval "$LEX conftest.l") 2>&5
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
$as_echo_n "checking lex output file root... " >&6; }
if ${ac_cv_prog_lex_root+:} false; then :
  $as_echo_n "(cached) " >&6
else

if test -f lex.yy.c; then
  ac_cv_prog_lex_root=lex.yy
elif test -f lexyy.c; then
  ac_cv_prog_lex_root=lexyy
else
  as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
$as_echo "$ac_cv_prog_lex_root" >&6; }
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root

if test -z "${LEXLIB+set}"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
$as_echo_n "checking lex library... " >&6; }
if ${ac_cv_lib_lex+:} false; then :
  $as_echo_n "(cached) " >&6
else

    ac_save_LIBS=$LIBS
    ac_cv_lib_lex='none needed'
    for ac_lib in '' -lfl -ll; do
      LIBS="$ac_lib $ac_save_LIBS"
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
`cat $LEX_OUTPUT_ROOT.c`
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  ac_cv_lib_lex=$ac_lib
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
      test "$ac_cv_lib_lex" != 'none needed' && break
    done
    LIBS=$ac_save_LIBS

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
$as_echo "$ac_cv_lib_lex" >&6; }
  test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
fi


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
$as_echo_n "checking whether yytext is a pointer... " >&6; }
if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
  $as_echo_n "(cached) " >&6
else
  # POSIX says lex can declare yytext either as a pointer or an array; the
# default is implementation-dependent.  Figure out which it is, since
# not all implementations provide the %pointer and %array declarations.
ac_cv_prog_lex_yytext_pointer=no
ac_save_LIBS=$LIBS
LIBS="$LEXLIB $ac_save_LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

  #define YYTEXT_POINTER 1
`cat $LEX_OUTPUT_ROOT.c`
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  ac_cv_prog_lex_yytext_pointer=yes
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_save_LIBS

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
if test $ac_cv_prog_lex_yytext_pointer = yes; then

$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h

fi
rm -f conftest.l $LEX_OUTPUT_ROOT.c

fi
if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}bison", so it can be a program name with args.
set dummy ${ac_tool_prefix}bison; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_YACC+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$YACC"; then
  ac_cv_prog_YACC="$YACC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_YACC="${ac_tool_prefix}bison"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
$as_echo "$YACC" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


fi
if test -z "$ac_cv_prog_YACC"; then
  ac_ct_YACC=$YACC
  # Extract the first word of "bison", so it can be a program name with args.
set dummy bison; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_ac_ct_YACC+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$ac_ct_YACC"; then
  ac_cv_prog_ac_ct_YACC="$ac_ct_YACC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_YACC="bison"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_YACC=$ac_cv_prog_ac_ct_YACC
if test -n "$ac_ct_YACC"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_YACC" >&5
$as_echo "$ac_ct_YACC" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

  if test "x$ac_ct_YACC" = x; then
    YACC=":"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    YACC=$ac_ct_YACC
  fi
else
  YACC="$ac_cv_prog_YACC"
fi


if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_RANLIB+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$RANLIB"; then
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
$as_echo "$RANLIB" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


fi
if test -z "$ac_cv_prog_RANLIB"; then
  ac_ct_RANLIB=$RANLIB
  # Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$ac_ct_RANLIB"; then
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_RANLIB="ranlib"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
$as_echo "$ac_ct_RANLIB" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

  if test "x$ac_ct_RANLIB" = x; then
    RANLIB=":"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    RANLIB=$ac_ct_RANLIB
  fi
else
  RANLIB="$ac_cv_prog_RANLIB"
fi

if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_AR+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$AR"; then
  ac_cv_prog_AR="$AR" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_AR="${ac_tool_prefix}ar"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
$as_echo "$AR" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


fi
if test -z "$ac_cv_prog_AR"; then
  ac_ct_AR=$AR
  # Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_ac_ct_AR+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$ac_ct_AR"; then
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_AR="ar"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
$as_echo "$ac_ct_AR" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

  if test "x$ac_ct_AR" = x; then
    AR=":"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    AR=$ac_ct_AR
  fi
else
  AR="$ac_cv_prog_AR"
fi

if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
set dummy ${ac_tool_prefix}windres; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_WINDRES+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$WINDRES"; then
  ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
WINDRES=$ac_cv_prog_WINDRES
if test -n "$WINDRES"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
$as_echo "$WINDRES" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


fi
if test -z "$ac_cv_prog_WINDRES"; then
  ac_ct_WINDRES=$WINDRES
  # Extract the first word of "windres", so it can be a program name with args.
set dummy windres; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_ac_ct_WINDRES+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$ac_ct_WINDRES"; then
  ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_WINDRES="windres"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
if test -n "$ac_ct_WINDRES"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
$as_echo "$ac_ct_WINDRES" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

  if test "x$ac_ct_WINDRES" = x; then
    WINDRES=":"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    WINDRES=$ac_ct_WINDRES
  fi
else
  WINDRES="$ac_cv_prog_WINDRES"
fi


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
$as_echo_n "checking whether ln -s works... " >&6; }
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
$as_echo "no, using $LN_S" >&6; }
fi

# Find a good install program.  We prefer a C program (faster),
# so one script is as good as another.  But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
# Reject install programs that cannot install multiple files.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
$as_echo_n "checking for a BSD-compatible install... " >&6; }
if test -z "$INSTALL"; then
if ${ac_cv_path_install+:} false; then :
  $as_echo_n "(cached) " >&6
else
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    # Account for people who put trailing slashes in PATH elements.
case $as_dir/ in #((
  ./ | .// | /[cC]/* | \
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
  /usr/ucb/* ) ;;
  *)
    # OSF1 and SCO ODT 3.0 have their own names for install.
    # Don't use installbsd from OSF since it installs stuff as root
    # by default.
    for ac_prog in ginstall scoinst install; do
      for ac_exec_ext in '' $ac_executable_extensions; do
	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
	  if test $ac_prog = install &&
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
	    # AIX install.  It has an incompatible calling convention.
	    :
	  elif test $ac_prog = install &&
	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
	    # program-specific install script used by HP pwplus--don't use.
	    :
	  else
	    rm -rf conftest.one conftest.two conftest.dir
	    echo one > conftest.one
	    echo two > conftest.two
	    mkdir conftest.dir
	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
	      test -s conftest.one && test -s conftest.two &&
	      test -s conftest.dir/conftest.one &&
	      test -s conftest.dir/conftest.two
	    then
	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
	      break 3
	    fi
	  fi
	fi
      done
    done
    ;;
esac

  done
IFS=$as_save_IFS

rm -rf conftest.one conftest.two conftest.dir

fi
  if test "${ac_cv_path_install+set}" = set; then
    INSTALL=$ac_cv_path_install
  else
    # As a last resort, use the slow shell script.  Don't cache a
    # value for INSTALL within a source directory, because that will
    # break other packages using the cache if that directory is
    # removed, or if the value is a relative name.
    INSTALL=$ac_install_sh
  fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
$as_echo "$INSTALL" >&6; }

# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'

test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'

test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'


for ac_prog in lcov
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_LCOV+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$LCOV"; then
  ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_LCOV="$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
LCOV=$ac_cv_prog_LCOV
if test -n "$LCOV"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&5
$as_echo "$LCOV" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


  test -n "$LCOV" && break
done
test -n "$LCOV" || LCOV=":"

for ac_prog in genhtml
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_GENHTML+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$GENHTML"; then
  ac_cv_prog_GENHTML="$GENHTML" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_GENHTML="$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
GENHTML=$ac_cv_prog_GENHTML
if test -n "$GENHTML"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GENHTML" >&5
$as_echo "$GENHTML" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


  test -n "$GENHTML" && break
done
test -n "$GENHTML" || GENHTML=":"



# Configure toolchain options.

if test "$mu_cv_enable_pipe" = yes; then :

    CFLAGS="${CFLAGS:+$CFLAGS }-pipe"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-pipe"
fi

if test "$mu_cv_enable_profiling" = yes; then :

    CFLAGS="${CFLAGS:+$CFLAGS }-pg"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-pg"
    LDFLAGS="${LDFLAGS:+$LDFLAGS }-pg"
fi


mu_common_flags=
mu_cflags=
mu_cxxflags=

if test "$mu_cv_enable_optimisation" = yes; then :

    mu_common_flags="${mu_common_flags:+$mu_common_flags }-O2"
fi

if test "$mu_cv_enable_debug" = yes; then :

    mu_common_flags="${mu_common_flags:+$mu_common_flags }-g"
fi

if test "$mu_cv_enable_fail_on_warning" = yes; then :

    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Werror"
fi


    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Wall"

if test "$mu_cv_enable_extra_warnings" = yes; then :


    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Wextra"
    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Wpointer-arith"
    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Wcast-qual"
    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Wcast-align"
    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Wformat=2"
    mu_common_flags="${mu_common_flags:+$mu_common_flags }-Wfloat-equal"

    mu_cflags="${mu_cflags:+$mu_cflags }-Wstrict-prototypes"
    mu_cflags="${mu_cflags:+$mu_cflags }-Wmissing-prototypes"

    mu_cxxflags="${mu_cxxflags:+$mu_cxxflags }-Woverloaded-virtual"

fi

if test "$mu_use_our_cflags" = yes; then :


    CFLAGS="${CFLAGS:+$CFLAGS }$mu_common_flags"
    CFLAGS="${CFLAGS:+$CFLAGS }$mu_cflags"

fi

if test "$mu_use_our_cxxflags" = yes; then :


    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$mu_common_flags"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$mu_cxxflags"

fi


    { mu_common_flags=; unset mu_common_flags;}
    { mu_cflags=; unset mu_cflags;}
    { mu_cxxflags=; unset mu_cxxflags;}


ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Womg-wtf-not-an-option"
ACM_C_WARNINGFAIL=""

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC unknown warning options are errors" >&5
$as_echo_n "checking if $CC unknown warning options are errors... " >&6; }
if ${mu_cv_C_flag_uwo+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag_uwo=no
else
  mu_cv_C_flag_uwo=yes

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag_uwo" >&5
$as_echo "$mu_cv_C_flag_uwo" >&6; }
if test "$mu_cv_C_flag_uwo" = no; then :

      CFLAGS="${acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CFLAGS:+$acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CFLAGS }-Werror=unknown-warning-option -Womg-wtf-not-an-option"

      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
if ${mu_cv_C_flag_werror_uwo+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag_werror_uwo=no
else
  mu_cv_C_flag_werror_uwo=yes

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag_werror_uwo" >&5
$as_echo "$mu_cv_C_flag_werror_uwo" >&6; }
                                                if test "$mu_cv_C_flag_werror_uwo" = yes; then :
  ACM_C_WARNINGFAIL="-Werror=unknown-warning-option"
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Don't know how to make $CC fail with unknown warning options," >&5
$as_echo "$as_me: WARNING: Don't know how to make $CC fail with unknown warning options," >&2;}
             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: so later tests may (wrongly) decide to pass them to it anyway." >&5
$as_echo "$as_me: WARNING: so later tests may (wrongly) decide to pass them to it anyway." >&2;}
fi

fi
CFLAGS=$acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CFLAGS
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu



ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Womg-wtf-not-an-option"
ACM_CXX_WARNINGFAIL=""

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX unknown warning options are errors" >&5
$as_echo_n "checking if $CXX unknown warning options are errors... " >&6; }
if ${mu_cv_CXX_flag_uwo+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag_uwo=no
else
  mu_cv_CXX_flag_uwo=yes

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag_uwo" >&5
$as_echo "$mu_cv_CXX_flag_uwo" >&6; }
if test "$mu_cv_CXX_flag_uwo" = no; then :

      CXXFLAGS="${acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CXXFLAGS:+$acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CXXFLAGS }-Werror=unknown-warning-option -Womg-wtf-not-an-option"

      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=unknown-warning-option" >&5
$as_echo_n "checking if $CXX supports -Werror=unknown-warning-option... " >&6; }
if ${mu_cv_CXX_flag_werror_uwo+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag_werror_uwo=no
else
  mu_cv_CXX_flag_werror_uwo=yes

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag_werror_uwo" >&5
$as_echo "$mu_cv_CXX_flag_werror_uwo" >&6; }
                                                if test "$mu_cv_CXX_flag_werror_uwo" = yes; then :
  ACM_CXX_WARNINGFAIL="-Werror=unknown-warning-option"
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Don't know how to make $CXX fail with unknown warning options," >&5
$as_echo "$as_me: WARNING: Don't know how to make $CXX fail with unknown warning options," >&2;}
             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: so later tests may (wrongly) decide to pass them to it anyway." >&5
$as_echo "$as_me: WARNING: so later tests may (wrongly) decide to pass them to it anyway." >&2;}
fi

fi
CXXFLAGS=$acm_save__ACM_COMPILER_WERROR_UNKNOWN_WARNING_OPTION_CXXFLAGS
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


if test "$mu_cv_enable_clang_almost_everything" != no; then :


    CFLAGS="${CFLAGS:+$CFLAGS }-Weverything"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-c99-extensions"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-vla-extension"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-vla"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-gnu-zero-variadic-macro-arguments"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-variadic-macros"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-disabled-macro-expansion"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-undef"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-padded"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-packed"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-documentation-html"
    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-documentation-unknown-command"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Weverything"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-c99-extensions"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-vla-extension"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-vla"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-gnu-zero-variadic-macro-arguments"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-variadic-macros"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-disabled-macro-expansion"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-undef"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-padded"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-packed"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-documentation-html"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-documentation-unknown-command"


    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-c++11-long-long"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-exit-time-destructors"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-global-constructors"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-weak-vtables"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-weak-template-vtables"
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-shadow"

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-reserved-id-macro"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wno-reserved-id-macro" >&5
$as_echo_n "checking if $CC supports -Wno-reserved-id-macro... " >&6; }
if ${mu_cv_C_flag__Wno_reserved_id_macro+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wno_reserved_id_macro=yes
else
  mu_cv_C_flag__Wno_reserved_id_macro=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wno_reserved_id_macro" >&5
$as_echo "$mu_cv_C_flag__Wno_reserved_id_macro" >&6; }
if test "x$mu_cv_C_flag__Wno_reserved_id_macro" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wno_reserved_id_macro" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wno-reserved-id-macro"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-format-pedantic"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wno-format-pedantic" >&5
$as_echo_n "checking if $CC supports -Wno-format-pedantic... " >&6; }
if ${mu_cv_C_flag__Wno_format_pedantic+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wno_format_pedantic=yes
else
  mu_cv_C_flag__Wno_format_pedantic=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wno_format_pedantic" >&5
$as_echo "$mu_cv_C_flag__Wno_format_pedantic" >&6; }
if test "x$mu_cv_C_flag__Wno_format_pedantic" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wno_format_pedantic" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wno-format-pedantic"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wno-double-promotion"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wno-double-promotion" >&5
$as_echo_n "checking if $CC supports -Wno-double-promotion... " >&6; }
if ${mu_cv_C_flag__Wno_double_promotion+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wno_double_promotion=yes
else
  mu_cv_C_flag__Wno_double_promotion=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wno_double_promotion" >&5
$as_echo "$mu_cv_C_flag__Wno_double_promotion" >&6; }
if test "x$mu_cv_C_flag__Wno_double_promotion" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wno_double_promotion" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wno-double-promotion"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-reserved-id-macro"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wno-reserved-id-macro" >&5
$as_echo_n "checking if $CXX supports -Wno-reserved-id-macro... " >&6; }
if ${mu_cv_CXX_flag__Wno_reserved_id_macro+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wno_reserved_id_macro=yes
else
  mu_cv_CXX_flag__Wno_reserved_id_macro=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wno_reserved_id_macro" >&5
$as_echo "$mu_cv_CXX_flag__Wno_reserved_id_macro" >&6; }
if test "x$mu_cv_CXX_flag__Wno_reserved_id_macro" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wno_reserved_id_macro" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wno-reserved-id-macro"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-format-pedantic"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wno-format-pedantic" >&5
$as_echo_n "checking if $CXX supports -Wno-format-pedantic... " >&6; }
if ${mu_cv_CXX_flag__Wno_format_pedantic+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wno_format_pedantic=yes
else
  mu_cv_CXX_flag__Wno_format_pedantic=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wno_format_pedantic" >&5
$as_echo "$mu_cv_CXX_flag__Wno_format_pedantic" >&6; }
if test "x$mu_cv_CXX_flag__Wno_format_pedantic" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wno_format_pedantic" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wno-format-pedantic"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-double-promotion"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wno-double-promotion" >&5
$as_echo_n "checking if $CXX supports -Wno-double-promotion... " >&6; }
if ${mu_cv_CXX_flag__Wno_double_promotion+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wno_double_promotion=yes
else
  mu_cv_CXX_flag__Wno_double_promotion=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wno_double_promotion" >&5
$as_echo "$mu_cv_CXX_flag__Wno_double_promotion" >&6; }
if test "x$mu_cv_CXX_flag__Wno_double_promotion" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wno_double_promotion" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wno-double-promotion"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu


ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-shadow-field-in-constructor"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wno-shadow-field-in-constructor" >&5
$as_echo_n "checking if $CXX supports -Wno-shadow-field-in-constructor... " >&6; }
if ${mu_cv_CXX_flag__Wno_shadow_field_in_constructor+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wno_shadow_field_in_constructor=yes
else
  mu_cv_CXX_flag__Wno_shadow_field_in_constructor=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wno_shadow_field_in_constructor" >&5
$as_echo "$mu_cv_CXX_flag__Wno_shadow_field_in_constructor" >&6; }
if test "x$mu_cv_CXX_flag__Wno_shadow_field_in_constructor" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wno_shadow_field_in_constructor" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wno-shadow-field-in-constructor"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu


                case $CXX_STANDARD in #(
  *++98|*++03) :

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-suggest-destructor-override"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wno-suggest-destructor-override" >&5
$as_echo_n "checking if $CXX supports -Wno-suggest-destructor-override... " >&6; }
if ${mu_cv_CXX_flag__Wno_suggest_destructor_override+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wno_suggest_destructor_override=yes
else
  mu_cv_CXX_flag__Wno_suggest_destructor_override=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wno_suggest_destructor_override" >&5
$as_echo "$mu_cv_CXX_flag__Wno_suggest_destructor_override" >&6; }
if test "x$mu_cv_CXX_flag__Wno_suggest_destructor_override" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wno_suggest_destructor_override" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wno-suggest-destructor-override"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wno-suggest-override"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wno-suggest-override" >&5
$as_echo_n "checking if $CXX supports -Wno-suggest-override... " >&6; }
if ${mu_cv_CXX_flag__Wno_suggest_override+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wno_suggest_override=yes
else
  mu_cv_CXX_flag__Wno_suggest_override=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wno_suggest_override" >&5
$as_echo "$mu_cv_CXX_flag__Wno_suggest_override" >&6; }
if test "x$mu_cv_CXX_flag__Wno_suggest_override" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wno_suggest_override" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wno-suggest-override"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

            ;; #(
  *) :
     ;;
esac
fi


if test "$mu_cv_enable_code_suggestions" = yes; then :


ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wsuggest-attribute=format"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsuggest-attribute=format" >&5
$as_echo_n "checking if $CC supports -Wsuggest-attribute=format... " >&6; }
if ${mu_cv_C_flag__Wsuggest_attribute_format+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wsuggest_attribute_format=yes
else
  mu_cv_C_flag__Wsuggest_attribute_format=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wsuggest_attribute_format" >&5
$as_echo "$mu_cv_C_flag__Wsuggest_attribute_format" >&6; }
if test "x$mu_cv_C_flag__Wsuggest_attribute_format" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wsuggest_attribute_format" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wsuggest-attribute=format"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wsuggest-attribute=const"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsuggest-attribute=const" >&5
$as_echo_n "checking if $CC supports -Wsuggest-attribute=const... " >&6; }
if ${mu_cv_C_flag__Wsuggest_attribute_const+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wsuggest_attribute_const=yes
else
  mu_cv_C_flag__Wsuggest_attribute_const=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wsuggest_attribute_const" >&5
$as_echo "$mu_cv_C_flag__Wsuggest_attribute_const" >&6; }
if test "x$mu_cv_C_flag__Wsuggest_attribute_const" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wsuggest_attribute_const" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wsuggest-attribute=const"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wsuggest-attribute=pure"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsuggest-attribute=pure" >&5
$as_echo_n "checking if $CC supports -Wsuggest-attribute=pure... " >&6; }
if ${mu_cv_C_flag__Wsuggest_attribute_pure+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wsuggest_attribute_pure=yes
else
  mu_cv_C_flag__Wsuggest_attribute_pure=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wsuggest_attribute_pure" >&5
$as_echo "$mu_cv_C_flag__Wsuggest_attribute_pure" >&6; }
if test "x$mu_cv_C_flag__Wsuggest_attribute_pure" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wsuggest_attribute_pure" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wsuggest-attribute=pure"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wsuggest-attribute=noreturn"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsuggest-attribute=noreturn" >&5
$as_echo_n "checking if $CC supports -Wsuggest-attribute=noreturn... " >&6; }
if ${mu_cv_C_flag__Wsuggest_attribute_noreturn+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wsuggest_attribute_noreturn=yes
else
  mu_cv_C_flag__Wsuggest_attribute_noreturn=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wsuggest_attribute_noreturn" >&5
$as_echo "$mu_cv_C_flag__Wsuggest_attribute_noreturn" >&6; }
if test "x$mu_cv_C_flag__Wsuggest_attribute_noreturn" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wsuggest_attribute_noreturn" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wsuggest-attribute=noreturn"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wsuggest-attribute=malloc"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsuggest-attribute=malloc" >&5
$as_echo_n "checking if $CC supports -Wsuggest-attribute=malloc... " >&6; }
if ${mu_cv_C_flag__Wsuggest_attribute_malloc+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wsuggest_attribute_malloc=yes
else
  mu_cv_C_flag__Wsuggest_attribute_malloc=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wsuggest_attribute_malloc" >&5
$as_echo "$mu_cv_C_flag__Wsuggest_attribute_malloc" >&6; }
if test "x$mu_cv_C_flag__Wsuggest_attribute_malloc" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wsuggest_attribute_malloc" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wsuggest-attribute=malloc"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$ACM_C_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }-Wsuggest-attribute=cold"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsuggest-attribute=cold" >&5
$as_echo_n "checking if $CC supports -Wsuggest-attribute=cold... " >&6; }
if ${mu_cv_C_flag__Wsuggest_attribute_cold+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  mu_cv_C_flag__Wsuggest_attribute_cold=yes
else
  mu_cv_C_flag__Wsuggest_attribute_cold=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_C_flag__Wsuggest_attribute_cold" >&5
$as_echo "$mu_cv_C_flag__Wsuggest_attribute_cold" >&6; }
if test "x$mu_cv_C_flag__Wsuggest_attribute_cold" = xyes; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
if test "x$mu_cv_C_flag__Wsuggest_attribute_cold" = xyes; then :
  CFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS }-Wsuggest-attribute=cold"

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CFLAGS

fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wsuggest-attribute=format"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wsuggest-attribute=format" >&5
$as_echo_n "checking if $CXX supports -Wsuggest-attribute=format... " >&6; }
if ${mu_cv_CXX_flag__Wsuggest_attribute_format+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wsuggest_attribute_format=yes
else
  mu_cv_CXX_flag__Wsuggest_attribute_format=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wsuggest_attribute_format" >&5
$as_echo "$mu_cv_CXX_flag__Wsuggest_attribute_format" >&6; }
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_format" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_format" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wsuggest-attribute=format"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wsuggest-attribute=const"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wsuggest-attribute=const" >&5
$as_echo_n "checking if $CXX supports -Wsuggest-attribute=const... " >&6; }
if ${mu_cv_CXX_flag__Wsuggest_attribute_const+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wsuggest_attribute_const=yes
else
  mu_cv_CXX_flag__Wsuggest_attribute_const=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wsuggest_attribute_const" >&5
$as_echo "$mu_cv_CXX_flag__Wsuggest_attribute_const" >&6; }
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_const" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_const" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wsuggest-attribute=const"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wsuggest-attribute=pure"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wsuggest-attribute=pure" >&5
$as_echo_n "checking if $CXX supports -Wsuggest-attribute=pure... " >&6; }
if ${mu_cv_CXX_flag__Wsuggest_attribute_pure+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wsuggest_attribute_pure=yes
else
  mu_cv_CXX_flag__Wsuggest_attribute_pure=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wsuggest_attribute_pure" >&5
$as_echo "$mu_cv_CXX_flag__Wsuggest_attribute_pure" >&6; }
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_pure" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_pure" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wsuggest-attribute=pure"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wsuggest-attribute=noreturn"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wsuggest-attribute=noreturn" >&5
$as_echo_n "checking if $CXX supports -Wsuggest-attribute=noreturn... " >&6; }
if ${mu_cv_CXX_flag__Wsuggest_attribute_noreturn+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wsuggest_attribute_noreturn=yes
else
  mu_cv_CXX_flag__Wsuggest_attribute_noreturn=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wsuggest_attribute_noreturn" >&5
$as_echo "$mu_cv_CXX_flag__Wsuggest_attribute_noreturn" >&6; }
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_noreturn" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_noreturn" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wsuggest-attribute=noreturn"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wsuggest-attribute=malloc"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wsuggest-attribute=malloc" >&5
$as_echo_n "checking if $CXX supports -Wsuggest-attribute=malloc... " >&6; }
if ${mu_cv_CXX_flag__Wsuggest_attribute_malloc+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wsuggest_attribute_malloc=yes
else
  mu_cv_CXX_flag__Wsuggest_attribute_malloc=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wsuggest_attribute_malloc" >&5
$as_echo "$mu_cv_CXX_flag__Wsuggest_attribute_malloc" >&6; }
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_malloc" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_malloc" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wsuggest-attribute=malloc"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Wsuggest-attribute=cold"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Wsuggest-attribute=cold" >&5
$as_echo_n "checking if $CXX supports -Wsuggest-attribute=cold... " >&6; }
if ${mu_cv_CXX_flag__Wsuggest_attribute_cold+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Wsuggest_attribute_cold=yes
else
  mu_cv_CXX_flag__Wsuggest_attribute_cold=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Wsuggest_attribute_cold" >&5
$as_echo "$mu_cv_CXX_flag__Wsuggest_attribute_cold" >&6; }
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_cold" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Wsuggest_attribute_cold" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Wsuggest-attribute=cold"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu



fi




if test "$mu_cv_enable_fortify_source" != no; then :

    cat >>confdefs.h <<_ACEOF
#define _FORTIFY_SOURCE $mu_cv_enable_fortify_source
_ACEOF


fi

case $mu_cv_enable_stack_protector in #(
  no) :
             ;; #(
  ''|*[!0-9]*) :
            acm_save_ACM_FOREACH_1_IFS=$IFS
IFS=,
acm_compile_link_opt_list="-fstack-protector-$mu_cv_enable_stack_protector"
for compile_link_opt in $acm_compile_link_opt_list; do
    IFS=$acm_save_ACM_FOREACH_1_IFS
    compile_link_opt="${compile_link_opt#"${compile_link_opt%%[![:space:]]*}"}"
    compile_link_opt="${compile_link_opt%"${compile_link_opt##*[![:space:]]}"}"
    acm_save_ACM_ADD_COMPILE_LINK_OPTION_CFLAGS=$CFLAGS
acm_save_ACM_ADD_COMPILE_LINK_OPTION_CXXFLAGS=$CXXFLAGS
             ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

acm_save_ACM_FOREACH_2_IFS=$IFS
IFS=,
acm_compiler_opt_list="$compile_link_opt"
for compiler_opt in $acm_compiler_opt_list; do
    IFS=$acm_save_ACM_FOREACH_2_IFS
    compiler_opt="${compiler_opt#"${compiler_opt%%[![:space:]]*}"}"
    compiler_opt="${compiler_opt%"${compiler_opt##*[![:space:]]}"}"
    acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$compiler_opt"
as_cachevar=`$as_echo "mu_cv_C_flag_$compiler_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports $compiler_opt" >&5
$as_echo_n "checking if $CC supports $compiler_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
done
IFS=$acm_save_ACM_FOREACH_2_IFS

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu

acm_save_ACM_FOREACH_2_IFS=$IFS
IFS=,
acm_compiler_opt_list="$compile_link_opt"
for compiler_opt in $acm_compiler_opt_list; do
    IFS=$acm_save_ACM_FOREACH_2_IFS
    compiler_opt="${compiler_opt#"${compiler_opt%%[![:space:]]*}"}"
    compiler_opt="${compiler_opt%"${compiler_opt##*[![:space:]]}"}"
    acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$compiler_opt"
as_cachevar=`$as_echo "mu_cv_CXX_flag_$compiler_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports $compiler_opt" >&5
$as_echo_n "checking if $CXX supports $compiler_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
done
IFS=$acm_save_ACM_FOREACH_2_IFS

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu


             as_compvar=`$as_echo "mu_cv_C_flag_$compile_link_opt" | $as_tr_sh`
             if eval test \"x\$"$as_compvar"\" = x"yes"; then :
  ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS=$LDFLAGS

    LDFLAGS="${LDFLAGS:+$LDFLAGS }$compile_link_opt"
as_cachevar=`$as_echo "mu_cv_ldflag_$compile_link_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if linker supports $compile_link_opt" >&5
$as_echo_n "checking if linker supports $compile_link_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  LDFLAGS=$acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS

fi
                        as_linkvar=`$as_echo "mu_cv_ldflag_$compile_link_opt" | $as_tr_sh`
                        if eval test \"x\$"$as_linkvar"\" = x"no"; then :
  CFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CFLAGS
CXXFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CXXFLAGS

fi

                        ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

else
  CFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CFLAGS
CXXFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CXXFLAGS

fi

done
IFS=$acm_save_ACM_FOREACH_1_IFS


         as_spvar=`$as_echo "mu_cv_ldflag_-fstack-protector-$mu_cv_enable_stack_protector" | $as_tr_sh`

         if eval test \"x\$"$as_spvar"\" = x"yes"; then :

else
  mu_cv_enable_stack_protector=4
fi


 ;; #(
  *) :
     ;;
esac

case $mu_cv_enable_stack_protector in #(
  ''|*[!0-9]*) :
             ;; #(
  *) :
            acm_save_ACM_FOREACH_1_IFS=$IFS
IFS=,
acm_compile_link_opt_list="-fstack-protector --param ssp-buffer-size=$mu_cv_enable_stack_protector"
for compile_link_opt in $acm_compile_link_opt_list; do
    IFS=$acm_save_ACM_FOREACH_1_IFS
    compile_link_opt="${compile_link_opt#"${compile_link_opt%%[![:space:]]*}"}"
    compile_link_opt="${compile_link_opt%"${compile_link_opt##*[![:space:]]}"}"
    acm_save_ACM_ADD_COMPILE_LINK_OPTION_CFLAGS=$CFLAGS
acm_save_ACM_ADD_COMPILE_LINK_OPTION_CXXFLAGS=$CXXFLAGS
             ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

acm_save_ACM_FOREACH_2_IFS=$IFS
IFS=,
acm_compiler_opt_list="$compile_link_opt"
for compiler_opt in $acm_compiler_opt_list; do
    IFS=$acm_save_ACM_FOREACH_2_IFS
    compiler_opt="${compiler_opt#"${compiler_opt%%[![:space:]]*}"}"
    compiler_opt="${compiler_opt%"${compiler_opt##*[![:space:]]}"}"
    acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$compiler_opt"
as_cachevar=`$as_echo "mu_cv_C_flag_$compiler_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports $compiler_opt" >&5
$as_echo_n "checking if $CC supports $compiler_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
done
IFS=$acm_save_ACM_FOREACH_2_IFS

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu

acm_save_ACM_FOREACH_2_IFS=$IFS
IFS=,
acm_compiler_opt_list="$compile_link_opt"
for compiler_opt in $acm_compiler_opt_list; do
    IFS=$acm_save_ACM_FOREACH_2_IFS
    compiler_opt="${compiler_opt#"${compiler_opt%%[![:space:]]*}"}"
    compiler_opt="${compiler_opt%"${compiler_opt##*[![:space:]]}"}"
    acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$compiler_opt"
as_cachevar=`$as_echo "mu_cv_CXX_flag_$compiler_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports $compiler_opt" >&5
$as_echo_n "checking if $CXX supports $compiler_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
done
IFS=$acm_save_ACM_FOREACH_2_IFS

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu


             as_compvar=`$as_echo "mu_cv_C_flag_$compile_link_opt" | $as_tr_sh`
             if eval test \"x\$"$as_compvar"\" = x"yes"; then :
  ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS=$LDFLAGS

    LDFLAGS="${LDFLAGS:+$LDFLAGS }$compile_link_opt"
as_cachevar=`$as_echo "mu_cv_ldflag_$compile_link_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if linker supports $compile_link_opt" >&5
$as_echo_n "checking if linker supports $compile_link_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  LDFLAGS=$acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS

fi
                        as_linkvar=`$as_echo "mu_cv_ldflag_$compile_link_opt" | $as_tr_sh`
                        if eval test \"x\$"$as_linkvar"\" = x"no"; then :
  CFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CFLAGS
CXXFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CXXFLAGS

fi

                        ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

else
  CFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CFLAGS
CXXFLAGS=$acm_save_ACM_ADD_COMPILE_LINK_OPTION_CXXFLAGS

fi

done
IFS=$acm_save_ACM_FOREACH_1_IFS



 ;; #(
  *) :
     ;;
esac


if test "$mu_cv_enable_relro" = yes; then :


acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS=$LDFLAGS

    LDFLAGS="${LDFLAGS:+$LDFLAGS }-Wl,-z,relro"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if linker supports -Wl,-z,relro" >&5
$as_echo_n "checking if linker supports -Wl,-z,relro... " >&6; }
if ${mu_cv_ldflag__Wl__z_relro+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  mu_cv_ldflag__Wl__z_relro=yes
else
  mu_cv_ldflag__Wl__z_relro=no

fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_ldflag__Wl__z_relro" >&5
$as_echo "$mu_cv_ldflag__Wl__z_relro" >&6; }
if test "x$mu_cv_ldflag__Wl__z_relro" = xyes; then :

else
  LDFLAGS=$acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS

fi


fi

if test "$mu_cv_enable_bind_now" = yes; then :


acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS=$LDFLAGS

    LDFLAGS="${LDFLAGS:+$LDFLAGS }-Wl,-z,now"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if linker supports -Wl,-z,now" >&5
$as_echo_n "checking if linker supports -Wl,-z,now... " >&6; }
if ${mu_cv_ldflag__Wl__z_now+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  mu_cv_ldflag__Wl__z_now=yes
else
  mu_cv_ldflag__Wl__z_now=no

fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_ldflag__Wl__z_now" >&5
$as_echo "$mu_cv_ldflag__Wl__z_now" >&6; }
if test "x$mu_cv_ldflag__Wl__z_now" = xyes; then :

else
  LDFLAGS=$acm_save__ACM_ADD_LINKER_OPTION_LDFLAGS

fi


fi


if test "$mu_cv_enable_san" != no; then :

acm_save_ACM_FOREACH_1_IFS=$IFS
IFS=,
acm_san_type_list="$mu_cv_enable_san"
for san_type in $acm_san_type_list; do
    IFS=$acm_save_ACM_FOREACH_1_IFS
    san_type="${san_type#"${san_type%%[![:space:]]*}"}"
    san_type="${san_type%"${san_type##*[![:space:]]}"}"

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

acm_save_ACM_FOREACH_2_IFS=$IFS
IFS=,
acm_compiler_opt_list="-fsanitize=$san_type"
for compiler_opt in $acm_compiler_opt_list; do
    IFS=$acm_save_ACM_FOREACH_2_IFS
    compiler_opt="${compiler_opt#"${compiler_opt%%[![:space:]]*}"}"
    compiler_opt="${compiler_opt%"${compiler_opt##*[![:space:]]}"}"
    acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS=$CFLAGS

    CFLAGS="${CFLAGS:+$CFLAGS }$compiler_opt"
as_cachevar=`$as_echo "mu_cv_C_flag_$compiler_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports $compiler_opt" >&5
$as_echo_n "checking if $CC supports $compiler_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  CFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CFLAGS

fi
done
IFS=$acm_save_ACM_FOREACH_2_IFS

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu

acm_save_ACM_FOREACH_2_IFS=$IFS
IFS=,
acm_compiler_opt_list="-fsanitize=$san_type"
for compiler_opt in $acm_compiler_opt_list; do
    IFS=$acm_save_ACM_FOREACH_2_IFS
    compiler_opt="${compiler_opt#"${compiler_opt%%[![:space:]]*}"}"
    compiler_opt="${compiler_opt%"${compiler_opt##*[![:space:]]}"}"
    acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$compiler_opt"
as_cachevar=`$as_echo "mu_cv_CXX_flag_$compiler_opt" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports $compiler_opt" >&5
$as_echo_n "checking if $CXX supports $compiler_opt... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
done
IFS=$acm_save_ACM_FOREACH_2_IFS

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu




as_cachevar=`$as_echo "mu_cv_C_flag_-fsanitize=$san_type" | $as_tr_sh`
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :


    LDFLAGS="${LDFLAGS:+$LDFLAGS }-fsanitize=$san_type"
    case $san_type in #(
  address|memory|undefined) :

case " ${CFLAGS} " in #(
  *" -fno-omit-frame-pointer "*) :
     ;; #(
  *) :
    CFLAGS="${CFLAGS:+$CFLAGS }-fno-omit-frame-pointer" ;;
esac
case " ${CXXFLAGS} " in #(
  *" -fno-omit-frame-pointer "*) :
     ;; #(
  *) :
    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-fno-omit-frame-pointer" ;;
esac
            ;; #(
  *) :
     ;;
esac
fi
done
IFS=$acm_save_ACM_FOREACH_1_IFS


fi


case $host in
    *-*-freebsd* )
	ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu



	acm_save__0_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-fno-guess-branch-probability"
	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX needs -fno-guess-branch-probability" >&5
$as_echo_n "checking if $CXX needs -fno-guess-branch-probability... " >&6; }
if ${mu_cv_flag_guess_branch_probability+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{
 #ifdef __clang__
								using the clang compiler
							      #endif


  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_flag_guess_branch_probability=yes
else
  mu_cv_flag_guess_branch_probability=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_flag_guess_branch_probability" >&5
$as_echo "$mu_cv_flag_guess_branch_probability" >&6; }

	if test "$mu_cv_flag_guess_branch_probability" = yes; then :

else
  CXXFLAGS=$acm_save__0_CXXFLAGS

fi

	acm_save__0_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-fno-reorder-blocks"
	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX needs -fno-reorder-blocks" >&5
$as_echo_n "checking if $CXX needs -fno-reorder-blocks... " >&6; }
if ${mu_cv_flag_reorder_blocks+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{
 #ifdef __clang__
								using the clang compiler
							      #endif


  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_flag_reorder_blocks=yes
else
  mu_cv_flag_reorder_blocks=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_flag_reorder_blocks" >&5
$as_echo "$mu_cv_flag_reorder_blocks" >&6; }

	if test "$mu_cv_flag_reorder_blocks" = yes; then :

else
  CXXFLAGS=$acm_save__0_CXXFLAGS

fi

	acm_save__0_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-fno-tree-dominator-opts"
	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX needs -fno-tree-dominator-opts" >&5
$as_echo_n "checking if $CXX needs -fno-tree-dominator-opts... " >&6; }
if ${mu_cv_flag_tree_dominator_opts+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{
 #ifdef __clang__
								using the clang compiler
							      #endif


  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_flag_tree_dominator_opts=yes
else
  mu_cv_flag_tree_dominator_opts=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_flag_tree_dominator_opts" >&5
$as_echo "$mu_cv_flag_tree_dominator_opts" >&6; }

	if test "$mu_cv_flag_tree_dominator_opts" = yes; then :

else
  CXXFLAGS=$acm_save__0_CXXFLAGS

fi
	ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

	;;
esac


PTHREAD_CPPFLAGS="-pthread"
PTHREAD_LDFLAGS="-pthread"

acm_save__0_CPPFLAGS=$CPPFLAGS

    CPPFLAGS="${CPPFLAGS:+$CPPFLAGS }$PTHREAD_CPPFLAGS"


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if _REENTRANT is defined by the compiler" >&5
$as_echo_n "checking if _REENTRANT is defined by the compiler... " >&6; }
if ${mu_cv_have_reentrant+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#ifndef _REENTRANT
#error "_REENTRANT was not defined"
#endif

int
main ()
{

  ;
  return 0;
}

_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
  mu_cv_have_reentrant=yes
else
  mu_cv_have_reentrant=no

fi
rm -f conftest.err conftest.i conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_have_reentrant" >&5
$as_echo "$mu_cv_have_reentrant" >&6; }

CPPFLAGS=$acm_save__0_CPPFLAGS

if test "$mu_cv_have_reentrant" != yes; then :


    PTHREAD_CPPFLAGS="${PTHREAD_CPPFLAGS:+$PTHREAD_CPPFLAGS }-D_REENTRANT"

fi


ARFLAGS=rDvs

if test "$mu_cv_enable_bison_deprecated_warnings" = no; then :

    if test "$YACC" != ":"; then :

        if $YACC -Wno-deprecated -V > /dev/null 2>&1; then :

            mu_yacc_flags=" -Wno-deprecated"
            { $as_echo "$as_me:${as_lineno-$LINENO}: disabled bison3 deprecation warnings" >&5
$as_echo "$as_me: disabled bison3 deprecation warnings" >&6;}

fi

fi

fi

YACCFLAGS="-d$mu_yacc_flags \$(EXTRAYACCFLAGS)"
LEXFLAGS="\$(EXTRALEXFLAGS)"

{ mu_yacc_flags=; unset mu_yacc_flags;}




cat >>confdefs.h <<_ACEOF
#define EMDEBUG $(test "$mu_cv_enable_debug" != yes)$?
_ACEOF



cat >>confdefs.h <<_ACEOF
#define EM_USE_VALGRIND_FRIENDLY $(test "$mu_cv_enable_valgrind_friendly" != yes)$?
_ACEOF



cat >>confdefs.h <<_ACEOF
#define EM_SYSTEM_RUNDIR "$SYSTEM_RUNDIR"
_ACEOF






# Check whether --enable-wide_strings was given.
if test "${enable_wide_strings+set}" = set; then :
  enableval=$enable_wide_strings; mu_cv_enable_wide_strings=$enableval
else
  mu_cv_enable_wide_strings=no
fi



cat >>confdefs.h <<_ACEOF
#define EM_USE_WIDE_STRINGS $(test "$mu_cv_enable_wide_strings" != yes)$?
_ACEOF


if test "$mu_cv_enable_wide_strings" = yes; then :


    makeup_build_flavour="${makeup_build_flavour}w"

    case $host in
        *-*-cygwin* | *-*-mingw32* )

$as_echo "#define UNICODE 1" >>confdefs.h

            { $as_echo "$as_me:${as_lineno-$LINENO}: using UNICODE" >&5
$as_echo "$as_me: using UNICODE" >&6;}
            ;;
    esac

fi


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
if ${ac_cv_path_GREP+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -z "$GREP"; then
  ac_path_GREP_found=false
  # Loop through the user's path and test for each of PROGNAME-LIST
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_prog in grep ggrep; do
    for ac_exec_ext in '' $ac_executable_extensions; do
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
      as_fn_executable_p "$ac_path_GREP" || continue
# Check for GNU ac_path_GREP and select it if it is found.
  # Check for GNU $ac_path_GREP
case `"$ac_path_GREP" --version 2>&1` in
*GNU*)
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
*)
  ac_count=0
  $as_echo_n 0123456789 >"conftest.in"
  while :
  do
    cat "conftest.in" "conftest.in" >"conftest.tmp"
    mv "conftest.tmp" "conftest.in"
    cp "conftest.in" "conftest.nl"
    $as_echo 'GREP' >> "conftest.nl"
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    as_fn_arith $ac_count + 1 && ac_count=$as_val
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
      # Best one so far, save it but keep looking for a better one
      ac_cv_path_GREP="$ac_path_GREP"
      ac_path_GREP_max=$ac_count
    fi
    # 10*(2^10) chars as input seems more than enough
    test $ac_count -gt 10 && break
  done
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac

      $ac_path_GREP_found && break 3
    done
  done
  done
IFS=$as_save_IFS
  if test -z "$ac_cv_path_GREP"; then
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  fi
else
  ac_cv_path_GREP=$GREP
fi

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
$as_echo "$ac_cv_path_GREP" >&6; }
 GREP="$ac_cv_path_GREP"


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
$as_echo_n "checking for egrep... " >&6; }
if ${ac_cv_path_EGREP+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   then ac_cv_path_EGREP="$GREP -E"
   else
     if test -z "$EGREP"; then
  ac_path_EGREP_found=false
  # Loop through the user's path and test for each of PROGNAME-LIST
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_prog in egrep; do
    for ac_exec_ext in '' $ac_executable_extensions; do
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
      as_fn_executable_p "$ac_path_EGREP" || continue
# Check for GNU ac_path_EGREP and select it if it is found.
  # Check for GNU $ac_path_EGREP
case `"$ac_path_EGREP" --version 2>&1` in
*GNU*)
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
*)
  ac_count=0
  $as_echo_n 0123456789 >"conftest.in"
  while :
  do
    cat "conftest.in" "conftest.in" >"conftest.tmp"
    mv "conftest.tmp" "conftest.in"
    cp "conftest.in" "conftest.nl"
    $as_echo 'EGREP' >> "conftest.nl"
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    as_fn_arith $ac_count + 1 && ac_count=$as_val
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
      # Best one so far, save it but keep looking for a better one
      ac_cv_path_EGREP="$ac_path_EGREP"
      ac_path_EGREP_max=$ac_count
    fi
    # 10*(2^10) chars as input seems more than enough
    test $ac_count -gt 10 && break
  done
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac

      $ac_path_EGREP_found && break 3
    done
  done
  done
IFS=$as_save_IFS
  if test -z "$ac_cv_path_EGREP"; then
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  fi
else
  ac_cv_path_EGREP=$EGREP
fi

   fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
$as_echo "$ac_cv_path_EGREP" >&6; }
 EGREP="$ac_cv_path_EGREP"


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
if ${ac_cv_header_stdc+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  ac_cv_header_stdc=yes
else
  ac_cv_header_stdc=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

if test $ac_cv_header_stdc = yes; then
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <string.h>

_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  $EGREP "memchr" >/dev/null 2>&1; then :

else
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if test $ac_cv_header_stdc = yes; then
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <stdlib.h>

_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  $EGREP "free" >/dev/null 2>&1; then :

else
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if test $ac_cv_header_stdc = yes; then
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  if test "$cross_compiling" = yes; then :
  :
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <ctype.h>
#include <stdlib.h>
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else
# define ISLOWER(c) \
		   (('a' <= (c) && (c) <= 'i') \
		     || ('j' <= (c) && (c) <= 'r') \
		     || ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif

#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int
main ()
{
  int i;
  for (i = 0; i < 256; i++)
    if (XOR (islower (i), ISLOWER (i))
	|| toupper (i) != TOUPPER (i))
      return 2;
  return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :

else
  ac_cv_header_stdc=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
fi

fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
$as_echo "$ac_cv_header_stdc" >&6; }
if test $ac_cv_header_stdc = yes; then

$as_echo "#define STDC_HEADERS 1" >>confdefs.h

fi

# On IRIX 5.3, sys/types and inttypes.h are conflicting.
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
		  inttypes.h stdint.h unistd.h
do :
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
"
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF

fi

done


for ac_header in xlocale.h
do :
  ac_fn_c_check_header_mongrel "$LINENO" "xlocale.h" "ac_cv_header_xlocale_h" "$ac_includes_default"
if test "x$ac_cv_header_xlocale_h" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE_XLOCALE_H 1
_ACEOF

fi

done


for ac_func in newlocale
do :
  ac_fn_c_check_func "$LINENO" "newlocale" "ac_cv_func_newlocale"
if test "x$ac_cv_func_newlocale" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE_NEWLOCALE 1
_ACEOF

fi
done


if test "$ac_cv_func_newlocale" = yes; then :

else
  acm_save__0_LIBS=$LIBS

case " ${LIBS} " in #(
  *" -lmsvcr110 "*) :
     ;; #(
  *) :
    LIBS="-lmsvcr110${LIBS:+ $LIBS}" ;;
esac
       for ac_func in _create_locale
do :
  ac_fn_c_check_func "$LINENO" "_create_locale" "ac_cv_func__create_locale"
if test "x$ac_cv_func__create_locale" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE__CREATE_LOCALE 1
_ACEOF

fi
done

       LIBS=$acm_save__0_LIBS

fi

for ac_func in strtod_l _strtod_l
do :
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
 break
fi
done


if test "$ac_cv_func_strtod_l" = yes; then :

elif test "$ac_cv_func__strtod_l" = yes; then :

else
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No localisable strtod available on this system." >&5
$as_echo "$as_me: WARNING: No localisable strtod available on this system." >&2;}
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Binaries will need to be run in the \"C\" locale." >&5
$as_echo "$as_me: WARNING: Binaries will need to be run in the \"C\" locale." >&2;}
fi




# Check whether --with-iconv was given.
if test "${with_iconv+set}" = set; then :
  withval=$with_iconv; mu_cv_with_iconv=$withval
else
  mu_cv_with_iconv=yes
fi



# Check whether --with-gettext was given.
if test "${with_gettext+set}" = set; then :
  withval=$with_gettext; mu_cv_with_gettext=$withval
else
  mu_cv_with_gettext=yes
fi









if test -n "${ac_aux_dir#$srcdir/}"; then
    _filedest=$srcdir/${ac_aux_dir#$srcdir/}
    mkdir -p $_filedest
else
    _filedest=$srcdir
fi
if test -n "/usr/share/gettext"; then
    _filesources="/usr/share/gettext"
else
    _filesources="/usr/share/misc /usr/share/automake* /usr/share/libtool"
fi
if test ! -e "$_filedest/config.rpath" ; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $_filedest/config.rpath" >&5
$as_echo_n "checking for $_filedest/config.rpath... " >&6; }

    ( cd $_filedest
        for d in ".." "../.." ; do
            if test -r "$d/config.rpath" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: linking from $d/config.rpath." >&5
$as_echo "linking from $d/config.rpath." >&6; }
                $LN_S "$d/config.rpath" .
                break
            fi
        done
    )

    if test ! -e "$_filedest/config.rpath" ; then
        for d in $_filesources;
	do
            if test -r "$d/config.rpath" ; then
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: copying from $d/config.rpath." >&5
$as_echo "copying from $d/config.rpath." >&6; }
                cp -a "$d/config.rpath" "$_filedest/config.rpath"
                break
            fi
        done
    fi

    if test ! -e "$_filedest/config.rpath" ; then
        as_fn_error $? "Failed to locate config.rpath.  Stopping." "$LINENO" 5
    fi
fi




mu_lsan_enabled=no
if test "x$mu_cv_C_flag__fsanitize_address" = xyes; then :
  mu_lsan_enabled=yes
fi
if test "x$mu_cv_C_flag__fsanitize_leak" = xyes; then :
  mu_lsan_enabled=yes
fi

if test "$mu_lsan_enabled" = yes; then :

    if ${mu_suppress_lsan_iconv+:} false; then :
  as_fn_error $? "LSan suppression for 'iconv' is already active" "$LINENO" 5
fi

    { $as_echo "$as_me:${as_lineno-$LINENO}: Disabling LSan for iconv ..." >&5
$as_echo "$as_me: Disabling LSan for iconv ..." >&6;}
    if test -n "$ASAN_OPTIONS"; then :

            mu_suppress_lsan_iconv=$ASAN_OPTIONS
            export ASAN_OPTIONS="$ASAN_OPTIONS:detect_leaks=0"

else

            mu_suppress_lsan_iconv=yes
            export ASAN_OPTIONS="detect_leaks=0"

fi

fi



{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
set x ${MAKE-make}
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
all:
	@echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
case `${MAKE-make} -f conftest.make 2>/dev/null` in
  *@@@%%%=?*=@@@%%%*)
    eval ac_cv_prog_make_${ac_make}_set=yes;;
  *)
    eval ac_cv_prog_make_${ac_make}_set=no;;
esac
rm -f conftest.make
fi
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
  SET_MAKE=
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
  SET_MAKE="MAKE=${MAKE-make}"
fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
if test -z "$MKDIR_P"; then
  if ${ac_cv_path_mkdir+:} false; then :
  $as_echo_n "(cached) " >&6
else
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_prog in mkdir gmkdir; do
	 for ac_exec_ext in '' $ac_executable_extensions; do
	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
	     'mkdir (GNU coreutils) '* | \
	     'mkdir (coreutils) '* | \
	     'mkdir (fileutils) '4.1*)
	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
	       break 3;;
	   esac
	 done
       done
  done
IFS=$as_save_IFS

fi

  test -d ./--version && rmdir ./--version
  if test "${ac_cv_path_mkdir+set}" = set; then
    MKDIR_P="$ac_cv_path_mkdir -p"
  else
    # As a last resort, use the slow shell script.  Don't cache a
    # value for MKDIR_P within a source directory, because that will
    # break other packages using the cache if that directory is
    # removed, or if the value is a relative name.
    MKDIR_P="$ac_install_sh -d"
  fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
$as_echo "$MKDIR_P" >&6; }

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
if ${ac_cv_path_SED+:} false; then :
  $as_echo_n "(cached) " >&6
else
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
     for ac_i in 1 2 3 4 5 6 7; do
       ac_script="$ac_script$as_nl$ac_script"
     done
     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
     { ac_script=; unset ac_script;}
     if test -z "$SED"; then
  ac_path_SED_found=false
  # Loop through the user's path and test for each of PROGNAME-LIST
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_prog in sed gsed; do
    for ac_exec_ext in '' $ac_executable_extensions; do
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
      as_fn_executable_p "$ac_path_SED" || continue
# Check for GNU ac_path_SED and select it if it is found.
  # Check for GNU $ac_path_SED
case `"$ac_path_SED" --version 2>&1` in
*GNU*)
  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
*)
  ac_count=0
  $as_echo_n 0123456789 >"conftest.in"
  while :
  do
    cat "conftest.in" "conftest.in" >"conftest.tmp"
    mv "conftest.tmp" "conftest.in"
    cp "conftest.in" "conftest.nl"
    $as_echo '' >> "conftest.nl"
    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    as_fn_arith $ac_count + 1 && ac_count=$as_val
    if test $ac_count -gt ${ac_path_SED_max-0}; then
      # Best one so far, save it but keep looking for a better one
      ac_cv_path_SED="$ac_path_SED"
      ac_path_SED_max=$ac_count
    fi
    # 10*(2^10) chars as input seems more than enough
    test $ac_count -gt 10 && break
  done
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac

      $ac_path_SED_found && break 3
    done
  done
  done
IFS=$as_save_IFS
  if test -z "$ac_cv_path_SED"; then
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
  fi
else
  ac_cv_path_SED=$SED
fi

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
$as_echo "$ac_cv_path_SED" >&6; }
 SED="$ac_cv_path_SED"
  rm -f conftest.sed


  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }
    # Check whether --enable-nls was given.
if test "${enable_nls+set}" = set; then :
  enableval=$enable_nls; USE_NLS=$enableval
else
  USE_NLS=yes
fi

  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
$as_echo "$USE_NLS" >&6; }




      GETTEXT_MACRO_VERSION=0.20




# Prepare PATH_SEPARATOR.
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
  # contains only /bin. Note that ksh looks also at the FPATH variable,
  # so we have to set that as well for the test.
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
           || PATH_SEPARATOR=';'
       }
fi

# Find out how to test for executable files. Don't use a zero-byte file,
# as systems may use methods other than mode bits to determine executability.
cat >conf$$.file <<_ASEOF
#! /bin/sh
exit 0
_ASEOF
chmod +x conf$$.file
if test -x conf$$.file >/dev/null 2>&1; then
  ac_executable_p="test -x"
else
  ac_executable_p="test -f"
fi
rm -f conf$$.file

# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_MSGFMT+:} false; then :
  $as_echo_n "(cached) " >&6
else
  case "$MSGFMT" in
  [\\/]* | ?:[\\/]*)
    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    ;;
  *)
    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
    for ac_dir in $PATH; do
      IFS="$ac_save_IFS"
      test -z "$ac_dir" && ac_dir=.
      for ac_exec_ext in '' $ac_executable_extensions; do
        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
          echo "$as_me: trying $ac_dir/$ac_word..." >&5
          if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
            break 2
          fi
        fi
      done
    done
    IFS="$ac_save_IFS"
  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
    ;;
esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test "$MSGFMT" != ":"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
$as_echo "$MSGFMT" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

  # Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_GMSGFMT+:} false; then :
  $as_echo_n "(cached) " >&6
else
  case $GMSGFMT in
  [\\/]* | ?:[\\/]*)
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  ;;
  *)
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
  ;;
esac
fi
GMSGFMT=$ac_cv_path_GMSGFMT
if test -n "$GMSGFMT"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
$as_echo "$GMSGFMT" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi



    case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
    *) GMSGFMT_015=$GMSGFMT ;;
  esac



# Prepare PATH_SEPARATOR.
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
  # contains only /bin. Note that ksh looks also at the FPATH variable,
  # so we have to set that as well for the test.
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
           || PATH_SEPARATOR=';'
       }
fi

# Find out how to test for executable files. Don't use a zero-byte file,
# as systems may use methods other than mode bits to determine executability.
cat >conf$$.file <<_ASEOF
#! /bin/sh
exit 0
_ASEOF
chmod +x conf$$.file
if test -x conf$$.file >/dev/null 2>&1; then
  ac_executable_p="test -x"
else
  ac_executable_p="test -f"
fi
rm -f conf$$.file

# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_XGETTEXT+:} false; then :
  $as_echo_n "(cached) " >&6
else
  case "$XGETTEXT" in
  [\\/]* | ?:[\\/]*)
    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    ;;
  *)
    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
    for ac_dir in $PATH; do
      IFS="$ac_save_IFS"
      test -z "$ac_dir" && ac_dir=.
      for ac_exec_ext in '' $ac_executable_extensions; do
        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
          echo "$as_me: trying $ac_dir/$ac_word..." >&5
          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
            break 2
          fi
        fi
      done
    done
    IFS="$ac_save_IFS"
  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
    ;;
esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test "$XGETTEXT" != ":"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
$as_echo "$XGETTEXT" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

    rm -f messages.po

    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
    *) XGETTEXT_015=$XGETTEXT ;;
  esac



# Prepare PATH_SEPARATOR.
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
  # contains only /bin. Note that ksh looks also at the FPATH variable,
  # so we have to set that as well for the test.
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
           || PATH_SEPARATOR=';'
       }
fi

# Find out how to test for executable files. Don't use a zero-byte file,
# as systems may use methods other than mode bits to determine executability.
cat >conf$$.file <<_ASEOF
#! /bin/sh
exit 0
_ASEOF
chmod +x conf$$.file
if test -x conf$$.file >/dev/null 2>&1; then
  ac_executable_p="test -x"
else
  ac_executable_p="test -f"
fi
rm -f conf$$.file

# Extract the first word of "msgmerge", so it can be a program name with args.
set dummy msgmerge; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_MSGMERGE+:} false; then :
  $as_echo_n "(cached) " >&6
else
  case "$MSGMERGE" in
  [\\/]* | ?:[\\/]*)
    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
    ;;
  *)
    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
    for ac_dir in $PATH; do
      IFS="$ac_save_IFS"
      test -z "$ac_dir" && ac_dir=.
      for ac_exec_ext in '' $ac_executable_extensions; do
        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
          echo "$as_me: trying $ac_dir/$ac_word..." >&5
          if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
            break 2
          fi
        fi
      done
    done
    IFS="$ac_save_IFS"
  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
    ;;
esac
fi
MSGMERGE="$ac_cv_path_MSGMERGE"
if test "$MSGMERGE" != ":"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
$as_echo "$MSGMERGE" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


    if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then
    MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt'
  else
        if LC_ALL=C $MSGMERGE --help | grep ' --no-fuzzy-matching ' >/dev/null; then
      MSGMERGE_FOR_MSGFMT_OPTION='--no-fuzzy-matching --no-location --quiet'
    else
                        MSGMERGE_FOR_MSGFMT_OPTION='--no-location --quiet'
    fi
  fi


    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=


  ac_config_commands="$ac_config_commands po-directories"



      if test "X$prefix" = "XNONE"; then
    acl_final_prefix="$ac_default_prefix"
  else
    acl_final_prefix="$prefix"
  fi
  if test "X$exec_prefix" = "XNONE"; then
    acl_final_exec_prefix='${prefix}'
  else
    acl_final_exec_prefix="$exec_prefix"
  fi
  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
  prefix="$acl_save_prefix"



# Check whether --with-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then :
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
else
  with_gnu_ld=no
fi

# Prepare PATH_SEPARATOR.
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
  # contains only /bin. Note that ksh looks also at the FPATH variable,
  # so we have to set that as well for the test.
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
           || PATH_SEPARATOR=';'
       }
fi

if test -n "$LD"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld" >&5
$as_echo_n "checking for ld... " >&6; }
elif test "$GCC" = yes; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
$as_echo_n "checking for ld used by $CC... " >&6; }
elif test "$with_gnu_ld" = yes; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
$as_echo_n "checking for GNU ld... " >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
$as_echo_n "checking for non-GNU ld... " >&6; }
fi
if test -n "$LD"; then
  # Let the user override the test with a path.
  :
else
  if ${acl_cv_path_LD+:} false; then :
  $as_echo_n "(cached) " >&6
else

    acl_cv_path_LD= # Final result of this test
    ac_prog=ld # Program to search in $PATH
    if test "$GCC" = yes; then
      # Check if gcc -print-prog-name=ld gives a path.
      case $host in
        *-*-mingw*)
          # gcc leaves a trailing carriage return which upsets mingw
          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
        *)
          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
      esac
      case $acl_output in
        # Accept absolute paths.
        [\\/]* | ?:[\\/]*)
          re_direlt='/[^/][^/]*/\.\./'
          # Canonicalize the pathname of ld
          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
          done
          # Got the pathname. No search in PATH is needed.
          acl_cv_path_LD="$acl_output"
          ac_prog=
          ;;
        "")
          # If it fails, then pretend we aren't using GCC.
          ;;
        *)
          # If it is relative, then search for the first ld in PATH.
          with_gnu_ld=unknown
          ;;
      esac
    fi
    if test -n "$ac_prog"; then
      # Search for $ac_prog in $PATH.
      acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
      for ac_dir in $PATH; do
        IFS="$acl_save_ifs"
        test -z "$ac_dir" && ac_dir=.
        if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
          acl_cv_path_LD="$ac_dir/$ac_prog"
          # Check to see if the program is GNU ld.  I'd rather use --version,
          # but apparently some variants of GNU ld only accept -v.
          # Break only if it was the GNU/non-GNU ld that we prefer.
          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
            *GNU* | *'with BFD'*)
              test "$with_gnu_ld" != no && break
              ;;
            *)
              test "$with_gnu_ld" != yes && break
              ;;
          esac
        fi
      done
      IFS="$acl_save_ifs"
    fi
    case $host in
      *-*-aix*)
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined __powerpc64__ || defined _ARCH_PPC64
                int ok;
               #else
                error fail
               #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  # The compiler produces 64-bit code. Add option '-b64' so that the
           # linker groks 64-bit object files.
           case "$acl_cv_path_LD " in
             *" -b64 "*) ;;
             *) acl_cv_path_LD="$acl_cv_path_LD -b64" ;;
           esac

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
        ;;
      sparc64-*-netbsd*)
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined __sparcv9 || defined __arch64__
                int ok;
               #else
                error fail
               #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :

else
  # The compiler produces 32-bit code. Add option '-m elf32_sparc'
           # so that the linker groks 32-bit object files.
           case "$acl_cv_path_LD " in
             *" -m elf32_sparc "*) ;;
             *) acl_cv_path_LD="$acl_cv_path_LD -m elf32_sparc" ;;
           esac

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
        ;;
    esac

fi

  LD="$acl_cv_path_LD"
fi
if test -n "$LD"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
$as_echo "$LD" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
  as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
if ${acl_cv_prog_gnu_ld+:} false; then :
  $as_echo_n "(cached) " >&6
else
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
case `$LD -v 2>&1 </dev/null` in
*GNU* | *'with BFD'*)
  acl_cv_prog_gnu_ld=yes
  ;;
*)
  acl_cv_prog_gnu_ld=no
  ;;
esac
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
$as_echo "$acl_cv_prog_gnu_ld" >&6; }
with_gnu_ld=$acl_cv_prog_gnu_ld




                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
$as_echo_n "checking for shared library run path origin... " >&6; }
if ${acl_cv_rpath+:} false; then :
  $as_echo_n "(cached) " >&6
else

    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
    . ./conftest.sh
    rm -f ./conftest.sh
    acl_cv_rpath=done

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
$as_echo "$acl_cv_rpath" >&6; }
  wl="$acl_cv_wl"
  acl_libext="$acl_cv_libext"
  acl_shlibext="$acl_cv_shlibext"
  acl_libname_spec="$acl_cv_libname_spec"
  acl_library_names_spec="$acl_cv_library_names_spec"
  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
  acl_hardcode_direct="$acl_cv_hardcode_direct"
  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
    # Check whether --enable-rpath was given.
if test "${enable_rpath+set}" = set; then :
  enableval=$enable_rpath; :
else
  enable_rpath=yes
fi




  { $as_echo "$as_me:${as_lineno-$LINENO}: checking 32-bit host C ABI" >&5
$as_echo_n "checking 32-bit host C ABI... " >&6; }
if ${gl_cv_host_cpu_c_abi_32bit+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$gl_cv_host_cpu_c_abi"; then
       case "$gl_cv_host_cpu_c_abi" in
         i386 | x86_64-x32 | arm | armhf | arm64-ilp32 | hppa | ia64-ilp32 | mips | mipsn32 | powerpc | riscv*-ilp32* | s390 | sparc)
           gl_cv_host_cpu_c_abi_32bit=yes ;;
         x86_64 | alpha | arm64 | hppa64 | ia64 | mips64 | powerpc64 | powerpc64-elfv2 | riscv*-lp64* | s390x | sparc64 )
           gl_cv_host_cpu_c_abi_32bit=no ;;
         *)
           gl_cv_host_cpu_c_abi_32bit=unknown ;;
       esac
     else
       case "$host_cpu" in

         # CPUs that only support a 32-bit ABI.
         arc \
         | bfin \
         | cris* \
         | csky \
         | epiphany \
         | ft32 \
         | h8300 \
         | m68k \
         | microblaze | microblazeel \
         | nds32 | nds32le | nds32be \
         | nios2 | nios2eb | nios2el \
         | or1k* \
         | or32 \
         | sh | sh1234 | sh1234elb \
         | tic6x \
         | xtensa* )
           gl_cv_host_cpu_c_abi_32bit=yes
           ;;

         # CPUs that only support a 64-bit ABI.
         alpha | alphaev[4-8] | alphaev56 | alphapca5[67] | alphaev6[78] \
         | mmix )
           gl_cv_host_cpu_c_abi_32bit=no
           ;;

         i[34567]86 )
           gl_cv_host_cpu_c_abi_32bit=yes
           ;;

         x86_64 )
           # On x86_64 systems, the C compiler may be generating code in one of
           # these ABIs:
           # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64.
           # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64
           #   with native Windows (mingw, MSVC).
           # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32.
           # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if (defined __x86_64__ || defined __amd64__ \
                       || defined _M_X64 || defined _M_AMD64) \
                      && !(defined __ILP32__ || defined _ILP32)
                   int ok;
                  #else
                   error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         arm* | aarch64 )
           # Assume arm with EABI.
           # On arm64 systems, the C compiler may be generating code in one of
           # these ABIs:
           # - aarch64 instruction set, 64-bit pointers, 64-bit 'long': arm64.
           # - aarch64 instruction set, 32-bit pointers, 32-bit 'long': arm64-ilp32.
           # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': arm or armhf.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined __aarch64__ && !(defined __ILP32__ || defined _ILP32)
                   int ok;
                  #else
                   error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         hppa1.0 | hppa1.1 | hppa2.0* | hppa64 )
           # On hppa, the C compiler may be generating 32-bit code or 64-bit
           # code. In the latter case, it defines _LP64 and __LP64__.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifdef __LP64__
                   int ok;
                  #else
                   error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         ia64* )
           # On ia64 on HP-UX, the C compiler may be generating 64-bit code or
           # 32-bit code. In the latter case, it defines _ILP32.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifdef _ILP32
                   int ok;
                  #else
                   error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=yes
else
  gl_cv_host_cpu_c_abi_32bit=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         mips* )
           # We should also check for (_MIPS_SZPTR == 64), but gcc keeps this
           # at 32.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined _MIPS_SZLONG && (_MIPS_SZLONG == 64)
                   int ok;
                  #else
                   error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         powerpc* )
           # Different ABIs are in use on AIX vs. Mac OS X vs. Linux,*BSD.
           # No need to distinguish them here; the caller may distinguish
           # them based on the OS.
           # On powerpc64 systems, the C compiler may still be generating
           # 32-bit code. And on powerpc-ibm-aix systems, the C compiler may
           # be generating 64-bit code.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined __powerpc64__ || defined _ARCH_PPC64
                   int ok;
                  #else
                   error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         rs6000 )
           gl_cv_host_cpu_c_abi_32bit=yes
           ;;

         riscv32 | riscv64 )
           # There are 6 ABIs: ilp32, ilp32f, ilp32d, lp64, lp64f, lp64d.
           # Size of 'long' and 'void *':
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined __LP64__
                    int ok;
                  #else
                    error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         s390* )
           # On s390x, the C compiler may be generating 64-bit (= s390x) code
           # or 31-bit (= s390) code.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined __LP64__ || defined __s390x__
                    int ok;
                  #else
                    error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         sparc | sparc64 )
           # UltraSPARCs running Linux have `uname -m` = "sparc64", but the
           # C compiler still generates 32-bit code.
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#if defined __sparcv9 || defined __arch64__
                   int ok;
                  #else
                   error fail
                  #endif

_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  gl_cv_host_cpu_c_abi_32bit=no
else
  gl_cv_host_cpu_c_abi_32bit=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
           ;;

         *)
           gl_cv_host_cpu_c_abi_32bit=unknown
           ;;
       esac
     fi

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_host_cpu_c_abi_32bit" >&5
$as_echo "$gl_cv_host_cpu_c_abi_32bit" >&6; }

  HOST_CPU_C_ABI_32BIT="$gl_cv_host_cpu_c_abi_32bit"





  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF binary format" >&5
$as_echo_n "checking for ELF binary format... " >&6; }
if ${gl_cv_elf+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifdef __ELF__
        Extensible Linking Format
        #endif

_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  $EGREP "Extensible Linking Format" >/dev/null 2>&1; then :
  gl_cv_elf=yes
else
  gl_cv_elf=no
fi
rm -f conftest*


fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_elf" >&5
$as_echo "$gl_cv_elf" >&6; }
  if test $gl_cv_elf; then
    # Extract the ELF class of a file (5th byte) in decimal.
    # Cf. https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header
    if od -A x < /dev/null >/dev/null 2>/dev/null; then
      # Use POSIX od.
      func_elfclass ()
      {
        od -A n -t d1 -j 4 -N 1
      }
    else
      # Use BSD hexdump.
      func_elfclass ()
      {
        dd bs=1 count=1 skip=4 2>/dev/null | hexdump -e '1/1 "%3d "'
        echo
      }
    fi
    case $HOST_CPU_C_ABI_32BIT in
      yes)
        # 32-bit ABI.
        acl_is_expected_elfclass ()
        {
          test "`func_elfclass | sed -e 's/[ 	]//g'`" = 1
        }
        ;;
      no)
        # 64-bit ABI.
        acl_is_expected_elfclass ()
        {
          test "`func_elfclass | sed -e 's/[ 	]//g'`" = 2
        }
        ;;
      *)
        # Unknown.
        acl_is_expected_elfclass ()
        {
          :
        }
        ;;
    esac
  else
    acl_is_expected_elfclass ()
    {
      :
    }
  fi

    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the common suffixes of directories in the library search path" >&5
$as_echo_n "checking for the common suffixes of directories in the library search path... " >&6; }
if ${acl_cv_libdirstems+:} false; then :
  $as_echo_n "(cached) " >&6
else
            acl_libdirstem=lib
     acl_libdirstem2=
     acl_libdirstem3=
     case "$host_os" in
       solaris*)
                                                      if test $HOST_CPU_C_ABI_32BIT = no; then
           acl_libdirstem2=lib/64
           case "$host_cpu" in
             sparc*)        acl_libdirstem3=lib/sparcv9 ;;
             i*86 | x86_64) acl_libdirstem3=lib/amd64 ;;
           esac
         fi
         ;;
       *)
                                                                                 searchpath=`(LC_ALL=C $CC $CPPFLAGS $CFLAGS -print-search-dirs) 2>/dev/null \
                     | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
         if test $HOST_CPU_C_ABI_32BIT != no; then
           # 32-bit or unknown ABI.
           if test -d /usr/lib32; then
             acl_libdirstem2=lib32
           fi
         fi
         if test $HOST_CPU_C_ABI_32BIT != yes; then
           # 64-bit or unknown ABI.
           if test -d /usr/lib64; then
             acl_libdirstem3=lib64
           fi
         fi
         if test -n "$searchpath"; then
           acl_save_IFS="${IFS= 	}"; IFS=":"
           for searchdir in $searchpath; do
             if test -d "$searchdir"; then
               case "$searchdir" in
                 */lib32/ | */lib32 ) acl_libdirstem2=lib32 ;;
                 */lib64/ | */lib64 ) acl_libdirstem3=lib64 ;;
                 */../ | */.. )
                   # Better ignore directories of this form. They are misleading.
                   ;;
                 *) searchdir=`cd "$searchdir" && pwd`
                    case "$searchdir" in
                      */lib32 ) acl_libdirstem2=lib32 ;;
                      */lib64 ) acl_libdirstem3=lib64 ;;
                    esac ;;
               esac
             fi
           done
           IFS="$acl_save_IFS"
           if test $HOST_CPU_C_ABI_32BIT = yes; then
             # 32-bit ABI.
             acl_libdirstem3=
           fi
           if test $HOST_CPU_C_ABI_32BIT = no; then
             # 64-bit ABI.
             acl_libdirstem2=
           fi
         fi
         ;;
     esac
     test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
     test -n "$acl_libdirstem3" || acl_libdirstem3="$acl_libdirstem"
     acl_cv_libdirstems="$acl_libdirstem,$acl_libdirstem2,$acl_libdirstem3"

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_libdirstems" >&5
$as_echo "$acl_cv_libdirstems" >&6; }
      acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'`
  acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`











    use_additional=yes

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"

    eval additional_includedir=\"$includedir\"
    eval additional_libdir=\"$libdir\"
    eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\"
    eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\"

  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"


# Check whether --with-libiconv-prefix was given.
if test "${with_libiconv_prefix+set}" = set; then :
  withval=$with_libiconv_prefix;
    if test "X$withval" = "Xno"; then
      use_additional=no
    else
      if test "X$withval" = "X"; then

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"

          eval additional_includedir=\"$includedir\"
          eval additional_libdir=\"$libdir\"
          eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\"
          eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\"

  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

      else
        additional_includedir="$withval/include"
        additional_libdir="$withval/$acl_libdirstem"
        additional_libdir2="$withval/$acl_libdirstem2"
        additional_libdir3="$withval/$acl_libdirstem3"
      fi
    fi

fi

  if test "X$additional_libdir2" = "X$additional_libdir"; then
    additional_libdir2=
  fi
  if test "X$additional_libdir3" = "X$additional_libdir"; then
    additional_libdir3=
  fi
      LIBICONV=
  LTLIBICONV=
  INCICONV=
  LIBICONV_PREFIX=
      HAVE_LIBICONV=
  rpathdirs=
  ltrpathdirs=
  names_already_handled=
  names_next_round='iconv '
  while test -n "$names_next_round"; do
    names_this_round="$names_next_round"
    names_next_round=
    for name in $names_this_round; do
      already_handled=
      for n in $names_already_handled; do
        if test "$n" = "$name"; then
          already_handled=yes
          break
        fi
      done
      if test -z "$already_handled"; then
        names_already_handled="$names_already_handled $name"
                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
        eval value=\"\$HAVE_LIB$uppername\"
        if test -n "$value"; then
          if test "$value" = yes; then
            eval value=\"\$LIB$uppername\"
            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
            eval value=\"\$LTLIB$uppername\"
            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
          else
                                    :
          fi
        else
                              found_dir=
          found_la=
          found_so=
          found_a=
          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
          if test -n "$acl_shlibext"; then
            shrext=".$acl_shlibext"             # typically: shrext=.so
          else
            shrext=
          fi
          if test $use_additional = yes; then
            for additional_libdir_variable in additional_libdir additional_libdir2 additional_libdir3; do
              if test "X$found_dir" = "X"; then
                eval dir=\$$additional_libdir_variable
                if test -n "$dir"; then
                                                      if test -n "$acl_shlibext"; then
                    if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then
                      found_dir="$dir"
                      found_so="$dir/$libname$shrext"
                    else
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
                        ver=`(cd "$dir" && \
                              for f in "$libname$shrext".*; do echo "$f"; done \
                              | sed -e "s,^$libname$shrext\\\\.,," \
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
                              | sed 1q ) 2>/dev/null`
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then
                          found_dir="$dir"
                          found_so="$dir/$libname$shrext.$ver"
                        fi
                      else
                        eval library_names=\"$acl_library_names_spec\"
                        for f in $library_names; do
                          if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then
                            found_dir="$dir"
                            found_so="$dir/$f"
                            break
                          fi
                        done
                      fi
                    fi
                  fi
                                    if test "X$found_dir" = "X"; then
                    if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then
                      found_dir="$dir"
                      found_a="$dir/$libname.$acl_libext"
                    fi
                  fi
                  if test "X$found_dir" != "X"; then
                    if test -f "$dir/$libname.la"; then
                      found_la="$dir/$libname.la"
                    fi
                  fi
                fi
              fi
            done
          fi
          if test "X$found_dir" = "X"; then
            for x in $LDFLAGS $LTLIBICONV; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

              case "$x" in
                -L*)
                  dir=`echo "X$x" | sed -e 's/^X-L//'`
                                    if test -n "$acl_shlibext"; then
                    if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then
                      found_dir="$dir"
                      found_so="$dir/$libname$shrext"
                    else
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
                        ver=`(cd "$dir" && \
                              for f in "$libname$shrext".*; do echo "$f"; done \
                              | sed -e "s,^$libname$shrext\\\\.,," \
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
                              | sed 1q ) 2>/dev/null`
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then
                          found_dir="$dir"
                          found_so="$dir/$libname$shrext.$ver"
                        fi
                      else
                        eval library_names=\"$acl_library_names_spec\"
                        for f in $library_names; do
                          if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then
                            found_dir="$dir"
                            found_so="$dir/$f"
                            break
                          fi
                        done
                      fi
                    fi
                  fi
                                    if test "X$found_dir" = "X"; then
                    if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then
                      found_dir="$dir"
                      found_a="$dir/$libname.$acl_libext"
                    fi
                  fi
                  if test "X$found_dir" != "X"; then
                    if test -f "$dir/$libname.la"; then
                      found_la="$dir/$libname.la"
                    fi
                  fi
                  ;;
              esac
              if test "X$found_dir" != "X"; then
                break
              fi
            done
          fi
          if test "X$found_dir" != "X"; then
                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
            if test "X$found_so" != "X"; then
                                                        if test "$enable_rpath" = no \
                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
                 || test "X$found_dir" = "X/usr/$acl_libdirstem2" \
                 || test "X$found_dir" = "X/usr/$acl_libdirstem3"; then
                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
              else
                                                                                haveit=
                for x in $ltrpathdirs; do
                  if test "X$x" = "X$found_dir"; then
                    haveit=yes
                    break
                  fi
                done
                if test -z "$haveit"; then
                  ltrpathdirs="$ltrpathdirs $found_dir"
                fi
                                if test "$acl_hardcode_direct" = yes; then
                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
                else
                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
                                                            haveit=
                    for x in $rpathdirs; do
                      if test "X$x" = "X$found_dir"; then
                        haveit=yes
                        break
                      fi
                    done
                    if test -z "$haveit"; then
                      rpathdirs="$rpathdirs $found_dir"
                    fi
                  else
                                                                                haveit=
                    for x in $LDFLAGS $LIBICONV; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                      if test "X$x" = "X-L$found_dir"; then
                        haveit=yes
                        break
                      fi
                    done
                    if test -z "$haveit"; then
                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
                    fi
                    if test "$acl_hardcode_minus_L" != no; then
                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
                    else
                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
                    fi
                  fi
                fi
              fi
            else
              if test "X$found_a" != "X"; then
                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
              else
                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
              fi
            fi
                        additional_includedir=
            case "$found_dir" in
              */$acl_libdirstem | */$acl_libdirstem/)
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
                if test "$name" = 'iconv'; then
                  LIBICONV_PREFIX="$basedir"
                fi
                additional_includedir="$basedir/include"
                ;;
              */$acl_libdirstem2 | */$acl_libdirstem2/)
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
                if test "$name" = 'iconv'; then
                  LIBICONV_PREFIX="$basedir"
                fi
                additional_includedir="$basedir/include"
                ;;
              */$acl_libdirstem3 | */$acl_libdirstem3/)
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
                if test "$name" = 'iconv'; then
                  LIBICONV_PREFIX="$basedir"
                fi
                additional_includedir="$basedir/include"
                ;;
            esac
            if test "X$additional_includedir" != "X"; then
                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
                haveit=
                if test "X$additional_includedir" = "X/usr/local/include"; then
                  if test -n "$GCC"; then
                    case $host_os in
                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
                    esac
                  fi
                fi
                if test -z "$haveit"; then
                  for x in $CPPFLAGS $INCICONV; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                    if test "X$x" = "X-I$additional_includedir"; then
                      haveit=yes
                      break
                    fi
                  done
                  if test -z "$haveit"; then
                    if test -d "$additional_includedir"; then
                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
                    fi
                  fi
                fi
              fi
            fi
                        if test -n "$found_la"; then
                                                        save_libdir="$libdir"
              case "$found_la" in
                */* | *\\*) . "$found_la" ;;
                *) . "./$found_la" ;;
              esac
              libdir="$save_libdir"
                            for dep in $dependency_libs; do
                case "$dep" in
                  -L*)
                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
                       && test "X$dependency_libdir" != "X/usr/$acl_libdirstem2" \
                       && test "X$dependency_libdir" != "X/usr/$acl_libdirstem3"; then
                      haveit=
                      if test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem" \
                         || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem2" \
                         || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem3"; then
                        if test -n "$GCC"; then
                          case $host_os in
                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
                          esac
                        fi
                      fi
                      if test -z "$haveit"; then
                        haveit=
                        for x in $LDFLAGS $LIBICONV; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                          if test "X$x" = "X-L$dependency_libdir"; then
                            haveit=yes
                            break
                          fi
                        done
                        if test -z "$haveit"; then
                          if test -d "$dependency_libdir"; then
                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$dependency_libdir"
                          fi
                        fi
                        haveit=
                        for x in $LDFLAGS $LTLIBICONV; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                          if test "X$x" = "X-L$dependency_libdir"; then
                            haveit=yes
                            break
                          fi
                        done
                        if test -z "$haveit"; then
                          if test -d "$dependency_libdir"; then
                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$dependency_libdir"
                          fi
                        fi
                      fi
                    fi
                    ;;
                  -R*)
                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
                    if test "$enable_rpath" != no; then
                                                                  haveit=
                      for x in $rpathdirs; do
                        if test "X$x" = "X$dir"; then
                          haveit=yes
                          break
                        fi
                      done
                      if test -z "$haveit"; then
                        rpathdirs="$rpathdirs $dir"
                      fi
                                                                  haveit=
                      for x in $ltrpathdirs; do
                        if test "X$x" = "X$dir"; then
                          haveit=yes
                          break
                        fi
                      done
                      if test -z "$haveit"; then
                        ltrpathdirs="$ltrpathdirs $dir"
                      fi
                    fi
                    ;;
                  -l*)
                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
                    ;;
                  *.la)
                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
                    ;;
                  *)
                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
                    ;;
                esac
              done
            fi
          else
                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
            LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
          fi
        fi
      fi
    done
  done
  if test "X$rpathdirs" != "X"; then
    if test -n "$acl_hardcode_libdir_separator"; then
                        alldirs=
      for found_dir in $rpathdirs; do
        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
      done
            acl_save_libdir="$libdir"
      libdir="$alldirs"
      eval flag=\"$acl_hardcode_libdir_flag_spec\"
      libdir="$acl_save_libdir"
      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
    else
            for found_dir in $rpathdirs; do
        acl_save_libdir="$libdir"
        libdir="$found_dir"
        eval flag=\"$acl_hardcode_libdir_flag_spec\"
        libdir="$acl_save_libdir"
        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
      done
    fi
  fi
  if test "X$ltrpathdirs" != "X"; then
            for found_dir in $ltrpathdirs; do
      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
    done
  fi






if test "$mu_cv_with_gettext" != no; then :


            acm_save__0_CPPFLAGS=$CPPFLAGS
























    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
  $as_echo_n "(cached) " >&6
else
  gt_save_LIBS="$LIBS"
     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <CoreFoundation/CFPreferences.h>
int
main ()
{
CFPreferencesCopyAppValue(NULL, NULL)
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  gt_cv_func_CFPreferencesCopyAppValue=yes
else
  gt_cv_func_CFPreferencesCopyAppValue=no
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
     LIBS="$gt_save_LIBS"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then

$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h

  fi
                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyPreferredLanguages" >&5
$as_echo_n "checking for CFLocaleCopyPreferredLanguages... " >&6; }
if ${gt_cv_func_CFLocaleCopyPreferredLanguages+:} false; then :
  $as_echo_n "(cached) " >&6
else
  gt_save_LIBS="$LIBS"
     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <CoreFoundation/CFLocale.h>
int
main ()
{
CFLocaleCopyPreferredLanguages();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  gt_cv_func_CFLocaleCopyPreferredLanguages=yes
else
  gt_cv_func_CFLocaleCopyPreferredLanguages=no
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
     LIBS="$gt_save_LIBS"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyPreferredLanguages" >&5
$as_echo "$gt_cv_func_CFLocaleCopyPreferredLanguages" >&6; }
  if test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then

$as_echo "#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1" >>confdefs.h

  fi
  INTL_MACOSX_LIBS=
  if test $gt_cv_func_CFPreferencesCopyAppValue = yes \
     || test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then
    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
  fi






  LIBINTL=
  LTLIBINTL=
  POSUB=

    case " $gt_needs " in
    *" need-formatstring-macros "*) gt_api_version=3 ;;
    *" need-ngettext "*) gt_api_version=2 ;;
    *) gt_api_version=1 ;;
  esac
  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"

    if test "$USE_NLS" = "yes"; then
    gt_use_preinstalled_gnugettext=no


        if test $gt_api_version -ge 3; then
          gt_revision_test_code='
#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
#endif
typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
'
        else
          gt_revision_test_code=
        fi
        if test $gt_api_version -ge 2; then
          gt_expression_test_code=' + * ngettext ("", "", 0)'
        else
          gt_expression_test_code=
        fi

        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
$as_echo_n "checking for GNU gettext in libc... " >&6; }
if eval \${$gt_func_gnugettext_libc+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <libintl.h>
#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
extern int _nl_msg_cat_cntr;
extern int *_nl_domain_bindings;
#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
#else
#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
#endif
$gt_revision_test_code

int
main ()
{

bindtextdomain ("", "");
return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  eval "$gt_func_gnugettext_libc=yes"
else
  eval "$gt_func_gnugettext_libc=no"
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
fi
eval ac_res=\$$gt_func_gnugettext_libc
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }

        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then





          am_save_CPPFLAGS="$CPPFLAGS"

  for element in $INCICONV; do
    haveit=
    for x in $CPPFLAGS; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

      if test "X$x" = "X$element"; then
        haveit=yes
        break
      fi
    done
    if test -z "$haveit"; then
      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
    fi
  done


  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
$as_echo_n "checking for iconv... " >&6; }
if ${am_cv_func_iconv+:} false; then :
  $as_echo_n "(cached) " >&6
else

    am_cv_func_iconv="no, consider installing GNU libiconv"
    am_cv_lib_iconv=no
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <stdlib.h>
#include <iconv.h>

int
main ()
{
iconv_t cd = iconv_open("","");
           iconv(cd,NULL,NULL,NULL,NULL);
           iconv_close(cd);
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  am_cv_func_iconv=yes
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
    if test "$am_cv_func_iconv" != yes; then
      am_save_LIBS="$LIBS"
      LIBS="$LIBS $LIBICONV"
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <stdlib.h>
#include <iconv.h>

int
main ()
{
iconv_t cd = iconv_open("","");
             iconv(cd,NULL,NULL,NULL,NULL);
             iconv_close(cd);
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  am_cv_lib_iconv=yes
        am_cv_func_iconv=yes
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
      LIBS="$am_save_LIBS"
    fi

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
$as_echo "$am_cv_func_iconv" >&6; }
  if test "$am_cv_func_iconv" = yes; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
$as_echo_n "checking for working iconv... " >&6; }
if ${am_cv_func_iconv_works+:} false; then :
  $as_echo_n "(cached) " >&6
else

                  am_save_LIBS="$LIBS"
      if test $am_cv_lib_iconv = yes; then
        LIBS="$LIBS $LIBICONV"
      fi
      am_cv_func_iconv_works=no
      for ac_iconv_const in '' 'const'; do
        if test "$cross_compiling" = yes; then :
  case "$host_os" in
             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
             *)            am_cv_func_iconv_works="guessing yes" ;;
           esac
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <iconv.h>
#include <string.h>

#ifndef ICONV_CONST
# define ICONV_CONST $ac_iconv_const
#endif

int
main ()
{
int result = 0;
  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
     returns.  */
  {
    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
    if (cd_utf8_to_88591 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
        char buf[10];
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = strlen (input);
        char *outptr = buf;
        size_t outbytesleft = sizeof (buf);
        size_t res = iconv (cd_utf8_to_88591,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if (res == 0)
          result |= 1;
        iconv_close (cd_utf8_to_88591);
      }
  }
  /* Test against Solaris 10 bug: Failures are not distinguishable from
     successful returns.  */
  {
    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
    if (cd_ascii_to_88591 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\263";
        char buf[10];
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = strlen (input);
        char *outptr = buf;
        size_t outbytesleft = sizeof (buf);
        size_t res = iconv (cd_ascii_to_88591,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if (res == 0)
          result |= 2;
        iconv_close (cd_ascii_to_88591);
      }
  }
  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
  {
    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
    if (cd_88591_to_utf8 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\304";
        static char buf[2] = { (char)0xDE, (char)0xAD };
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = 1;
        char *outptr = buf;
        size_t outbytesleft = 1;
        size_t res = iconv (cd_88591_to_utf8,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
          result |= 4;
        iconv_close (cd_88591_to_utf8);
      }
  }
#if 0 /* This bug could be worked around by the caller.  */
  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
  {
    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
    if (cd_88591_to_utf8 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
        char buf[50];
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = strlen (input);
        char *outptr = buf;
        size_t outbytesleft = sizeof (buf);
        size_t res = iconv (cd_88591_to_utf8,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if ((int)res > 0)
          result |= 8;
        iconv_close (cd_88591_to_utf8);
      }
  }
#endif
  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
     provided.  */
  {
    /* Try standardized names.  */
    iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP");
    /* Try IRIX, OSF/1 names.  */
    iconv_t cd2 = iconv_open ("UTF-8", "eucJP");
    /* Try AIX names.  */
    iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP");
    /* Try HP-UX names.  */
    iconv_t cd4 = iconv_open ("utf8", "eucJP");
    if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1)
        && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1))
      result |= 16;
    if (cd1 != (iconv_t)(-1))
      iconv_close (cd1);
    if (cd2 != (iconv_t)(-1))
      iconv_close (cd2);
    if (cd3 != (iconv_t)(-1))
      iconv_close (cd3);
    if (cd4 != (iconv_t)(-1))
      iconv_close (cd4);
  }
  return result;

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
  am_cv_func_iconv_works=yes
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
fi

        test "$am_cv_func_iconv_works" = no || break
      done
      LIBS="$am_save_LIBS"

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
$as_echo "$am_cv_func_iconv_works" >&6; }
    case "$am_cv_func_iconv_works" in
      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
      *)   am_func_iconv=yes ;;
    esac
  else
    am_func_iconv=no am_cv_lib_iconv=no
  fi
  if test "$am_func_iconv" = yes; then

$as_echo "#define HAVE_ICONV 1" >>confdefs.h

  fi
  if test "$am_cv_lib_iconv" = yes; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
$as_echo_n "checking how to link with libiconv... " >&6; }
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
$as_echo "$LIBICONV" >&6; }
  else
            CPPFLAGS="$am_save_CPPFLAGS"
    LIBICONV=
    LTLIBICONV=
  fi










    use_additional=yes

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"

    eval additional_includedir=\"$includedir\"
    eval additional_libdir=\"$libdir\"
    eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\"
    eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\"

  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"


# Check whether --with-libintl-prefix was given.
if test "${with_libintl_prefix+set}" = set; then :
  withval=$with_libintl_prefix;
    if test "X$withval" = "Xno"; then
      use_additional=no
    else
      if test "X$withval" = "X"; then

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"

          eval additional_includedir=\"$includedir\"
          eval additional_libdir=\"$libdir\"
          eval additional_libdir2=\"$exec_prefix/$acl_libdirstem2\"
          eval additional_libdir3=\"$exec_prefix/$acl_libdirstem3\"

  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

      else
        additional_includedir="$withval/include"
        additional_libdir="$withval/$acl_libdirstem"
        additional_libdir2="$withval/$acl_libdirstem2"
        additional_libdir3="$withval/$acl_libdirstem3"
      fi
    fi

fi

  if test "X$additional_libdir2" = "X$additional_libdir"; then
    additional_libdir2=
  fi
  if test "X$additional_libdir3" = "X$additional_libdir"; then
    additional_libdir3=
  fi
      LIBINTL=
  LTLIBINTL=
  INCINTL=
  LIBINTL_PREFIX=
      HAVE_LIBINTL=
  rpathdirs=
  ltrpathdirs=
  names_already_handled=
  names_next_round='intl '
  while test -n "$names_next_round"; do
    names_this_round="$names_next_round"
    names_next_round=
    for name in $names_this_round; do
      already_handled=
      for n in $names_already_handled; do
        if test "$n" = "$name"; then
          already_handled=yes
          break
        fi
      done
      if test -z "$already_handled"; then
        names_already_handled="$names_already_handled $name"
                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
        eval value=\"\$HAVE_LIB$uppername\"
        if test -n "$value"; then
          if test "$value" = yes; then
            eval value=\"\$LIB$uppername\"
            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
            eval value=\"\$LTLIB$uppername\"
            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
          else
                                    :
          fi
        else
                              found_dir=
          found_la=
          found_so=
          found_a=
          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
          if test -n "$acl_shlibext"; then
            shrext=".$acl_shlibext"             # typically: shrext=.so
          else
            shrext=
          fi
          if test $use_additional = yes; then
            for additional_libdir_variable in additional_libdir additional_libdir2 additional_libdir3; do
              if test "X$found_dir" = "X"; then
                eval dir=\$$additional_libdir_variable
                if test -n "$dir"; then
                                                      if test -n "$acl_shlibext"; then
                    if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then
                      found_dir="$dir"
                      found_so="$dir/$libname$shrext"
                    else
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
                        ver=`(cd "$dir" && \
                              for f in "$libname$shrext".*; do echo "$f"; done \
                              | sed -e "s,^$libname$shrext\\\\.,," \
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
                              | sed 1q ) 2>/dev/null`
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then
                          found_dir="$dir"
                          found_so="$dir/$libname$shrext.$ver"
                        fi
                      else
                        eval library_names=\"$acl_library_names_spec\"
                        for f in $library_names; do
                          if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then
                            found_dir="$dir"
                            found_so="$dir/$f"
                            break
                          fi
                        done
                      fi
                    fi
                  fi
                                    if test "X$found_dir" = "X"; then
                    if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then
                      found_dir="$dir"
                      found_a="$dir/$libname.$acl_libext"
                    fi
                  fi
                  if test "X$found_dir" != "X"; then
                    if test -f "$dir/$libname.la"; then
                      found_la="$dir/$libname.la"
                    fi
                  fi
                fi
              fi
            done
          fi
          if test "X$found_dir" = "X"; then
            for x in $LDFLAGS $LTLIBINTL; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

              case "$x" in
                -L*)
                  dir=`echo "X$x" | sed -e 's/^X-L//'`
                                    if test -n "$acl_shlibext"; then
                    if test -f "$dir/$libname$shrext" && acl_is_expected_elfclass < "$dir/$libname$shrext"; then
                      found_dir="$dir"
                      found_so="$dir/$libname$shrext"
                    else
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
                        ver=`(cd "$dir" && \
                              for f in "$libname$shrext".*; do echo "$f"; done \
                              | sed -e "s,^$libname$shrext\\\\.,," \
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
                              | sed 1q ) 2>/dev/null`
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver" && acl_is_expected_elfclass < "$dir/$libname$shrext.$ver"; then
                          found_dir="$dir"
                          found_so="$dir/$libname$shrext.$ver"
                        fi
                      else
                        eval library_names=\"$acl_library_names_spec\"
                        for f in $library_names; do
                          if test -f "$dir/$f" && acl_is_expected_elfclass < "$dir/$f"; then
                            found_dir="$dir"
                            found_so="$dir/$f"
                            break
                          fi
                        done
                      fi
                    fi
                  fi
                                    if test "X$found_dir" = "X"; then
                    if test -f "$dir/$libname.$acl_libext" && ${AR-ar} -p "$dir/$libname.$acl_libext" | acl_is_expected_elfclass; then
                      found_dir="$dir"
                      found_a="$dir/$libname.$acl_libext"
                    fi
                  fi
                  if test "X$found_dir" != "X"; then
                    if test -f "$dir/$libname.la"; then
                      found_la="$dir/$libname.la"
                    fi
                  fi
                  ;;
              esac
              if test "X$found_dir" != "X"; then
                break
              fi
            done
          fi
          if test "X$found_dir" != "X"; then
                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
            if test "X$found_so" != "X"; then
                                                        if test "$enable_rpath" = no \
                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
                 || test "X$found_dir" = "X/usr/$acl_libdirstem2" \
                 || test "X$found_dir" = "X/usr/$acl_libdirstem3"; then
                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
              else
                                                                                haveit=
                for x in $ltrpathdirs; do
                  if test "X$x" = "X$found_dir"; then
                    haveit=yes
                    break
                  fi
                done
                if test -z "$haveit"; then
                  ltrpathdirs="$ltrpathdirs $found_dir"
                fi
                                if test "$acl_hardcode_direct" = yes; then
                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
                else
                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
                                                            haveit=
                    for x in $rpathdirs; do
                      if test "X$x" = "X$found_dir"; then
                        haveit=yes
                        break
                      fi
                    done
                    if test -z "$haveit"; then
                      rpathdirs="$rpathdirs $found_dir"
                    fi
                  else
                                                                                haveit=
                    for x in $LDFLAGS $LIBINTL; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                      if test "X$x" = "X-L$found_dir"; then
                        haveit=yes
                        break
                      fi
                    done
                    if test -z "$haveit"; then
                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
                    fi
                    if test "$acl_hardcode_minus_L" != no; then
                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
                    else
                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
                    fi
                  fi
                fi
              fi
            else
              if test "X$found_a" != "X"; then
                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
              else
                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
              fi
            fi
                        additional_includedir=
            case "$found_dir" in
              */$acl_libdirstem | */$acl_libdirstem/)
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
                if test "$name" = 'intl'; then
                  LIBINTL_PREFIX="$basedir"
                fi
                additional_includedir="$basedir/include"
                ;;
              */$acl_libdirstem2 | */$acl_libdirstem2/)
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
                if test "$name" = 'intl'; then
                  LIBINTL_PREFIX="$basedir"
                fi
                additional_includedir="$basedir/include"
                ;;
              */$acl_libdirstem3 | */$acl_libdirstem3/)
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
                if test "$name" = 'intl'; then
                  LIBINTL_PREFIX="$basedir"
                fi
                additional_includedir="$basedir/include"
                ;;
            esac
            if test "X$additional_includedir" != "X"; then
                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
                haveit=
                if test "X$additional_includedir" = "X/usr/local/include"; then
                  if test -n "$GCC"; then
                    case $host_os in
                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
                    esac
                  fi
                fi
                if test -z "$haveit"; then
                  for x in $CPPFLAGS $INCINTL; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                    if test "X$x" = "X-I$additional_includedir"; then
                      haveit=yes
                      break
                    fi
                  done
                  if test -z "$haveit"; then
                    if test -d "$additional_includedir"; then
                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
                    fi
                  fi
                fi
              fi
            fi
                        if test -n "$found_la"; then
                                                        save_libdir="$libdir"
              case "$found_la" in
                */* | *\\*) . "$found_la" ;;
                *) . "./$found_la" ;;
              esac
              libdir="$save_libdir"
                            for dep in $dependency_libs; do
                case "$dep" in
                  -L*)
                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
                       && test "X$dependency_libdir" != "X/usr/$acl_libdirstem2" \
                       && test "X$dependency_libdir" != "X/usr/$acl_libdirstem3"; then
                      haveit=
                      if test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem" \
                         || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem2" \
                         || test "X$dependency_libdir" = "X/usr/local/$acl_libdirstem3"; then
                        if test -n "$GCC"; then
                          case $host_os in
                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
                          esac
                        fi
                      fi
                      if test -z "$haveit"; then
                        haveit=
                        for x in $LDFLAGS $LIBINTL; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                          if test "X$x" = "X-L$dependency_libdir"; then
                            haveit=yes
                            break
                          fi
                        done
                        if test -z "$haveit"; then
                          if test -d "$dependency_libdir"; then
                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$dependency_libdir"
                          fi
                        fi
                        haveit=
                        for x in $LDFLAGS $LTLIBINTL; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

                          if test "X$x" = "X-L$dependency_libdir"; then
                            haveit=yes
                            break
                          fi
                        done
                        if test -z "$haveit"; then
                          if test -d "$dependency_libdir"; then
                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$dependency_libdir"
                          fi
                        fi
                      fi
                    fi
                    ;;
                  -R*)
                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
                    if test "$enable_rpath" != no; then
                                                                  haveit=
                      for x in $rpathdirs; do
                        if test "X$x" = "X$dir"; then
                          haveit=yes
                          break
                        fi
                      done
                      if test -z "$haveit"; then
                        rpathdirs="$rpathdirs $dir"
                      fi
                                                                  haveit=
                      for x in $ltrpathdirs; do
                        if test "X$x" = "X$dir"; then
                          haveit=yes
                          break
                        fi
                      done
                      if test -z "$haveit"; then
                        ltrpathdirs="$ltrpathdirs $dir"
                      fi
                    fi
                    ;;
                  -l*)
                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
                    ;;
                  *.la)
                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
                    ;;
                  *)
                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
                    ;;
                esac
              done
            fi
          else
                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
            LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
          fi
        fi
      fi
    done
  done
  if test "X$rpathdirs" != "X"; then
    if test -n "$acl_hardcode_libdir_separator"; then
                        alldirs=
      for found_dir in $rpathdirs; do
        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
      done
            acl_save_libdir="$libdir"
      libdir="$alldirs"
      eval flag=\"$acl_hardcode_libdir_flag_spec\"
      libdir="$acl_save_libdir"
      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
    else
            for found_dir in $rpathdirs; do
        acl_save_libdir="$libdir"
        libdir="$found_dir"
        eval flag=\"$acl_hardcode_libdir_flag_spec\"
        libdir="$acl_save_libdir"
        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
      done
    fi
  fi
  if test "X$ltrpathdirs" != "X"; then
            for found_dir in $ltrpathdirs; do
      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
    done
  fi





          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
$as_echo_n "checking for GNU gettext in libintl... " >&6; }
if eval \${$gt_func_gnugettext_libintl+:} false; then :
  $as_echo_n "(cached) " >&6
else
  gt_save_CPPFLAGS="$CPPFLAGS"
            CPPFLAGS="$CPPFLAGS $INCINTL"
            gt_save_LIBS="$LIBS"
            LIBS="$LIBS $LIBINTL"
                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <libintl.h>
#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
extern int _nl_msg_cat_cntr;
extern
#ifdef __cplusplus
"C"
#endif
const char *_nl_expand_alias (const char *);
#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
#else
#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
#endif
$gt_revision_test_code

int
main ()
{

bindtextdomain ("", "");
return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  eval "$gt_func_gnugettext_libintl=yes"
else
  eval "$gt_func_gnugettext_libintl=no"
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
              LIBS="$LIBS $LIBICONV"
              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <libintl.h>
#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
extern int _nl_msg_cat_cntr;
extern
#ifdef __cplusplus
"C"
#endif
const char *_nl_expand_alias (const char *);
#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
#else
#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
#endif
$gt_revision_test_code

int
main ()
{

bindtextdomain ("", "");
return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  LIBINTL="$LIBINTL $LIBICONV"
                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
                 eval "$gt_func_gnugettext_libintl=yes"

fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
            fi
            CPPFLAGS="$gt_save_CPPFLAGS"
            LIBS="$gt_save_LIBS"
fi
eval ac_res=\$$gt_func_gnugettext_libintl
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
        fi

                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
                && test "$PACKAGE" != gettext-runtime \
                && test "$PACKAGE" != gettext-tools; }; then
          gt_use_preinstalled_gnugettext=yes
        else
                    LIBINTL=
          LTLIBINTL=
          INCINTL=
        fi



    if test -n "$INTL_MACOSX_LIBS"; then
      if test "$gt_use_preinstalled_gnugettext" = "yes" \
         || test "$nls_cv_use_gnu_gettext" = "yes"; then
                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
      fi
    fi

    if test "$gt_use_preinstalled_gnugettext" = "yes" \
       || test "$nls_cv_use_gnu_gettext" = "yes"; then

$as_echo "#define ENABLE_NLS 1" >>confdefs.h

    else
      USE_NLS=no
    fi
  fi

  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
$as_echo_n "checking whether to use NLS... " >&6; }
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
$as_echo "$USE_NLS" >&6; }
  if test "$USE_NLS" = "yes"; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
$as_echo_n "checking where the gettext function comes from... " >&6; }
    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
        gt_source="external libintl"
      else
        gt_source="libc"
      fi
    else
      gt_source="included intl directory"
    fi
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
$as_echo "$gt_source" >&6; }
  fi

  if test "$USE_NLS" = "yes"; then

    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
$as_echo_n "checking how to link with libintl... " >&6; }
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
$as_echo "$LIBINTL" >&6; }

  for element in $INCINTL; do
    haveit=
    for x in $CPPFLAGS; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

      if test "X$x" = "X$element"; then
        haveit=yes
        break
      fi
    done
    if test -z "$haveit"; then
      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
    fi
  done

      fi


$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h


$as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h

    fi

        POSUB=po
  fi



    INTLLIBS="$LIBINTL"






    CPPFLAGS=$acm_save__0_CPPFLAGS




        if test "$gt_cv_func_gnugettext2_libc" != yes &&
           test "$gt_cv_func_gnugettext2_libintl" != yes; then :

        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gettext not supported on this platform.  disabling." >&5
$as_echo "$as_me: WARNING: gettext not supported on this platform.  disabling." >&2;}
        mu_cv_with_gettext=no

else

                if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}msginit", so it can be a program name with args.
set dummy ${ac_tool_prefix}msginit; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_MSGINIT+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$MSGINIT"; then
  ac_cv_prog_MSGINIT="$MSGINIT" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_MSGINIT="${ac_tool_prefix}msginit"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
MSGINIT=$ac_cv_prog_MSGINIT
if test -n "$MSGINIT"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGINIT" >&5
$as_echo "$MSGINIT" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


fi
if test -z "$ac_cv_prog_MSGINIT"; then
  ac_ct_MSGINIT=$MSGINIT
  # Extract the first word of "msginit", so it can be a program name with args.
set dummy msginit; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_ac_ct_MSGINIT+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$ac_ct_MSGINIT"; then
  ac_cv_prog_ac_ct_MSGINIT="$ac_ct_MSGINIT" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_MSGINIT="msginit"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_MSGINIT=$ac_cv_prog_ac_ct_MSGINIT
if test -n "$ac_ct_MSGINIT"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MSGINIT" >&5
$as_echo "$ac_ct_MSGINIT" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

  if test "x$ac_ct_MSGINIT" = x; then
    MSGINIT=":"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    MSGINIT=$ac_ct_MSGINIT
  fi
else
  MSGINIT="$ac_cv_prog_MSGINIT"
fi

        XGETTEXT_ARGS="-C -k_ -kP_:1,2 -s"

acm_val_list="\$(LIBINTL)"
acm_val_rev_list=""
for val in $acm_val_list; do
    acm_val_rev_list="$val $acm_val_rev_list"
done
for val in $acm_val_rev_list; do

case " ${I18N_LIBS} " in #(
  *" $val "*) :
     ;; #(
  *) :
    I18N_LIBS="$val${I18N_LIBS:+ $I18N_LIBS}" ;;
esac
done


acm_val_list="$LIBINTL"
acm_val_rev_list=""
for val in $acm_val_list; do
    acm_val_rev_list="$val $acm_val_rev_list"
done
for val in $acm_val_rev_list; do

case " ${LIBS} " in #(
  *" $val "*) :
     ;; #(
  *) :
    LIBS="$val${LIBS:+ $LIBS}" ;;
esac
done

fi

fi


cat >>confdefs.h <<_ACEOF
#define EM_USE_GETTEXT $(test "$mu_cv_with_gettext" != yes)$?
_ACEOF








          am_save_CPPFLAGS="$CPPFLAGS"

  for element in $INCICONV; do
    haveit=
    for x in $CPPFLAGS; do

  acl_save_prefix="$prefix"
  prefix="$acl_final_prefix"
  acl_save_exec_prefix="$exec_prefix"
  exec_prefix="$acl_final_exec_prefix"
  eval x=\"$x\"
  exec_prefix="$acl_save_exec_prefix"
  prefix="$acl_save_prefix"

      if test "X$x" = "X$element"; then
        haveit=yes
        break
      fi
    done
    if test -z "$haveit"; then
      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
    fi
  done


  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
$as_echo_n "checking for iconv... " >&6; }
if ${am_cv_func_iconv+:} false; then :
  $as_echo_n "(cached) " >&6
else

    am_cv_func_iconv="no, consider installing GNU libiconv"
    am_cv_lib_iconv=no
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <stdlib.h>
#include <iconv.h>

int
main ()
{
iconv_t cd = iconv_open("","");
           iconv(cd,NULL,NULL,NULL,NULL);
           iconv_close(cd);
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  am_cv_func_iconv=yes
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
    if test "$am_cv_func_iconv" != yes; then
      am_save_LIBS="$LIBS"
      LIBS="$LIBS $LIBICONV"
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <stdlib.h>
#include <iconv.h>

int
main ()
{
iconv_t cd = iconv_open("","");
             iconv(cd,NULL,NULL,NULL,NULL);
             iconv_close(cd);
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  am_cv_lib_iconv=yes
        am_cv_func_iconv=yes
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
      LIBS="$am_save_LIBS"
    fi

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
$as_echo "$am_cv_func_iconv" >&6; }
  if test "$am_cv_func_iconv" = yes; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
$as_echo_n "checking for working iconv... " >&6; }
if ${am_cv_func_iconv_works+:} false; then :
  $as_echo_n "(cached) " >&6
else

                  am_save_LIBS="$LIBS"
      if test $am_cv_lib_iconv = yes; then
        LIBS="$LIBS $LIBICONV"
      fi
      am_cv_func_iconv_works=no
      for ac_iconv_const in '' 'const'; do
        if test "$cross_compiling" = yes; then :
  case "$host_os" in
             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
             *)            am_cv_func_iconv_works="guessing yes" ;;
           esac
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <iconv.h>
#include <string.h>

#ifndef ICONV_CONST
# define ICONV_CONST $ac_iconv_const
#endif

int
main ()
{
int result = 0;
  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
     returns.  */
  {
    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
    if (cd_utf8_to_88591 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
        char buf[10];
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = strlen (input);
        char *outptr = buf;
        size_t outbytesleft = sizeof (buf);
        size_t res = iconv (cd_utf8_to_88591,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if (res == 0)
          result |= 1;
        iconv_close (cd_utf8_to_88591);
      }
  }
  /* Test against Solaris 10 bug: Failures are not distinguishable from
     successful returns.  */
  {
    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
    if (cd_ascii_to_88591 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\263";
        char buf[10];
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = strlen (input);
        char *outptr = buf;
        size_t outbytesleft = sizeof (buf);
        size_t res = iconv (cd_ascii_to_88591,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if (res == 0)
          result |= 2;
        iconv_close (cd_ascii_to_88591);
      }
  }
  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
  {
    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
    if (cd_88591_to_utf8 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\304";
        static char buf[2] = { (char)0xDE, (char)0xAD };
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = 1;
        char *outptr = buf;
        size_t outbytesleft = 1;
        size_t res = iconv (cd_88591_to_utf8,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
          result |= 4;
        iconv_close (cd_88591_to_utf8);
      }
  }
#if 0 /* This bug could be worked around by the caller.  */
  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
  {
    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
    if (cd_88591_to_utf8 != (iconv_t)(-1))
      {
        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
        char buf[50];
        ICONV_CONST char *inptr = input;
        size_t inbytesleft = strlen (input);
        char *outptr = buf;
        size_t outbytesleft = sizeof (buf);
        size_t res = iconv (cd_88591_to_utf8,
                            &inptr, &inbytesleft,
                            &outptr, &outbytesleft);
        if ((int)res > 0)
          result |= 8;
        iconv_close (cd_88591_to_utf8);
      }
  }
#endif
  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
     provided.  */
  {
    /* Try standardized names.  */
    iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP");
    /* Try IRIX, OSF/1 names.  */
    iconv_t cd2 = iconv_open ("UTF-8", "eucJP");
    /* Try AIX names.  */
    iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP");
    /* Try HP-UX names.  */
    iconv_t cd4 = iconv_open ("utf8", "eucJP");
    if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1)
        && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1))
      result |= 16;
    if (cd1 != (iconv_t)(-1))
      iconv_close (cd1);
    if (cd2 != (iconv_t)(-1))
      iconv_close (cd2);
    if (cd3 != (iconv_t)(-1))
      iconv_close (cd3);
    if (cd4 != (iconv_t)(-1))
      iconv_close (cd4);
  }
  return result;

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
  am_cv_func_iconv_works=yes
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
fi

        test "$am_cv_func_iconv_works" = no || break
      done
      LIBS="$am_save_LIBS"

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
$as_echo "$am_cv_func_iconv_works" >&6; }
    case "$am_cv_func_iconv_works" in
      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
      *)   am_func_iconv=yes ;;
    esac
  else
    am_func_iconv=no am_cv_lib_iconv=no
  fi
  if test "$am_func_iconv" = yes; then

$as_echo "#define HAVE_ICONV 1" >>confdefs.h

  fi
  if test "$am_cv_lib_iconv" = yes; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
$as_echo_n "checking how to link with libiconv... " >&6; }
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
$as_echo "$LIBICONV" >&6; }
  else
            CPPFLAGS="$am_save_CPPFLAGS"
    LIBICONV=
    LTLIBICONV=
  fi



  if test "$am_cv_func_iconv" = yes; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
$as_echo_n "checking for iconv declaration... " >&6; }
    if ${am_cv_proto_iconv+:} false; then :
  $as_echo_n "(cached) " >&6
else

      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#include <stdlib.h>
#include <iconv.h>
extern
#ifdef __cplusplus
"C"
#endif
#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
#else
size_t iconv();
#endif

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
  am_cv_proto_iconv_arg1=""
else
  am_cv_proto_iconv_arg1="const"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
fi

    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
         $am_cv_proto_iconv" >&5
$as_echo "
         $am_cv_proto_iconv" >&6; }
  else
            am_cv_proto_iconv_arg1=""
  fi

cat >>confdefs.h <<_ACEOF
#define ICONV_CONST $am_cv_proto_iconv_arg1
_ACEOF



if test "$mu_cv_with_iconv" != no; then :


            acm_save__0_CPPFLAGS=$CPPFLAGS


    CPPFLAGS=$acm_save__0_CPPFLAGS

        if test "$am_cv_func_iconv" = yes; then :


        case $host in
            *-*-cygwin* | *-*-mingw32* )  mu_path_iconv=iconv                   ;;
            * )                           # Extract the first word of "iconv", so it can be a program name with args.
set dummy iconv; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_mu_path_iconv+:} false; then :
  $as_echo_n "(cached) " >&6
else
  case $mu_path_iconv in
  [\\/]* | ?:[\\/]*)
  ac_cv_path_mu_path_iconv="$mu_path_iconv" # Let the user override the test with a path.
  ;;
  *)
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_path_mu_path_iconv="$as_dir/$ac_word$ac_exec_ext"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

  ;;
esac
fi
mu_path_iconv=$ac_cv_path_mu_path_iconv
if test -n "$mu_path_iconv"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_path_iconv" >&5
$as_echo "$mu_path_iconv" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

 ;;
        esac

        if test -n "$mu_path_iconv"; then :


cat >>confdefs.h <<_ACEOF
#define ICONV_UTIL_PATH "$mu_path_iconv"
_ACEOF


fi


cat >>confdefs.h <<_ACEOF
#define HAVE_ICONV_CONST $(test "$am_cv_proto_iconv_arg1" != const)$?
_ACEOF



acm_val_list="\$(LIBICONV)"
acm_val_rev_list=""
for val in $acm_val_list; do
    acm_val_rev_list="$val $acm_val_rev_list"
done
for val in $acm_val_rev_list; do

case " ${I18N_LIBS} " in #(
  *" $val "*) :
     ;; #(
  *) :
    I18N_LIBS="$val${I18N_LIBS:+ $I18N_LIBS}" ;;
esac
done


acm_val_list="$LIBICONV"
acm_val_rev_list=""
for val in $acm_val_list; do
    acm_val_rev_list="$val $acm_val_rev_list"
done
for val in $acm_val_rev_list; do

case " ${LIBS} " in #(
  *" $val "*) :
     ;; #(
  *) :
    LIBS="$val${LIBS:+ $LIBS}" ;;
esac
done

fi

fi

if ${mu_suppress_lsan_iconv+:} false; then :

                { $as_echo "$as_me:${as_lineno-$LINENO}: Restoring LSan after iconv ..." >&5
$as_echo "$as_me: Restoring LSan after iconv ..." >&6;}
                { ASAN_OPTIONS=; unset ASAN_OPTIONS;}
                if test "x$mu_suppress_lsan_iconv" = xyes; then :

else
  ASAN_OPTIONS=$mu_suppress_lsan_iconv
                           export ASAN_OPTIONS

fi
                { mu_suppress_lsan_iconv=; unset mu_suppress_lsan_iconv;}

else

                if test "$mu_lsan_enabled" = yes; then :
  as_fn_error $? "LSan restore requested, but suppression for 'iconv' is not active" "$LINENO" 5
fi

fi




mu_expect_udev=no

case $host in
    *-*-linux* )
	mu_expect_udev=yes
    ;;
esac


# Check whether --with-udev was given.
if test "${with_udev+set}" = set; then :
  withval=$with_udev; mu_cv_with_udev=$withval
else
  mu_cv_with_udev=$mu_expect_udev
fi









if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
	if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_PKG_CONFIG+:} false; then :
  $as_echo_n "(cached) " >&6
else
  case $PKG_CONFIG in
  [\\/]* | ?:[\\/]*)
  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  ;;
  *)
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

  ;;
esac
fi
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
if test -n "$PKG_CONFIG"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
$as_echo "$PKG_CONFIG" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


fi
if test -z "$ac_cv_path_PKG_CONFIG"; then
  ac_pt_PKG_CONFIG=$PKG_CONFIG
  # Extract the first word of "pkg-config", so it can be a program name with args.
set dummy pkg-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
  $as_echo_n "(cached) " >&6
else
  case $ac_pt_PKG_CONFIG in
  [\\/]* | ?:[\\/]*)
  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
  ;;
  *)
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

  ;;
esac
fi
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
if test -n "$ac_pt_PKG_CONFIG"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi

  if test "x$ac_pt_PKG_CONFIG" = x; then
    PKG_CONFIG=""
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    PKG_CONFIG=$ac_pt_PKG_CONFIG
  fi
else
  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
fi

fi
if test -n "$PKG_CONFIG"; then
	_pkg_min_version=0.9.0
	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
	else
		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
		PKG_CONFIG=""
	fi
fi

if test "$mu_cv_with_udev" != no; then :

  if test "$mu_cv_enable_shared" = no; then :

    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libudev does not support static linking" >&5
$as_echo "$as_me: WARNING: libudev does not support static linking" >&2;}
    mu_cv_with_udev="rules only"

elif test "$mu_cv_with_udev" != "rules only"; then :

    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
$as_echo_n "checking for udev_new in -ludev... " >&6; }
if ${ac_cv_lib_udev_udev_new+:} false; then :
  $as_echo_n "(cached) " >&6
else
  ac_check_lib_save_LIBS=$LIBS
LIBS="-ludev  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */
#ifdef __cplusplus
extern "C"
#endif
char udev_new ();
int
main ()
{
return udev_new ();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
  ac_cv_lib_udev_udev_new=yes
else
  ac_cv_lib_udev_udev_new=no
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
$as_echo "$ac_cv_lib_udev_udev_new" >&6; }
if test "x$ac_cv_lib_udev_udev_new" = xyes; then :


$as_echo "#define HAVE_LIBUDEV 1" >>confdefs.h

		    UDEV_CPPFLAGS=
		    if test "$mu_cv_enable_shared" = no; then :

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV_LIBS" >&5
$as_echo_n "checking for UDEV_LIBS... " >&6; }
if test -n "$UDEV_LIBS"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$UDEV_LIBS' (from environment)" >&5
$as_echo "'$UDEV_LIBS' (from environment)" >&6; }
elif test -z "$PKG_CONFIG"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 'udev' (default value)" >&5
$as_echo "'udev' (default value)" >&6; }
       UDEV_LIBS="udev"

elif UDEV_LIBS=$($PKG_CONFIG --static --libs-only-l "libudev" 2>/dev/null); then :
  UDEV_LIBS=$(echo "$UDEV_LIBS" | sed 's/^-l//; s/[[:space:]]-l/ /g')
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$UDEV_LIBS' (from libudev.pc $($PKG_CONFIG --modversion libudev 2>/dev/null))" >&5
$as_echo "'$UDEV_LIBS' (from libudev.pc $($PKG_CONFIG --modversion libudev 2>/dev/null))" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 'udev' (default value)" >&5
$as_echo "'udev' (default value)" >&6; }
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'pkg-config --static --libs-only-l libudev' failed" >&5
$as_echo "$as_me: WARNING: 'pkg-config --static --libs-only-l libudev' failed" >&2;}
       UDEV_LIBS="udev"

fi
else

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV_LIBS" >&5
$as_echo_n "checking for UDEV_LIBS... " >&6; }
if test -n "$UDEV_LIBS"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$UDEV_LIBS' (from environment)" >&5
$as_echo "'$UDEV_LIBS' (from environment)" >&6; }
elif test -z "$PKG_CONFIG"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 'udev' (default value)" >&5
$as_echo "'udev' (default value)" >&6; }
       UDEV_LIBS="udev"

elif UDEV_LIBS=$($PKG_CONFIG --libs-only-l "libudev" 2>/dev/null); then :
  UDEV_LIBS=$(echo "$UDEV_LIBS" | sed 's/^-l//; s/[[:space:]]-l/ /g')
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$UDEV_LIBS' (from libudev.pc $($PKG_CONFIG --modversion libudev 2>/dev/null))" >&5
$as_echo "'$UDEV_LIBS' (from libudev.pc $($PKG_CONFIG --modversion libudev 2>/dev/null))" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 'udev' (default value)" >&5
$as_echo "'udev' (default value)" >&6; }
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'pkg-config --libs-only-l libudev' failed" >&5
$as_echo "$as_me: WARNING: 'pkg-config --libs-only-l libudev' failed" >&2;}
       UDEV_LIBS="udev"

fi
fi

		    mu_cv_with_udev=yes

		    		    		    		    		    acm_save__0_LIBS=$LIBS

    LIBS="${LIBS:+$LIBS }-l$UDEV_LIBS"
		    for ac_func in udev_device_get_tags_list_entry udev_device_get_sysattr_list_entry
do :
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF

fi
done

		    LIBS=$acm_save__0_LIBS

else

		    if test "$mu_cv_with_udev" != auto; then :

			{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libudev not found" >&5
$as_echo "$as_me: WARNING: libudev not found" >&2;}

    mu_missing_deps="${mu_missing_deps:+$mu_missing_deps, }libudev-dev (or configure --without-udev)"

fi
		    mu_cv_with_udev=no

fi


fi

fi

if test "$mu_cv_with_udev" != no && test -z "$UDEV_RULES_DIR"; then :

      if test "$prefix" = "/usr" ||
     { test "$prefix" = "NONE" && test "$ac_default_prefix" = "/usr" ; }; then :

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV_DIR" >&5
$as_echo_n "checking for UDEV_DIR... " >&6; }
if test -n "$UDEV_DIR"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$UDEV_DIR' (from environment)" >&5
$as_echo "'$UDEV_DIR' (from environment)" >&6; }
elif test -z "$PKG_CONFIG"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '/lib/udev' (default value)" >&5
$as_echo "'/lib/udev' (default value)" >&6; }
       UDEV_DIR="/lib/udev"

elif UDEV_DIR=$($PKG_CONFIG --variable="udevdir" "udev" 2>/dev/null); then :
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$UDEV_DIR' (from udev.pc $($PKG_CONFIG --modversion udev 2>/dev/null))" >&5
$as_echo "'$UDEV_DIR' (from udev.pc $($PKG_CONFIG --modversion udev 2>/dev/null))" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '/lib/udev' (default value)" >&5
$as_echo "'/lib/udev' (default value)" >&6; }
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'pkg-config --variable=\"udevdir\" udev' failed" >&5
$as_echo "$as_me: WARNING: 'pkg-config --variable=\"udevdir\" udev' failed" >&2;}
       UDEV_DIR="/lib/udev"

fi

else
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV_DIR" >&5
$as_echo_n "checking for UDEV_DIR... " >&6; }
                           UDEV_DIR="/etc/udev"
                           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UDEV_DIR (for prefix=$EXP_PREFIX)" >&5
$as_echo "$UDEV_DIR (for prefix=$EXP_PREFIX)" >&6; }


fi
      UDEV_RULES_DIR="$UDEV_DIR/rules.d"

fi








mu_expect_systemd=no

case $host in
    *-*-linux* )
	mu_expect_systemd=yes
    ;;
esac

# Check whether --enable-systemd was given.
if test "${enable_systemd+set}" = set; then :
  enableval=$enable_systemd; mu_cv_enable_systemd=$enableval
else
  mu_cv_enable_systemd=$mu_expect_systemd
fi


if test "$mu_cv_enable_systemd" = yes; then :

      if test "$prefix" = "/usr" ||
     { test "$prefix" = "NONE" && test "$ac_default_prefix" = "/usr" ; }; then :

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SYSTEMD_UNIT_DIR" >&5
$as_echo_n "checking for SYSTEMD_UNIT_DIR... " >&6; }
if test -n "$SYSTEMD_UNIT_DIR"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$SYSTEMD_UNIT_DIR' (from environment)" >&5
$as_echo "'$SYSTEMD_UNIT_DIR' (from environment)" >&6; }
elif test -z "$PKG_CONFIG"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '/lib/systemd/system' (default value)" >&5
$as_echo "'/lib/systemd/system' (default value)" >&6; }
       SYSTEMD_UNIT_DIR="/lib/systemd/system"

elif SYSTEMD_UNIT_DIR=$($PKG_CONFIG --variable="systemdsystemunitdir" "systemd" 2>/dev/null); then :
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$SYSTEMD_UNIT_DIR' (from systemd.pc $($PKG_CONFIG --modversion systemd 2>/dev/null))" >&5
$as_echo "'$SYSTEMD_UNIT_DIR' (from systemd.pc $($PKG_CONFIG --modversion systemd 2>/dev/null))" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '/lib/systemd/system' (default value)" >&5
$as_echo "'/lib/systemd/system' (default value)" >&6; }
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'pkg-config --variable=\"systemdsystemunitdir\" systemd' failed" >&5
$as_echo "$as_me: WARNING: 'pkg-config --variable=\"systemdsystemunitdir\" systemd' failed" >&2;}
       SYSTEMD_UNIT_DIR="/lib/systemd/system"

fi

else
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SYSTEMD_UNIT_DIR" >&5
$as_echo_n "checking for SYSTEMD_UNIT_DIR... " >&6; }
                           SYSTEMD_UNIT_DIR="$EXP_LIBDIR/systemd/system"
                           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SYSTEMD_UNIT_DIR (for prefix=$EXP_PREFIX)" >&5
$as_echo "$SYSTEMD_UNIT_DIR (for prefix=$EXP_PREFIX)" >&6; }


fi

fi




cat >>confdefs.h <<_ACEOF
#define EM_USE_NOTIFY_SOCKET $(test "$mu_cv_enable_systemd" != yes)$?
_ACEOF




mu_expect_sysctl=no

case $host in
    *-*-linux* )
	mu_expect_sysctl=yes
    ;;
esac

# Check whether --enable-sysctl was given.
if test "${enable_sysctl+set}" = set; then :
  enableval=$enable_sysctl; mu_cv_enable_sysctl=$enableval
else
  mu_cv_enable_sysctl=$mu_expect_sysctl
fi


if test "$mu_cv_enable_sysctl" = yes; then :

      if test "$prefix" = "/usr" ||
     { test "$prefix" = "NONE" && test "$ac_default_prefix" = "/usr" ; }; then :

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SYSCTL_DIR" >&5
$as_echo_n "checking for SYSCTL_DIR... " >&6; }
if test -n "$SYSCTL_DIR"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$SYSCTL_DIR' (from environment)" >&5
$as_echo "'$SYSCTL_DIR' (from environment)" >&6; }
elif test -z "$PKG_CONFIG"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$EXP_LIBDIR/sysctl.d' (default value)" >&5
$as_echo "'$EXP_LIBDIR/sysctl.d' (default value)" >&6; }
       SYSCTL_DIR="$EXP_LIBDIR/sysctl.d"

elif SYSCTL_DIR=$($PKG_CONFIG --variable="sysctldir" "systemd" 2>/dev/null); then :
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$SYSCTL_DIR' (from systemd.pc $($PKG_CONFIG --modversion systemd 2>/dev/null))" >&5
$as_echo "'$SYSCTL_DIR' (from systemd.pc $($PKG_CONFIG --modversion systemd 2>/dev/null))" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: '$EXP_LIBDIR/sysctl.d' (default value)" >&5
$as_echo "'$EXP_LIBDIR/sysctl.d' (default value)" >&6; }
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'pkg-config --variable=\"sysctldir\" systemd' failed" >&5
$as_echo "$as_me: WARNING: 'pkg-config --variable=\"sysctldir\" systemd' failed" >&2;}
       SYSCTL_DIR="$EXP_LIBDIR/sysctl.d"

fi

else
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SYSCTL_DIR" >&5
$as_echo_n "checking for SYSCTL_DIR... " >&6; }
                           SYSCTL_DIR="$EXP_LIBDIR/sysctl.d"
                           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SYSCTL_DIR (for prefix=$EXP_PREFIX)" >&5
$as_echo "$SYSCTL_DIR (for prefix=$EXP_PREFIX)" >&6; }


fi

fi




ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


case $host in
    *-*-linux* )
    ;;

    *-*-cygwin* | *-*-mingw32* )
		if test -z "$SEEDD_CONTROL_SOCKET"; then :
  SEEDD_CONTROL_SOCKET=tcp:localhost:56789
fi

		bb_cv_env_winver=0x0600
	bb_cv_env__win32_winnt=0x0600

cat >>confdefs.h <<_ACEOF
#define WINVER $bb_cv_env_winver
_ACEOF


cat >>confdefs.h <<_ACEOF
#define _WIN32_WINNT $bb_cv_env__win32_winnt
_ACEOF


	{ $as_echo "$as_me:${as_lineno-$LINENO}: using WINVER = '$bb_cv_env_winver', _WIN32_WINNT = '$bb_cv_env__win32_winnt'" >&5
$as_echo "$as_me: using WINVER = '$bb_cv_env_winver', _WIN32_WINNT = '$bb_cv_env__win32_winnt'" >&6;}


$as_echo "#define _GNU_SOURCE 1" >>confdefs.h

    ;;

    *-*-openbsd* )
		if test -z "$THREAD_STACK_SIZE"; then :
  THREAD_STACK_SIZE=8192
fi


$as_echo "#define HAVE_BROKEN_STDIO_LOCKING 1" >>confdefs.h

    ;;

    *-*-freebsd* )
					if test -z "$THREAD_STACK_SIZE"; then :
  THREAD_STACK_SIZE=8192
fi
    ;;

    *-*-darwin* )
			if test -z "$THREAD_STACK_SIZE"; then :
  THREAD_STACK_SIZE=8192
fi
    ;;
esac


if test -z "$SEEDD_CONTROL_SOCKET"; then :
  SEEDD_CONTROL_SOCKET="$SYSTEM_RUNDIR/bit-babbler/seedd.socket"
fi


if test -n "$SEEDD_CONTROL_SOCKET"; then :


cat >>confdefs.h <<_ACEOF
#define SEEDD_CONTROL_SOCKET "$SEEDD_CONTROL_SOCKET"
_ACEOF


fi



if test -n "$THREAD_STACK_SIZE"; then :


cat >>confdefs.h <<_ACEOF
#define THREAD_STACK_SIZE $THREAD_STACK_SIZE
_ACEOF


fi


 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
if ${ac_cv_c_bigendian+:} false; then :
  $as_echo_n "(cached) " >&6
else
  ac_cv_c_bigendian=unknown
    # See if we're dealing with a universal compiler.
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#ifndef __APPLE_CC__
	       not a universal capable compiler
	     #endif
	     typedef int dummy;

_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :

	# Check for potential -arch flags.  It is not universal unless
	# there are at least two -arch flags with different values.
	ac_arch=
	ac_prev=
	for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
	 if test -n "$ac_prev"; then
	   case $ac_word in
	     i?86 | x86_64 | ppc | ppc64)
	       if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
		 ac_arch=$ac_word
	       else
		 ac_cv_c_bigendian=universal
		 break
	       fi
	       ;;
	   esac
	   ac_prev=
	 elif test "x$ac_word" = "x-arch"; then
	   ac_prev=arch
	 fi
       done
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    if test $ac_cv_c_bigendian = unknown; then
      # See if sys/param.h defines the BYTE_ORDER macro.
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <sys/types.h>
	     #include <sys/param.h>

int
main ()
{
#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
		     && LITTLE_ENDIAN)
	      bogus endian macros
	     #endif

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  # It does; now see whether it defined to BIG_ENDIAN or not.
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <sys/types.h>
		#include <sys/param.h>

int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
		 not big endian
		#endif

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  ac_cv_c_bigendian=yes
else
  ac_cv_c_bigendian=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    fi
    if test $ac_cv_c_bigendian = unknown; then
      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <limits.h>

int
main ()
{
#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
	      bogus endian macros
	     #endif

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  # It does; now see whether it defined to _BIG_ENDIAN or not.
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <limits.h>

int
main ()
{
#ifndef _BIG_ENDIAN
		 not big endian
		#endif

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  ac_cv_c_bigendian=yes
else
  ac_cv_c_bigendian=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    fi
    if test $ac_cv_c_bigendian = unknown; then
      # Compile a test program.
      if test "$cross_compiling" = yes; then :
  # Try to guess by grepping values from an object file.
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
short int ascii_mm[] =
		  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
		short int ascii_ii[] =
		  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
		int use_ascii (int i) {
		  return ascii_mm[i] + ascii_ii[i];
		}
		short int ebcdic_ii[] =
		  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
		short int ebcdic_mm[] =
		  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
		int use_ebcdic (int i) {
		  return ebcdic_mm[i] + ebcdic_ii[i];
		}
		extern int foo;

int
main ()
{
return use_ascii (foo) == use_ebcdic (foo);
  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
	      ac_cv_c_bigendian=yes
	    fi
	    if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
	      if test "$ac_cv_c_bigendian" = unknown; then
		ac_cv_c_bigendian=no
	      else
		# finding both strings is unlikely to happen, but who knows?
		ac_cv_c_bigendian=unknown
	      fi
	    fi
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$ac_includes_default
int
main ()
{

	     /* Are we little or big endian?  From Harbison&Steele.  */
	     union
	     {
	       long int l;
	       char c[sizeof (long int)];
	     } u;
	     u.l = 1;
	     return u.c[sizeof (long int) - 1] == 1;

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_run "$LINENO"; then :
  ac_cv_c_bigendian=no
else
  ac_cv_c_bigendian=yes
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
fi

    fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
$as_echo "$ac_cv_c_bigendian" >&6; }
 case $ac_cv_c_bigendian in #(
   yes)
     $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
;; #(
   no)
      ;; #(
   universal)

$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h

     ;; #(
   *)
     as_fn_error $? "unknown endianness
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
 esac


for ac_func in vasprintf
do :
  ac_fn_cxx_check_func "$LINENO" "vasprintf" "ac_cv_func_vasprintf"
if test "x$ac_cv_func_vasprintf" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE_VASPRINTF 1
_ACEOF

fi
done


for ac_func in gettimeofday localtime_r gmtime_r timegm clock_gettime
do :
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF

fi
done



ac_fn_cxx_check_decl "$LINENO" "SIGRTMIN" "ac_cv_have_decl_SIGRTMIN" "#include <signal.h>
"
if test "x$ac_cv_have_decl_SIGRTMIN" = xyes; then :
  ac_have_decl=1
else
  ac_have_decl=0
fi

cat >>confdefs.h <<_ACEOF
#define HAVE_DECL_SIGRTMIN $ac_have_decl
_ACEOF


ac_fn_cxx_check_decl "$LINENO" "LOG_MAKEPRI" "ac_cv_have_decl_LOG_MAKEPRI" "#include <syslog.h>
"
if test "x$ac_cv_have_decl_LOG_MAKEPRI" = xyes; then :
  ac_have_decl=1
else
  ac_have_decl=0
fi

cat >>confdefs.h <<_ACEOF
#define HAVE_DECL_LOG_MAKEPRI $ac_have_decl
_ACEOF




{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for abi::__forced_unwind" >&5
$as_echo_n "checking for abi::__forced_unwind... " >&6; }
if ${mu_cv_type_forced_unwind+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
 #include <cxxabi.h>
int
main ()
{
 void f(const abi::__forced_unwind&);

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_type_forced_unwind=yes
else
  mu_cv_type_forced_unwind=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_type_forced_unwind" >&5
$as_echo "$mu_cv_type_forced_unwind" >&6; }

if test "$mu_cv_type_forced_unwind" = yes; then :

$as_echo "#define HAVE_ABI_FORCED_UNWIND 1" >>confdefs.h

else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for namespace abi" >&5
$as_echo_n "checking for namespace abi... " >&6; }
if ${mu_cv_namespace_abi+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
 #include <cxxabi.h>
int
main ()
{
 using namespace abi;

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_namespace_abi=yes
else
  mu_cv_namespace_abi=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_namespace_abi" >&5
$as_echo "$mu_cv_namespace_abi" >&6; }

fi

if test "$mu_cv_namespace_abi" = yes; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for namespace abi alias to __cxxabiv1" >&5
$as_echo_n "checking for namespace abi alias to __cxxabiv1... " >&6; }
if ${mu_cv_namespace_alias_abi+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
 #include <cxxabi.h>
                                                             namespace __cxxabiv1 { struct xx {}; }

int
main ()
{
 abi::xx x;

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_namespace_alias_abi=yes
else
  mu_cv_namespace_alias_abi=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_namespace_alias_abi" >&5
$as_echo "$mu_cv_namespace_alias_abi" >&6; }

fi

if test "$mu_cv_namespace_alias_abi" = yes; then :

$as_echo "#define HAVE_ABI_ALIAS_TO_CXXABIV1 1" >>confdefs.h


fi


acm_save_ACM_FUNC_PTHREAD_SETNAME_CPPFLAGS=$CPPFLAGS

    CPPFLAGS="${CPPFLAGS:+$CPPFLAGS }$PTHREAD_CPPFLAGS"
acm_save_ACM_FUNC_PTHREAD_SETNAME_LDFLAGS=$LDFLAGS

    LDFLAGS="${LDFLAGS:+$LDFLAGS }$PTHREAD_LDFLAGS"

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU pthread_setname_np" >&5
$as_echo_n "checking for GNU pthread_setname_np... " >&6; }
if ${mu_cv_func_gnu_pthread_setname_np+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
 #include <pthread.h>
int
main ()
{
 pthread_setname_np(pthread_self(),"x");

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_link "$LINENO"; then :
  mu_cv_func_gnu_pthread_setname_np=yes
else
  mu_cv_func_gnu_pthread_setname_np=no

fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_func_gnu_pthread_setname_np" >&5
$as_echo "$mu_cv_func_gnu_pthread_setname_np" >&6; }

if test "$mu_cv_func_gnu_pthread_setname_np" = yes; then :

$as_echo "#define HAVE_PTHREAD_SETNAME_NP_GNU 1" >>confdefs.h

else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MacOS pthread_setname_np" >&5
$as_echo_n "checking for MacOS pthread_setname_np... " >&6; }
if ${mu_cv_func_mac_pthread_setname_np+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
 #include <pthread.h>
int
main ()
{
 pthread_setname_np("x");

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_link "$LINENO"; then :
  mu_cv_func_mac_pthread_setname_np=yes
else
  mu_cv_func_mac_pthread_setname_np=no

fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_func_mac_pthread_setname_np" >&5
$as_echo "$mu_cv_func_mac_pthread_setname_np" >&6; }

fi

if test "$mu_cv_func_mac_pthread_setname_np" = yes; then :

$as_echo "#define HAVE_PTHREAD_SETNAME_NP_MAC 1" >>confdefs.h


fi

if test "$mu_cv_func_gnu_pthread_setname_np" != yes && test "$mu_cv_func_mac_pthread_setname_np" != yes; then :
  for ac_func in pthread_set_name_np
do :
  ac_fn_cxx_check_func "$LINENO" "pthread_set_name_np" "ac_cv_func_pthread_set_name_np"
if test "x$ac_cv_func_pthread_set_name_np" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE_PTHREAD_SET_NAME_NP 1
_ACEOF

fi
done


fi

LDFLAGS=$acm_save_ACM_FUNC_PTHREAD_SETNAME_LDFLAGS
CPPFLAGS=$acm_save_ACM_FUNC_PTHREAD_SETNAME_CPPFLAGS



for ac_header in unordered_map
do :
  ac_fn_cxx_check_header_mongrel "$LINENO" "unordered_map" "ac_cv_header_unordered_map" "$ac_includes_default"
if test "x$ac_cv_header_unordered_map" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE_UNORDERED_MAP 1
_ACEOF

else
  for ac_header in tr1/unordered_map
do :
  ac_fn_cxx_check_header_mongrel "$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map" "$ac_includes_default"
if test "x$ac_cv_header_tr1_unordered_map" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE_TR1_UNORDERED_MAP 1
_ACEOF

else
  for ac_header in ext/hash_map
do :
  ac_fn_cxx_check_header_mongrel "$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map" "$ac_includes_default"
if test "x$ac_cv_header_ext_hash_map" = xyes; then :
  cat >>confdefs.h <<_ACEOF
#define HAVE_EXT_HASH_MAP 1
_ACEOF

fi

done

fi

done

fi

done



{ $as_echo "$as_me:${as_lineno-$LINENO}: Including EM_PUSH/POP_DIAGNOSTIC preprocessor macros ..." >&5
$as_echo "$as_me: Including EM_PUSH/POP_DIAGNOSTIC preprocessor macros ..." >&6;}


acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((noreturn))" >&5
$as_echo_n "checking if $CXX supports function attribute ((noreturn))... " >&6; }
if ${mu_cv_cxx_function_attr_noreturn+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
int f() __attribute__((noreturn));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_cxx_function_attr_noreturn=yes
else
  mu_cv_cxx_function_attr_noreturn=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_cxx_function_attr_noreturn" >&5
$as_echo "$mu_cv_cxx_function_attr_noreturn" >&6; }
if test "x$mu_cv_cxx_function_attr_noreturn" = xyes; then :
  acm_attr_defn="__attribute__((noreturn))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_NORETURN $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS

acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((const))" >&5
$as_echo_n "checking if $CXX supports function attribute ((const))... " >&6; }
if ${mu_cv_cxx_function_attr_const+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
int f() __attribute__((const));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_cxx_function_attr_const=yes
else
  mu_cv_cxx_function_attr_const=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_cxx_function_attr_const" >&5
$as_echo "$mu_cv_cxx_function_attr_const" >&6; }
if test "x$mu_cv_cxx_function_attr_const" = xyes; then :
  acm_attr_defn="__attribute__((const))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_CONST $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS

acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((pure))" >&5
$as_echo_n "checking if $CXX supports function attribute ((pure))... " >&6; }
if ${mu_cv_cxx_function_attr_pure+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
int f() __attribute__((pure));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_cxx_function_attr_pure=yes
else
  mu_cv_cxx_function_attr_pure=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_cxx_function_attr_pure" >&5
$as_echo "$mu_cv_cxx_function_attr_pure" >&6; }
if test "x$mu_cv_cxx_function_attr_pure" = xyes; then :
  acm_attr_defn="__attribute__((pure))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_PURE $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS

acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((cold))" >&5
$as_echo_n "checking if $CXX supports function attribute ((cold))... " >&6; }
if ${mu_cv_cxx_function_attr_cold+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
int f() __attribute__((cold));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_cxx_function_attr_cold=yes
else
  mu_cv_cxx_function_attr_cold=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_cxx_function_attr_cold" >&5
$as_echo "$mu_cv_cxx_function_attr_cold" >&6; }
if test "x$mu_cv_cxx_function_attr_cold" = xyes; then :
  acm_attr_defn="__attribute__((cold))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_COLD $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS


acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi
if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=unknown-sanitizers"
else
  if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=unknown-sanitizers"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=unknown-sanitizers" >&5
$as_echo_n "checking if $CXX supports -Werror=unknown-sanitizers... " >&6; }
if ${mu_cv_CXX_flag__Werror_unknown_sanitizers+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_unknown_sanitizers=yes
else
  mu_cv_CXX_flag__Werror_unknown_sanitizers=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_unknown_sanitizers" >&5
$as_echo "$mu_cv_CXX_flag__Werror_unknown_sanitizers" >&6; }
if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=unknown-sanitizers"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

as_cachevar=`$as_echo "mu_cv_cxx_function_attr_no_sanitize("float-divide-by-zero")" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((no_sanitize(\"float-divide-by-zero\")))" >&5
$as_echo_n "checking if $CXX supports function attribute ((no_sanitize(\"float-divide-by-zero\")))... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
int f() __attribute__((no_sanitize("float-divide-by-zero")));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :
  acm_attr_defn="__attribute__((no_sanitize(\"float-divide-by-zero\")))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_NO_SANITIZE_FLOAT_DIVIDE_BY_ZERO $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS

acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi
if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=unknown-sanitizers"
else
  if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=unknown-sanitizers"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=unknown-sanitizers" >&5
$as_echo_n "checking if $CXX supports -Werror=unknown-sanitizers... " >&6; }
if ${mu_cv_CXX_flag__Werror_unknown_sanitizers+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_unknown_sanitizers=yes
else
  mu_cv_CXX_flag__Werror_unknown_sanitizers=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_unknown_sanitizers" >&5
$as_echo "$mu_cv_CXX_flag__Werror_unknown_sanitizers" >&6; }
if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_unknown_sanitizers" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=unknown-sanitizers"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

as_cachevar=`$as_echo "mu_cv_cxx_function_attr_no_sanitize("unsigned-integer-overflow")" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((no_sanitize(\"unsigned-integer-overflow\")))" >&5
$as_echo_n "checking if $CXX supports function attribute ((no_sanitize(\"unsigned-integer-overflow\")))... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
int f() __attribute__((no_sanitize("unsigned-integer-overflow")));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :
  acm_attr_defn="__attribute__((no_sanitize(\"unsigned-integer-overflow\")))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_NO_SANITIZE_UNSIGNED_INTEGER_OVERFLOW $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS


case $host in #(
  *-*-cygwin* | *-*-mingw32*) :
    acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

as_cachevar=`$as_echo "mu_cv_cxx_function_attr_format (__gnu_printf__,fmt,arg1)" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((format (__gnu_printf__,fmt,arg1)))" >&5
$as_echo_n "checking if $CXX supports function attribute ((format (__gnu_printf__,fmt,arg1)))... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
void p(const char*,...) __attribute__((format (__gnu_printf__, 1, 2)));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :
  acm_attr_defn="__attribute__((format (__gnu_printf__,fmt,arg1)))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_PRINTF_FORMAT( fmt, arg1 ) $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS
         ;; #(
  *) :
    acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

as_cachevar=`$as_echo "mu_cv_cxx_function_attr_format (__printf__,fmt,arg1)" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((format (__printf__,fmt,arg1)))" >&5
$as_echo_n "checking if $CXX supports function attribute ((format (__printf__,fmt,arg1)))... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
void p(const char*,...) __attribute__((format (__printf__, 1, 2)));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :
  acm_attr_defn="__attribute__((format (__printf__,fmt,arg1)))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_PRINTF_FORMAT( fmt, arg1 ) $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS
         ;;
esac
case $host in #(
  *-*-cygwin* | *-*-mingw32*) :
    acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

as_cachevar=`$as_echo "mu_cv_cxx_function_attr_format (__gnu_strftime__,fmt,0)" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((format (__gnu_strftime__,fmt,0)))" >&5
$as_echo_n "checking if $CXX supports function attribute ((format (__gnu_strftime__,fmt,0)))... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
void p(const char*,...) __attribute__((format (__gnu_strftime__, 1, 0)));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :
  acm_attr_defn="__attribute__((format (__gnu_strftime__,fmt,0)))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_STRFTIME_FORMAT( fmt ) $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS
         ;; #(
  *) :
    acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

as_cachevar=`$as_echo "mu_cv_cxx_function_attr_format (__strftime__,fmt,0)" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports function attribute ((format (__strftime__,fmt,0)))" >&5
$as_echo_n "checking if $CXX supports function attribute ((format (__strftime__,fmt,0)))... " >&6; }
if eval \${$as_cachevar+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
void p(const char*,...) __attribute__((format (__strftime__, 1, 0)));
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  eval "$as_cachevar=yes"
else
  eval "$as_cachevar=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
eval ac_res=\$$as_cachevar
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_cachevar"\" = x"yes"; then :
  acm_attr_defn="__attribute__((format (__strftime__,fmt,0)))"
else
  acm_attr_defn=""
fi
cat >>confdefs.h <<_ACEOF
#define BB_STRFTIME_FORMAT( fmt ) $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS
         ;;
esac

acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS=$CXXFLAGS
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
else
  if test "x$mu_cv_CXX_flag__Werror_attributes" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=attributes"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=attributes" >&5
$as_echo_n "checking if $CXX supports -Werror=attributes... " >&6; }
if ${mu_cv_CXX_flag__Werror_attributes+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_attributes=yes
else
  mu_cv_CXX_flag__Werror_attributes=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_attributes" >&5
$as_echo "$mu_cv_CXX_flag__Werror_attributes" >&6; }
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_attributes" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=attributes"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi
if test "x$mu_cv_CXX_flag__Werror_missing_declarations" = xyes; then :

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=missing-declarations"
else
  if test "x$mu_cv_CXX_flag__Werror_missing_declarations" = xno; then :

else

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$ACM_CXX_WARNINGFAIL"
acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS=$CXXFLAGS

    CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }-Werror=missing-declarations"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports -Werror=missing-declarations" >&5
$as_echo_n "checking if $CXX supports -Werror=missing-declarations... " >&6; }
if ${mu_cv_CXX_flag__Werror_missing_declarations+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_CXX_flag__Werror_missing_declarations=yes
else
  mu_cv_CXX_flag__Werror_missing_declarations=no

fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_CXX_flag__Werror_missing_declarations" >&5
$as_echo "$mu_cv_CXX_flag__Werror_missing_declarations" >&6; }
if test "x$mu_cv_CXX_flag__Werror_missing_declarations" = xyes; then :

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_OPTION_CXXFLAGS

fi
if test "x$mu_cv_CXX_flag__Werror_missing_declarations" = xyes; then :
  CXXFLAGS="${acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS:+$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS }-Werror=missing-declarations"

else
  CXXFLAGS=$acm_save___ACM_ADD_COMPILER_WARNING_CXXFLAGS

fi

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


fi
fi

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX supports statement attribute ((fallthrough))" >&5
$as_echo_n "checking if $CXX supports statement attribute ((fallthrough))... " >&6; }
if ${mu_cv_cxx_statement_attr_fallthrough+:} false; then :
  $as_echo_n "(cached) " >&6
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
int f(int i);
int f(int i) {
  switch(i) {
  case 1:
        __attribute__((fallthrough));
  case 2:
        return i;
  }
  return 0;
}
int
main ()
{

  ;
  return 0;
}
_ACEOF
if ac_fn_cxx_try_compile "$LINENO"; then :
  mu_cv_cxx_statement_attr_fallthrough=yes
else
  mu_cv_cxx_statement_attr_fallthrough=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext

fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mu_cv_cxx_statement_attr_fallthrough" >&5
$as_echo "$mu_cv_cxx_statement_attr_fallthrough" >&6; }
if test "x$mu_cv_cxx_statement_attr_fallthrough" = xyes; then :
  acm_attr_defn="__attribute__((fallthrough))"
else
  acm_attr_defn="do {} while(0)"
fi
cat >>confdefs.h <<_ACEOF
#define BB_FALLTHROUGH $acm_attr_defn
_ACEOF
CXXFLAGS=$acm_save_ACM_CHECK_ATTRIBUTE_CXXFLAGS







if test -n "$LIBUSB_DIR"; then :

    USB_CPPFLAGS="-I$LIBUSB_DIR/include $USB_CPPFLAGS"
    USB_LDFLAGS="-L$LIBUSB_DIR/lib $USB_LDFLAGS"

fi


acm_save__0_CPPFLAGS=$CPPFLAGS

    CPPFLAGS="${CPPFLAGS:+$CPPFLAGS }$USB_CPPFLAGS"

for ac_header in libusb-1.0/libusb.h libusb.h
do :
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
 break
fi

done


if test "$ac_cv_header_libusb_1_0_libusb_h" = "yes"; then :

	libusb_header="<libusb-1.0/libusb.h>"

elif test "$ac_cv_header_libusb_h" = "yes"; then :

	libusb_header="<libusb.h>"

fi

if test -n "$libusb_header"; then :


cat >>confdefs.h <<_ACEOF
#define LIBUSB_HEADER $libusb_header
_ACEOF


fi

CPPFLAGS=$acm_save__0_CPPFLAGS


acm_save__0_LDFLAGS=$LDFLAGS

    LDFLAGS="${LDFLAGS:+$LDFLAGS }$USB_LDFLAGS"
acm_save__0_LIBS=$LIBS

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing libusb_init" >&5
$as_echo_n "checking for library containing libusb_init... " >&6; }
if ${ac_cv_search_libusb_init+:} false; then :
  $as_echo_n "(cached) " >&6
else
  ac_func_search_save_LIBS=$LIBS
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */
#ifdef __cplusplus
extern "C"
#endif
char libusb_init ();
int
main ()
{
return libusb_init ();
  ;
  return 0;
}
_ACEOF
for ac_lib in '' usb-1.0 usb; do
  if test -z "$ac_lib"; then
    ac_res="none required"
  else
    ac_res=-l$ac_lib
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  fi
  if ac_fn_cxx_try_link "$LINENO"; then :
  ac_cv_search_libusb_init=$ac_res
fi
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext
  if ${ac_cv_search_libusb_init+:} false; then :
  break
fi
done
if ${ac_cv_search_libusb_init+:} false; then :

else
  ac_cv_search_libusb_init=no
fi
rm conftest.$ac_ext
LIBS=$ac_func_search_save_LIBS
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_libusb_init" >&5
$as_echo "$ac_cv_search_libusb_init" >&6; }
ac_res=$ac_cv_search_libusb_init
if test "$ac_res" != no; then :
  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"


$as_echo "#define HAVE_LIBUSB 1" >>confdefs.h

		  case $ac_cv_search_libusb_init in #(
  -l*) :
    USB_LIBS=${ac_cv_search_libusb_init#-l} ;; #(
  *) :
     ;;
esac


else

		  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libusb not found" >&5
$as_echo "$as_me: WARNING: libusb not found" >&2;}
		  case $host in
		    *-*-openbsd* )

    mu_missing_deps="${mu_missing_deps:+$mu_missing_deps, }libusb1-1.0"
		    ;;

		    *-*-kfreebsd* )

    mu_missing_deps="${mu_missing_deps:+$mu_missing_deps, }libusb2-dev"
		    ;;

		    * )

    mu_missing_deps="${mu_missing_deps:+$mu_missing_deps, }libusb-1.0-0-dev"
		    ;;
		  esac

fi


for ac_func in libusb_strerror libusb_get_port_numbers libusb_has_capability
do :
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF

fi
done


LIBS=$acm_save__0_LIBS
LDFLAGS=$acm_save__0_LDFLAGS



ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu



if test -n "$mu_missing_deps"; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
$as_echo "$as_me: " >&6;}
       { $as_echo "$as_me:${as_lineno-$LINENO}: Some required dependencies were not found." >&5
$as_echo "$as_me: Some required dependencies were not found." >&6;}
       { $as_echo "$as_me:${as_lineno-$LINENO}: Please install: $mu_missing_deps" >&5
$as_echo "$as_me: Please install: $mu_missing_deps" >&6;}
       { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
$as_echo "$as_me: " >&6;}
       as_fn_error $? "Cannot continue until this is resolved." "$LINENO" 5


fi



if test -z "$libusb_header"; then :

    as_fn_error $? "No libusb header file found" "$LINENO" 5

fi



LIBVIRT_SOCKET="$SYSTEM_RUNDIR/libvirt/libvirt-sock"


{ $as_echo "$as_me:${as_lineno-$LINENO}: Configured bit-babbler $PACKAGE_VERSION" >&5
$as_echo "$as_me: Configured bit-babbler $PACKAGE_VERSION" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}:   with udev:            $mu_cv_with_udev" >&5
$as_echo "$as_me:   with udev:            $mu_cv_with_udev" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}:   SEEDD_CONTROL_SOCKET: $SEEDD_CONTROL_SOCKET" >&5
$as_echo "$as_me:   SEEDD_CONTROL_SOCKET: $SEEDD_CONTROL_SOCKET" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}:   LIBVIRT_SOCKET:       $LIBVIRT_SOCKET" >&5
$as_echo "$as_me:   LIBVIRT_SOCKET:       $LIBVIRT_SOCKET" >&6;}
if test -n "$THREAD_STACK_SIZE"; then :

{ $as_echo "$as_me:${as_lineno-$LINENO}:   THREAD_STACK_SIZE:    $THREAD_STACK_SIZE" >&5
$as_echo "$as_me:   THREAD_STACK_SIZE:    $THREAD_STACK_SIZE" >&6;}

fi


case $host in
    *-*-openbsd* )
	{ $as_echo "$as_me:${as_lineno-$LINENO}: NOTE: On OpenBSD you will need to build this by using gmake," >&5
$as_echo "$as_me: NOTE: On OpenBSD you will need to build this by using gmake," >&6;}
	{ $as_echo "$as_me:${as_lineno-$LINENO}:       and you will need to have the bash package installed." >&5
$as_echo "$as_me:       and you will need to have the bash package installed." >&6;}
    ;;

    *-*-freebsd* )
	{ $as_echo "$as_me:${as_lineno-$LINENO}: NOTE: On FreeBSD you will need to build this by using gmake," >&5
$as_echo "$as_me: NOTE: On FreeBSD you will need to build this by using gmake," >&6;}
	{ $as_echo "$as_me:${as_lineno-$LINENO}:       and you will need to have the bash package installed." >&5
$as_echo "$as_me:       and you will need to have the bash package installed." >&6;}
    ;;
esac

ac_config_files="$ac_config_files munin/bit_babbler"





MAKEUP_PLATFORM_HEADER="${makeup_build_platform}_setup.h"
MAKEUP_FLAVOUR_HEADER="$makeup_build_platform${makeup_build_flavour}_setup.h"

CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/include \$(EXTRACPPFLAGS)"
CFLAGS="$CFLAGS \$(EXTRACFLAGS)"
CXXFLAGS="$CXXFLAGS \$(EXTRACXXFLAGS)"






ac_config_commands="$ac_config_commands Makefile"

ac_config_files="$ac_config_files Makefile.acsubst:Makeup/gmake-fragments/makefile.acsubst"

ac_config_headers="$ac_config_headers include/private_setup.h:private_setup.h.in"




ac_config_commands="$ac_config_commands include/setup.h"



ac_config_files="$ac_config_files Makefile.acsubst.bit-babbler:Makeup/config/acsubst.bit-babbler"

ac_config_files="$ac_config_files Makefile.acsubst.sysctl:Makeup/ac-fragments/acsubst.sysctl"

ac_config_files="$ac_config_files Makefile.acsubst.systemd:Makeup/ac-fragments/acsubst.systemd"

ac_config_files="$ac_config_files Makefile.acsubst.udev:Makeup/ac-fragments/acsubst.udev"

ac_config_files="$ac_config_files 60-bit-babbler.rules:Makeup/config/acfile.60-bit-babbler.rules"

ac_config_files="$ac_config_files bit-babbler-sysctl.conf:Makeup/config/acfile.bit-babbler-sysctl.conf"

ac_config_files="$ac_config_files seedd.service:Makeup/config/acfile.seedd.service"

ac_config_files="$ac_config_files seedd-wait.service:Makeup/config/acfile.seedd-wait.service"


cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# `ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.

_ACEOF

# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, we kill variables containing newlines.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
    eval ac_val=\$$ac_var
    case $ac_val in #(
    *${as_nl}*)
      case $ac_var in #(
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
      esac
      case $ac_var in #(
      _ | IFS | as_nl) ;; #(
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
      *) { eval $ac_var=; unset $ac_var;} ;;
      esac ;;
    esac
  done

  (set) 2>&1 |
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
    *${as_nl}ac_space=\ *)
      # `set' does not quote correctly, so add quotes: double-quote
      # substitution turns \\\\ into \\, and sed turns \\ into \.
      sed -n \
	"s/'/'\\\\''/g;
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
      ;; #(
    *)
      # `set' quotes correctly as required by POSIX, so do not add quotes.
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
      ;;
    esac |
    sort
) |
  sed '
     /^ac_cv_env_/b end
     t clear
     :clear
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
     t end
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     :end' >>confcache
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  if test -w "$cache_file"; then
    if test "x$cache_file" != "x/dev/null"; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
$as_echo "$as_me: updating cache $cache_file" >&6;}
      if test ! -f "$cache_file" || test -h "$cache_file"; then
	cat confcache >"$cache_file"
      else
        case $cache_file in #(
        */* | ?:*)
	  mv -f confcache "$cache_file"$$ &&
	  mv -f "$cache_file"$$ "$cache_file" ;; #(
        *)
	  mv -f confcache "$cache_file" ;;
	esac
      fi
    fi
  else
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

DEFS=-DHAVE_CONFIG_H

ac_libobjs=
ac_ltlibobjs=
U=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  # 1. Remove the extension, and $U if already installed.
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  #    will be set to the directory where LIBOBJS objects are built.
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs

LTLIBOBJS=$ac_ltlibobjs




: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
as_write_fail=0
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
#! $SHELL
# Generated by $as_me.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=\${CONFIG_SHELL-$SHELL}
export SHELL
_ASEOF
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in #(
  *posix*) :
    set -o posix ;; #(
  *) :
     ;;
esac
fi


as_nl='
'
export as_nl
# Printing a long string crashes Solaris 7 /usr/bin/printf.
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# Prefer a ksh shell builtin over an external printf program on Solaris,
# but without wasting forks for bash or zsh.
if test -z "$BASH_VERSION$ZSH_VERSION" \
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='print -r --'
  as_echo_n='print -rn --'
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='printf %s\n'
  as_echo_n='printf %s'
else
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    as_echo_n='/usr/ucb/echo -n'
  else
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    as_echo_n_body='eval
      arg=$1;
      case $arg in #(
      *"$as_nl"*)
	expr "X$arg" : "X\\(.*\\)$as_nl";
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
      esac;
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    '
    export as_echo_n_body
    as_echo_n='sh -c $as_echo_n_body as_echo'
  fi
  export as_echo_body
  as_echo='sh -c $as_echo_body as_echo'
fi

# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
      PATH_SEPARATOR=';'
  }
fi


# IFS
# We need space, tab and new line, in precisely that order.  Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
as_myself=
case $0 in #((
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  done
IFS=$as_save_IFS

     ;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  exit 1
fi

# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there.  '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH


# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$4"; then
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  $as_echo "$as_me: error: $2" >&2
  as_fn_exit $as_status
} # as_fn_error


# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
  return $1
} # as_fn_set_status

# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
  set +e
  as_fn_set_status $1
  exit $1
} # as_fn_exit

# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
  { eval $1=; unset $1;}
}
as_unset=as_fn_unset
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
# advantage of any shell optimizations that allow amortized linear growth over
# repeated appends, instead of the typical quadratic growth present in naive
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  eval 'as_fn_append ()
  {
    eval $1+=\$2
  }'
else
  as_fn_append ()
  {
    eval $1=\$$1\$2
  }
fi # as_fn_append

# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  eval 'as_fn_arith ()
  {
    as_val=$(( $* ))
  }'
else
  as_fn_arith ()
  {
    as_val=`expr "$@" || test $? -eq 1`
  }
fi # as_fn_arith


if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  as_expr=expr
else
  as_expr=false
fi

if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  as_basename=basename
else
  as_basename=false
fi

if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  as_dirname=dirname
else
  as_dirname=false
fi

as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$0" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`

# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits

ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
  rm -f conf$$.dir/conf$$.file
else
  rm -f conf$$.dir
  mkdir conf$$.dir 2>/dev/null
fi
if (echo >conf$$.file) 2>/dev/null; then
  if ln -s conf$$.file conf$$ 2>/dev/null; then
    as_ln_s='ln -s'
    # ... but there are two gotchas:
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -pR'.
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
      as_ln_s='cp -pR'
  elif ln conf$$.file conf$$ 2>/dev/null; then
    as_ln_s=ln
  else
    as_ln_s='cp -pR'
  fi
else
  as_ln_s='cp -pR'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null


# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{

  case $as_dir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || eval $as_mkdir_p || {
    as_dirs=
    while :; do
      case $as_dir in #(
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"


} # as_fn_mkdir_p
if mkdir -p . 2>/dev/null; then
  as_mkdir_p='mkdir -p "$as_dir"'
else
  test -d ./-p && rmdir ./-p
  as_mkdir_p=false
fi


# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
  test -f "$1" && test -x "$1"
} # as_fn_executable_p
as_test_x='test -x'
as_executable_p=as_fn_executable_p

# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"

# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"


exec 6>&1
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
_ASEOF
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by bit-babbler $as_me 0.9, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

_ACEOF

case $ac_config_files in *"
"*) set x $ac_config_files; shift; ac_config_files=$*;;
esac

case $ac_config_headers in *"
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
esac


cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
# Files that config.status was made for.
config_files="$ac_config_files"
config_headers="$ac_config_headers"
config_commands="$ac_config_commands"

_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ac_cs_usage="\
\`$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.

Usage: $0 [OPTION]... [TAG]...

  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
      --config     print configuration, then exit
  -q, --quiet, --silent
                   do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to <ron@debian.org>."

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
bit-babbler config.status 0.9
configured by $0, generated by GNU Autoconf 2.69,
  with options \\"\$ac_cs_config\\"

Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."

ac_pwd='$ac_pwd'
srcdir='$srcdir'
INSTALL='$INSTALL'
MKDIR_P='$MKDIR_P'
test -n "\$AWK" || AWK=awk
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    $as_echo "$ac_cs_version"; exit ;;
  --config | --confi | --conf | --con | --co | --c )
    $as_echo "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    '') as_fn_error $? "missing file argument" ;;
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    as_fn_error $? "ambiguous option: \`$1'
Try \`$0 --help' for more information.";;
  --help | --hel | -h )
    $as_echo "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;

  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
if \$ac_cs_recheck; then
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  shift
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  CONFIG_SHELL='$SHELL'
  export CONFIG_SHELL
  exec "\$@"
fi

_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  $as_echo "$ac_log"
} >&5

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
#
# INIT-COMMANDS
#
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS.
    OBSOLETE_ALL_LINGUAS="$ALL_LINGUAS"
    # Capture the value of LINGUAS because we need it to compute CATALOGS.
    LINGUAS="${LINGUAS-%UNSET%}"



                     makeup_version="0.38"
                     package_name="bit-babbler"
                     package_version="0.9"
                     __package_config_dir=""
                     __package_config_public="setup.h"



                   if test ! -e $srcdir/private_setup.h.in; then
                       touch $srcdir/private_setup.h.in;
                   fi;


                    acm_public_macros="$acm_public_macros"
                    $acm_public_macros_def
                    acm_public_strings="$acm_public_strings"
                    $acm_public_strings_def
                    LN_S="$LN_S"
                    config_platform="$MAKEUP_PLATFORM_HEADER"
                    config_flavour="$MAKEUP_FLAVOUR_HEADER"


_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1

# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
    "munin/bit_babbler") CONFIG_FILES="$CONFIG_FILES munin/bit_babbler" ;;
    "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
    "Makefile.acsubst") CONFIG_FILES="$CONFIG_FILES Makefile.acsubst:Makeup/gmake-fragments/makefile.acsubst" ;;
    "include/private_setup.h") CONFIG_HEADERS="$CONFIG_HEADERS include/private_setup.h:private_setup.h.in" ;;
    "include/setup.h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/setup.h" ;;
    "Makefile.acsubst.bit-babbler") CONFIG_FILES="$CONFIG_FILES Makefile.acsubst.bit-babbler:Makeup/config/acsubst.bit-babbler" ;;
    "Makefile.acsubst.sysctl") CONFIG_FILES="$CONFIG_FILES Makefile.acsubst.sysctl:Makeup/ac-fragments/acsubst.sysctl" ;;
    "Makefile.acsubst.systemd") CONFIG_FILES="$CONFIG_FILES Makefile.acsubst.systemd:Makeup/ac-fragments/acsubst.systemd" ;;
    "Makefile.acsubst.udev") CONFIG_FILES="$CONFIG_FILES Makefile.acsubst.udev:Makeup/ac-fragments/acsubst.udev" ;;
    "60-bit-babbler.rules") CONFIG_FILES="$CONFIG_FILES 60-bit-babbler.rules:Makeup/config/acfile.60-bit-babbler.rules" ;;
    "bit-babbler-sysctl.conf") CONFIG_FILES="$CONFIG_FILES bit-babbler-sysctl.conf:Makeup/config/acfile.bit-babbler-sysctl.conf" ;;
    "seedd.service") CONFIG_FILES="$CONFIG_FILES seedd.service:Makeup/config/acfile.seedd.service" ;;
    "seedd-wait.service") CONFIG_FILES="$CONFIG_FILES seedd-wait.service:Makeup/config/acfile.seedd-wait.service" ;;

  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
{
  tmp= ac_tmp=
  trap 'exit_status=$?
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
  trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp

# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
if test -n "$CONFIG_FILES"; then


ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
fi

echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
_ACEOF


{
  echo "cat >conf$$subs.awk <<_ACEOF" &&
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  echo "_ACEOF"
} >conf$$subs.sh ||
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
  . ./conf$$subs.sh ||
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5

  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  if test $ac_delim_n = $ac_delim_num; then
    break
  elif $ac_last_try; then
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done
rm -f conf$$subs.sh

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
_ACEOF
sed -n '
h
s/^/S["/; s/!.*/"]=/
p
g
s/^[^!]*!//
:repl
t repl
s/'"$ac_delim"'$//
t delim
:nl
h
s/\(.\{148\}\)..*/\1/
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
n
b repl
:more1
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t nl
:delim
h
s/\(.\{148\}\)..*/\1/
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
b
:more2
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t delim
' <conf$$subs.awk | sed '
/^[^""]/{
  N
  s/\n//
}
' >>$CONFIG_STATUS || ac_write_fail=1
rm -f conf$$subs.awk
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  FS = ""

}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}

_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
_ACEOF

# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
h
s///
s/^/:/
s/[	 ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
s/:*$//
x
s/\(=[	 ]*\).*/\1/
G
s/\n//
s/^[^=]*=[	 ]*$//
}'
fi

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fi # test -n "$CONFIG_FILES"

# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
_ACEOF

# Transform confdefs.h into an awk script `defines.awk', embedded as
# here-document in config.status, that substitutes the proper values into
# config.h.in to produce config.h.

# Create a delimiter string that does not exist in confdefs.h, to ease
# handling of long lines.
ac_delim='%!_!# '
for ac_last_try in false false :; do
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  if test -z "$ac_tt"; then
    break
  elif $ac_last_try; then
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done

# For the awk script, D is an array of macro values keyed by name,
# likewise P contains macro parameters if any.  Preserve backslash
# newline sequences.

ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
sed -n '
s/.\{148\}/&'"$ac_delim"'/g
t rset
:rset
s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
t def
d
:def
s/\\$//
t bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3"/p
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
d
:bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3\\\\\\n"\\/p
t cont
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
t cont
d
:cont
n
s/.\{148\}/&'"$ac_delim"'/g
t clear
:clear
s/\\$//
t bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/"/p
d
:bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
b cont
' <confdefs.h | sed '
s/'"$ac_delim"'/"\\\
"/g' >>$CONFIG_STATUS || ac_write_fail=1

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  for (key in D) D_is_set[key] = 1
  FS = ""
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
  line = \$ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"


eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
for ac_tag
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain `:'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
      esac
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
    done

    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input='Generated from '`
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
$as_echo "$as_me: creating $ac_file" >&6;}
    fi
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`$as_echo "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac

    case $ac_tag in
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  as_dir="$ac_dir"; as_fn_mkdir_p
  ac_builddir=.

case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  # A ".." for each directory in $ac_dir_suffix.
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  case $ac_top_builddir_sub in
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix

case $srcdir in
  .)  # We are building in place.
    ac_srcdir=.
    ac_top_srcdir=$ac_top_builddir_sub
    ac_abs_top_srcdir=$ac_pwd ;;
  [\\/]* | ?:[\\/]* )  # Absolute name.
    ac_srcdir=$srcdir$ac_dir_suffix;
    ac_top_srcdir=$srcdir
    ac_abs_top_srcdir=$srcdir ;;
  *) # Relative name.
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    ac_top_srcdir=$ac_top_build_prefix$srcdir
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
esac
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  ac_datarootdir_hack='
  s&@datadir@&$datadir&g
  s&@docdir@&$docdir&g
  s&@infodir@&$infodir&g
  s&@localedir@&$localedir&g
  s&@mandir@&$mandir&g
  s&\\\${datarootdir}&$datarootdir&g' ;;
esac
_ACEOF

# Neutralize VPATH when `$srcdir' = `.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_sed_extra="$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined" >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined" >&2;}

  rm -f "$ac_tmp/stdin"
  case $ac_file in
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  esac \
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 ;;
  :H)
  #
  # CONFIG_HEADER
  #
  if test x"$ac_file" != x-; then
    {
      $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    } >"$ac_tmp/config.h" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
    else
      rm -f "$ac_file"
      mv "$ac_tmp/config.h" "$ac_file" \
	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
    fi
  else
    $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
      || as_fn_error $? "could not create -" "$LINENO" 5
  fi
 ;;

  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
$as_echo "$as_me: executing $ac_file commands" >&6;}
 ;;
  esac


  case $ac_file$ac_mode in
    "po-directories":C)
    for ac_file in $CONFIG_FILES; do
      # Support "outfile[:infile[:infile...]]"
      case "$ac_file" in
        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
      esac
      # PO directories have a Makefile.in generated from Makefile.in.in.
      case "$ac_file" in */Makefile.in)
        # Adjust a relative srcdir.
        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
        # In autoconf-2.13 it is called $ac_given_srcdir.
        # In autoconf-2.50 it is called $srcdir.
        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
        case "$ac_given_srcdir" in
          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
          /*) top_srcdir="$ac_given_srcdir" ;;
          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
        esac
        # Treat a directory as a PO directory if and only if it has a
        # POTFILES.in file. This allows packages to have multiple PO
        # directories under different names or in different locations.
        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
          rm -f "$ac_dir/POTFILES"
          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
          gt_tab=`printf '\t'`
          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
          POMAKEFILEDEPS="POTFILES.in"
          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
          # on $ac_dir but don't depend on user-specified configuration
          # parameters.
          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
            # The LINGUAS file contains the set of available languages.
            if test -n "$OBSOLETE_ALL_LINGUAS"; then
              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
            fi
            ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
          else
            # The set of available languages was given in configure.in.
            ALL_LINGUAS=$OBSOLETE_ALL_LINGUAS
          fi
          # Compute POFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
          # Compute UPDATEPOFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
          # Compute DUMMYPOFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
          # Compute GMOFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
          case "$ac_given_srcdir" in
            .) srcdirpre= ;;
            *) srcdirpre='$(srcdir)/' ;;
          esac
          POFILES=
          UPDATEPOFILES=
          DUMMYPOFILES=
          GMOFILES=
          for lang in $ALL_LINGUAS; do
            POFILES="$POFILES $srcdirpre$lang.po"
            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
          done
          # CATALOGS depends on both $ac_dir and the user's LINGUAS
          # environment variable.
          INST_LINGUAS=
          if test -n "$ALL_LINGUAS"; then
            for presentlang in $ALL_LINGUAS; do
              useit=no
              if test "%UNSET%" != "$LINGUAS"; then
                desiredlanguages="$LINGUAS"
              else
                desiredlanguages="$ALL_LINGUAS"
              fi
              for desiredlang in $desiredlanguages; do
                # Use the presentlang catalog if desiredlang is
                #   a. equal to presentlang, or
                #   b. a variant of presentlang (because in this case,
                #      presentlang can be used as a fallback for messages
                #      which are not translated in the desiredlang catalog).
                case "$desiredlang" in
                  "$presentlang"*) useit=yes;;
                esac
              done
              if test $useit = yes; then
                INST_LINGUAS="$INST_LINGUAS $presentlang"
              fi
            done
          fi
          CATALOGS=
          if test -n "$INST_LINGUAS"; then
            for lang in $INST_LINGUAS; do
              CATALOGS="$CATALOGS $lang.gmo"
            done
          fi
          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
            if test -f "$f"; then
              case "$f" in
                *.orig | *.bak | *~) ;;
                *) cat "$f" >> "$ac_dir/Makefile" ;;
              esac
            fi
          done
        fi
        ;;
      esac
    done ;;
    "munin/bit_babbler":F) chmod +x munin/bit_babbler ;;
    "Makefile":C)
                    cat > Makefile <<EOF
# Makeup ACM_CONFIG_MAKEFILE generated makefile.
#
#  Copyright 2003 - 2021, Ron <ron@debian.org>
#
# This file is distributed under the terms of the GNU GPL version 2.
#
# As a special exception to the GPL, it may be distributed without
# modification as a part of a program using a makeup generated build
# system, under the same distribution terms as the program itself.

include Makefile.acsubst
include \$(MAKEUP_TOP_CONFIG)

ifneq (\$(strip \$(MAKEUP_VERBOSE)),)
  include \$(MAKEUP_GMAKE_DIR)/makefile.makeup
else
 -include \$(MAKEUP_GMAKE_DIR)/makefile.makeup
endif

EOF
                    ;;
    "include/setup.h":C)
                    _SUBDIR="$(dirname setup.h)/"
                    if test "$_SUBDIR" = "./"; then
                        _SUBDIR=
                    fi
                    _TEMPFILE="include/.tempfile"

                    _GUARD="_MAKEFILE_PLATFORM_$(echo $package_name | tr "a-z .-" "A-Z___")_CONF_H"

                    cat > $_TEMPFILE <<EOF
/* Makeup ${makeup_version} generated setup.h for ${package_name} ${package_version}
 * Do not edit this file directly, your changes will be lost.
 * Copyright 2003 - 2021, Ron <ron@debian.org>
 *
 * This file is distributed under the terms of the GNU GPL version 2.
 *
 * As a special exception to the GPL, it may be distributed without
 * modification as a part of a program using a makeup generated build
 * system, under the same distribution terms as the program itself.
 */

#ifndef ${_GUARD}
#define ${_GUARD}

// Guard for POSIX dependent code
#if defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__))
    #if (EM_PLATFORM_POSIX != 1)
	#define EM_PLATFORM_POSIX 1
    #endif

    // Guard for Linux kernel dependent code
    #if defined(__linux__)
	#if linux == 1
	    #define SAVE_linux
	    #undef linux
	#elif defined(linux)
	    #warning Macro 'linux' is defined to a value other than 1
	#endif

	#if (EM_PLATFORM_LINUX != 1)
	    #define EM_PLATFORM_LINUX 1
	#endif
	#define EM_PLATFORM__ linux

    #else

	// Guard for BSD dependent code
	#include <sys/param.h>
	#if defined(BSD) || defined(__FreeBSD_kernel__)
	    #if (EM_PLATFORM_BSD != 1)
		#define EM_PLATFORM_BSD 1
	    #endif
	    #define EM_PLATFORM__ bsd
	#endif

	// Guard for MacOSX dependent code
	#if defined(__APPLE__) && defined(__MACH__) && (EM_PLATFORM_MAC != 1)
	    #define EM_PLATFORM_MAC 1
	#endif

    #endif
#endif

// Guard for Windows dependent code
#if defined(_WIN32)
    #if (EM_PLATFORM_MSW != 1)
        #define EM_PLATFORM_MSW 1
    #endif
    #define EM_PLATFORM__ msw
#endif

#ifndef EM_PLATFORM__
    #error Platform unrecognised.
#endif

// Feature override macro.
//
// You may define the value of this macro to specify a configuration
// other than the system default. 'd' will attempt to use a debug
// build, 'r' a release build.  Other flavour options may be defined
// by individual packages in their own configuration.
#ifndef EM_CONFIG_FLAVOUR
#define EM_CONFIG_FLAVOUR
#endif

#define EM_CAT(a,b) EM_CAT_(a,b)
#define EM_CAT_(a,b) a ## b

#define EM_CONFIG_HEADER <${__package_config_dir}EM_CAT(EM_PLATFORM__,EM_CONFIG_FLAVOUR)_${__package_config_public}>
#include EM_CONFIG_HEADER

#ifndef _${_GUARD}
#error Config header cannot be located
#endif

#undef EM_CAT
#undef EM_CAT_
#undef EM_PLATFORM__
#undef EM_CONFIG_HEADER
#ifdef SAVE_linux
    #define linux 1
    #undef SAVE_linux
#endif


// Compiler version tests.
//
// This macro will return false if the version of gcc in use
// is earlier than the specified major, minor limit, or if gcc
// is not being used.  Otherwise it will evaluate to be true.
// This will also be true for the clang compiler, for whatever
// GCC version it is pretending to be compatible with.
#if defined(__GNUC__) && defined(__GNUC_MINOR__)
 #define EM_COMPILER_GCC( major, minor )   ( ( __GNUC__ > (major) )         \\
            || ( __GNUC__ == (major) && __GNUC_MINOR__ >= (minor) ) )
#else
 #define EM_COMPILER_GCC( major, minor )  0
#endif

// As above, except for the clang compiler instead.
#if defined(__clang_major__) && defined(__clang_minor__)
 #define EM_COMPILER_CLANG( major, minor )  ( ( __clang_major__ > (major) ) \\
            || ( __clang_major__ == (major) && __clang_minor__ >= (minor) ) )
#else
 #define EM_COMPILER_CLANG( major, minor )  0
#endif

#endif  // ${_GUARD}

EOF

                    if diff --brief include/setup.h $_TEMPFILE > /dev/null 2>&1; then
                        { $as_echo "$as_me:${as_lineno-$LINENO}: setup.h is unchanged" >&5
$as_echo "$as_me: setup.h is unchanged" >&6;}
                        rm $_TEMPFILE
                    else
                        mv $_TEMPFILE include/setup.h
                    fi

                    echo "/* Makeup generated $_SUBDIR$config_flavour */" > $_TEMPFILE
                    echo                                                >> $_TEMPFILE
                    echo "#ifndef _${_GUARD}"                           >> $_TEMPFILE
                    echo "#define _${_GUARD}"                           >> $_TEMPFILE
                    echo                                                >> $_TEMPFILE
                    for m in $acm_public_macros; do
                        eval echo "/\* \$acm_public_macro_desc_$m \*/"  >> $_TEMPFILE
                             echo "#ifndef $m"                          >> $_TEMPFILE
                        eval echo "\#define $m \$acm_public_macro_$m"   >> $_TEMPFILE
                             echo "#endif"                              >> $_TEMPFILE
                             echo                                       >> $_TEMPFILE
                    done

                    for s in $acm_public_strings; do
                        eval echo "/\* \$acm_public_string_desc_$s \*/" >> $_TEMPFILE
                             echo "#ifndef $s"                          >> $_TEMPFILE
                        eval echo "\#define $s \\\"\$acm_public_string_$s\\\"" >> $_TEMPFILE
                             echo "#endif"                              >> $_TEMPFILE
                             echo                                       >> $_TEMPFILE
                    done
                    echo "#endif  // _${_GUARD}"                        >> $_TEMPFILE

                    if diff --brief include/$_SUBDIR$config_flavour $_TEMPFILE > /dev/null 2>&1; then
                        { $as_echo "$as_me:${as_lineno-$LINENO}: $_SUBDIR$config_flavour is unchanged" >&5
$as_echo "$as_me: $_SUBDIR$config_flavour is unchanged" >&6;}
                        rm $_TEMPFILE
                    else
                        mv $_TEMPFILE include/$_SUBDIR$config_flavour
                    fi

                    ( cd include/$_SUBDIR
                      if test ! -e $config_platform; then
                        $LN_S $config_flavour $config_platform
                      fi
                    )
                    ;;

  esac
done # for ac_tag


as_fn_exit 0
_ACEOF
ac_clean_files=$ac_clean_files_save

test $ac_write_fail = 0 ||
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5


# configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log.
# Unfortunately, on DOS this fails, as config.log is still kept open
# by configure, so config.status won't be able to write to it; its
# output is simply discarded.  So we exec the FD to /dev/null,
# effectively closing config.log, so it can be properly (re)opened and
# appended to by config.status.  When coming back to configure, we
# need to make the FD available again.
if test "$no_create" != yes; then
  ac_cs_success=:
  ac_config_status_args=
  test "$silent" = yes &&
    ac_config_status_args="$ac_config_status_args --quiet"
  exec 5>/dev/null
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  exec 5>>config.log
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  # would make configure fail if this is the last instruction.
  $ac_cs_success || as_fn_exit 1
fi
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi

