Diff for /libaitsched/configure between versions 1.61 and 1.61.2.2

version 1.61, 2026/05/19 15:53:56 version 1.61.2.2, 2026/05/20 03:07:51
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.72 for libaitsched 8.5.# Generated by GNU Autoconf 2.71 for libaitsched 8.6.
 #  #
 # Report bugs to <misho@elwix.org>.  # Report bugs to <misho@elwix.org>.
 #  #
 #  #
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,# Copyright (C) 1992-1996, 1998-2017, 2020-2021 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 25  then : Line 26  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 case e in #(else $as_nop
  e) case `(set -o) 2>/dev/null` in #(  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="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1  as_bourne_compatible="as_nop=:
 if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
 then :  then :
   emulate sh    emulate sh
   NULLCMD=:    NULLCMD=:
Line 148  then : Line 149  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 case e in #(else \$as_nop
  e) case \`(set -o) 2>/dev/null\` in #(  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 case e in #(else \$as_nop
  e) exitcode=1; echo positional parameters were not saved. ;;  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 187  test -x / || exit 1" Line 186  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 case e in #(else $as_nop
  e) as_have_required=no ;;  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 case e in #(else $as_nop
  e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  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 228  IFS=$as_save_IFS Line 226  IFS=$as_save_IFS
 if $as_found  if $as_found
 then :  then :
   
else case e in #(else $as_nop
  e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&  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 256  case $- in # (((( Line 253  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 276  $0: manually run the script under such a shell if you  Line 273  $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 316  as_fn_exit () Line 312  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 384  then : Line 388  then :
   {    {
     eval $1+=\$2      eval $1+=\$2
   }'    }'
else case e in #(else $as_nop
  e) as_fn_append ()  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 403  then : Line 406  then :
   {    {
     as_val=$(( $* ))      as_val=$(( $* ))
   }'    }'
else case e in #(else $as_nop
  e) as_fn_arith ()  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 484  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 494  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 534  esac Line 542  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 545  if (echo >conf$$.file) 2>/dev/null; then Line 554  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 572  as_test_x='test -x' Line 581  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_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"as_tr_cpp="eval sed '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_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"as_tr_sh="eval sed '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 603  MAKEFLAGS= Line 610  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='libaitsched'  PACKAGE_NAME='libaitsched'
 PACKAGE_TARNAME='libaitsched'  PACKAGE_TARNAME='libaitsched'
PACKAGE_VERSION='8.5'PACKAGE_VERSION='8.6'
PACKAGE_STRING='libaitsched 8.5'PACKAGE_STRING='libaitsched 8.6'
 PACKAGE_BUGREPORT='misho@elwix.org'  PACKAGE_BUGREPORT='misho@elwix.org'
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 716  enable_epoll Line 723  enable_epoll
 enable_kqueue  enable_kqueue
 with_kq_events  with_kq_events
 with_elwix  with_elwix
   enable_atomic
 '  '
       ac_precious_vars='build_alias        ac_precious_vars='build_alias
 host_alias  host_alias
Line 833  do Line 841  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 859  do Line 867  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 1072  do Line 1080  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 1088  do Line 1096  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 1118  do Line 1126  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 1127  Try '$0 --help' for more information" Line 1135  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 1177  do Line 1185  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 1245  if test ! -r "$srcdir/$ac_unique_file"; then Line 1253  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 1273  if test "$ac_init_help" = "long"; then Line 1281  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 libaitsched 8.5 to adapt to many kinds of systems.\`configure' configures libaitsched 8.6 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1287  Configuration: Line 1295  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 1299  Installation directories: Line 1307  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 1340  fi Line 1348  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 libaitsched 8.5:";;     short | recursive ) echo "Configuration of libaitsched 8.6:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1352  Optional Features: Line 1360  Optional Features:
   --enable-aio            Build scheduler library with AIO operations    --enable-aio            Build scheduler library with AIO operations
   --enable-epoll          Enable epoll support (only under Linux)    --enable-epoll          Enable epoll support (only under Linux)
   --disable-kqueue        Disable kqueue support    --disable-kqueue        Disable kqueue support
     --enable-atomic         Enable atomic lock support
   
 Optional Packages:  Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
Line 1368  Some influential environment variables: Line 1377  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 1435  fi Line 1444  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
libaitsched configure 8.5libaitsched configure 8.6
generated by GNU Autoconf 2.72generated by GNU Autoconf 2.71
   
Copyright (C) 2023 Free Software Foundation, Inc.Copyright (C) 2021 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 1477  printf "%s\n" "$ac_try_echo"; } >&5 Line 1486  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 case e in #(else $as_nop
  e) 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=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 1520  printf "%s\n" "$ac_try_echo"; } >&5 Line 1528  printf "%s\n" "$ac_try_echo"; } >&5
        }         }
 then :  then :
   ac_retval=0    ac_retval=0
else case e in #(else $as_nop
  e) 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=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 1549  printf %s "checking for $2... " >&6; } Line 1556  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 case e in #(else $as_nop
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 $4  $4
 #include <$2>  #include <$2>
Line 1558  _ACEOF Line 1565  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   eval "$3=yes"    eval "$3=yes"
else case e in #(else $as_nop
  e) eval "$3=no" ;;  eval "$3=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
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 1584  printf %s "checking for $2... " >&6; } Line 1589  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 case e in #(else $as_nop
  e) eval "$3=no"  eval "$3=no"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 $4  $4
Line 1615  _ACEOF Line 1620  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   
else case e in #(else $as_nop
  e) eval "$3=yes" ;;  eval "$3=yes"
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
 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
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 1661  printf "%s\n" "$ac_try_echo"; } >&5 Line 1664  printf "%s\n" "$ac_try_echo"; } >&5
   test $ac_status = 0; }; }    test $ac_status = 0; }; }
 then :  then :
   ac_retval=0    ac_retval=0
else case e in #(else $as_nop
  e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5  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 1686  printf %s "checking for $2... " >&6; } Line 1688  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 case e in #(else $as_nop
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext  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 (void); below.  */   which can conflict with char $2 (); below.  */
   
 #include <limits.h>  #include <limits.h>
 #undef $2  #undef $2
Line 1705  else case e in #( Line 1707  else case e in #(
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
 #endif  #endif
char $2 (void);char $2 ();
 /* 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 1724  _ACEOF Line 1726  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   eval "$3=yes"    eval "$3=yes"
else case e in #(else $as_nop
  e) eval "$3=no" ;;  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 1762  cat >config.log <<_ACEOF Line 1762  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 libaitsched $as_me 8.5, which wasIt was created by libaitsched $as_me 8.6, which was
generated by GNU Autoconf 2.72.  Invocation command line wasgenerated by GNU Autoconf 2.71.  Invocation command line was
   
   $ $0$ac_configure_args_raw    $ $0$ac_configure_args_raw
   
Line 2009  esac Line 2009  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 2048  struct stat; Line 2048  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 (char **p, int i)static char *e (p, i)
      char **p;
      int i;
 {  {
   return p[i];    return p[i];
 }  }
Line 2062  static char *f (char * (*g) (char **, int), char **p,  Line 2064  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 2104  ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, Line 2091  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 2166  typedef const char *ccp; Line 2150  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 2231  ac_c_conftest_c99_main=' Line 2216  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 2254  ac_c_conftest_c99_main=' Line 2237  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 2446  IFS=$as_save_IFS Line 2429  IFS=$as_save_IFS
 if $as_found  if $as_found
 then :  then :
   
else case e in #(else $as_nop
  e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
esac 
 fi  fi
   
   
Line 2476  for ac_var in $ac_precious_vars; do Line 2458  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 2490  printf "%s\n" "$as_me: error: '$ac_var' was not set in Line 2472  printf "%s\n" "$as_me: error: '$ac_var' was not set in
         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 2517  printf "%s\n" "$as_me:   current value: '$ac_new_val'" Line 2499  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 2565  printf %s "checking for $ac_word... " >&6; } Line 2547  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 case e in #(else $as_nop
  e) if test -n "$CC"; then  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 2588  done Line 2570  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 2611  printf %s "checking for $ac_word... " >&6; } Line 2592  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 case e in #(else $as_nop
  e) if test -n "$ac_ct_CC"; then  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 2634  done Line 2615  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 2670  printf %s "checking for $ac_word... " >&6; } Line 2650  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 case e in #(else $as_nop
  e) if test -n "$CC"; then  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 2693  done Line 2673  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 2716  printf %s "checking for $ac_word... " >&6; } Line 2695  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 case e in #(else $as_nop
  e) if test -n "$CC"; then  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 2756  if test $ac_prog_rejected = yes; then Line 2735  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 2781  printf %s "checking for $ac_word... " >&6; } Line 2759  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 case e in #(else $as_nop
  e) if test -n "$CC"; then  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 2804  done Line 2782  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 2831  printf %s "checking for $ac_word... " >&6; } Line 2808  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 case e in #(else $as_nop
  e) if test -n "$ac_ct_CC"; then  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 2854  done Line 2831  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 2893  printf %s "checking for $ac_word... " >&6; } Line 2869  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 case e in #(else $as_nop
  e) if test -n "$CC"; then  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 2916  done Line 2892  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 2939  printf %s "checking for $ac_word... " >&6; } Line 2914  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 case e in #(else $as_nop
  e) if test -n "$ac_ct_CC"; then  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 2962  done Line 2937  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 2992  fi Line 2966  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 3067  printf "%s\n" "$ac_try_echo"; } >&5 Line 3041  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 3088  do Line 3062  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 3099  do Line 3073  do
 done  done
 test "$ac_cv_exeext" = no && ac_cv_exeext=  test "$ac_cv_exeext" = no && ac_cv_exeext=
   
else case e in #(else $as_nop
  e) ac_file='' ;;  ac_file=''
esac 
 fi  fi
 if test -z "$ac_file"  if test -z "$ac_file"
 then :  then :
Line 3110  printf "%s\n" "no" >&6; } Line 3083  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 case e in #(else $as_nop
  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5  { 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 3141  printf "%s\n" "$ac_try_echo"; } >&5 Line 3113  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 3154  for ac_file in conftest.exe conftest conftest.*; do Line 3126  for ac_file in conftest.exe conftest conftest.*; do
     * ) break;;      * ) break;;
   esac    esac
 done  done
else case e in #(else $as_nop
  e) { { 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 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 3175  int Line 3146  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 3216  printf "%s\n" "$ac_try_echo"; } >&5 Line 3185  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 \rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
  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 case e in #(else $as_nop
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 int  int
Line 3268  then : Line 3236  then :
        break;;         break;;
   esac    esac
 done  done
else case e in #(else $as_nop
  e) 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 $? "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_ext ;;rm -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 3290  printf %s "checking whether the compiler supports GNU  Line 3256  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 case e in #(else $as_nop
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 int  int
Line 3308  _ACEOF Line 3274  _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 case e in #(else $as_nop
  e) ac_compiler_gnu=no ;;  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 3333  printf %s "checking whether $CC accepts -g... " >&6; } Line 3297  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 case e in #(else $as_nop
  e) ac_save_c_werror_flag=$ac_c_werror_flag  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 3352  _ACEOF Line 3316  _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 case e in #(else $as_nop
  e) CFLAGS=""  CFLAGS=""
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
Line 3368  _ACEOF Line 3332  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   
else case e in #(else $as_nop
  e) ac_c_werror_flag=$ac_save_c_werror_flag  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 3386  if ac_fn_c_try_compile "$LINENO" Line 3350  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_ext ;;rm -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
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 3421  printf %s "checking for $CC option to enable C11 featu Line 3382  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 case e in #(else $as_nop
  e) ac_cv_prog_cc_c11=no  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 3439  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3400  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_CC ;;CC=$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 case e in #(else $as_nop
  e) if test "x$ac_cv_prog_cc_c11" = x  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 case e in #(else $as_nop
  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5  { 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 3470  printf %s "checking for $CC option to enable C99 featu Line 3428  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 case e in #(else $as_nop
  e) ac_cv_prog_cc_c99=no  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 3488  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3446  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_CC ;;CC=$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 case e in #(else $as_nop
  e) if test "x$ac_cv_prog_cc_c99" = x  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 case e in #(else $as_nop
  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5  { 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 3519  printf %s "checking for $CC option to enable C89 featu Line 3474  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 case e in #(else $as_nop
  e) ac_cv_prog_cc_c89=no  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 3537  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3492  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_CC ;;CC=$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 case e in #(else $as_nop
  e) if test "x$ac_cv_prog_cc_c89" = x  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 case e in #(else $as_nop
  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5  { 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 3590  if test -z "$INSTALL"; then Line 3542  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 case e in #(else $as_nop
  e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  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 3645  esac Line 3597  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 3677  printf %s "checking for $ac_word... " >&6; } Line 3628  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 case e in #(else $as_nop
  e) if test -n "$RANLIB"; then  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 3700  done Line 3651  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 3723  printf %s "checking for $ac_word... " >&6; } Line 3673  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 case e in #(else $as_nop
  e) if test -n "$ac_ct_RANLIB"; then  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 3746  done Line 3696  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 3785  printf %s "checking build system type... " >&6; } Line 3734  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 case e in #(else $as_nop
  e) ac_build_alias=$build_alias  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 3821  printf %s "checking host system type... " >&6; } Line 3769  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 case e in #(else $as_nop
  e) if test "x$host_alias" = x; then  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 3856  printf %s "checking target system type... " >&6; } Line 3803  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 case e in #(else $as_nop
  e) if test "x$target_alias" = x; then  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 3901  printf %s "checking for $ac_word... " >&6; } Line 3847  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 case e in #(else $as_nop
  e) if test -n "$MKDEP"; then  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 3924  done Line 3870  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 3947  printf %s "checking for $ac_word... " >&6; } Line 3892  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 case e in #(else $as_nop
  e) if test -n "$ac_ct_MKDEP"; then  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 3970  done Line 3915  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 4018  printf %s "checking for pthread_create in -lpthread... Line 3962  printf %s "checking for pthread_create in -lpthread...
 if test ${ac_cv_lib_pthread_pthread_create+y}  if test ${ac_cv_lib_pthread_pthread_create+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else case e in #(else $as_nop
  e) ac_check_lib_save_LIBS=$LIBS  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.  */
   The 'extern "C"' is for builds by C++ compilers;char pthread_create ();
   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_create (void); 
 int  int
 main (void)  main (void)
 {  {
Line 4045  _ACEOF Line 3983  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   ac_cv_lib_pthread_pthread_create=yes    ac_cv_lib_pthread_pthread_create=yes
else case e in #(else $as_nop
  e) ac_cv_lib_pthread_pthread_create=no ;;  ac_cv_lib_pthread_pthread_create=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_LIBS ;;LIBS=$ac_check_lib_save_LIBS
esac 
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
 printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; }  printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; }
Line 4069  printf %s "checking for aio_read in -lrt... " >&6; } Line 4005  printf %s "checking for aio_read in -lrt... " >&6; }
 if test ${ac_cv_lib_rt_aio_read+y}  if test ${ac_cv_lib_rt_aio_read+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else case e in #(else $as_nop
  e) ac_check_lib_save_LIBS=$LIBS  ac_check_lib_save_LIBS=$LIBS
 LIBS="-lrt  $LIBS"  LIBS="-lrt  $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.  */
   The 'extern "C"' is for builds by C++ compilers;char aio_read ();
   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 aio_read (void); 
 int  int
 main (void)  main (void)
 {  {
Line 4096  _ACEOF Line 4026  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   ac_cv_lib_rt_aio_read=yes    ac_cv_lib_rt_aio_read=yes
else case e in #(else $as_nop
  e) ac_cv_lib_rt_aio_read=no ;;  ac_cv_lib_rt_aio_read=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_LIBS ;;LIBS=$ac_check_lib_save_LIBS
esac 
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_aio_read" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_aio_read" >&5
 printf "%s\n" "$ac_cv_lib_rt_aio_read" >&6; }  printf "%s\n" "$ac_cv_lib_rt_aio_read" >&6; }
Line 4120  printf %s "checking for strlcpy in -lelwix... " >&6; } Line 4048  printf %s "checking for strlcpy in -lelwix... " >&6; }
 if test ${ac_cv_lib_elwix_strlcpy+y}  if test ${ac_cv_lib_elwix_strlcpy+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else case e in #(else $as_nop
  e) ac_check_lib_save_LIBS=$LIBS  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.  */
   The 'extern "C"' is for builds by C++ compilers;char strlcpy ();
   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 strlcpy (void); 
 int  int
 main (void)  main (void)
 {  {
Line 4147  _ACEOF Line 4069  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   ac_cv_lib_elwix_strlcpy=yes    ac_cv_lib_elwix_strlcpy=yes
else case e in #(else $as_nop
  e) ac_cv_lib_elwix_strlcpy=no ;;  ac_cv_lib_elwix_strlcpy=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_LIBS ;;LIBS=$ac_check_lib_save_LIBS
esac 
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elwix_strlcpy" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elwix_strlcpy" >&5
 printf "%s\n" "$ac_cv_lib_elwix_strlcpy" >&6; }  printf "%s\n" "$ac_cv_lib_elwix_strlcpy" >&6; }
Line 4171  printf %s "checking for strlcpy in -lbsd... " >&6; } Line 4091  printf %s "checking for strlcpy in -lbsd... " >&6; }
 if test ${ac_cv_lib_bsd_strlcpy+y}  if test ${ac_cv_lib_bsd_strlcpy+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else case e in #(else $as_nop
  e) ac_check_lib_save_LIBS=$LIBS  ac_check_lib_save_LIBS=$LIBS
 LIBS="-lbsd  $LIBS"  LIBS="-lbsd  $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.  */
   The 'extern "C"' is for builds by C++ compilers;char strlcpy ();
   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 strlcpy (void); 
 int  int
 main (void)  main (void)
 {  {
Line 4198  _ACEOF Line 4112  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   ac_cv_lib_bsd_strlcpy=yes    ac_cv_lib_bsd_strlcpy=yes
else case e in #(else $as_nop
  e) ac_cv_lib_bsd_strlcpy=no ;;  ac_cv_lib_bsd_strlcpy=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_LIBS ;;LIBS=$ac_check_lib_save_LIBS
esac 
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_strlcpy" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_strlcpy" >&5
 printf "%s\n" "$ac_cv_lib_bsd_strlcpy" >&6; }  printf "%s\n" "$ac_cv_lib_bsd_strlcpy" >&6; }
Line 4286  printf %s "checking for inline... " >&6; } Line 4198  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 case e in #(else $as_nop
  e) ac_cv_c_inline=no  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 4305  fi Line 4217  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 4330  ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size Line 4241  ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size
 if test "x$ac_cv_type_size_t" = xyes  if test "x$ac_cv_type_size_t" = xyes
 then :  then :
   
else case e in #(else $as_nop
  e)
 printf "%s\n" "#define size_t unsigned int" >>confdefs.h  printf "%s\n" "#define size_t unsigned int" >>confdefs.h
 ;;
esac 
 fi  fi
   
   
Line 4344  printf %s "checking for GNU libc compatible malloc...  Line 4254  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 case e in #(else $as_nop
  e) if test "$cross_compiling" = yes  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* | windows* | msys* )                  | hpux* | solaris* | cygwin* | mingw* | 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 case e in #(else $as_nop
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
   
Line 4374  _ACEOF Line 4284  _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 case e in #(else $as_nop
  e) ac_cv_func_malloc_0_nonnull=no ;;  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 4392  then : Line 4299  then :
   
 printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h  printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h
   
else case e in #(else $as_nop
  e) printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h  printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h
   
    case " $LIBOBJS " in     case " $LIBOBJS " in
   *" malloc.$ac_objext "* ) ;;    *" malloc.$ac_objext "* ) ;;
Line 4403  esac Line 4310  esac
   
   
 printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h  printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h
 ;;
esac 
 fi  fi
   
   
Line 4478  printf "%s\n" "#define NDEBUG /**/" >>confdefs.h Line 4384  printf "%s\n" "#define NDEBUG /**/" >>confdefs.h
   
                                 ;;                                  ;;
                 esac                  esac
else case e in #(else $as_nop
  e)
 printf "%s\n" "#define NDEBUG /**/" >>confdefs.h  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
Line 4541  printf "%s\n" "#define SUP_ENABLE EP_SUPPORT" >>confde Line 4446  printf "%s\n" "#define SUP_ENABLE EP_SUPPORT" >>confde
                                 KQSUP=yes                                  KQSUP=yes
                                 ;;                                  ;;
                 esac                  esac
else case e in #(else $as_nop
  e)  KQSUP=yes  ;;   KQSUP=yes
esac 
 fi  fi
   
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $EPSUP" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $EPSUP" >&5
Line 4577  printf %s "checking How many kqueue events can schedul Line 4481  printf %s "checking How many kqueue events can schedul
 if test ${with_kq_events+y}  if test ${with_kq_events+y}
 then :  then :
   withval=$with_kq_events;  KQ_EVENTS=$withval    withval=$with_kq_events;  KQ_EVENTS=$withval
else case e in #(else $as_nop
  e) KQ_EVENTS=32 ;;  KQ_EVENTS=32
esac 
 fi  fi
   
   
Line 4611  fi Line 4514  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5
 printf "%s\n" "$ELWIX" >&6; }  printf "%s\n" "$ELWIX" >&6; }
   
   ATOMIC=no
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking Enable atomic lock support" >&5
   printf %s "checking Enable atomic lock support... " >&6; }
   # Check whether --enable-atomic was given.
   if test ${enable_atomic+y}
   then :
     enableval=$enable_atomic;  ATOMIC=$enableval
                   case "$enableval" in
                           yes)
   
   printf "%s\n" "#define ATOMIC_SUPPORT /**/" >>confdefs.h
   
                                   ;;
                           *)
                                   ;;
                   esac
   fi
   
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ATOMIC" >&5
   printf "%s\n" "$ATOMIC" >&6; }
   
 DEBIAN_ARCH=$target_cpu  DEBIAN_ARCH=$target_cpu
 if  test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l"  if  test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l"
 then :  then :
Line 4642  cat >confcache <<\_ACEOF Line 4566  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 4673  printf "%s\n" "$as_me: WARNING: cache variable $ac_var Line 4597  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 4770  cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 Line 4694  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 4778  then : Line 4703  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 case e in #(else $as_nop
  e) case `(set -o) 2>/dev/null` in #(  case `(set -o) 2>/dev/null` in #(
   *posix*) :    *posix*) :
     set -o posix ;; #(      set -o posix ;; #(
   *) :    *) :
      ;;       ;;
 esac ;;  
 esac  esac
 fi  fi
   
Line 4856  IFS=$as_save_IFS Line 4780  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 4885  as_fn_error () Line 4809  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 4924  then : Line 4849  then :
   {    {
     eval $1+=\$2      eval $1+=\$2
   }'    }'
else case e in #(else $as_nop
  e) as_fn_append ()  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 4943  then : Line 4867  then :
   {    {
     as_val=$(( $* ))      as_val=$(( $* ))
   }'    }'
else case e in #(else $as_nop
  e) as_fn_arith ()  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 5031  if (echo >conf$$.file) 2>/dev/null; then Line 4954  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 5114  as_test_x='test -x' Line 5037  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_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"as_tr_cpp="eval sed '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_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
as_tr_sh="eval sed '$as_sed_sh'" # deprecated 
   
   
 exec 6>&1  exec 6>&1
Line 5134  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 Line 5055  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 libaitsched $as_me 8.5, which wasThis file was extended by libaitsched $as_me 8.6, which was
generated by GNU Autoconf 2.72.  Invocation command line wasgenerated by GNU Autoconf 2.71.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 5166  _ACEOF Line 5087  _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 5198  ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" |  Line 5119  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="\\
libaitsched config.status 8.5libaitsched config.status 8.6
configured by $0, generated by GNU Autoconf 2.72,configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
Copyright (C) 2023 Free Software Foundation, Inc.Copyright (C) 2021 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 5262  do Line 5183  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 5271  Try '$0 --help' for more information.";; Line 5192  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 5328  do Line 5249  do
     "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;      "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 5347  fi Line 5268  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 5371  ac_tmp=$tmp Line 5292  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 5529  fi # test -n "$CONFIG_FILES" Line 5450  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 5645  do Line 5566  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 5667  do Line 5588  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 5807  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 Line 5728  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 5837  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && Line 5758  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.61  
changed lines
  Added in v.1.61.2.2


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