Diff for /libaitcfg/configure between versions 1.29.2.1 and 1.30.2.2

version 1.29.2.1, 2023/01/23 23:29:03 version 1.30.2.2, 2024/08/19 19:33:19
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for libaitcfg 9.4.# Generated by GNU Autoconf 2.72 for libaitcfg 9.5.
 #  #
 # Report bugs to <misho@elwix.org>.  # Report bugs to <misho@elwix.org>.
 #  #
 #  #
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
 # Inc.  # Inc.
 #  #
 #  #
Line 17 Line 17
   
 # Be more Bourne compatible  # Be more Bourne compatible
 DUALCASE=1; export DUALCASE # for MKS sh  DUALCASE=1; export DUALCASE # for MKS sh
 as_nop=:  
 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1  if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
 then :  then :
   emulate sh    emulate sh
Line 26  then : Line 25  then :
   # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
else $as_nopelse case e in #(
  case `(set -o) 2>/dev/null` in #(  e) case `(set -o) 2>/dev/null` in #(
   *posix*) :    *posix*) :
     set -o posix ;; #(      set -o posix ;; #(
   *) :    *) :
      ;;       ;;
   esac ;;
 esac  esac
 fi  fi
   
Line 103  IFS=$as_save_IFS Line 103  IFS=$as_save_IFS
   
      ;;       ;;
 esac  esac
# We did not find ourselves, most probably we were run as `sh COMMAND'# 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.  # in which case we are not to be found in the path.
 if test "x$as_myself" = x; then  if test "x$as_myself" = x; then
   as_myself=$0    as_myself=$0
Line 133  case $- in # (((( Line 133  case $- in # ((((
 esac  esac
 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}  exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 # Admittedly, this is quite paranoid, since all the known shells bail  # Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.# out after a failed 'exec'.
 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2  printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
 exit 255  exit 255
   fi    fi
   # We don't want this to propagate to other subprocesses.    # We don't want this to propagate to other subprocesses.
           { _as_can_reexec=; unset _as_can_reexec;}            { _as_can_reexec=; unset _as_can_reexec;}
 if test "x$CONFIG_SHELL" = x; then  if test "x$CONFIG_SHELL" = x; then
  as_bourne_compatible="as_nop=:  as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 
 then :  then :
   emulate sh    emulate sh
   NULLCMD=:    NULLCMD=:
Line 149  then : Line 148  then :
   # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
   alias -g '\${1+\"\$@\"}'='\"\$@\"'    alias -g '\${1+\"\$@\"}'='\"\$@\"'
   setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
else \$as_nopelse case e in #(
  case \`(set -o) 2>/dev/null\` in #(  e) case \`(set -o) 2>/dev/null\` in #(
   *posix*) :    *posix*) :
     set -o posix ;; #(      set -o posix ;; #(
   *) :    *) :
      ;;       ;;
   esac ;;
 esac  esac
 fi  fi
 "  "
Line 172  as_fn_ret_failure && { exitcode=1; echo as_fn_ret_fail Line 172  as_fn_ret_failure && { exitcode=1; echo as_fn_ret_fail
 if ( set x; as_fn_ret_success y && test x = \"\$1\" )  if ( set x; as_fn_ret_success y && test x = \"\$1\" )
 then :  then :
   
else \$as_nopelse case e in #(
  exitcode=1; echo positional parameters were not saved.  e) exitcode=1; echo positional parameters were not saved. ;;
 esac
 fi  fi
 test x\$exitcode = x0 || exit 1  test x\$exitcode = x0 || exit 1
 blah=\$(echo \$(echo blah))  blah=\$(echo \$(echo blah))
Line 186  test -x / || exit 1" Line 187  test -x / || exit 1"
   if (eval "$as_required") 2>/dev/null    if (eval "$as_required") 2>/dev/null
 then :  then :
   as_have_required=yes    as_have_required=yes
else $as_nopelse case e in #(
  as_have_required=no  e) as_have_required=no ;;
 esac
 fi  fi
   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null    if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
 then :  then :
   
else $as_nopelse case e in #(
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 as_found=false  as_found=false
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH  for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 do  do
Line 226  IFS=$as_save_IFS Line 228  IFS=$as_save_IFS
 if $as_found  if $as_found
 then :  then :
   
else $as_nopelse case e in #(
  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&  e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
               as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null                as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
 then :  then :
   CONFIG_SHELL=$SHELL as_have_required=yes    CONFIG_SHELL=$SHELL as_have_required=yes
   fi ;;
   esac
 fi  fi
 fi  
   
   
       if test "x$CONFIG_SHELL" != x        if test "x$CONFIG_SHELL" != x
Line 253  case $- in # (((( Line 256  case $- in # ((((
 esac  esac
 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}  exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 # Admittedly, this is quite paranoid, since all the known shells bail  # Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.# out after a failed 'exec'.
 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2  printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
 exit 255  exit 255
 fi  fi
Line 273  $0: manually run the script under such a shell if you  Line 276  $0: manually run the script under such a shell if you 
 $0: have one."  $0: have one."
   fi    fi
   exit 1    exit 1
   fi ;;
   esac
 fi  fi
 fi  fi
 fi  
 SHELL=${CONFIG_SHELL-/bin/sh}  SHELL=${CONFIG_SHELL-/bin/sh}
 export SHELL  export SHELL
 # Unset more variables known to interfere with behavior of common tools.  # Unset more variables known to interfere with behavior of common tools.
Line 312  as_fn_exit () Line 316  as_fn_exit ()
   as_fn_set_status $1    as_fn_set_status $1
   exit $1    exit $1
 } # as_fn_exit  } # as_fn_exit
 # as_fn_nop  
 # ---------  
 # Do nothing but, unlike ":", preserve the value of $?.  
 as_fn_nop ()  
 {  
   return $?  
 }  
 as_nop=as_fn_nop  
   
 # as_fn_mkdir_p  # as_fn_mkdir_p
 # -------------  # -------------
Line 388  then : Line 384  then :
   {    {
     eval $1+=\$2      eval $1+=\$2
   }'    }'
else $as_nopelse case e in #(
  as_fn_append ()  e) as_fn_append ()
   {    {
     eval $1=\$$1\$2      eval $1=\$$1\$2
  }  } ;;
 esac
 fi # as_fn_append  fi # as_fn_append
   
 # as_fn_arith ARG...  # as_fn_arith ARG...
Line 406  then : Line 403  then :
   {    {
     as_val=$(( $* ))      as_val=$(( $* ))
   }'    }'
else $as_nopelse case e in #(
  as_fn_arith ()  e) as_fn_arith ()
   {    {
     as_val=`expr "$@" || test $? -eq 1`      as_val=`expr "$@" || test $? -eq 1`
  }  } ;;
 esac
 fi # as_fn_arith  fi # as_fn_arith
   
 # as_fn_nop  
 # ---------  
 # Do nothing but, unlike ":", preserve the value of $?.  
 as_fn_nop ()  
 {  
   return $?  
 }  
 as_nop=as_fn_nop  
   
 # as_fn_error STATUS ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ----------------------------------------  # ----------------------------------------
Line 494  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 484  as_cr_alnum=$as_cr_Letters$as_cr_digits
     /[$]LINENO/=      /[$]LINENO/=
   ' <$as_myself |    ' <$as_myself |
     sed '      sed '
         t clear
         :clear
       s/[$]LINENO.*/&-/        s/[$]LINENO.*/&-/
       t lineno        t lineno
       b        b
Line 542  esac Line 534  esac
 as_echo='printf %s\n'  as_echo='printf %s\n'
 as_echo_n='printf %s'  as_echo_n='printf %s'
   
   
 rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
 if test -d conf$$.dir; then  if test -d conf$$.dir; then
   rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
Line 554  if (echo >conf$$.file) 2>/dev/null; then Line 545  if (echo >conf$$.file) 2>/dev/null; then
   if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
     as_ln_s='ln -s'      as_ln_s='ln -s'
     # ... but there are two gotchas:      # ... but there are two gotchas:
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.    # 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.    # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -pR'.    # In both cases, we have to default to 'cp -pR'.
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
       as_ln_s='cp -pR'        as_ln_s='cp -pR'
   elif ln conf$$.file conf$$ 2>/dev/null; then    elif ln conf$$.file conf$$ 2>/dev/null; then
Line 581  as_test_x='test -x' Line 572  as_test_x='test -x'
 as_executable_p=as_fn_executable_p  as_executable_p=as_fn_executable_p
   
 # Sed expression to map a string onto a valid CPP name.  # 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'"as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
   
 # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 as_tr_sh="eval sed '$as_sed_sh'" # deprecated
   
   
 test -n "$DJDIR" || exec 7<&0 </dev/null  test -n "$DJDIR" || exec 7<&0 </dev/null
Line 610  MAKEFLAGS= Line 603  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='libaitcfg'  PACKAGE_NAME='libaitcfg'
 PACKAGE_TARNAME='libaitcfg'  PACKAGE_TARNAME='libaitcfg'
PACKAGE_VERSION='9.4'PACKAGE_VERSION='9.5'
PACKAGE_STRING='libaitcfg 9.4'PACKAGE_STRING='libaitcfg 9.5'
 PACKAGE_BUGREPORT='misho@elwix.org'  PACKAGE_BUGREPORT='misho@elwix.org'
 PACKAGE_URL=''  PACKAGE_URL=''
   
 ac_unique_file="src/aitcfg.c"  ac_unique_file="src/aitcfg.c"
   # Factoring default headers for most tests.
   ac_includes_default="\
   #include <stddef.h>
   #ifdef HAVE_STDIO_H
   # include <stdio.h>
   #endif
   #ifdef HAVE_STDLIB_H
   # include <stdlib.h>
   #endif
   #ifdef HAVE_STRING_H
   # include <string.h>
   #endif
   #ifdef HAVE_INTTYPES_H
   # include <inttypes.h>
   #endif
   #ifdef HAVE_STDINT_H
   # include <stdint.h>
   #endif
   #ifdef HAVE_STRINGS_H
   # include <strings.h>
   #endif
   #ifdef HAVE_SYS_TYPES_H
   # include <sys/types.h>
   #endif
   #ifdef HAVE_SYS_STAT_H
   # include <sys/stat.h>
   #endif
   #ifdef HAVE_UNISTD_H
   # include <unistd.h>
   #endif"
   
   ac_header_c_list=
 ac_subst_vars='LTLIBOBJS  ac_subst_vars='LTLIBOBJS
   DEBIAN_ARCH
 LIBOBJS  LIBOBJS
 MKDEP  MKDEP
 target_os  target_os
Line 802  do Line 828  do
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid feature name: \`$ac_useropt'"      as_fn_error $? "invalid feature name: '$ac_useropt'"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 828  do Line 854  do
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid feature name: \`$ac_useropt'"      as_fn_error $? "invalid feature name: '$ac_useropt'"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1041  do Line 1067  do
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid package name: \`$ac_useropt'"      as_fn_error $? "invalid package name: '$ac_useropt'"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1057  do Line 1083  do
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error $? "invalid package name: \`$ac_useropt'"      as_fn_error $? "invalid package name: '$ac_useropt'"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1087  do Line 1113  do
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
   
  -*) as_fn_error $? "unrecognized option: \`$ac_option'  -*) as_fn_error $? "unrecognized option: '$ac_option'
Try \`$0 --help' for more information"Try '$0 --help' for more information"
     ;;      ;;
   
   *=*)    *=*)
Line 1096  Try \`$0 --help' for more information" Line 1122  Try \`$0 --help' for more information"
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     case $ac_envvar in #(      case $ac_envvar in #(
       '' | [0-9]* | *[!_$as_cr_alnum]* )        '' | [0-9]* | *[!_$as_cr_alnum]* )
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;      as_fn_error $? "invalid variable name: '$ac_envvar'" ;;
     esac      esac
     eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;      export $ac_envvar ;;
Line 1146  do Line 1172  do
   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"    as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 done  done
   
# There might be people who depend on the old broken behavior: `$host'# There might be people who depend on the old broken behavior: '$host'
 # used to hold the argument of --host etc.  # used to hold the argument of --host etc.
 # FIXME: To remove some day.  # FIXME: To remove some day.
 build=$build_alias  build=$build_alias
Line 1214  if test ! -r "$srcdir/$ac_unique_file"; then Line 1240  if test ! -r "$srcdir/$ac_unique_file"; then
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"    as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 fi  fi
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work"
 ac_abs_confdir=`(  ac_abs_confdir=`(
         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"          cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
         pwd)`          pwd)`
Line 1242  if test "$ac_init_help" = "long"; then Line 1268  if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.    # 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.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF    cat <<_ACEOF
\`configure' configures libaitcfg 9.4 to adapt to many kinds of systems.'configure' configures libaitcfg 9.5 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1256  Configuration: Line 1282  Configuration:
       --help=short        display options specific to this package        --help=short        display options specific to this package
       --help=recursive    display the short help of all the included packages        --help=recursive    display the short help of all the included packages
   -V, --version           display version information and exit    -V, --version           display version information and exit
  -q, --quiet, --silent   do not print \`checking ...' messages  -q, --quiet, --silent   do not print 'checking ...' messages
       --cache-file=FILE   cache test results in FILE [disabled]        --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for \`--cache-file=config.cache'  -C, --config-cache      alias for '--cache-file=config.cache'
   -n, --no-create         do not create output files    -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']      --srcdir=DIR        find the sources in DIR [configure dir or '..']
   
 Installation directories:  Installation directories:
   --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
Line 1268  Installation directories: Line 1294  Installation directories:
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                           [PREFIX]                            [PREFIX]
   
By default, \`make install' will install all the files inBy default, 'make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify'$ac_default_prefix/bin', '$ac_default_prefix/lib' etc.  You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix',an installation prefix other than '$ac_default_prefix' using '--prefix',
for instance \`--prefix=\$HOME'.for instance '--prefix=\$HOME'.
   
 For better control, use the options below.  For better control, use the options below.
   
Line 1309  fi Line 1335  fi
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
     short | recursive ) echo "Configuration of libaitcfg 9.4:";;     short | recursive ) echo "Configuration of libaitcfg 9.5:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1328  Some influential environment variables: Line 1354  Some influential environment variables:
   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if    CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>                you have headers in a nonstandard directory <include dir>
   
Use these variables to override the choices made by `configure' or to helpUse these variables to override the choices made by 'configure' or to help
 it to find libraries and programs with nonstandard names/locations.  it to find libraries and programs with nonstandard names/locations.
   
 Report bugs to <misho@elwix.org>.  Report bugs to <misho@elwix.org>.
Line 1395  fi Line 1421  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
libaitcfg configure 9.4libaitcfg configure 9.5
generated by GNU Autoconf 2.71generated by GNU Autoconf 2.72
   
Copyright (C) 2021 Free Software Foundation, Inc.Copyright (C) 2023 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
 _ACEOF  _ACEOF
Line 1437  printf "%s\n" "$ac_try_echo"; } >&5 Line 1463  printf "%s\n" "$ac_try_echo"; } >&5
        } && test -s conftest.$ac_objext         } && test -s conftest.$ac_objext
 then :  then :
   ac_retval=0    ac_retval=0
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: failed program was:" >&5  e) printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
        ac_retval=1        ac_retval=1 ;;
 esac
 fi  fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
Line 1479  printf "%s\n" "$ac_try_echo"; } >&5 Line 1506  printf "%s\n" "$ac_try_echo"; } >&5
        }         }
 then :  then :
   ac_retval=0    ac_retval=0
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: failed program was:" >&5  e) printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
        ac_retval=1        ac_retval=1 ;;
 esac
 fi  fi
   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information    # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would    # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
Line 1495  fi Line 1523  fi
   
 } # ac_fn_c_try_link  } # ac_fn_c_try_link
   
   # 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
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   printf %s "checking for $2... " >&6; }
   if eval test \${$3+y}
   then :
     printf %s "(cached) " >&6
   else case e in #(
     e) 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 case e in #(
     e) eval "$3=no" ;;
   esac
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
   esac
   fi
   eval ac_res=\$$3
                  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   printf "%s\n" "$ac_res" >&6; }
     eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
   } # ac_fn_c_check_header_compile
   
 # ac_fn_c_try_run LINENO  # ac_fn_c_try_run LINENO
 # ----------------------  # ----------------------
 # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that  # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that
Line 1525  printf "%s\n" "$ac_try_echo"; } >&5 Line 1588  printf "%s\n" "$ac_try_echo"; } >&5
   test $ac_status = 0; }; }    test $ac_status = 0; }; }
 then :  then :
   ac_retval=0    ac_retval=0
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: program exited with status $ac_status" >&5  e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5
        printf "%s\n" "$as_me: failed program was:" >&5         printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
       ac_retval=$ac_status       ac_retval=$ac_status ;;
 esac
 fi  fi
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Line 1549  printf %s "checking for $2... " >&6; } Line 1613  printf %s "checking for $2... " >&6; }
 if eval test \${$3+y}  if eval test \${$3+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.  /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */     For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 #define $2 innocuous_$2  #define $2 innocuous_$2
   
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
   which can conflict with char $2 (); below.  */   which can conflict with char $2 (void); below.  */
   
 #include <limits.h>  #include <limits.h>
 #undef $2  #undef $2
Line 1568  else $as_nop Line 1632  else $as_nop
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
 #endif  #endif
char $2 ();char $2 (void);
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
Line 1587  _ACEOF Line 1651  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   eval "$3=yes"    eval "$3=yes"
else $as_nopelse case e in #(
  eval "$3=no"  e) eval "$3=no" ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam \  rm -f core conftest.err conftest.$ac_objext conftest.beam \
    conftest$ac_exeext conftest.$ac_ext    conftest$ac_exeext conftest.$ac_ext ;;
 esac
 fi  fi
 eval ac_res=\$$3  eval ac_res=\$$3
                { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5                 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Line 1623  cat >config.log <<_ACEOF Line 1689  cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
It was created by libaitcfg $as_me 9.4, which wasIt was created by libaitcfg $as_me 9.5, which was
generated by GNU Autoconf 2.71.  Invocation command line wasgenerated by GNU Autoconf 2.72.  Invocation command line was
   
   $ $0$ac_configure_args_raw    $ $0$ac_configure_args_raw
   
Line 1870  esac Line 1936  esac
 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}  printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
     sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
     . "$ac_site_file" \      . "$ac_site_file" \
      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error $? "failed to load site script $ac_site_file  as_fn_error $? "failed to load site script $ac_site_file
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; }
   fi    fi
 done  done
   
Line 1909  struct stat; Line 1975  struct stat;
 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */  /* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
 struct buf { int x; };  struct buf { int x; };
 struct buf * (*rcsopen) (struct buf *, struct stat *, int);  struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)static char *e (char **p, int i)
     char **p; 
     int i; 
 {  {
   return p[i];    return p[i];
 }  }
Line 1925  static char *f (char * (*g) (char **, int), char **p,  Line 1989  static char *f (char * (*g) (char **, int), char **p, 
   return s;    return s;
 }  }
   
   /* C89 style stringification. */
   #define noexpand_stringify(a) #a
   const char *stringified = noexpand_stringify(arbitrary+token=sequence);
   
   /* C89 style token pasting.  Exercises some of the corner cases that
      e.g. old MSVC gets wrong, but not very hard. */
   #define noexpand_concat(a,b) a##b
   #define expand_concat(a,b) noexpand_concat(a,b)
   extern int vA;
   extern int vbee;
   #define aye A
   #define bee B
   int *pvA = &expand_concat(v,aye);
   int *pvbee = &noexpand_concat(v,bee);
   
 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has  /* 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.     function prototypes and stuff, but not \xHH hex character constants.
    These do not provoke an error unfortunately, instead are silently treated     These do not provoke an error unfortunately, instead are silently treated
Line 1952  ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, Line 2031  ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e,
   
 # Test code for whether the C compiler supports C99 (global declarations)  # Test code for whether the C compiler supports C99 (global declarations)
 ac_c_conftest_c99_globals='  ac_c_conftest_c99_globals='
// Does the compiler advertise C99 conformance?/* Does the compiler advertise C99 conformance? */
 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L  #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
 # error "Compiler does not advertise C99 conformance"  # error "Compiler does not advertise C99 conformance"
 #endif  #endif
   
   // See if C++-style comments work.
   
 #include <stdbool.h>  #include <stdbool.h>
 extern int puts (const char *);  extern int puts (const char *);
 extern int printf (const char *, ...);  extern int printf (const char *, ...);
 extern int dprintf (int, const char *, ...);  extern int dprintf (int, const char *, ...);
 extern void *malloc (size_t);  extern void *malloc (size_t);
   extern void free (void *);
   
 // Check varargs macros.  These examples are taken from C99 6.10.3.5.  // Check varargs macros.  These examples are taken from C99 6.10.3.5.
 // dprintf is used instead of fprintf to avoid needing to declare  // dprintf is used instead of fprintf to avoid needing to declare
Line 2011  typedef const char *ccp; Line 2093  typedef const char *ccp;
 static inline int  static inline int
 test_restrict (ccp restrict text)  test_restrict (ccp restrict text)
 {  {
   // See if C++-style comments work.  
   // Iterate through items via the restricted pointer.    // Iterate through items via the restricted pointer.
   // Also check for declarations in for loops.    // Also check for declarations in for loops.
   for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)    for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
Line 2077  ac_c_conftest_c99_main=' Line 2158  ac_c_conftest_c99_main='
   ia->datasize = 10;    ia->datasize = 10;
   for (int i = 0; i < ia->datasize; ++i)    for (int i = 0; i < ia->datasize; ++i)
     ia->data[i] = i * 1.234;      ia->data[i] = i * 1.234;
     // Work around memory leak warnings.
     free (ia);
   
   // Check named initializers.    // Check named initializers.
   struct named_init ni = {    struct named_init ni = {
Line 2098  ac_c_conftest_c99_main=' Line 2181  ac_c_conftest_c99_main='
   
 # Test code for whether the C compiler supports C11 (global declarations)  # Test code for whether the C compiler supports C11 (global declarations)
 ac_c_conftest_c11_globals='  ac_c_conftest_c11_globals='
// Does the compiler advertise C11 conformance?/* Does the compiler advertise C11 conformance? */
 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L  #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
 # error "Compiler does not advertise C11 conformance"  # error "Compiler does not advertise C11 conformance"
 #endif  #endif
Line 2202  main (int argc, char **argv) Line 2285  main (int argc, char **argv)
 }  }
 "  "
   
   as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
   as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
   as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
   as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
   as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
   as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
   as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
   as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
   as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
   
 # Auxiliary files required by this configure script.  # Auxiliary files required by this configure script.
 ac_aux_files="config.guess config.sub install-sh"  ac_aux_files="config.guess config.sub install-sh"
Line 2281  IFS=$as_save_IFS Line 2373  IFS=$as_save_IFS
 if $as_found  if $as_found
 then :  then :
   
else $as_nopelse case e in #(
  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5  e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;
 esac
 fi  fi
   
   
Line 2310  for ac_var in $ac_precious_vars; do Line 2403  for ac_var in $ac_precious_vars; do
   eval ac_new_val=\$ac_env_${ac_var}_value    eval ac_new_val=\$ac_env_${ac_var}_value
   case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
     set,)      set,)
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5
printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;}
       ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
     ,set)      ,set)
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5
printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;}
       ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
     ,);;      ,);;
     *)      *)
Line 2324  printf "%s\n" "$as_me: error: \`$ac_var' was not set i Line 2417  printf "%s\n" "$as_me: error: \`$ac_var' was not set i
         ac_old_val_w=`echo x $ac_old_val`          ac_old_val_w=`echo x $ac_old_val`
         ac_new_val_w=`echo x $ac_new_val`          ac_new_val_w=`echo x $ac_new_val`
         if test "$ac_old_val_w" != "$ac_new_val_w"; then          if test "$ac_old_val_w" != "$ac_new_val_w"; then
          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5
printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;}
           ac_cache_corrupted=:            ac_cache_corrupted=:
         else          else
          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5
printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;}
           eval $ac_var=\$ac_old_val            eval $ac_var=\$ac_old_val
         fi          fi
        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  '$ac_old_val'" >&5
printf "%s\n" "$as_me:   former value:  \`$ac_old_val'" >&2;}printf "%s\n" "$as_me:   former value:  '$ac_old_val'" >&2;}
        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: '$ac_new_val'" >&5
printf "%s\n" "$as_me:   current value: \`$ac_new_val'" >&2;}printf "%s\n" "$as_me:   current value: '$ac_new_val'" >&2;}
       fi;;        fi;;
   esac    esac
   # Pass precious variables to config.status.    # Pass precious variables to config.status.
Line 2351  printf "%s\n" "$as_me:   current value: \`$ac_new_val' Line 2444  printf "%s\n" "$as_me:   current value: \`$ac_new_val'
   fi    fi
 done  done
 if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}  printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
  as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'  as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file'
             and start over" "$LINENO" 5              and start over" "$LINENO" 5
 fi  fi
 ## -------------------- ##  ## -------------------- ##
Line 2399  printf %s "checking for $ac_word... " >&6; } Line 2492  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2422  done Line 2515  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Line 2444  printf %s "checking for $ac_word... " >&6; } Line 2538  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_CC+y}  if test ${ac_cv_prog_ac_ct_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_CC"; then  e) if test -n "$ac_ct_CC"; then
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2467  done Line 2561  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Line 2502  printf %s "checking for $ac_word... " >&6; } Line 2597  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2525  done Line 2620  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Line 2547  printf %s "checking for $ac_word... " >&6; } Line 2643  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
   ac_prog_rejected=no    ac_prog_rejected=no
Line 2587  if test $ac_prog_rejected = yes; then Line 2683  if test $ac_prog_rejected = yes; then
     ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"      ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
   fi    fi
 fi  fi
   fi ;;
   esac
 fi  fi
 fi  
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Line 2611  printf %s "checking for $ac_word... " >&6; } Line 2708  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2634  done Line 2731  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Line 2660  printf %s "checking for $ac_word... " >&6; } Line 2758  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_CC+y}  if test ${ac_cv_prog_ac_ct_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_CC"; then  e) if test -n "$ac_ct_CC"; then
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2683  done Line 2781  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Line 2721  printf %s "checking for $ac_word... " >&6; } Line 2820  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2744  done Line 2843  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
 if test -n "$CC"; then  if test -n "$CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Line 2766  printf %s "checking for $ac_word... " >&6; } Line 2866  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_CC+y}  if test ${ac_cv_prog_ac_ct_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_CC"; then  e) if test -n "$ac_ct_CC"; then
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2789  done Line 2889  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Line 2818  fi Line 2919  fi
 fi  fi
   
   
test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error $? "no acceptable C compiler found in \$PATH  as_fn_error $? "no acceptable C compiler found in \$PATH
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; }
   
 # Provide some information about the compiler.  # Provide some information about the compiler.
 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5  printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Line 2893  printf "%s\n" "$ac_try_echo"; } >&5 Line 2994  printf "%s\n" "$ac_try_echo"; } >&5
   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5    printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }    test $ac_status = 0; }
 then :  then :
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.  # 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'# 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,  # 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  # so that the user can short-circuit this test for compilers unknown to
 # Autoconf.  # Autoconf.
Line 2914  do Line 3015  do
            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`             ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
         fi          fi
         # We set ac_cv_exeext here because the later test for it is not          # 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'        # safe: cross compilers may not add the suffix if given an '-o'
         # argument, so we may need to know it at that point already.          # argument, so we may need to know it at that point already.
         # Even if this section looks crufty: it has the advantage of          # Even if this section looks crufty: it has the advantage of
         # actually working.          # actually working.
Line 2925  do Line 3026  do
 done  done
 test "$ac_cv_exeext" = no && ac_cv_exeext=  test "$ac_cv_exeext" = no && ac_cv_exeext=
   
else $as_nopelse case e in #(
  ac_file=''  e) ac_file='' ;;
 esac
 fi  fi
 if test -z "$ac_file"  if test -z "$ac_file"
 then :  then :
Line 2935  printf "%s\n" "no" >&6; } Line 3037  printf "%s\n" "no" >&6; }
 printf "%s\n" "$as_me: failed program was:" >&5  printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error 77 "C compiler cannot create executables  as_fn_error 77 "C compiler cannot create executables
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }printf "%s\n" "yes" >&6; } ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 printf %s "checking for C compiler default output file name... " >&6; }  printf %s "checking for C compiler default output file name... " >&6; }
Line 2965  printf "%s\n" "$ac_try_echo"; } >&5 Line 3068  printf "%s\n" "$ac_try_echo"; } >&5
   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5    printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }    test $ac_status = 0; }
 then :  then :
  # If both `conftest.exe' and `conftest' are `present' (well, observable)  # If both 'conftest.exe' and 'conftest' are 'present' (well, observable)
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will# catch 'conftest.exe'.  For instance with Cygwin, 'ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with# work properly (i.e., refer to 'conftest.exe'), while it won't with
`rm'.'rm'.
 for ac_file in conftest.exe conftest conftest.*; do  for ac_file in conftest.exe conftest conftest.*; do
   test -f "$ac_file" || continue    test -f "$ac_file" || continue
   case $ac_file in    case $ac_file in
Line 2978  for ac_file in conftest.exe conftest conftest.*; do Line 3081  for ac_file in conftest.exe conftest conftest.*; do
     * ) break;;      * ) break;;
   esac    esac
 done  done
else $as_nopelse case e in #(
  { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error $? "cannot compute suffix of executables: cannot compile and link  as_fn_error $? "cannot compute suffix of executables: cannot compile and link
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; } ;;
 esac
 fi  fi
 rm -f conftest conftest$ac_cv_exeext  rm -f conftest conftest$ac_cv_exeext
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Line 2998  int Line 3102  int
 main (void)  main (void)
 {  {
 FILE *f = fopen ("conftest.out", "w");  FILE *f = fopen ("conftest.out", "w");
    if (!f)
     return 1;
  return ferror (f) || fclose (f) != 0;   return ferror (f) || fclose (f) != 0;
   
   ;    ;
Line 3037  printf "%s\n" "$ac_try_echo"; } >&5 Line 3143  printf "%s\n" "$ac_try_echo"; } >&5
     if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
         cross_compiling=yes          cross_compiling=yes
     else      else
        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error 77 "cannot run C compiled programs.  as_fn_error 77 "cannot run C compiled programs.
If you meant to cross compile, use \`--host'.If you meant to cross compile, use '--host'.
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; }
     fi      fi
   fi    fi
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 printf "%s\n" "$cross_compiling" >&6; }  printf "%s\n" "$cross_compiling" >&6; }
   
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.outrm -f conftest.$ac_ext conftest$ac_cv_exeext \
   conftest.o conftest.obj conftest.out
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 printf %s "checking for suffix of object files... " >&6; }  printf %s "checking for suffix of object files... " >&6; }
 if test ${ac_cv_objext+y}  if test ${ac_cv_objext+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 int  int
Line 3088  then : Line 3195  then :
        break;;         break;;
   esac    esac
 done  done
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: failed program was:" >&5  e) printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error $? "cannot compute suffix of object files: cannot compile  as_fn_error $? "cannot compute suffix of object files: cannot compile
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; } ;;
 esac
 fi  fi
rm -f conftest.$ac_cv_objext conftest.$ac_extrm -f conftest.$ac_cv_objext conftest.$ac_ext ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
 printf "%s\n" "$ac_cv_objext" >&6; }  printf "%s\n" "$ac_cv_objext" >&6; }
Line 3108  printf %s "checking whether the compiler supports GNU  Line 3217  printf %s "checking whether the compiler supports GNU 
 if test ${ac_cv_c_compiler_gnu+y}  if test ${ac_cv_c_compiler_gnu+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 int  int
Line 3126  _ACEOF Line 3235  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   ac_compiler_gnu=yes    ac_compiler_gnu=yes
else $as_nopelse case e in #(
  ac_compiler_gnu=no  e) ac_compiler_gnu=no ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
 ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }  printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
Line 3149  printf %s "checking whether $CC accepts -g... " >&6; } Line 3260  printf %s "checking whether $CC accepts -g... " >&6; }
 if test ${ac_cv_prog_cc_g+y}  if test ${ac_cv_prog_cc_g+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_save_c_werror_flag=$ac_c_werror_flag  e) ac_save_c_werror_flag=$ac_c_werror_flag
    ac_c_werror_flag=yes     ac_c_werror_flag=yes
    ac_cv_prog_cc_g=no     ac_cv_prog_cc_g=no
    CFLAGS="-g"     CFLAGS="-g"
Line 3168  _ACEOF Line 3279  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
else $as_nopelse case e in #(
  CFLAGS=""  e) CFLAGS=""
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
Line 3184  _ACEOF Line 3295  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   
else $as_nopelse case e in #(
  ac_c_werror_flag=$ac_save_c_werror_flag  e) ac_c_werror_flag=$ac_save_c_werror_flag
          CFLAGS="-g"           CFLAGS="-g"
          cat confdefs.h - <<_ACEOF >conftest.$ac_ext           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3202  if ac_fn_c_try_compile "$LINENO" Line 3313  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
 fi  fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_extrm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_extrm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
   ac_c_werror_flag=$ac_save_c_werror_flag   ac_c_werror_flag=$ac_save_c_werror_flag ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }  printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
Line 3234  printf %s "checking for $CC option to enable C11 featu Line 3348  printf %s "checking for $CC option to enable C11 featu
 if test ${ac_cv_prog_cc_c11+y}  if test ${ac_cv_prog_cc_c11+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_prog_cc_c11=no  e) ac_cv_prog_cc_c11=no
 ac_save_CC=$CC  ac_save_CC=$CC
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3252  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3366  rm -f core conftest.err conftest.$ac_objext conftest.b
   test "x$ac_cv_prog_cc_c11" != "xno" && break    test "x$ac_cv_prog_cc_c11" != "xno" && break
 done  done
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
CC=$ac_save_CCCC=$ac_save_CC ;;
 esac
 fi  fi
   
 if test "x$ac_cv_prog_cc_c11" = xno  if test "x$ac_cv_prog_cc_c11" = xno
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 printf "%s\n" "unsupported" >&6; }  printf "%s\n" "unsupported" >&6; }
else $as_nopelse case e in #(
  if test "x$ac_cv_prog_cc_c11" = x  e) if test "x$ac_cv_prog_cc_c11" = x
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 printf "%s\n" "none needed" >&6; }  printf "%s\n" "none needed" >&6; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }  printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
     CC="$CC $ac_cv_prog_cc_c11"     CC="$CC $ac_cv_prog_cc_c11" ;;
 esac
 fi  fi
   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11    ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
  ac_prog_cc_stdc=c11  ac_prog_cc_stdc=c11 ;;
 esac
 fi  fi
 fi  fi
 if test x$ac_prog_cc_stdc = xno  if test x$ac_prog_cc_stdc = xno
Line 3280  printf %s "checking for $CC option to enable C99 featu Line 3397  printf %s "checking for $CC option to enable C99 featu
 if test ${ac_cv_prog_cc_c99+y}  if test ${ac_cv_prog_cc_c99+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_prog_cc_c99=no  e) ac_cv_prog_cc_c99=no
 ac_save_CC=$CC  ac_save_CC=$CC
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3298  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3415  rm -f core conftest.err conftest.$ac_objext conftest.b
   test "x$ac_cv_prog_cc_c99" != "xno" && break    test "x$ac_cv_prog_cc_c99" != "xno" && break
 done  done
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
CC=$ac_save_CCCC=$ac_save_CC ;;
 esac
 fi  fi
   
 if test "x$ac_cv_prog_cc_c99" = xno  if test "x$ac_cv_prog_cc_c99" = xno
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 printf "%s\n" "unsupported" >&6; }  printf "%s\n" "unsupported" >&6; }
else $as_nopelse case e in #(
  if test "x$ac_cv_prog_cc_c99" = x  e) if test "x$ac_cv_prog_cc_c99" = x
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 printf "%s\n" "none needed" >&6; }  printf "%s\n" "none needed" >&6; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }  printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
     CC="$CC $ac_cv_prog_cc_c99"     CC="$CC $ac_cv_prog_cc_c99" ;;
 esac
 fi  fi
   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99    ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
  ac_prog_cc_stdc=c99  ac_prog_cc_stdc=c99 ;;
 esac
 fi  fi
 fi  fi
 if test x$ac_prog_cc_stdc = xno  if test x$ac_prog_cc_stdc = xno
Line 3326  printf %s "checking for $CC option to enable C89 featu Line 3446  printf %s "checking for $CC option to enable C89 featu
 if test ${ac_cv_prog_cc_c89+y}  if test ${ac_cv_prog_cc_c89+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_prog_cc_c89=no  e) ac_cv_prog_cc_c89=no
 ac_save_CC=$CC  ac_save_CC=$CC
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3344  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3464  rm -f core conftest.err conftest.$ac_objext conftest.b
   test "x$ac_cv_prog_cc_c89" != "xno" && break    test "x$ac_cv_prog_cc_c89" != "xno" && break
 done  done
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
CC=$ac_save_CCCC=$ac_save_CC ;;
 esac
 fi  fi
   
 if test "x$ac_cv_prog_cc_c89" = xno  if test "x$ac_cv_prog_cc_c89" = xno
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 printf "%s\n" "unsupported" >&6; }  printf "%s\n" "unsupported" >&6; }
else $as_nopelse case e in #(
  if test "x$ac_cv_prog_cc_c89" = x  e) if test "x$ac_cv_prog_cc_c89" = x
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 printf "%s\n" "none needed" >&6; }  printf "%s\n" "none needed" >&6; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }  printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
     CC="$CC $ac_cv_prog_cc_c89"     CC="$CC $ac_cv_prog_cc_c89" ;;
 esac
 fi  fi
   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89    ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
  ac_prog_cc_stdc=c89  ac_prog_cc_stdc=c89 ;;
 esac
 fi  fi
 fi  fi
   
Line 3394  if test -z "$INSTALL"; then Line 3517  if test -z "$INSTALL"; then
 if test ${ac_cv_path_install+y}  if test ${ac_cv_path_install+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH  for as_dir in $PATH
 do  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
Line 3449  esac Line 3572  esac
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
 rm -rf conftest.one conftest.two conftest.dir  rm -rf conftest.one conftest.two conftest.dir
 ;;
 esac
 fi  fi
   if test ${ac_cv_path_install+y}; then    if test ${ac_cv_path_install+y}; then
     INSTALL=$ac_cv_path_install      INSTALL=$ac_cv_path_install
Line 3480  printf %s "checking for $ac_word... " >&6; } Line 3604  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_RANLIB+y}  if test ${ac_cv_prog_RANLIB+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$RANLIB"; then  e) if test -n "$RANLIB"; then
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3503  done Line 3627  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 RANLIB=$ac_cv_prog_RANLIB  RANLIB=$ac_cv_prog_RANLIB
 if test -n "$RANLIB"; then  if test -n "$RANLIB"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
Line 3525  printf %s "checking for $ac_word... " >&6; } Line 3650  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_RANLIB+y}  if test ${ac_cv_prog_ac_ct_RANLIB+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_RANLIB"; then  e) if test -n "$ac_ct_RANLIB"; then
   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3548  done Line 3673  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 if test -n "$ac_ct_RANLIB"; then  if test -n "$ac_ct_RANLIB"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
Line 3586  printf %s "checking build system type... " >&6; } Line 3712  printf %s "checking build system type... " >&6; }
 if test ${ac_cv_build+y}  if test ${ac_cv_build+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_build_alias=$build_alias  e) ac_build_alias=$build_alias
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`    ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5    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` ||  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    as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 printf "%s\n" "$ac_cv_build" >&6; }  printf "%s\n" "$ac_cv_build" >&6; }
Line 3621  printf %s "checking host system type... " >&6; } Line 3748  printf %s "checking host system type... " >&6; }
 if test ${ac_cv_host+y}  if test ${ac_cv_host+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test "x$host_alias" = x; then  e) if test "x$host_alias" = x; then
   ac_cv_host=$ac_cv_build    ac_cv_host=$ac_cv_build
 else  else
   ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||    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      as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
 fi  fi
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
 printf "%s\n" "$ac_cv_host" >&6; }  printf "%s\n" "$ac_cv_host" >&6; }
Line 3655  printf %s "checking target system type... " >&6; } Line 3783  printf %s "checking target system type... " >&6; }
 if test ${ac_cv_target+y}  if test ${ac_cv_target+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test "x$target_alias" = x; then  e) if test "x$target_alias" = x; then
   ac_cv_target=$ac_cv_host    ac_cv_target=$ac_cv_host
 else  else
   ac_cv_target=`$SHELL "${ac_aux_dir}config.sub" $target_alias` ||    ac_cv_target=`$SHELL "${ac_aux_dir}config.sub" $target_alias` ||
     as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $target_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $target_alias failed" "$LINENO" 5
 fi  fi
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
 printf "%s\n" "$ac_cv_target" >&6; }  printf "%s\n" "$ac_cv_target" >&6; }
Line 3699  printf %s "checking for $ac_word... " >&6; } Line 3828  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_MKDEP+y}  if test ${ac_cv_prog_MKDEP+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$MKDEP"; then  e) if test -n "$MKDEP"; then
   ac_cv_prog_MKDEP="$MKDEP" # Let the user override the test.    ac_cv_prog_MKDEP="$MKDEP" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3722  done Line 3851  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 MKDEP=$ac_cv_prog_MKDEP  MKDEP=$ac_cv_prog_MKDEP
 if test -n "$MKDEP"; then  if test -n "$MKDEP"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDEP" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDEP" >&5
Line 3744  printf %s "checking for $ac_word... " >&6; } Line 3874  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_MKDEP+y}  if test ${ac_cv_prog_ac_ct_MKDEP+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_MKDEP"; then  e) if test -n "$ac_ct_MKDEP"; then
   ac_cv_prog_ac_ct_MKDEP="$ac_ct_MKDEP" # Let the user override the test.    ac_cv_prog_ac_ct_MKDEP="$ac_ct_MKDEP" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3767  done Line 3897  done
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   
   fi ;;
   esac
 fi  fi
 fi  
 ac_ct_MKDEP=$ac_cv_prog_ac_ct_MKDEP  ac_ct_MKDEP=$ac_cv_prog_ac_ct_MKDEP
 if test -n "$ac_ct_MKDEP"; then  if test -n "$ac_ct_MKDEP"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MKDEP" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MKDEP" >&5
Line 3795  fi Line 3926  fi
   
   
   
CFLAGS="-Wall -O2 -fPIC ${CFLAGS}"if test "${ac_cv_env_CFLAGS_set}" != "set"; then
LDFLAGS="${LDFLAGS}"        CFLAGS="-Wall -O2 -I${includedir}"
 else
         CFLAGS="${ac_cv_env_CFLAGS_value}"
 fi
 if test "${ac_cv_env_LDFLAGS_set}" = "set"; then
         LDFLAGS="${ac_cv_env_LDFLAGS_value}"
 else
         LDFLAGS="-L${libdir}"
 fi
   
   
 # Checks for libraries.  # Checks for libraries.
   
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_lock in -lpthread" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_lock in -lpthread" >&5
Line 3805  printf %s "checking for pthread_mutex_lock in -lpthrea Line 3945  printf %s "checking for pthread_mutex_lock in -lpthrea
 if test ${ac_cv_lib_pthread_pthread_mutex_lock+y}  if test ${ac_cv_lib_pthread_pthread_mutex_lock+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_check_lib_save_LIBS=$LIBS  e) ac_check_lib_save_LIBS=$LIBS
 LIBS="-lpthread  $LIBS"  LIBS="-lpthread  $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 /* Override any GCC internal prototype to avoid an error.  /* Override any GCC internal prototype to avoid an error.
    Use char because int might match the return type of a GCC     Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */   builtin and then its argument prototype would still apply.
char pthread_mutex_lock ();   The 'extern "C"' is for builds by C++ compilers;
    although this is not generally supported in C code supporting it here
    has little cost and some practical benefit (sr 110532).  */
 #ifdef __cplusplus
 extern "C"
 #endif
 char pthread_mutex_lock (void);
 int  int
 main (void)  main (void)
 {  {
Line 3826  _ACEOF Line 3972  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   ac_cv_lib_pthread_pthread_mutex_lock=yes    ac_cv_lib_pthread_pthread_mutex_lock=yes
else $as_nopelse case e in #(
  ac_cv_lib_pthread_pthread_mutex_lock=no  e) ac_cv_lib_pthread_pthread_mutex_lock=no ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam \  rm -f core conftest.err conftest.$ac_objext conftest.beam \
     conftest$ac_exeext conftest.$ac_ext      conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBSLIBS=$ac_check_lib_save_LIBS ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_mutex_lock" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_mutex_lock" >&5
 printf "%s\n" "$ac_cv_lib_pthread_pthread_mutex_lock" >&6; }  printf "%s\n" "$ac_cv_lib_pthread_pthread_mutex_lock" >&6; }
Line 3848  printf %s "checking for str_Trim in -lelwix... " >&6;  Line 3996  printf %s "checking for str_Trim in -lelwix... " >&6; 
 if test ${ac_cv_lib_elwix_str_Trim+y}  if test ${ac_cv_lib_elwix_str_Trim+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_check_lib_save_LIBS=$LIBS  e) ac_check_lib_save_LIBS=$LIBS
 LIBS="-lelwix  $LIBS"  LIBS="-lelwix  $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 /* Override any GCC internal prototype to avoid an error.  /* Override any GCC internal prototype to avoid an error.
    Use char because int might match the return type of a GCC     Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */   builtin and then its argument prototype would still apply.
char str_Trim ();   The 'extern "C"' is for builds by C++ compilers;
    although this is not generally supported in C code supporting it here
    has little cost and some practical benefit (sr 110532).  */
 #ifdef __cplusplus
 extern "C"
 #endif
 char str_Trim (void);
 int  int
 main (void)  main (void)
 {  {
Line 3869  _ACEOF Line 4023  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   ac_cv_lib_elwix_str_Trim=yes    ac_cv_lib_elwix_str_Trim=yes
else $as_nopelse case e in #(
  ac_cv_lib_elwix_str_Trim=no  e) ac_cv_lib_elwix_str_Trim=no ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam \  rm -f core conftest.err conftest.$ac_objext conftest.beam \
     conftest$ac_exeext conftest.$ac_ext      conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBSLIBS=$ac_check_lib_save_LIBS ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elwix_str_Trim" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elwix_str_Trim" >&5
 printf "%s\n" "$ac_cv_lib_elwix_str_Trim" >&6; }  printf "%s\n" "$ac_cv_lib_elwix_str_Trim" >&6; }
Line 3888  fi Line 4044  fi
   
   
 # Checks for header files.  # Checks for header files.
   ac_header= ac_cache=
   for ac_item in $ac_header_c_list
   do
     if test $ac_cache; then
       ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
       if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
         printf "%s\n" "#define $ac_item 1" >> confdefs.h
       fi
       ac_header= ac_cache=
     elif test $ac_header; then
       ac_cache=$ac_item
     else
       ac_header=$ac_item
     fi
   done
   
   
   
   
   
   
   
   
   if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
   then :
   
   printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
   
   fi
   ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
   if test "x$ac_cv_header_stdint_h" = xyes
   then :
     printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h
   
   fi
   ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
   if test "x$ac_cv_header_stdlib_h" = xyes
   then :
     printf "%s\n" "#define HAVE_STDLIB_H 1" >>confdefs.h
   
   fi
   ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default"
   if test "x$ac_cv_header_string_h" = xyes
   then :
     printf "%s\n" "#define HAVE_STRING_H 1" >>confdefs.h
   
   fi
   ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
   if test "x$ac_cv_header_unistd_h" = xyes
   then :
     printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h
   
   fi
   
   ac_fn_c_check_header_compile "$LINENO" "bsd/string.h" "ac_cv_header_bsd_string_h" "$ac_includes_default"
   if test "x$ac_cv_header_bsd_string_h" = xyes
   then :
     printf "%s\n" "#define HAVE_BSD_STRING_H 1" >>confdefs.h
   
   fi
   
   
 # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
 printf %s "checking for an ANSI C-conforming const... " >&6; }  printf %s "checking for an ANSI C-conforming const... " >&6; }
 if test ${ac_cv_c_const+y}  if test ${ac_cv_c_const+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 int  int
Line 3960  _ACEOF Line 4177  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   ac_cv_c_const=yes    ac_cv_c_const=yes
else $as_nopelse case e in #(
  ac_cv_c_const=no  e) ac_cv_c_const=no ;;
 esac
 fi  fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_extrm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
 printf "%s\n" "$ac_cv_c_const" >&6; }  printf "%s\n" "$ac_cv_c_const" >&6; }
Line 3978  printf %s "checking for inline... " >&6; } Line 4197  printf %s "checking for inline... " >&6; }
 if test ${ac_cv_c_inline+y}  if test ${ac_cv_c_inline+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_c_inline=no  e) ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do  for ac_kw in inline __inline__ __inline; do
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3997  fi Line 4216  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
   test "$ac_cv_c_inline" != no && break    test "$ac_cv_c_inline" != no && break
 done  done
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
 printf "%s\n" "$ac_cv_c_inline" >&6; }  printf "%s\n" "$ac_cv_c_inline" >&6; }
Line 4024  printf %s "checking for GNU libc compatible malloc...  Line 4244  printf %s "checking for GNU libc compatible malloc... 
 if test ${ac_cv_func_malloc_0_nonnull+y}  if test ${ac_cv_func_malloc_0_nonnull+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test "$cross_compiling" = yes  e) if test "$cross_compiling" = yes
 then :  then :
   case "$host_os" in # ((    case "$host_os" in # ((
                   # Guess yes on platforms where we know the result.                    # Guess yes on platforms where we know the result.
                   *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \                    *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \
                  | hpux* | solaris* | cygwin* | mingw* | msys* )                  | hpux* | solaris* | cygwin* | mingw* | windows* | msys* )
                     ac_cv_func_malloc_0_nonnull=yes ;;                      ac_cv_func_malloc_0_nonnull=yes ;;
                   # If we don't know, assume the worst.                    # If we don't know, assume the worst.
                   *) ac_cv_func_malloc_0_nonnull=no ;;                    *) ac_cv_func_malloc_0_nonnull=no ;;
                 esac                  esac
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
   
Line 4054  _ACEOF Line 4274  _ACEOF
 if ac_fn_c_try_run "$LINENO"  if ac_fn_c_try_run "$LINENO"
 then :  then :
   ac_cv_func_malloc_0_nonnull=yes    ac_cv_func_malloc_0_nonnull=yes
else $as_nopelse case e in #(
  ac_cv_func_malloc_0_nonnull=no  e) ac_cv_func_malloc_0_nonnull=no ;;
 esac
 fi  fi
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext  conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
 printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; }  printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; }
Line 4069  then : Line 4292  then :
   
 printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h  printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h
   
else $as_nopelse case e in #(
  printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h  e) printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h
   
    case " $LIBOBJS " in     case " $LIBOBJS " in
   *" malloc.$ac_objext "* ) ;;    *" malloc.$ac_objext "* ) ;;
Line 4080  esac Line 4303  esac
   
   
 printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h  printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h
 ;;
 esac
 fi  fi
   
   
Line 4089  printf %s "checking for GNU libc compatible realloc... Line 4313  printf %s "checking for GNU libc compatible realloc...
 if test ${ac_cv_func_realloc_0_nonnull+y}  if test ${ac_cv_func_realloc_0_nonnull+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test "$cross_compiling" = yes  e) if test "$cross_compiling" = yes
 then :  then :
   case "$host_os" in # ((    case "$host_os" in # ((
                   # Guess yes on platforms where we know the result.                    # Guess yes on platforms where we know the result.
                   *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \                    *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \
                  | hpux* | solaris* | cygwin* | mingw* | msys* )                  | hpux* | solaris* | cygwin* | mingw* | windows* | msys* )
                     ac_cv_func_realloc_0_nonnull=yes ;;                      ac_cv_func_realloc_0_nonnull=yes ;;
                   # If we don't know, assume the worst.                    # If we don't know, assume the worst.
                   *) ac_cv_func_realloc_0_nonnull=no ;;                    *) ac_cv_func_realloc_0_nonnull=no ;;
                 esac                  esac
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
   
Line 4119  _ACEOF Line 4343  _ACEOF
 if ac_fn_c_try_run "$LINENO"  if ac_fn_c_try_run "$LINENO"
 then :  then :
   ac_cv_func_realloc_0_nonnull=yes    ac_cv_func_realloc_0_nonnull=yes
else $as_nopelse case e in #(
  ac_cv_func_realloc_0_nonnull=no  e) ac_cv_func_realloc_0_nonnull=no ;;
 esac
 fi  fi
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext  conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
 printf "%s\n" "$ac_cv_func_realloc_0_nonnull" >&6; }  printf "%s\n" "$ac_cv_func_realloc_0_nonnull" >&6; }
Line 4134  then : Line 4361  then :
   
 printf "%s\n" "#define HAVE_REALLOC 1" >>confdefs.h  printf "%s\n" "#define HAVE_REALLOC 1" >>confdefs.h
   
else $as_nopelse case e in #(
  printf "%s\n" "#define HAVE_REALLOC 0" >>confdefs.h  e) printf "%s\n" "#define HAVE_REALLOC 0" >>confdefs.h
   
    case " $LIBOBJS " in     case " $LIBOBJS " in
   *" realloc.$ac_objext "* ) ;;    *" realloc.$ac_objext "* ) ;;
Line 4145  esac Line 4372  esac
   
   
 printf "%s\n" "#define realloc rpl_realloc" >>confdefs.h  printf "%s\n" "#define realloc rpl_realloc" >>confdefs.h
 ;;
 esac
 fi  fi
   
   
 ac_fn_c_check_func "$LINENO" "bzero" "ac_cv_func_bzero"  
 if test "x$ac_cv_func_bzero" = xyes  
 then :  
   printf "%s\n" "#define HAVE_BZERO 1" >>confdefs.h  
   
 fi  
 ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove"  ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove"
 if test "x$ac_cv_func_memmove" = xyes  if test "x$ac_cv_func_memmove" = xyes
 then :  then :
Line 4201  printf "%s\n" "#define NDEBUG /**/" >>confdefs.h Line 4423  printf "%s\n" "#define NDEBUG /**/" >>confdefs.h
   
                                 ;;                                  ;;
                 esac                  esac
   else case e in #(
     e)
   printf "%s\n" "#define NDEBUG /**/" >>confdefs.h
    ;;
   esac
 fi  fi
   
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DEBUG" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DEBUG" >&5
 printf "%s\n" "$DEBUG" >&6; }  printf "%s\n" "$DEBUG" >&6; }
   
ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile"DEBIAN_ARCH=$target_cpu
 if  test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l"
 then :
   DEBIAN_ARCH="armhf"
 fi
 if  test "x$target_cpu" = "xaarch64"
 then :
   DEBIAN_ARCH="arm64"
 fi
 if  test "x$target_cpu" = "xi686"
 then :
   DEBIAN_ARCH="i386"
 fi
 if  test "x$target_cpu" = "xx86_64"
 then :
   DEBIAN_ARCH="amd64"
 fi
   
   
   ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile debian/Makefile debian/control src/Makefile"
   
 cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
Line 4218  cat >confcache <<\_ACEOF Line 4464  cat >confcache <<\_ACEOF
 # config.status only pays attention to the cache file if you give it  # config.status only pays attention to the cache file if you give it
 # the --recheck option to rerun configure.  # the --recheck option to rerun configure.
 #  #
# `ac_cv_env_foo' variables (set or unset) will be overridden when# 'ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the# loading this file, other *unset* 'ac_cv_foo' will be assigned the
 # following values.  # following values.
   
 _ACEOF  _ACEOF
Line 4249  printf "%s\n" "$as_me: WARNING: cache variable $ac_var Line 4495  printf "%s\n" "$as_me: WARNING: cache variable $ac_var
   (set) 2>&1 |    (set) 2>&1 |
     case $as_nl`(ac_space=' '; set) 2>&1` in #(      case $as_nl`(ac_space=' '; set) 2>&1` in #(
     *${as_nl}ac_space=\ *)      *${as_nl}ac_space=\ *)
      # `set' does not quote correctly, so add quotes: double-quote      # 'set' does not quote correctly, so add quotes: double-quote
       # substitution turns \\\\ into \\, and sed turns \\ into \.        # substitution turns \\\\ into \\, and sed turns \\ into \.
       sed -n \        sed -n \
         "s/'/'\\\\''/g;          "s/'/'\\\\''/g;
           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
       ;; #(        ;; #(
     *)      *)
      # `set' quotes correctly as required by POSIX, so do not add quotes.      # 'set' quotes correctly as required by POSIX, so do not add quotes.
       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"        sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
       ;;        ;;
     esac |      esac |
Line 4346  cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 Line 4592  cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
   
 # Be more Bourne compatible  # Be more Bourne compatible
 DUALCASE=1; export DUALCASE # for MKS sh  DUALCASE=1; export DUALCASE # for MKS sh
 as_nop=:  
 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1  if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
 then :  then :
   emulate sh    emulate sh
Line 4355  then : Line 4600  then :
   # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
else $as_nopelse case e in #(
  case `(set -o) 2>/dev/null` in #(  e) case `(set -o) 2>/dev/null` in #(
   *posix*) :    *posix*) :
     set -o posix ;; #(      set -o posix ;; #(
   *) :    *) :
      ;;       ;;
   esac ;;
 esac  esac
 fi  fi
   
Line 4432  IFS=$as_save_IFS Line 4678  IFS=$as_save_IFS
   
      ;;       ;;
 esac  esac
# We did not find ourselves, most probably we were run as `sh COMMAND'# 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.  # in which case we are not to be found in the path.
 if test "x$as_myself" = x; then  if test "x$as_myself" = x; then
   as_myself=$0    as_myself=$0
Line 4461  as_fn_error () Line 4707  as_fn_error ()
 } # as_fn_error  } # as_fn_error
   
   
   
 # as_fn_set_status STATUS  # as_fn_set_status STATUS
 # -----------------------  # -----------------------
 # Set $? to STATUS, without forking.  # Set $? to STATUS, without forking.
Line 4501  then : Line 4746  then :
   {    {
     eval $1+=\$2      eval $1+=\$2
   }'    }'
else $as_nopelse case e in #(
  as_fn_append ()  e) as_fn_append ()
   {    {
     eval $1=\$$1\$2      eval $1=\$$1\$2
  }  } ;;
 esac
 fi # as_fn_append  fi # as_fn_append
   
 # as_fn_arith ARG...  # as_fn_arith ARG...
Line 4519  then : Line 4765  then :
   {    {
     as_val=$(( $* ))      as_val=$(( $* ))
   }'    }'
else $as_nopelse case e in #(
  as_fn_arith ()  e) as_fn_arith ()
   {    {
     as_val=`expr "$@" || test $? -eq 1`      as_val=`expr "$@" || test $? -eq 1`
  }  } ;;
 esac
 fi # as_fn_arith  fi # as_fn_arith
   
   
Line 4606  if (echo >conf$$.file) 2>/dev/null; then Line 4853  if (echo >conf$$.file) 2>/dev/null; then
   if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
     as_ln_s='ln -s'      as_ln_s='ln -s'
     # ... but there are two gotchas:      # ... but there are two gotchas:
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.    # 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.    # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -pR'.    # In both cases, we have to default to 'cp -pR'.
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
       as_ln_s='cp -pR'        as_ln_s='cp -pR'
   elif ln conf$$.file conf$$ 2>/dev/null; then    elif ln conf$$.file conf$$ 2>/dev/null; then
Line 4689  as_test_x='test -x' Line 4936  as_test_x='test -x'
 as_executable_p=as_fn_executable_p  as_executable_p=as_fn_executable_p
   
 # Sed expression to map a string onto a valid CPP name.  # 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'"as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
   
 # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 as_tr_sh="eval sed '$as_sed_sh'" # deprecated
   
   
 exec 6>&1  exec 6>&1
Line 4707  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 Line 4956  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
This file was extended by libaitcfg $as_me 9.4, which wasThis file was extended by libaitcfg $as_me 9.5, which was
generated by GNU Autoconf 2.71.  Invocation command line wasgenerated by GNU Autoconf 2.72.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 4739  _ACEOF Line 4988  _ACEOF
   
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 ac_cs_usage="\  ac_cs_usage="\
\`$as_me' instantiates files and other configuration actions'$as_me' instantiates files and other configuration actions
 from templates according to the current configuration.  Unless the files  from templates according to the current configuration.  Unless the files
 and actions are specified as TAGs, all are instantiated by default.  and actions are specified as TAGs, all are instantiated by default.
   
Line 4771  ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" |  Line 5020  ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | 
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'  ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\  ac_cs_version="\\
libaitcfg config.status 9.4libaitcfg config.status 9.5
configured by $0, generated by GNU Autoconf 2.71,configured by $0, generated by GNU Autoconf 2.72,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
Copyright (C) 2021 Free Software Foundation, Inc.Copyright (C) 2023 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
   
Line 4835  do Line 5084  do
     ac_need_defaults=false;;      ac_need_defaults=false;;
   --he | --h)    --he | --h)
     # Conflict between --help and --header      # Conflict between --help and --header
    as_fn_error $? "ambiguous option: \`$1'    as_fn_error $? "ambiguous option: '$1'
Try \`$0 --help' for more information.";;Try '$0 --help' for more information.";;
   --help | --hel | -h )    --help | --hel | -h )
     printf "%s\n" "$ac_cs_usage"; exit ;;      printf "%s\n" "$ac_cs_usage"; exit ;;
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Line 4844  Try \`$0 --help' for more information.";; Line 5093  Try \`$0 --help' for more information.";;
     ac_cs_silent=: ;;      ac_cs_silent=: ;;
   
   # This is an error.    # This is an error.
  -*) as_fn_error $? "unrecognized option: \`$1'  -*) as_fn_error $? "unrecognized option: '$1'
Try \`$0 --help' for more information." ;;Try '$0 --help' for more information." ;;
   
   *) as_fn_append ac_config_targets " $1"    *) as_fn_append ac_config_targets " $1"
      ac_need_defaults=false ;;       ac_need_defaults=false ;;
Line 4897  do Line 5146  do
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;      "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
       "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;;
       "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
   
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;  *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
   esac    esac
 done  done
   
Line 4918  fi Line 5169  fi
 # creating and moving files from /tmp can sometimes cause problems.  # creating and moving files from /tmp can sometimes cause problems.
 # Hook for its removal unless debugging.  # Hook for its removal unless debugging.
 # Note that there is a small window in which the directory will not be cleaned:  # 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'.# after its creation but before its name has been assigned to '$tmp'.
 $debug ||  $debug ||
 {  {
   tmp= ac_tmp=    tmp= ac_tmp=
Line 4942  ac_tmp=$tmp Line 5193  ac_tmp=$tmp
   
 # Set up the scripts for CONFIG_FILES section.  # Set up the scripts for CONFIG_FILES section.
 # No need to generate them if there are no CONFIG_FILES.  # No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.# This happens for instance with './config.status config.h'.
 if test -n "$CONFIG_FILES"; then  if test -n "$CONFIG_FILES"; then
   
   
Line 5100  fi # test -n "$CONFIG_FILES" Line 5351  fi # test -n "$CONFIG_FILES"
   
 # Set up the scripts for CONFIG_HEADERS section.  # Set up the scripts for CONFIG_HEADERS section.
 # No need to generate them if there are no CONFIG_HEADERS.  # No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.# This happens for instance with './config.status Makefile'.
 if test -n "$CONFIG_HEADERS"; then  if test -n "$CONFIG_HEADERS"; then
 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||  cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
 BEGIN {  BEGIN {
 _ACEOF  _ACEOF
   
# Transform confdefs.h into an awk script `defines.awk', embedded as# Transform confdefs.h into an awk script 'defines.awk', embedded as
 # here-document in config.status, that substitutes the proper values into  # here-document in config.status, that substitutes the proper values into
 # config.h.in to produce config.h.  # config.h.in to produce config.h.
   
Line 5216  do Line 5467  do
   esac    esac
   case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
   :[FHL]*:*);;    :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;  :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
   :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   esac    esac
Line 5238  do Line 5489  do
       -) ac_f="$ac_tmp/stdin";;        -) ac_f="$ac_tmp/stdin";;
       *) # Look for the file first in the build tree, then in the source tree        *) # 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,           # (if the path is not absolute).  The absolute path cannot be DOS-style,
         # because $ac_f cannot contain `:'.         # because $ac_f cannot contain ':'.
          test -f "$ac_f" ||           test -f "$ac_f" ||
            case $ac_f in             case $ac_f in
            [\\/$]*) false;;             [\\/$]*) false;;
            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
            esac ||             esac ||
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;           as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
       esac        esac
       case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac        case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
       as_fn_append ac_file_inputs " '$ac_f'"        as_fn_append ac_file_inputs " '$ac_f'"
     done      done
   
    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is 'configure' which instantiates (i.e., don't
     # use $as_me), people would be surprised to read:      # use $as_me), people would be surprised to read:
     #    /* config.h.  Generated by config.status.  */      #    /* config.h.  Generated by config.status.  */
     configure_input='Generated from '`      configure_input='Generated from '`
Line 5378  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 Line 5629  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 esac  esac
 _ACEOF  _ACEOF
   
# Neutralize VPATH when `$srcdir' = `.'.# Neutralize VPATH when '$srcdir' = '.'.
 # Shell code in configure.ac might set extrasub.  # Shell code in configure.ac might set extrasub.
 # FIXME: do we really want to maintain this feature?  # FIXME: do we really want to maintain this feature?
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Line 5408  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && Line 5659  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 -n "$ac_out"; } &&
   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
       "$ac_tmp/out"`; test -z "$ac_out"; } &&        "$ac_tmp/out"`; test -z "$ac_out"; } &&
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'  { printf "%s\n" "$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  which seems to be undefined.  Please make sure it is defined" >&5
printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir'
 which seems to be undefined.  Please make sure it is defined" >&2;}  which seems to be undefined.  Please make sure it is defined" >&2;}
   
   rm -f "$ac_tmp/stdin"    rm -f "$ac_tmp/stdin"

Removed from v.1.29.2.1  
changed lines
  Added in v.1.30.2.2


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