Diff for /libaitsched/configure between versions 1.53.2.1 and 1.59

version 1.53.2.1, 2023/08/17 14:16:06 version 1.59, 2024/08/19 13:22:12
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for libaitsched 7.8.# Generated by GNU Autoconf 2.72 for libaitsched 8.2.
 #  #
 # Report bugs to <misho@elwix.org>.  # Report bugs to <misho@elwix.org>.
 #  #
 #  #
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
 # Inc.  # Inc.
 #  #
 #  #
Line 17 Line 17
   
 # Be more Bourne compatible  # Be more Bourne compatible
 DUALCASE=1; export DUALCASE # for MKS sh  DUALCASE=1; export DUALCASE # for MKS sh
 as_nop=:  
 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1  if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
 then :  then :
   emulate sh    emulate sh
Line 26  then : Line 25  then :
   # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
else $as_nopelse case e in #(
  case `(set -o) 2>/dev/null` in #(  e) case `(set -o) 2>/dev/null` in #(
   *posix*) :    *posix*) :
     set -o posix ;; #(      set -o posix ;; #(
   *) :    *) :
      ;;       ;;
   esac ;;
 esac  esac
 fi  fi
   
Line 103  IFS=$as_save_IFS Line 103  IFS=$as_save_IFS
   
      ;;       ;;
 esac  esac
# We did not find ourselves, most probably we were run as `sh COMMAND'# We did not find ourselves, most probably we were run as 'sh COMMAND'
 # in which case we are not to be found in the path.  # in which case we are not to be found in the path.
 if test "x$as_myself" = x; then  if test "x$as_myself" = x; then
   as_myself=$0    as_myself=$0
Line 133  case $- in # (((( Line 133  case $- in # ((((
 esac  esac
 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}  exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 # Admittedly, this is quite paranoid, since all the known shells bail  # Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.# out after a failed 'exec'.
 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2  printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
 exit 255  exit 255
   fi    fi
   # We don't want this to propagate to other subprocesses.    # We don't want this to propagate to other subprocesses.
           { _as_can_reexec=; unset _as_can_reexec;}            { _as_can_reexec=; unset _as_can_reexec;}
 if test "x$CONFIG_SHELL" = x; then  if test "x$CONFIG_SHELL" = x; then
  as_bourne_compatible="as_nop=:  as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 
 then :  then :
   emulate sh    emulate sh
   NULLCMD=:    NULLCMD=:
Line 149  then : Line 148  then :
   # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
   alias -g '\${1+\"\$@\"}'='\"\$@\"'    alias -g '\${1+\"\$@\"}'='\"\$@\"'
   setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
else \$as_nopelse case e in #(
  case \`(set -o) 2>/dev/null\` in #(  e) case \`(set -o) 2>/dev/null\` in #(
   *posix*) :    *posix*) :
     set -o posix ;; #(      set -o posix ;; #(
   *) :    *) :
      ;;       ;;
   esac ;;
 esac  esac
 fi  fi
 "  "
Line 172  as_fn_ret_failure && { exitcode=1; echo as_fn_ret_fail Line 172  as_fn_ret_failure && { exitcode=1; echo as_fn_ret_fail
 if ( set x; as_fn_ret_success y && test x = \"\$1\" )  if ( set x; as_fn_ret_success y && test x = \"\$1\" )
 then :  then :
   
else \$as_nopelse case e in #(
  exitcode=1; echo positional parameters were not saved.  e) exitcode=1; echo positional parameters were not saved. ;;
 esac
 fi  fi
 test x\$exitcode = x0 || exit 1  test x\$exitcode = x0 || exit 1
 blah=\$(echo \$(echo blah))  blah=\$(echo \$(echo blah))
Line 186  test -x / || exit 1" Line 187  test -x / || exit 1"
   if (eval "$as_required") 2>/dev/null    if (eval "$as_required") 2>/dev/null
 then :  then :
   as_have_required=yes    as_have_required=yes
else $as_nopelse case e in #(
  as_have_required=no  e) as_have_required=no ;;
 esac
 fi  fi
   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null    if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
 then :  then :
   
else $as_nopelse case e in #(
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 as_found=false  as_found=false
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH  for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 do  do
Line 226  IFS=$as_save_IFS Line 228  IFS=$as_save_IFS
 if $as_found  if $as_found
 then :  then :
   
else $as_nopelse case e in #(
  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&  e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
               as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null                as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
 then :  then :
   CONFIG_SHELL=$SHELL as_have_required=yes    CONFIG_SHELL=$SHELL as_have_required=yes
   fi ;;
   esac
 fi  fi
 fi  
   
   
       if test "x$CONFIG_SHELL" != x        if test "x$CONFIG_SHELL" != x
Line 253  case $- in # (((( Line 256  case $- in # ((((
 esac  esac
 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}  exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 # Admittedly, this is quite paranoid, since all the known shells bail  # Admittedly, this is quite paranoid, since all the known shells bail
# out after a failed `exec'.# out after a failed 'exec'.
 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2  printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
 exit 255  exit 255
 fi  fi
Line 273  $0: manually run the script under such a shell if you  Line 276  $0: manually run the script under such a shell if you 
 $0: have one."  $0: have one."
   fi    fi
   exit 1    exit 1
   fi ;;
   esac
 fi  fi
 fi  fi
 fi  
 SHELL=${CONFIG_SHELL-/bin/sh}  SHELL=${CONFIG_SHELL-/bin/sh}
 export SHELL  export SHELL
 # Unset more variables known to interfere with behavior of common tools.  # Unset more variables known to interfere with behavior of common tools.
Line 312  as_fn_exit () Line 316  as_fn_exit ()
   as_fn_set_status $1    as_fn_set_status $1
   exit $1    exit $1
 } # as_fn_exit  } # as_fn_exit
 # as_fn_nop  
 # ---------  
 # Do nothing but, unlike ":", preserve the value of $?.  
 as_fn_nop ()  
 {  
   return $?  
 }  
 as_nop=as_fn_nop  
   
 # as_fn_mkdir_p  # as_fn_mkdir_p
 # -------------  # -------------
Line 388  then : Line 384  then :
   {    {
     eval $1+=\$2      eval $1+=\$2
   }'    }'
else $as_nopelse case e in #(
  as_fn_append ()  e) as_fn_append ()
   {    {
     eval $1=\$$1\$2      eval $1=\$$1\$2
  }  } ;;
 esac
 fi # as_fn_append  fi # as_fn_append
   
 # as_fn_arith ARG...  # as_fn_arith ARG...
Line 406  then : Line 403  then :
   {    {
     as_val=$(( $* ))      as_val=$(( $* ))
   }'    }'
else $as_nopelse case e in #(
  as_fn_arith ()  e) as_fn_arith ()
   {    {
     as_val=`expr "$@" || test $? -eq 1`      as_val=`expr "$@" || test $? -eq 1`
  }  } ;;
 esac
 fi # as_fn_arith  fi # as_fn_arith
   
 # as_fn_nop  
 # ---------  
 # Do nothing but, unlike ":", preserve the value of $?.  
 as_fn_nop ()  
 {  
   return $?  
 }  
 as_nop=as_fn_nop  
   
 # as_fn_error STATUS ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ----------------------------------------  # ----------------------------------------
Line 494  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 484  as_cr_alnum=$as_cr_Letters$as_cr_digits
     /[$]LINENO/=      /[$]LINENO/=
   ' <$as_myself |    ' <$as_myself |
     sed '      sed '
         t clear
         :clear
       s/[$]LINENO.*/&-/        s/[$]LINENO.*/&-/
       t lineno        t lineno
       b        b
Line 542  esac Line 534  esac
 as_echo='printf %s\n'  as_echo='printf %s\n'
 as_echo_n='printf %s'  as_echo_n='printf %s'
   
   
 rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
 if test -d conf$$.dir; then  if test -d conf$$.dir; then
   rm -f conf$$.dir/conf$$.file    rm -f conf$$.dir/conf$$.file
Line 554  if (echo >conf$$.file) 2>/dev/null; then Line 545  if (echo >conf$$.file) 2>/dev/null; then
   if ln -s conf$$.file conf$$ 2>/dev/null; then    if ln -s conf$$.file conf$$ 2>/dev/null; then
     as_ln_s='ln -s'      as_ln_s='ln -s'
     # ... but there are two gotchas:      # ... but there are two gotchas:
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.    # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.    # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -pR'.    # In both cases, we have to default to 'cp -pR'.
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
       as_ln_s='cp -pR'        as_ln_s='cp -pR'
   elif ln conf$$.file conf$$ 2>/dev/null; then    elif ln conf$$.file conf$$ 2>/dev/null; then
Line 581  as_test_x='test -x' Line 572  as_test_x='test -x'
 as_executable_p=as_fn_executable_p  as_executable_p=as_fn_executable_p
   
 # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
   
 # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 as_tr_sh="eval sed '$as_sed_sh'" # deprecated
   
   
 test -n "$DJDIR" || exec 7<&0 </dev/null  test -n "$DJDIR" || exec 7<&0 </dev/null
Line 610  MAKEFLAGS= Line 603  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='libaitsched'  PACKAGE_NAME='libaitsched'
 PACKAGE_TARNAME='libaitsched'  PACKAGE_TARNAME='libaitsched'
PACKAGE_VERSION='7.8'PACKAGE_VERSION='8.2'
PACKAGE_STRING='libaitsched 7.8'PACKAGE_STRING='libaitsched 8.2'
 PACKAGE_BUGREPORT='misho@elwix.org'  PACKAGE_BUGREPORT='misho@elwix.org'
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 649  ac_includes_default="\ Line 642  ac_includes_default="\
   
 ac_header_c_list=  ac_header_c_list=
 ac_subst_vars='LTLIBOBJS  ac_subst_vars='LTLIBOBJS
   DEBIAN_ARCH
 LIBOBJS  LIBOBJS
 MKDEP  MKDEP
 target_os  target_os
Line 839  do Line 833  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 865  do Line 859  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 1078  do Line 1072  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 1094  do Line 1088  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 1124  do Line 1118  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 1133  Try \`$0 --help' for more information" Line 1127  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 1183  do Line 1177  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 1251  if test ! -r "$srcdir/$ac_unique_file"; then Line 1245  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 1279  if test "$ac_init_help" = "long"; then Line 1273  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 7.8 to adapt to many kinds of systems.'configure' configures libaitsched 8.2 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1293  Configuration: Line 1287  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 1305  Installation directories: Line 1299  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 1346  fi Line 1340  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 7.8:";;     short | recursive ) echo "Configuration of libaitsched 8.2:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1374  Some influential environment variables: Line 1368  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 1441  fi Line 1435  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 7.8libaitsched configure 8.2
generated by GNU Autoconf 2.71generated by GNU Autoconf 2.72
   
Copyright (C) 2021 Free Software Foundation, Inc.Copyright (C) 2023 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
 _ACEOF  _ACEOF
Line 1483  printf "%s\n" "$ac_try_echo"; } >&5 Line 1477  printf "%s\n" "$ac_try_echo"; } >&5
        } && test -s conftest.$ac_objext         } && test -s conftest.$ac_objext
 then :  then :
   ac_retval=0    ac_retval=0
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: failed program was:" >&5  e) printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
        ac_retval=1        ac_retval=1 ;;
 esac
 fi  fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
Line 1525  printf "%s\n" "$ac_try_echo"; } >&5 Line 1520  printf "%s\n" "$ac_try_echo"; } >&5
        }         }
 then :  then :
   ac_retval=0    ac_retval=0
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: failed program was:" >&5  e) printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
        ac_retval=1        ac_retval=1 ;;
 esac
 fi  fi
   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information    # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would    # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
Line 1553  printf %s "checking for $2... " >&6; } Line 1549  printf %s "checking for $2... " >&6; }
 if eval test \${$3+y}  if eval test \${$3+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 $4  $4
 #include <$2>  #include <$2>
Line 1562  _ACEOF Line 1558  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   eval "$3=yes"    eval "$3=yes"
else $as_nopelse case e in #(
  eval "$3=no"  e) eval "$3=no" ;;
 esac
 fi  fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_extrm -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 1586  printf %s "checking for $2... " >&6; } Line 1584  printf %s "checking for $2... " >&6; }
 if eval test \${$3+y}  if eval test \${$3+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  eval "$3=no"  e) 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 1617  _ACEOF Line 1615  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   
else $as_nopelse case e in #(
  eval "$3=yes"  e) 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_extrm -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 1661  printf "%s\n" "$ac_try_echo"; } >&5
   test $ac_status = 0; }; }    test $ac_status = 0; }; }
 then :  then :
   ac_retval=0    ac_retval=0
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: program exited with status $ac_status" >&5  e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5
        printf "%s\n" "$as_me: failed program was:" >&5         printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
       ac_retval=$ac_status       ac_retval=$ac_status ;;
 esac
 fi  fi
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Line 1685  printf %s "checking for $2... " >&6; } Line 1686  printf %s "checking for $2... " >&6; }
 if eval test \${$3+y}  if eval test \${$3+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.  /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */     For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 #define $2 innocuous_$2  #define $2 innocuous_$2
   
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
   which can conflict with char $2 (); below.  */   which can conflict with char $2 (void); below.  */
   
 #include <limits.h>  #include <limits.h>
 #undef $2  #undef $2
Line 1704  else $as_nop Line 1705  else $as_nop
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
 #endif  #endif
char $2 ();char $2 (void);
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
Line 1723  _ACEOF Line 1724  _ACEOF
 if ac_fn_c_try_link "$LINENO"  if ac_fn_c_try_link "$LINENO"
 then :  then :
   eval "$3=yes"    eval "$3=yes"
else $as_nopelse case e in #(
  eval "$3=no"  e) eval "$3=no" ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam \  rm -f core conftest.err conftest.$ac_objext conftest.beam \
    conftest$ac_exeext conftest.$ac_ext    conftest$ac_exeext conftest.$ac_ext ;;
 esac
 fi  fi
 eval ac_res=\$$3  eval ac_res=\$$3
                { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5                 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Line 1759  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 7.8, which wasIt was created by libaitsched $as_me 8.2, which was
generated by GNU Autoconf 2.71.  Invocation command line wasgenerated by GNU Autoconf 2.72.  Invocation command line was
   
   $ $0$ac_configure_args_raw    $ $0$ac_configure_args_raw
   
Line 2006  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 2045  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 (p, i)static char *e (char **p, int i)
     char **p; 
     int i; 
 {  {
   return p[i];    return p[i];
 }  }
Line 2061  static char *f (char * (*g) (char **, int), char **p,  Line 2062  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 2088  ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, Line 2104  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 2147  typedef const char *ccp; Line 2166  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 2213  ac_c_conftest_c99_main=' Line 2231  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 2234  ac_c_conftest_c99_main=' Line 2254  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 2426  IFS=$as_save_IFS Line 2446  IFS=$as_save_IFS
 if $as_found  if $as_found
 then :  then :
   
else $as_nopelse case e in #(
  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5  e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;
 esac
 fi  fi
   
   
Line 2455  for ac_var in $ac_precious_vars; do Line 2476  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 2469  printf "%s\n" "$as_me: error: \`$ac_var' was not set i Line 2490  printf "%s\n" "$as_me: error: \`$ac_var' was not set i
         ac_old_val_w=`echo x $ac_old_val`          ac_old_val_w=`echo x $ac_old_val`
         ac_new_val_w=`echo x $ac_new_val`          ac_new_val_w=`echo x $ac_new_val`
         if test "$ac_old_val_w" != "$ac_new_val_w"; then          if test "$ac_old_val_w" != "$ac_new_val_w"; then
          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5
printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;}
           ac_cache_corrupted=:            ac_cache_corrupted=:
         else          else
          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5          { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5
printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;}
           eval $ac_var=\$ac_old_val            eval $ac_var=\$ac_old_val
         fi          fi
        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  '$ac_old_val'" >&5
printf "%s\n" "$as_me:   former value:  \`$ac_old_val'" >&2;}printf "%s\n" "$as_me:   former value:  '$ac_old_val'" >&2;}
        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5        { printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: '$ac_new_val'" >&5
printf "%s\n" "$as_me:   current value: \`$ac_new_val'" >&2;}printf "%s\n" "$as_me:   current value: '$ac_new_val'" >&2;}
       fi;;        fi;;
   esac    esac
   # Pass precious variables to config.status.    # Pass precious variables to config.status.
Line 2496  printf "%s\n" "$as_me:   current value: \`$ac_new_val' Line 2517  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 2544  printf %s "checking for $ac_word... " >&6; } Line 2565  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2567  done Line 2588  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 2589  printf %s "checking for $ac_word... " >&6; } Line 2611  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_CC+y}  if test ${ac_cv_prog_ac_ct_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_CC"; then  e) if test -n "$ac_ct_CC"; then
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2612  done Line 2634  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 2647  printf %s "checking for $ac_word... " >&6; } Line 2670  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2670  done Line 2693  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 2692  printf %s "checking for $ac_word... " >&6; } Line 2716  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
   ac_prog_rejected=no    ac_prog_rejected=no
Line 2732  if test $ac_prog_rejected = yes; then Line 2756  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 2756  printf %s "checking for $ac_word... " >&6; } Line 2781  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2779  done Line 2804  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 2805  printf %s "checking for $ac_word... " >&6; } Line 2831  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_CC+y}  if test ${ac_cv_prog_ac_ct_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_CC"; then  e) if test -n "$ac_ct_CC"; then
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2828  done Line 2854  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 2866  printf %s "checking for $ac_word... " >&6; } Line 2893  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_CC+y}  if test ${ac_cv_prog_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$CC"; then  e) if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2889  done Line 2916  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 2911  printf %s "checking for $ac_word... " >&6; } Line 2939  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_CC+y}  if test ${ac_cv_prog_ac_ct_CC+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_CC"; then  e) if test -n "$ac_ct_CC"; then
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2934  done Line 2962  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 2963  fi Line 2992  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 3038  printf "%s\n" "$ac_try_echo"; } >&5 Line 3067  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 3059  do Line 3088  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 3070  do Line 3099  do
 done  done
 test "$ac_cv_exeext" = no && ac_cv_exeext=  test "$ac_cv_exeext" = no && ac_cv_exeext=
   
else $as_nopelse case e in #(
  ac_file=''  e) ac_file='' ;;
 esac
 fi  fi
 if test -z "$ac_file"  if test -z "$ac_file"
 then :  then :
Line 3080  printf "%s\n" "no" >&6; } Line 3110  printf "%s\n" "no" >&6; }
 printf "%s\n" "$as_me: failed program was:" >&5  printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error 77 "C compiler cannot create executables  as_fn_error 77 "C compiler cannot create executables
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }printf "%s\n" "yes" >&6; } ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 printf %s "checking for C compiler default output file name... " >&6; }  printf %s "checking for C compiler default output file name... " >&6; }
Line 3110  printf "%s\n" "$ac_try_echo"; } >&5 Line 3141  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 3123  for ac_file in conftest.exe conftest conftest.*; do Line 3154  for ac_file in conftest.exe conftest conftest.*; do
     * ) break;;      * ) break;;
   esac    esac
 done  done
else $as_nopelse case e in #(
  { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error $? "cannot compute suffix of executables: cannot compile and link  as_fn_error $? "cannot compute suffix of executables: cannot compile and link
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; } ;;
 esac
 fi  fi
 rm -f conftest conftest$ac_cv_exeext  rm -f conftest conftest$ac_cv_exeext
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Line 3143  int Line 3175  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 3182  printf "%s\n" "$ac_try_echo"; } >&5 Line 3216  printf "%s\n" "$ac_try_echo"; } >&5
     if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
         cross_compiling=yes          cross_compiling=yes
     else      else
        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5        { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error 77 "cannot run C compiled programs.  as_fn_error 77 "cannot run C compiled programs.
If you meant to cross compile, use \`--host'.If you meant to cross compile, use '--host'.
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; }
     fi      fi
   fi    fi
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 printf "%s\n" "$cross_compiling" >&6; }  printf "%s\n" "$cross_compiling" >&6; }
   
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.outrm -f conftest.$ac_ext conftest$ac_cv_exeext \
   conftest.o conftest.obj conftest.out
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 printf %s "checking for suffix of object files... " >&6; }  printf %s "checking for suffix of object files... " >&6; }
 if test ${ac_cv_objext+y}  if test ${ac_cv_objext+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 int  int
Line 3233  then : Line 3268  then :
        break;;         break;;
   esac    esac
 done  done
else $as_nopelse case e in #(
  printf "%s\n" "$as_me: failed program was:" >&5  e) printf "%s\n" "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
 as_fn_error $? "cannot compute suffix of object files: cannot compile  as_fn_error $? "cannot compute suffix of object files: cannot compile
See \`config.log' for more details" "$LINENO" 5; }See 'config.log' for more details" "$LINENO" 5; } ;;
 esac
 fi  fi
rm -f conftest.$ac_cv_objext conftest.$ac_extrm -f conftest.$ac_cv_objext conftest.$ac_ext ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
 printf "%s\n" "$ac_cv_objext" >&6; }  printf "%s\n" "$ac_cv_objext" >&6; }
Line 3253  printf %s "checking whether the compiler supports GNU  Line 3290  printf %s "checking whether the compiler supports GNU 
 if test ${ac_cv_c_compiler_gnu+y}  if test ${ac_cv_c_compiler_gnu+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 int  int
Line 3271  _ACEOF Line 3308  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   ac_compiler_gnu=yes    ac_compiler_gnu=yes
else $as_nopelse case e in #(
  ac_compiler_gnu=no  e) ac_compiler_gnu=no ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
 ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }  printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
Line 3294  printf %s "checking whether $CC accepts -g... " >&6; } Line 3333  printf %s "checking whether $CC accepts -g... " >&6; }
 if test ${ac_cv_prog_cc_g+y}  if test ${ac_cv_prog_cc_g+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_save_c_werror_flag=$ac_c_werror_flag  e) ac_save_c_werror_flag=$ac_c_werror_flag
    ac_c_werror_flag=yes     ac_c_werror_flag=yes
    ac_cv_prog_cc_g=no     ac_cv_prog_cc_g=no
    CFLAGS="-g"     CFLAGS="-g"
Line 3313  _ACEOF Line 3352  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
else $as_nopelse case e in #(
  CFLAGS=""  e) CFLAGS=""
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
Line 3329  _ACEOF Line 3368  _ACEOF
 if ac_fn_c_try_compile "$LINENO"  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   
else $as_nopelse case e in #(
  ac_c_werror_flag=$ac_save_c_werror_flag  e) ac_c_werror_flag=$ac_save_c_werror_flag
          CFLAGS="-g"           CFLAGS="-g"
          cat confdefs.h - <<_ACEOF >conftest.$ac_ext           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3347  if ac_fn_c_try_compile "$LINENO" Line 3386  if ac_fn_c_try_compile "$LINENO"
 then :  then :
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
 fi  fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_extrm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_extrm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext  rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
   ac_c_werror_flag=$ac_save_c_werror_flag   ac_c_werror_flag=$ac_save_c_werror_flag ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }  printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
Line 3379  printf %s "checking for $CC option to enable C11 featu Line 3421  printf %s "checking for $CC option to enable C11 featu
 if test ${ac_cv_prog_cc_c11+y}  if test ${ac_cv_prog_cc_c11+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_prog_cc_c11=no  e) ac_cv_prog_cc_c11=no
 ac_save_CC=$CC  ac_save_CC=$CC
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3397  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3439  rm -f core conftest.err conftest.$ac_objext conftest.b
   test "x$ac_cv_prog_cc_c11" != "xno" && break    test "x$ac_cv_prog_cc_c11" != "xno" && break
 done  done
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
CC=$ac_save_CCCC=$ac_save_CC ;;
 esac
 fi  fi
   
 if test "x$ac_cv_prog_cc_c11" = xno  if test "x$ac_cv_prog_cc_c11" = xno
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 printf "%s\n" "unsupported" >&6; }  printf "%s\n" "unsupported" >&6; }
else $as_nopelse case e in #(
  if test "x$ac_cv_prog_cc_c11" = x  e) if test "x$ac_cv_prog_cc_c11" = x
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 printf "%s\n" "none needed" >&6; }  printf "%s\n" "none needed" >&6; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }  printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
     CC="$CC $ac_cv_prog_cc_c11"     CC="$CC $ac_cv_prog_cc_c11" ;;
 esac
 fi  fi
   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11    ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
  ac_prog_cc_stdc=c11  ac_prog_cc_stdc=c11 ;;
 esac
 fi  fi
 fi  fi
 if test x$ac_prog_cc_stdc = xno  if test x$ac_prog_cc_stdc = xno
Line 3425  printf %s "checking for $CC option to enable C99 featu Line 3470  printf %s "checking for $CC option to enable C99 featu
 if test ${ac_cv_prog_cc_c99+y}  if test ${ac_cv_prog_cc_c99+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_prog_cc_c99=no  e) ac_cv_prog_cc_c99=no
 ac_save_CC=$CC  ac_save_CC=$CC
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3443  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3488  rm -f core conftest.err conftest.$ac_objext conftest.b
   test "x$ac_cv_prog_cc_c99" != "xno" && break    test "x$ac_cv_prog_cc_c99" != "xno" && break
 done  done
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
CC=$ac_save_CCCC=$ac_save_CC ;;
 esac
 fi  fi
   
 if test "x$ac_cv_prog_cc_c99" = xno  if test "x$ac_cv_prog_cc_c99" = xno
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 printf "%s\n" "unsupported" >&6; }  printf "%s\n" "unsupported" >&6; }
else $as_nopelse case e in #(
  if test "x$ac_cv_prog_cc_c99" = x  e) if test "x$ac_cv_prog_cc_c99" = x
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 printf "%s\n" "none needed" >&6; }  printf "%s\n" "none needed" >&6; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }  printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
     CC="$CC $ac_cv_prog_cc_c99"     CC="$CC $ac_cv_prog_cc_c99" ;;
 esac
 fi  fi
   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99    ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
  ac_prog_cc_stdc=c99  ac_prog_cc_stdc=c99 ;;
 esac
 fi  fi
 fi  fi
 if test x$ac_prog_cc_stdc = xno  if test x$ac_prog_cc_stdc = xno
Line 3471  printf %s "checking for $CC option to enable C89 featu Line 3519  printf %s "checking for $CC option to enable C89 featu
 if test ${ac_cv_prog_cc_c89+y}  if test ${ac_cv_prog_cc_c89+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_prog_cc_c89=no  e) ac_cv_prog_cc_c89=no
 ac_save_CC=$CC  ac_save_CC=$CC
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 3489  rm -f core conftest.err conftest.$ac_objext conftest.b Line 3537  rm -f core conftest.err conftest.$ac_objext conftest.b
   test "x$ac_cv_prog_cc_c89" != "xno" && break    test "x$ac_cv_prog_cc_c89" != "xno" && break
 done  done
 rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
CC=$ac_save_CCCC=$ac_save_CC ;;
 esac
 fi  fi
   
 if test "x$ac_cv_prog_cc_c89" = xno  if test "x$ac_cv_prog_cc_c89" = xno
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 printf "%s\n" "unsupported" >&6; }  printf "%s\n" "unsupported" >&6; }
else $as_nopelse case e in #(
  if test "x$ac_cv_prog_cc_c89" = x  e) if test "x$ac_cv_prog_cc_c89" = x
 then :  then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 printf "%s\n" "none needed" >&6; }  printf "%s\n" "none needed" >&6; }
else $as_nopelse case e in #(
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }  printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
     CC="$CC $ac_cv_prog_cc_c89"     CC="$CC $ac_cv_prog_cc_c89" ;;
 esac
 fi  fi
   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89    ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
  ac_prog_cc_stdc=c89  ac_prog_cc_stdc=c89 ;;
 esac
 fi  fi
 fi  fi
   
Line 3539  if test -z "$INSTALL"; then Line 3590  if test -z "$INSTALL"; then
 if test ${ac_cv_path_install+y}  if test ${ac_cv_path_install+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH  for as_dir in $PATH
 do  do
   IFS=$as_save_IFS    IFS=$as_save_IFS
Line 3594  esac Line 3645  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 3625  printf %s "checking for $ac_word... " >&6; } Line 3677  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_RANLIB+y}  if test ${ac_cv_prog_RANLIB+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$RANLIB"; then  e) if test -n "$RANLIB"; then
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3648  done Line 3700  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 3670  printf %s "checking for $ac_word... " >&6; } Line 3723  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_RANLIB+y}  if test ${ac_cv_prog_ac_ct_RANLIB+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_RANLIB"; then  e) if test -n "$ac_ct_RANLIB"; then
   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3693  done Line 3746  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 3731  printf %s "checking build system type... " >&6; } Line 3785  printf %s "checking build system type... " >&6; }
 if test ${ac_cv_build+y}  if test ${ac_cv_build+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_build_alias=$build_alias  e) ac_build_alias=$build_alias
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`    ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5    as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||  ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
   as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5    as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 printf "%s\n" "$ac_cv_build" >&6; }  printf "%s\n" "$ac_cv_build" >&6; }
Line 3766  printf %s "checking host system type... " >&6; } Line 3821  printf %s "checking host system type... " >&6; }
 if test ${ac_cv_host+y}  if test ${ac_cv_host+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test "x$host_alias" = x; then  e) if test "x$host_alias" = x; then
   ac_cv_host=$ac_cv_build    ac_cv_host=$ac_cv_build
 else  else
   ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||    ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
     as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
 fi  fi
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
 printf "%s\n" "$ac_cv_host" >&6; }  printf "%s\n" "$ac_cv_host" >&6; }
Line 3800  printf %s "checking target system type... " >&6; } Line 3856  printf %s "checking target system type... " >&6; }
 if test ${ac_cv_target+y}  if test ${ac_cv_target+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test "x$target_alias" = x; then  e) if test "x$target_alias" = x; then
   ac_cv_target=$ac_cv_host    ac_cv_target=$ac_cv_host
 else  else
   ac_cv_target=`$SHELL "${ac_aux_dir}config.sub" $target_alias` ||    ac_cv_target=`$SHELL "${ac_aux_dir}config.sub" $target_alias` ||
     as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $target_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $target_alias failed" "$LINENO" 5
 fi  fi
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
 printf "%s\n" "$ac_cv_target" >&6; }  printf "%s\n" "$ac_cv_target" >&6; }
Line 3844  printf %s "checking for $ac_word... " >&6; } Line 3901  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_MKDEP+y}  if test ${ac_cv_prog_MKDEP+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$MKDEP"; then  e) if test -n "$MKDEP"; then
   ac_cv_prog_MKDEP="$MKDEP" # Let the user override the test.    ac_cv_prog_MKDEP="$MKDEP" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3867  done Line 3924  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 3889  printf %s "checking for $ac_word... " >&6; } Line 3947  printf %s "checking for $ac_word... " >&6; }
 if test ${ac_cv_prog_ac_ct_MKDEP+y}  if test ${ac_cv_prog_ac_ct_MKDEP+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test -n "$ac_ct_MKDEP"; then  e) if test -n "$ac_ct_MKDEP"; then
   ac_cv_prog_ac_ct_MKDEP="$ac_ct_MKDEP" # Let the user override the test.    ac_cv_prog_ac_ct_MKDEP="$ac_ct_MKDEP" # Let the user override the test.
 else  else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3912  done Line 3970  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 3940  fi Line 3999  fi
   
   
   
CFLAGS="-Wall -O2 -fPIC ${CFLAGS}"if test "${ac_cv_env_CFLAGS_set}" != "set"; then
         CFLAGS="-Wall -O2 -fPIC"
 else
         CFLAGS="${ac_cv_env_CFLAGS_value}"
 fi
 LDFLAGS="${LDFLAGS}"  LDFLAGS="${LDFLAGS}"
   
   
Line 3951  printf %s "checking for pthread_create in -lpthread... Line 4014  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 $as_nopelse case e in #(
  ac_check_lib_save_LIBS=$LIBS  e) ac_check_lib_save_LIBS=$LIBS
 LIBS="-lpthread  $LIBS"  LIBS="-lpthread  $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
 /* Override any GCC internal prototype to avoid an error.  /* Override any GCC internal prototype to avoid an error.
    Use char because int might match the return type of a GCC     Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */   builtin and then its argument prototype would still apply.
char pthread_create ();   The 'extern "C"' is for builds by C++ compilers;
    although this is not generally supported in C code supporting it here
    has little cost and some practical benefit (sr 110532).  */
 #ifdef __cplusplus
 extern "C"
 #endif
 char pthread_create (void);
 int  int
 main (void)  main (void)
 {  {
Line 3972  _ACEOF Line 4041  _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 $as_nopelse case e in #(
  ac_cv_lib_pthread_pthread_create=no  e) 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_LIBSLIBS=$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 3994  printf %s "checking for aio_read in -lrt... " >&6; } Line 4065  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 $as_nopelse case e in #(
  ac_check_lib_save_LIBS=$LIBS  e) 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.
char aio_read ();   The 'extern "C"' is for builds by C++ compilers;
    although this is not generally supported in C code supporting it here
    has little cost and some practical benefit (sr 110532).  */
 #ifdef __cplusplus
 extern "C"
 #endif
 char aio_read (void);
 int  int
 main (void)  main (void)
 {  {
Line 4015  _ACEOF Line 4092  _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 $as_nopelse case e in #(
  ac_cv_lib_rt_aio_read=no  e) 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_LIBSLIBS=$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 4037  printf %s "checking for strlcpy in -lbsd... " >&6; } Line 4116  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 $as_nopelse case e in #(
  ac_check_lib_save_LIBS=$LIBS  e) 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.
char strlcpy ();   The 'extern "C"' is for builds by C++ compilers;
    although this is not generally supported in C code supporting it here
    has little cost and some practical benefit (sr 110532).  */
 #ifdef __cplusplus
 extern "C"
 #endif
 char strlcpy (void);
 int  int
 main (void)  main (void)
 {  {
Line 4058  _ACEOF Line 4143  _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 $as_nopelse case e in #(
  ac_cv_lib_bsd_strlcpy=no  e) 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_LIBSLIBS=$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 4151  printf %s "checking for inline... " >&6; } Line 4238  printf %s "checking for inline... " >&6; }
 if test ${ac_cv_c_inline+y}  if test ${ac_cv_c_inline+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  ac_cv_c_inline=no  e) ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do  for ac_kw in inline __inline__ __inline; do
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 4170  fi Line 4257  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 4194  ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size Line 4282  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 $as_nopelse case e in #(
  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 4207  printf %s "checking for GNU libc compatible malloc...  Line 4296  printf %s "checking for GNU libc compatible malloc... 
 if test ${ac_cv_func_malloc_0_nonnull+y}  if test ${ac_cv_func_malloc_0_nonnull+y}
 then :  then :
   printf %s "(cached) " >&6    printf %s "(cached) " >&6
else $as_nopelse case e in #(
  if test "$cross_compiling" = yes  e) if test "$cross_compiling" = yes
 then :  then :
   case "$host_os" in # ((    case "$host_os" in # ((
                   # Guess yes on platforms where we know the result.                    # Guess yes on platforms where we know the result.
                   *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \                    *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \
                  | hpux* | solaris* | cygwin* | mingw* | msys* )                  | hpux* | solaris* | cygwin* | mingw* | windows* | msys* )
                     ac_cv_func_malloc_0_nonnull=yes ;;                      ac_cv_func_malloc_0_nonnull=yes ;;
                   # If we don't know, assume the worst.                    # If we don't know, assume the worst.
                   *) ac_cv_func_malloc_0_nonnull=no ;;                    *) ac_cv_func_malloc_0_nonnull=no ;;
                 esac                  esac
else $as_nopelse case e in #(
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
   
Line 4237  _ACEOF Line 4326  _ACEOF
 if ac_fn_c_try_run "$LINENO"  if ac_fn_c_try_run "$LINENO"
 then :  then :
   ac_cv_func_malloc_0_nonnull=yes    ac_cv_func_malloc_0_nonnull=yes
else $as_nopelse case e in #(
  ac_cv_func_malloc_0_nonnull=no  e) ac_cv_func_malloc_0_nonnull=no ;;
 esac
 fi  fi
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext  conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
 esac
 fi  fi
 ;;
 esac
 fi  fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
 printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; }  printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; }
Line 4252  then : Line 4344  then :
   
 printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h  printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h
   
else $as_nopelse case e in #(
  printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h  e) printf "%s\n" "#define HAVE_MALLOC 0" >>confdefs.h
   
    case " $LIBOBJS " in     case " $LIBOBJS " in
   *" malloc.$ac_objext "* ) ;;    *" malloc.$ac_objext "* ) ;;
Line 4263  esac Line 4355  esac
   
   
 printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h  printf "%s\n" "#define malloc rpl_malloc" >>confdefs.h
 ;;
 esac
 fi  fi
   
   
Line 4337  printf "%s\n" "#define NDEBUG /**/" >>confdefs.h Line 4430  printf "%s\n" "#define NDEBUG /**/" >>confdefs.h
   
                                 ;;                                  ;;
                 esac                  esac
else $as_nopelse case e in #(
  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 4399  printf "%s\n" "#define SUP_ENABLE EP_SUPPORT" >>confde Line 4493  printf "%s\n" "#define SUP_ENABLE EP_SUPPORT" >>confde
                                 KQSUP=yes                                  KQSUP=yes
                                 ;;                                  ;;
                 esac                  esac
else $as_nopelse case e in #(
   KQSUP=yes  e)  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 4434  printf %s "checking How many kqueue events can schedul Line 4529  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 $as_nopelse case e in #(
  KQ_EVENTS=32  e) KQ_EVENTS=32 ;;
 esac
 fi  fi
   
   
Line 4457  then : Line 4553  then :
   
 printf "%s\n" "#define __ELWIX /**/" >>confdefs.h  printf "%s\n" "#define __ELWIX /**/" >>confdefs.h
   
                                 CFLAGS="-g ${CFLAGS}"  
                                 LIBS="${LIBS} -lelwix"                                  LIBS="${LIBS} -lelwix"
                                 ;;                                  ;;
                         *)                          *)
Line 4468  fi Line 4563  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; }
   
ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile"DEBIAN_ARCH=$target_cpu
 if  test "x$target_cpu" = "xarm6l" -o "x$target_cpu" = "xarm7l"
 then :
   DEBIAN_ARCH="armhf"
 fi
 if  test "x$target_cpu" = "xaarch64"
 then :
   DEBIAN_ARCH="arm64"
 fi
 if  test "x$target_cpu" = "xi686"
 then :
   DEBIAN_ARCH="i386"
 fi
 if  test "x$target_cpu" = "xx86_64"
 then :
   DEBIAN_ARCH="amd64"
 fi
   
   
   ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile debian/Makefile debian/control src/Makefile"
   
 cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
Line 4480  cat >confcache <<\_ACEOF Line 4594  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 4511  printf "%s\n" "$as_me: WARNING: cache variable $ac_var Line 4625  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 4608  cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 Line 4722  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 4617  then : Line 4730  then :
   # is contrary to our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST    setopt NO_GLOB_SUBST
else $as_nopelse case e in #(
  case `(set -o) 2>/dev/null` in #(  e) case `(set -o) 2>/dev/null` in #(
   *posix*) :    *posix*) :
     set -o posix ;; #(      set -o posix ;; #(
   *) :    *) :
      ;;       ;;
   esac ;;
 esac  esac
 fi  fi
   
Line 4694  IFS=$as_save_IFS Line 4808  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 4723  as_fn_error () Line 4837  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 4763  then : Line 4876  then :
   {    {
     eval $1+=\$2      eval $1+=\$2
   }'    }'
else $as_nopelse case e in #(
  as_fn_append ()  e) as_fn_append ()
   {    {
     eval $1=\$$1\$2      eval $1=\$$1\$2
  }  } ;;
 esac
 fi # as_fn_append  fi # as_fn_append
   
 # as_fn_arith ARG...  # as_fn_arith ARG...
Line 4781  then : Line 4895  then :
   {    {
     as_val=$(( $* ))      as_val=$(( $* ))
   }'    }'
else $as_nopelse case e in #(
  as_fn_arith ()  e) as_fn_arith ()
   {    {
     as_val=`expr "$@" || test $? -eq 1`      as_val=`expr "$@" || test $? -eq 1`
  }  } ;;
 esac
 fi # as_fn_arith  fi # as_fn_arith
   
   
Line 4868  if (echo >conf$$.file) 2>/dev/null; then Line 4983  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 4951  as_test_x='test -x' Line 5066  as_test_x='test -x'
 as_executable_p=as_fn_executable_p  as_executable_p=as_fn_executable_p
   
 # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
   
 # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 as_tr_sh="eval sed '$as_sed_sh'" # deprecated
   
   
 exec 6>&1  exec 6>&1
Line 4969  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 Line 5086  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 7.8, which wasThis file was extended by libaitsched $as_me 8.2, which was
generated by GNU Autoconf 2.71.  Invocation command line wasgenerated by GNU Autoconf 2.72.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 5001  _ACEOF Line 5118  _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 5033  ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" |  Line 5150  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 7.8libaitsched config.status 8.2
configured by $0, generated by GNU Autoconf 2.71,configured by $0, generated by GNU Autoconf 2.72,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
Copyright (C) 2021 Free Software Foundation, Inc.Copyright (C) 2023 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
   
Line 5097  do Line 5214  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 5106  Try \`$0 --help' for more information.";; Line 5223  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 5159  do Line 5276  do
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;      "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
       "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;;
       "debian/control") CONFIG_FILES="$CONFIG_FILES debian/control" ;;
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
   
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;  *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
   esac    esac
 done  done
   
Line 5180  fi Line 5299  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 5204  ac_tmp=$tmp Line 5323  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 5362  fi # test -n "$CONFIG_FILES" Line 5481  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 5478  do Line 5597  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 5500  do Line 5619  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 5640  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 Line 5759  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 5670  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && Line 5789  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.53.2.1  
changed lines
  Added in v.1.59


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