public inbox for dash@vger.kernel.org
 help / color / mirror / Atom feed
* dash 0.5.13 configure config.status truncated running under dash 0.5.13
@ 2025-09-28 23:05 Brian Inglis
  2025-09-29  5:01 ` Herbert Xu
  2025-09-30 12:26 ` Herbert Xu
  0 siblings, 2 replies; 16+ messages in thread
From: Brian Inglis @ 2025-09-28 23:05 UTC (permalink / raw)
  To: Dash

[-- Attachment #1: Type: text/plain, Size: 1975 bytes --]

Hi folks,

Package dash 0.5.13 configure and build seems to run okay with previous dash 
0.5.12 == /bin/sh but rebuilding under latest dash 0.5.13 == /bin/sh fails in 
configure running config.status at line 665 due to truncation at line defining 
ac_sed_extra due to missing close double quote '"':

Extract from configure:

# Neutralize VPATH when '$srcdir' = '.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_sed_extra="$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"

Looks like it could be a missing '"' after `$extrasub`, and a missing `sed` 
invocation after the second `cat`, but this could be some more subtle shell 
scripting I fail to appreciate?

Autoreconfig from autoconf 2.72 with automake 1.18/20250528 and autogen 5.18.16 
is run by the build process under Cygwin and the failure messages and context 
are summarized in the attached log.

I attached a summary log, and the complete log and config files and script, and 
can provide more info if wanted.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

[-- Attachment #2: dash-0.5.13-configure-config.status-fail.log --]
[-- Type: text/plain, Size: 8059 bytes --]

$ ls -gG dash-0.5.13-1.x86_64/log/dash-0.5.13-1-compile.log
-rw-r--r-- 1 6.5K Sep 28 15:57 dash-0.5.13-1.x86_64/log/dash-0.5.13-1-compile.log
$ tail -v dash-0.5.13-1.x86_64/log/dash-0.5.13-1-compile.log
==> dash-0.5.13-1.x86_64/log/dash-0.5.13-1-compile.log <==
checking whether stat64 is declared... no
checking for glob64... no
checking for open64... no
checking for stat::st_mtim... yes
checking for F_DUPFD_CLOEXEC... yes
configure: updating cache config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
./config.status: 665: Syntax error: Unterminated quoted string
*** ERROR: configure failed

$ ls -gG dash-0.5.13-1.x86_64/build/config.status
-rwxr-xr-x 1 20533 Sep 28 15:57 dash-0.5.13-1.x86_64/build/config.status
BWI@BWINGLISD dash 2639 $ tail -v dash-0.5.13-1.x86_64/build/config.status
==> dash-0.5.13-1.x86_64/build/config.status <==
  ac_datarootdir_hack='
  s&@datadir@&${datarootdir}&g
  s&@docdir@&/usr/share/doc/dash&g
  s&@infodir@&${datarootdir}/info&g
  s&@localedir@&${datarootdir}/locale&g
  s&@mandir@&${datarootdir}/man&g
  s&\${datarootdir}&${prefix}/share&g' ;;
esac
ac_sed_extra="

$ ls -gG dash-0.5.13-1.x86_64/src/dash-0.5.13/configure
-rwxr-xr-x 1 200409 Sep 28 15:57 dash-0.5.13-1.x86_64/src/dash-0.5.13/configure
$ awk '/Neutralize\sVPATH/,/write\sfailure/' dash-0.5.13-1.x86_64/src/dash-0.5.13/configure
# Neutralize VPATH when `$srcdir' = `.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_sed_extra="$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  { 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
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;}

  rm -f "$ac_tmp/stdin"
  case $ac_file in
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  esac \
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 ;;
  :H)
  #
  # CONFIG_HEADER
  #
  if test x"$ac_file" != x-; then
    {
      printf "%s\n" "/* $configure_input  */" >&1 \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    } >"$ac_tmp/config.h" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
    else
      rm -f "$ac_file"
      mv "$ac_tmp/config.h" "$ac_file" \
	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
    fi
  else
    printf "%s\n" "/* $configure_input  */" >&1 \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
      || as_fn_error $? "could not create -" "$LINENO" 5
  fi
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
_am_stamp_count=1
for _am_header in $config_headers :; do
  case $_am_header in
    $_am_arg | $_am_arg:* )
      break ;;
    * )
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  esac
done
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
	 X"$_am_arg" : 'X\(//\)$' \| \
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$_am_arg" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`/stamp-h$_am_stamp_count
 ;;

  :C)  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
 ;;
  esac


  case $ac_file$ac_mode in
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  # Older Autoconf quotes --file arguments for eval, but not when files
  # are listed without --file.  Let's play safe and only enable the eval
  # if we detect the quoting.
  # TODO: see whether this extra hack can be removed once we start
  # requiring Autoconf 2.70 or later.
  case $CONFIG_FILES in #(
  *\'*) :
    eval set x "$CONFIG_FILES" ;; #(
  *) :
    set x $CONFIG_FILES ;; #(
  *) :
     ;;
esac
  shift
  # Used to flag and report bootstrapping failures.
  am_rc=0
  for am_mf
  do
    # Strip MF so we end up with the name of the file.
    am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
    # Check whether this is an Automake generated Makefile which includes
    # dependency-tracking related rules and includes.
    # Grep'ing the whole file directly is not great: AIX grep has a line
    # limit of 2048, but all sed's we know have understand at least 4000.
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
      || continue
    am_dirpart=`$as_dirname -- "$am_mf" ||
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$am_mf" : 'X\(//\)[^/]' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$am_mf" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    am_filepart=`$as_basename -- "$am_mf" ||
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X/"$am_mf" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    { echo "$as_me:$LINENO: cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles" >&5
   (cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } || am_rc=$?
  done
  if test $am_rc -ne 0; then
    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  If GNU make was not used, consider
    re-running the configure script with MAKE=\"gmake\" (or whatever is
    necessary).  You can also try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See \`config.log' for more details" "$LINENO" 5; }
  fi
  { am_dirpart=; unset am_dirpart;}
  { am_filepart=; unset am_filepart;}
  { am_mf=; unset am_mf;}
  { am_rc=; unset am_rc;}
  rm -f conftest-deps.mk
}
 ;;

  esac
done # for ac_tag


as_fn_exit 0
_ACEOF
ac_clean_files=$ac_clean_files_save

test $ac_write_fail = 0 ||
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5


[-- Attachment #3: dash-0.5.13-1-compile.log --]
[-- Type: text/plain, Size: 6560 bytes --]

cygport 0.37.2 

PF = dash-0.5.13-1
S = /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13
B = /usr/src/dash/dash-0.5.13-1.x86_64/build
D = /usr/src/dash/dash-0.5.13-1.x86_64/inst
C = /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/CYGWIN-PATCHES
T = /usr/src/dash/dash-0.5.13-1.x86_64/temp
CBUILD = x86_64-pc-cygwin
CHOST = x86_64-pc-cygwin
CTARGET = x86_64-pc-cygwin
CC = gcc
CFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1
CPPFLAGS =
CXX = g++
CXXFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1
F77 = gfortran
FFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1
FC = gfortran
FCFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1
GOC = gccgo
GOFLAGS = -ggdb -O2 -pipe -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1
OBJC = gcc
OBJCFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1
OBJCXX = g++
OBJCXXFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1
LDFLAGS = -static-libgcc
LIBS =
MAKEOPTS = -j 5


autoreconf-2.72: export WARNINGS=
autoreconf-2.72: Entering directory '.'
autoreconf-2.72: configure.ac: not using Gettext
autoreconf-2.72: running: aclocal --force 
autoreconf-2.72: configure.ac: tracing
autoreconf-2.72: configure.ac: not using Libtool
autoreconf-2.72: configure.ac: not using Intltool
autoreconf-2.72: configure.ac: not using Gtkdoc
autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force
autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force
autoreconf-2.72: running: automake --add-missing --copy --force-missing
autoreconf-2.72: './install-sh' is updated
autoreconf-2.72: Leaving directory '.'
/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
configure: loading site script /etc/config.site
configure: creating cache config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for build system compiler... gcc
checking for __attribute__((__alias__()))... yes
checking for alloca.h... yes
checking for paths.h... yes
checking for sys/wait.h... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether _PATH_BSHELL is declared... yes
checking whether _PATH_DEVNULL is declared... yes
checking whether _PATH_TTY is declared... yes
checking whether isblank is declared... yes
checking size of intmax_t... 8
checking size of long long int... 8
checking whether PRIdMAX is declared... yes
checking for bsearch... yes
checking for faccessat... yes
checking for getpwnam... yes
checking for getrlimit... yes
checking for isalpha... yes
checking for killpg... yes
checking for memfd_create... no
checking for memrchr... yes
checking for mempcpy... yes
checking for sigsetmask... no
checking for stpcpy... yes
checking for strchrnul... yes
checking for strsignal... yes
checking for strtod... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for sysconf... yes
checking for tee... no
checking for wait3... yes
checking for signal... yes
checking whether stat64 is declared... no
checking for glob64... no
checking for open64... no
checking for stat::st_mtim... yes
checking for F_DUPFD_CLOEXEC... yes
configure: updating cache config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
./config.status: 665: Syntax error: Unterminated quoted string
^[[1;31m*** ERROR:^[[0;0m configure failed

[-- Attachment #4: config.cache --]
[-- Type: text/plain, Size: 4740 bytes --]

# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# 'ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* 'ac_cv_foo' will be assigned the
# following values.

ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu='yes'}
ac_cv_c_undeclared_builtin_options=${ac_cv_c_undeclared_builtin_options='none needed'}
ac_cv_env_CC_set='set'
ac_cv_env_CC_value='gcc'
ac_cv_env_CFLAGS_set='set'
ac_cv_env_CFLAGS_value='-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1'
ac_cv_env_CPPFLAGS_set='set'
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_LDFLAGS_set='set'
ac_cv_env_LDFLAGS_value='-static-libgcc'
ac_cv_env_LIBS_set='set'
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=${ac_cv_exeext='.exe'}
ac_cv_func_bsearch=${ac_cv_func_bsearch='yes'}
ac_cv_func_faccessat=${ac_cv_func_faccessat='yes'}
ac_cv_func_getpwnam=${ac_cv_func_getpwnam='yes'}
ac_cv_func_getrlimit=${ac_cv_func_getrlimit='yes'}
ac_cv_func_glob64=${ac_cv_func_glob64='no'}
ac_cv_func_isalpha=${ac_cv_func_isalpha='yes'}
ac_cv_func_killpg=${ac_cv_func_killpg='yes'}
ac_cv_func_memfd_create=${ac_cv_func_memfd_create='no'}
ac_cv_func_mempcpy=${ac_cv_func_mempcpy='yes'}
ac_cv_func_memrchr=${ac_cv_func_memrchr='yes'}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped='yes'}
ac_cv_func_open64=${ac_cv_func_open64='no'}
ac_cv_func_signal=${ac_cv_func_signal='yes'}
ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask='no'}
ac_cv_func_stpcpy=${ac_cv_func_stpcpy='yes'}
ac_cv_func_strchrnul=${ac_cv_func_strchrnul='yes'}
ac_cv_func_strsignal=${ac_cv_func_strsignal='yes'}
ac_cv_func_strtod=${ac_cv_func_strtod='yes'}
ac_cv_func_strtoimax=${ac_cv_func_strtoimax='yes'}
ac_cv_func_strtoumax=${ac_cv_func_strtoumax='yes'}
ac_cv_func_sysconf=${ac_cv_func_sysconf='yes'}
ac_cv_func_tee=${ac_cv_func_tee='no'}
ac_cv_func_wait3=${ac_cv_func_wait3='yes'}
ac_cv_have_decl_PRIdMAX=${ac_cv_have_decl_PRIdMAX='yes'}
ac_cv_have_decl__PATH_BSHELL=${ac_cv_have_decl__PATH_BSHELL='yes'}
ac_cv_have_decl__PATH_DEVNULL=${ac_cv_have_decl__PATH_DEVNULL='yes'}
ac_cv_have_decl__PATH_TTY=${ac_cv_have_decl__PATH_TTY='yes'}
ac_cv_have_decl_isblank=${ac_cv_have_decl_isblank='yes'}
ac_cv_have_decl_stat64=${ac_cv_have_decl_stat64='no'}
ac_cv_header_alloca_h=${ac_cv_header_alloca_h='yes'}
ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h='yes'}
ac_cv_header_minix_config_h=${ac_cv_header_minix_config_h='no'}
ac_cv_header_paths_h=${ac_cv_header_paths_h='yes'}
ac_cv_header_stdint_h=${ac_cv_header_stdint_h='yes'}
ac_cv_header_stdio_h=${ac_cv_header_stdio_h='yes'}
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h='yes'}
ac_cv_header_string_h=${ac_cv_header_string_h='yes'}
ac_cv_header_strings_h=${ac_cv_header_strings_h='yes'}
ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h='yes'}
ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h='yes'}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
ac_cv_header_wchar_h=${ac_cv_header_wchar_h='yes'}
ac_cv_objext=${ac_cv_objext='o'}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_path_mkdir=${ac_cv_path_mkdir='/usr/bin/mkdir'}
ac_cv_prog_AWK=${ac_cv_prog_AWK='gawk'}
ac_cv_prog_ac_ct_CC=${ac_cv_prog_ac_ct_CC='gcc'}
ac_cv_prog_cc_c11=${ac_cv_prog_cc_c11=''}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
ac_cv_prog_cc_stdc=${ac_cv_prog_cc_stdc=''}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
ac_cv_safe_to_define___extensions__=${ac_cv_safe_to_define___extensions__='yes'}
ac_cv_should_define__xopen_source=${ac_cv_should_define__xopen_source='no'}
ac_cv_sizeof_intmax_t=${ac_cv_sizeof_intmax_t='8'}
ac_cv_sizeof_long_long_int=${ac_cv_sizeof_long_long_int='8'}
am_cv_CC_dependencies_compiler_type=${am_cv_CC_dependencies_compiler_type='gcc3'}
am_cv_make_support_nested_variables=${am_cv_make_support_nested_variables='yes'}
am_cv_prog_cc_c_o=${am_cv_prog_cc_c_o='yes'}
dash_cv_have_attribute_alias=${dash_cv_have_attribute_alias='yes'}

[-- Attachment #5: config.status --]
[-- Type: text/plain, Size: 20533 bytes --]

#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by dash $as_me 0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

# Files that config.status was made for.
config_files=" Makefile src/Makefile"
config_headers=" config.h"
config_commands=" depfiles"

ac_cs_usage="\
'$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.

Usage: $0 [OPTION]... [TAG]...

  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
      --config     print configuration, then exit
  -q, --quiet, --silent
                   do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to the package provider."

ac_cs_config='--srcdir=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C CC=gcc '\''CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1'\'' LDFLAGS=-static-libgcc LIBS= CPPFLAGS='
ac_cs_version="\
dash config.status 0.5.13
configured by /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/configure, generated by GNU Autoconf 2.72,
  with options \"$ac_cs_config\"

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

ac_pwd='/usr/src/dash/dash-0.5.13-1.x86_64/build'
srcdir='/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13'
INSTALL='/usr/bin/install -c'
MKDIR_P='/usr/bin/mkdir -p'
AWK='gawk'
test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    printf "%s\n" "$ac_cs_version"; exit ;;
  --config | --confi | --conf | --con | --co | --c )
    printf "%s\n" "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    '') as_fn_error $? "missing file argument" ;;
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    as_fn_error $? "ambiguous option: '$1'
Try '$0 --help' for more information.";;
  --help | --hel | -h )
    printf "%s\n" "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) as_fn_error $? "unrecognized option: '$1'
Try '$0 --help' for more information." ;;

  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

if $ac_cs_recheck; then
  set X /bin/sh '/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/configure'  '--srcdir=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1' 'LDFLAGS=-static-libgcc' 'LIBS=' 'CPPFLAGS=' $ac_configure_extra_args --no-create --no-recursion
  shift
  \printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6
  CONFIG_SHELL='/bin/sh'
  export CONFIG_SHELL
  exec "$@"
fi

exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  printf "%s\n" "$ac_log"
} >&5

#
# INIT-COMMANDS
#
AMDEP_TRUE="" MAKE="make"


# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;

  *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
  test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
  test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to '$tmp'.
$debug ||
{
  tmp= ac_tmp=
  trap 'exit_status=$?
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
  trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp

# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with './config.status config.h'.
if test -n "$CONFIG_FILES"; then


ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
fi

echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
S["am__EXEEXT_FALSE"]="#"
S["am__EXEEXT_TRUE"]=""
S["LTLIBOBJS"]=""
S["LIBOBJS"]=""
S["CC_FOR_BUILD"]="gcc"
S["am__fastdepCC_FALSE"]="#"
S["am__fastdepCC_TRUE"]=""
S["CCDEPMODE"]="depmode=gcc3"
S["am__nodep"]="_no"
S["AMDEPBACKSLASH"]="\\"
S["AMDEP_FALSE"]="#"
S["AMDEP_TRUE"]=""
S["am__include"]="include"
S["DEPDIR"]=".deps"
S["OBJEXT"]="o"
S["EXEEXT"]=".exe"
S["ac_ct_CC"]="gcc"
S["CPPFLAGS"]=""
S["LDFLAGS"]="-static-libgcc"
S["CFLAGS"]="-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/"\
"dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/das"\
"h-0.5.13-1"
S["CC"]="gcc"
S["AM_BACKSLASH"]="\\"
S["AM_DEFAULT_VERBOSITY"]="0"
S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
S["AM_V"]="$(V)"
S["CSCOPE"]="cscope"
S["ETAGS"]="etags"
S["CTAGS"]="ctags"
S["am__untar"]="$${TAR-tar} xf -"
S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
S["AMTAR"]="$${TAR-tar}"
S["am__leading_dot"]="."
S["SET_MAKE"]=""
S["AWK"]="gawk"
S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="/usr/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]=""
S["install_sh"]="${SHELL} /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/install-sh"
S["MAKEINFO"]="${SHELL} '/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing' makeinfo"
S["AUTOHEADER"]="${SHELL} '/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing' autoheader"
S["AUTOMAKE"]="${SHELL} '/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing' automake-1.16"
S["AUTOCONF"]="${SHELL} '/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing' autoconf"
S["ACLOCAL"]="aclocal"
S["VERSION"]="0.5.13"
S["PACKAGE"]="dash"
S["CYGPATH_W"]="cygpath -w"
S["am__isrc"]=" -I$(srcdir)"
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["target_alias"]=""
S["host_alias"]=""
S["build_alias"]=""
S["LIBS"]=""
S["ECHO_T"]=""
S["ECHO_N"]="-n"
S["ECHO_C"]=""
S["DEFS"]="-DHAVE_CONFIG_H"
S["mandir"]="${datarootdir}/man"
S["localedir"]="${datarootdir}/locale"
S["libdir"]="${exec_prefix}/lib"
S["psdir"]="${docdir}"
S["pdfdir"]="${docdir}"
S["dvidir"]="${docdir}"
S["htmldir"]="/usr/share/doc/dash/html"
S["infodir"]="${datarootdir}/info"
S["docdir"]="/usr/share/doc/dash"
S["oldincludedir"]="/usr/include"
S["includedir"]="${prefix}/include"
S["runstatedir"]="${localstatedir}/run"
S["localstatedir"]="/var"
S["sharedstatedir"]="${prefix}/com"
S["sysconfdir"]="/etc"
S["datadir"]="${datarootdir}"
S["datarootdir"]="${prefix}/share"
S["libexecdir"]="${exec_prefix}/libexec"
S["sbindir"]="${exec_prefix}/sbin"
S["bindir"]="${exec_prefix}/bin"
S["program_transform_name"]="s,x,x,"
S["prefix"]="/usr"
S["exec_prefix"]="/usr"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]=""
S["PACKAGE_STRING"]="dash 0.5.13"
S["PACKAGE_VERSION"]="0.5.13"
S["PACKAGE_TARNAME"]="dash"
S["PACKAGE_NAME"]="dash"
S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/sh"
S["am__quote"]=""
_ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  FS = "\a"

}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}

_ACAWK
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
fi # test -n "$CONFIG_FILES"

# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with './config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
D["PACKAGE_NAME"]=" \"dash\""
D["PACKAGE_TARNAME"]=" \"dash\""
D["PACKAGE_VERSION"]=" \"0.5.13\""
D["PACKAGE_STRING"]=" \"dash 0.5.13\""
D["PACKAGE_BUGREPORT"]=" \"\""
D["PACKAGE_URL"]=" \"\""
D["PACKAGE"]=" \"dash\""
D["VERSION"]=" \"0.5.13\""
D["HAVE_STDIO_H"]=" 1"
D["HAVE_STDLIB_H"]=" 1"
D["HAVE_STRING_H"]=" 1"
D["HAVE_INTTYPES_H"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_STRINGS_H"]=" 1"
D["HAVE_SYS_STAT_H"]=" 1"
D["HAVE_SYS_TYPES_H"]=" 1"
D["HAVE_UNISTD_H"]=" 1"
D["HAVE_WCHAR_H"]=" 1"
D["STDC_HEADERS"]=" 1"
D["_ALL_SOURCE"]=" 1"
D["_DARWIN_C_SOURCE"]=" 1"
D["_GNU_SOURCE"]=" 1"
D["_HPUX_ALT_XOPEN_SOCKET_API"]=" 1"
D["_NETBSD_SOURCE"]=" 1"
D["_OPENBSD_SOURCE"]=" 1"
D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
D["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1"
D["__STDC_WANT_LIB_EXT2__"]=" 1"
D["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1"
D["_TANDEM_SOURCE"]=" 1"
D["__EXTENSIONS__"]=" 1"
D["HAVE_ALIAS_ATTRIBUTE"]=" 1"
D["HAVE_ALLOCA_H"]=" 1"
D["HAVE_PATHS_H"]=" 1"
D["HAVE_SYS_WAIT_H"]=" 1"
D["HAVE_DECL_ISBLANK"]=" 1"
D["SIZEOF_INTMAX_T"]=" 8"
D["SIZEOF_LONG_LONG_INT"]=" 8"
D["HAVE_BSEARCH"]=" 1"
D["HAVE_FACCESSAT"]=" 1"
D["HAVE_GETPWNAM"]=" 1"
D["HAVE_GETRLIMIT"]=" 1"
D["HAVE_ISALPHA"]=" 1"
D["HAVE_KILLPG"]=" 1"
D["HAVE_MEMRCHR"]=" 1"
D["HAVE_MEMPCPY"]=" 1"
D["HAVE_STPCPY"]=" 1"
D["HAVE_STRCHRNUL"]=" 1"
D["HAVE_STRSIGNAL"]=" 1"
D["HAVE_STRTOD"]=" 1"
D["HAVE_STRTOIMAX"]=" 1"
D["HAVE_STRTOUMAX"]=" 1"
D["HAVE_SYSCONF"]=" 1"
D["HAVE_WAIT3"]=" 1"
D["fstat64"]=" fstat"
D["lstat64"]=" lstat"
D["stat64"]=" stat"
D["glob64_t"]=" glob_t"
D["glob64"]=" glob"
D["globfree64"]=" globfree"
D["open64"]=" open"
D["readdir64"]=" readdir"
D["dirent64"]=" dirent"
D["HAVE_ST_MTIM"]=" 1"
D["HAVE_F_DUPFD_CLOEXEC"]=" 1"
D["SMALL"]=" 1"
D["WITH_LINENO"]=" 1"
  for (key in D) D_is_set[key] = 1
  FS = "\a"
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  line = $ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"


eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
for ac_tag
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain ':'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
      esac
      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
    done

    # Let's still pretend it is 'configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input='Generated from '`
	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
printf "%s\n" "$as_me: creating $ac_file" >&6;}
    fi
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac

    case $ac_tag in
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  as_dir="$ac_dir"; as_fn_mkdir_p
  ac_builddir=.

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

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


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  ac_datarootdir_hack='
  s&@datadir@&${datarootdir}&g
  s&@docdir@&/usr/share/doc/dash&g
  s&@infodir@&${datarootdir}/info&g
  s&@localedir@&${datarootdir}/locale&g
  s&@mandir@&${datarootdir}/man&g
  s&\${datarootdir}&${prefix}/share&g' ;;
esac
ac_sed_extra="


[-- Attachment #6: config.log --]
[-- Type: text/plain, Size: 62162 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by dash configure 0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  $ /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C

## --------- ##
## Platform. ##
## --------- ##

hostname = BWINGLISD
uname -m = x86_64
uname -r = 3.6.4-1.x86_64
uname -s = CYGWIN_NT-10.0-19045
uname -v = 2025-07-15 07:55 UTC

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/BWI/bin/
PATH: /usr/local/bin/
PATH: /usr/local/sbin/
PATH: /usr/bin/
PATH: /usr/sbin/
PATH: /sbin/


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

configure:2231: loading site script /etc/config.site
| # config.site for configure
| #
| # You may override this file by your config.site using the CONFIG_SITE env
| # variable.
| 
| if test -n "$host"; then
|     # skip when cross-compiling
|     return 0
| fi
| 
| # Change some defaults.
| test "$prefix" = NONE && test -n "$ac_default_prefix" \
| 					&& prefix="$ac_default_prefix" || :
| test "$exec_prefix" = NONE && exec_prefix=${prefix}/bin
| 
| if test "$prefix" = /usr/local \
|    || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr/local ; }
| then
|     test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/usr/local/etc || :
|     test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/usr/local/var || :
|     test "$localstatedir" = '${prefix}/var' && localstatedir=/usr/local/var || :
| fi
| #
| # Give Autoconf 2.x generated configure scripts a shared default
| # cache file for feature test results, architecture-specific.
| if test "$cache_file" = ./config.cache; then
|   cache_file="${localstatedir:-${sharedstatedir:-${prefix:-/usr/local}/var}}/config.cache"
|   # A cache file is only valid for one C compiler.
| #  CC=gcc
| fi
configure:2254: creating cache config.cache
configure:2609: looking for aux files: compile missing install-sh
configure:2622:  trying /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/
configure:2651:   /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/compile found
configure:2651:   /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing found
configure:2633:   /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/install-sh found
configure:2781: checking for a BSD-compatible install
configure:2855: result: /usr/bin/install -c
configure:2866: checking whether build environment is sane
configure:2921: result: yes
configure:3082: checking for a race-free mkdir -p
configure:3125: result: /usr/bin/mkdir -p
configure:3132: checking for gawk
configure:3153: found /usr/bin/gawk
configure:3165: result: gawk
configure:3176: checking whether make sets $(MAKE)
configure:3200: result: yes
configure:3230: checking whether make supports nested variables
configure:3249: result: yes
configure:3402: checking whether make supports nested variables
configure:3421: result: yes
configure:3496: checking for gcc
configure:3529: result: gcc
configure:3888: checking for C compiler version
configure:3897: gcc --version >&5
gcc (GCC) 13.4.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3908: $? = 0
configure:3897: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/13/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /mnt/share/packages/gccmake/gcc-13/gcc/gcc.x86_64/src/gcc-13.4.0/configure --srcdir=/mnt/share/packages/gccmake/gcc-13/gcc/gcc.x86_64/src/gcc-13.4.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib --with-gcc-major-version-only --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit --enable-clocale=newlib --with-dwarf2 --with-tune=generic --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++,jit --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --enable-libquadmath --enable-libquadmath-support --disable-libssp --enable-libada --disable-symvers --disable-multilib --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible --enable-libstdcxx-filesystem-ts
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.4.0 (GCC) 
configure:3908: $? = 0
configure:3897: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3908: $? = 1
configure:3897: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3908: $? = 1
configure:3897: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3908: $? = 1
configure:3928: checking whether the C compiler works
configure:3950: gcc -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:3954: $? = 0
configure:4005: result: yes
configure:4009: checking for C compiler default output file name
configure:4011: result: a.exe
configure:4017: checking for suffix of executables
configure:4024: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:4028: $? = 0
configure:4052: result: .exe
configure:4076: checking whether we are cross compiling
configure:4084: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:4088: $? = 0
configure:4095: ./conftest.exe
configure:4099: $? = 0
configure:4114: result: no
configure:4120: checking for suffix of object files
configure:4143: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4147: $? = 0
configure:4171: result: o
configure:4175: checking whether the compiler supports GNU C
configure:4195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4195: $? = 0
configure:4207: result: yes
configure:4218: checking whether gcc accepts -g
configure:4239: gcc -c -g  conftest.c >&5
configure:4239: $? = 0
configure:4286: result: yes
configure:4306: checking for gcc option to enable C11 features
configure:4321: gcc  -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4321: $? = 0
configure:4340: result: none needed
configure:4464: checking whether gcc understands -c and -o together
configure:4487: gcc -c conftest.c -o conftest2.o
configure:4490: $? = 0
configure:4487: gcc -c conftest.c -o conftest2.o
configure:4490: $? = 0
configure:4503: result: yes
configure:4523: checking whether make supports the include directive
configure:4538: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4541: $? = 0
configure:4560: result: yes (GNU style)
configure:4586: checking dependency style of gcc
configure:4699: result: gcc3
configure:4719: checking for stdio.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for stdlib.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for string.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for inttypes.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for stdint.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for strings.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for sys/stat.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for sys/types.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for unistd.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for wchar.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for minix/config.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
conftest.c:49:10: fatal error: minix/config.h: No such file or directory
   49 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4719: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4719: result: no
configure:4750: checking whether it is safe to define __EXTENSIONS__
configure:4769: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4769: $? = 0
configure:4779: result: yes
configure:4782: checking whether _XOPEN_SOURCE should be defined
configure:4804: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4804: $? = 0
configure:4833: result: no
configure:4893: checking for build system compiler
configure:4900: result: gcc
configure:4904: checking for __attribute__((__alias__()))
configure:4919: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:4919: $? = 0
configure:4925: result: yes
configure:4957: checking for alloca.h
configure:4957: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4957: $? = 0
configure:4957: result: yes
configure:4963: checking for paths.h
configure:4963: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4963: $? = 0
configure:4963: result: yes
configure:4969: checking for sys/wait.h
configure:4969: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:4969: $? = 0
configure:4969: result: yes
configure:4977: checking for gcc options needed to detect all undeclared functions
configure:4999: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
conftest.c: In function 'main':
conftest.c:47:8: error: 'strchr' undeclared (first use in this function)
   47 | (void) strchr;
      |        ^~~~~~
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
    1 | /* confdefs.h */
conftest.c:47:8: note: each undeclared identifier is reported only once for each function it appears in
   47 | (void) strchr;
      |        ^~~~~~
configure:4999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| (void) strchr;
|   ;
|   return 0;
| }
configure:5026: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
configure:5026: $? = 0
configure:5046: result: none needed
configure:5060: checking whether _PATH_BSHELL is declared
configure:5060: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
configure:5060: $? = 0
configure:5060: result: yes
configure:5075: checking whether _PATH_DEVNULL is declared
configure:5075: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
configure:5075: $? = 0
configure:5075: result: yes
configure:5090: checking whether _PATH_TTY is declared
configure:5090: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
configure:5090: $? = 0
configure:5090: result: yes
configure:5106: checking whether isblank is declared
configure:5106: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
configure:5106: $? = 0
configure:5106: result: yes
configure:5122: checking size of intmax_t
configure:5128: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5128: $? = 0
configure:5128: ./conftest.exe
configure:5128: $? = 0
configure:5145: result: 8
configure:5157: checking size of long long int
configure:5163: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5163: $? = 0
configure:5163: ./conftest.exe
configure:5163: $? = 0
configure:5180: result: 8
configure:5195: checking whether PRIdMAX is declared
configure:5195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
configure:5195: $? = 0
configure:5195: result: yes
configure:5209: checking for bsearch
configure:5209: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5209: $? = 0
configure:5209: result: yes
configure:5215: checking for faccessat
configure:5215: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5215: $? = 0
configure:5215: result: yes
configure:5221: checking for getpwnam
configure:5221: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5221: $? = 0
configure:5221: result: yes
configure:5227: checking for getrlimit
configure:5227: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5227: $? = 0
configure:5227: result: yes
configure:5233: checking for isalpha
configure:5233: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
conftest.c:66:6: warning: conflicting types for built-in function 'isalpha'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
   66 | char isalpha (void);
      |      ^~~~~~~
conftest.c:58:1: note: 'isalpha' is declared in header '<ctype.h>'
   57 | #include <limits.h>
   58 | #undef isalpha
configure:5233: $? = 0
configure:5233: result: yes
configure:5239: checking for killpg
configure:5239: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5239: $? = 0
configure:5239: result: yes
configure:5245: checking for memfd_create
configure:5245: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccVfbjf5.o: in function `main':
/usr/src/debug/dash-0.5.13-1/conftest.c:79:(.text.startup+0xa): undefined reference to `memfd_create'
collect2: error: ld returned 1 exit status
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| /* end confdefs.h.  */
| /* Define memfd_create to an innocuous variant, in case <limits.h> declares memfd_create.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memfd_create innocuous_memfd_create
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char memfd_create (void); below.  */
| 
| #include <limits.h>
| #undef memfd_create
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memfd_create (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_memfd_create || defined __stub___memfd_create
| choke me
| #endif
| 
| int
| main (void)
| {
| return memfd_create ();
|   ;
|   return 0;
| }
configure:5245: result: no
configure:5251: checking for memrchr
configure:5251: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5251: $? = 0
configure:5251: result: yes
configure:5257: checking for mempcpy
configure:5257: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
conftest.c:69:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   69 | char mempcpy (void);
      |      ^~~~~~~
configure:5257: $? = 0
configure:5257: result: yes
configure:5263: checking for sigsetmask
configure:5263: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cctEu0ue.o: in function `main':
/usr/src/debug/dash-0.5.13-1/conftest.c:81:(.text.startup+0xa): undefined reference to `sigsetmask'
collect2: error: ld returned 1 exit status
configure:5263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| /* end confdefs.h.  */
| /* Define sigsetmask to an innocuous variant, in case <limits.h> declares sigsetmask.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigsetmask innocuous_sigsetmask
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char sigsetmask (void); below.  */
| 
| #include <limits.h>
| #undef sigsetmask
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigsetmask (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sigsetmask || defined __stub___sigsetmask
| choke me
| #endif
| 
| int
| main (void)
| {
| return sigsetmask ();
|   ;
|   return 0;
| }
configure:5263: result: no
configure:5269: checking for stpcpy
configure:5269: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
conftest.c:70:6: warning: conflicting types for built-in function 'stpcpy'; expected 'char *(char *, const char *)' [-Wbuiltin-declaration-mismatch]
   70 | char stpcpy (void);
      |      ^~~~~~
configure:5269: $? = 0
configure:5269: result: yes
configure:5275: checking for strchrnul
configure:5275: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5275: $? = 0
configure:5275: result: yes
configure:5281: checking for strsignal
configure:5281: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5281: $? = 0
configure:5281: result: yes
configure:5287: checking for strtod
configure:5287: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5287: $? = 0
configure:5287: result: yes
configure:5293: checking for strtoimax
configure:5293: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5293: $? = 0
configure:5293: result: yes
configure:5299: checking for strtoumax
configure:5299: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5299: $? = 0
configure:5299: result: yes
configure:5305: checking for sysconf
configure:5305: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5305: $? = 0
configure:5305: result: yes
configure:5311: checking for tee
configure:5311: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccYx5u4y.o: in function `main':
/usr/src/debug/dash-0.5.13-1/conftest.c:88:(.text.startup+0xa): undefined reference to `tee'
collect2: error: ld returned 1 exit status
configure:5311: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define tee to an innocuous variant, in case <limits.h> declares tee.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define tee innocuous_tee
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char tee (void); below.  */
| 
| #include <limits.h>
| #undef tee
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char tee (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_tee || defined __stub___tee
| choke me
| #endif
| 
| int
| main (void)
| {
| return tee ();
|   ;
|   return 0;
| }
configure:5311: result: no
configure:5317: checking for wait3
configure:5317: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5317: $? = 0
configure:5317: result: yes
configure:5375: checking for signal
configure:5375: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
configure:5375: $? = 0
configure:5375: result: yes
configure:5392: checking whether stat64 is declared
configure:5392: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1   conftest.c >&5
conftest.c: In function 'main':
conftest.c:97:10: error: 'stat64' undeclared (first use in this function); did you mean 'stat'?
   97 |   (void) stat64;
      |          ^~~~~~
      |          stat
conftest.c:97:10: note: each undeclared identifier is reported only once for each function it appears in
configure:5392: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAIT3 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef stat64
| #ifdef __cplusplus
|   (void) stat64;
| #else
|   (void) stat64;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:5392: result: no
configure:5414: checking for glob64
configure:5414: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccEZykQP.o: in function `main':
/usr/src/debug/dash-0.5.13-1/conftest.c:92:(.text.startup+0xa): undefined reference to `glob64'
collect2: error: ld returned 1 exit status
configure:5414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAIT3 1
| #define fstat64 fstat
| #define lstat64 lstat
| #define stat64 stat
| /* end confdefs.h.  */
| /* Define glob64 to an innocuous variant, in case <limits.h> declares glob64.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define glob64 innocuous_glob64
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char glob64 (void); below.  */
| 
| #include <limits.h>
| #undef glob64
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char glob64 (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_glob64 || defined __stub___glob64
| choke me
| #endif
| 
| int
| main (void)
| {
| return glob64 ();
|   ;
|   return 0;
| }
configure:5414: result: no
configure:5434: checking for open64
configure:5434: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cc01oAp8.o: in function `main':
/usr/src/debug/dash-0.5.13-1/conftest.c:95:(.text.startup+0xa): undefined reference to `open64'
collect2: error: ld returned 1 exit status
configure:5434: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAIT3 1
| #define fstat64 fstat
| #define lstat64 lstat
| #define stat64 stat
| #define glob64_t glob_t
| #define glob64 glob
| #define globfree64 globfree
| /* end confdefs.h.  */
| /* Define open64 to an innocuous variant, in case <limits.h> declares open64.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define open64 innocuous_open64
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char open64 (void); below.  */
| 
| #include <limits.h>
| #undef open64
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char open64 (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_open64 || defined __stub___open64
| choke me
| #endif
| 
| int
| main (void)
| {
| return open64 ();
|   ;
|   return 0;
| }
configure:5434: result: no
configure:5454: checking for stat::st_mtim
configure:5469: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:5469: $? = 0
configure:5477: result: yes
configure:5485: checking for F_DUPFD_CLOEXEC
configure:5499: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1  conftest.c >&5
configure:5499: $? = 0
configure:5507: result: yes
configure:5669: updating cache config.cache
configure:5713: checking that generated files are newer than configure
configure:5719: result: done
configure:5742: creating ./config.status

## --------- ##
## Running . ##
## --------- ##

This file was extended by dash  0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on BWINGLISD


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu='yes'
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_env_CC_set='set'
ac_cv_env_CC_value='gcc'
ac_cv_env_CFLAGS_set='set'
ac_cv_env_CFLAGS_value='-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1'
ac_cv_env_CPPFLAGS_set='set'
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_LDFLAGS_set='set'
ac_cv_env_LDFLAGS_value='-static-libgcc'
ac_cv_env_LIBS_set='set'
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext='.exe'
ac_cv_func_bsearch='yes'
ac_cv_func_faccessat='yes'
ac_cv_func_getpwnam='yes'
ac_cv_func_getrlimit='yes'
ac_cv_func_glob64='no'
ac_cv_func_isalpha='yes'
ac_cv_func_killpg='yes'
ac_cv_func_memfd_create='no'
ac_cv_func_mempcpy='yes'
ac_cv_func_memrchr='yes'
ac_cv_func_mmap_fixed_mapped='yes'
ac_cv_func_open64='no'
ac_cv_func_signal='yes'
ac_cv_func_sigsetmask='no'
ac_cv_func_stpcpy='yes'
ac_cv_func_strchrnul='yes'
ac_cv_func_strsignal='yes'
ac_cv_func_strtod='yes'
ac_cv_func_strtoimax='yes'
ac_cv_func_strtoumax='yes'
ac_cv_func_sysconf='yes'
ac_cv_func_tee='no'
ac_cv_func_wait3='yes'
ac_cv_have_decl_PRIdMAX='yes'
ac_cv_have_decl__PATH_BSHELL='yes'
ac_cv_have_decl__PATH_DEVNULL='yes'
ac_cv_have_decl__PATH_TTY='yes'
ac_cv_have_decl_isblank='yes'
ac_cv_have_decl_stat64='no'
ac_cv_header_alloca_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_minix_config_h='no'
ac_cv_header_paths_h='yes'
ac_cv_header_stdint_h='yes'
ac_cv_header_stdio_h='yes'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_sys_wait_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_header_wchar_h='yes'
ac_cv_objext='o'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir='/usr/bin/mkdir'
ac_cv_prog_AWK='gawk'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_cc_c11=''
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_make_make_set='yes'
ac_cv_safe_to_define___extensions__='yes'
ac_cv_should_define__xopen_source='no'
ac_cv_sizeof_intmax_t='8'
ac_cv_sizeof_long_long_int='8'
am_cv_CC_dependencies_compiler_type='gcc3'
am_cv_make_support_nested_variables='yes'
am_cv_prog_cc_c_o='yes'
dash_cv_have_attribute_alias='yes'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} '\''/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing'\'' automake-1.16'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/build=/usr/src/debug/dash-0.5.13-1 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-1'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ETAGS='etags'
EXEEXT='.exe'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-static-libgcc'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/missing'\'' makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='dash'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dash'
PACKAGE_STRING='dash 0.5.13'
PACKAGE_TARNAME='dash'
PACKAGE_URL=''
PACKAGE_VERSION='0.5.13'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.5.13'
ac_ct_CC='gcc'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='/usr/share/doc/dash'
dvidir='${docdir}'
exec_prefix='/usr'
host_alias=''
htmldir='/usr/share/doc/dash/html'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/src/dash/dash-0.5.13-1.x86_64/src/dash-0.5.13/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "dash"
#define PACKAGE_TARNAME "dash"
#define PACKAGE_VERSION "0.5.13"
#define PACKAGE_STRING "dash 0.5.13"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dash"
#define VERSION "0.5.13"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define HAVE_ALIAS_ATTRIBUTE 1
#define HAVE_ALLOCA_H 1
#define HAVE_PATHS_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_DECL_ISBLANK 1
#define SIZEOF_INTMAX_T 8
#define SIZEOF_LONG_LONG_INT 8
#define HAVE_BSEARCH 1
#define HAVE_FACCESSAT 1
#define HAVE_GETPWNAM 1
#define HAVE_GETRLIMIT 1
#define HAVE_ISALPHA 1
#define HAVE_KILLPG 1
#define HAVE_MEMRCHR 1
#define HAVE_MEMPCPY 1
#define HAVE_STPCPY 1
#define HAVE_STRCHRNUL 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRTOD 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYSCONF 1
#define HAVE_WAIT3 1
#define fstat64 fstat
#define lstat64 lstat
#define stat64 stat
#define glob64_t glob_t
#define glob64 glob
#define globfree64 globfree
#define open64 open
#define readdir64 readdir
#define dirent64 dirent
#define HAVE_ST_MTIM 1
#define HAVE_F_DUPFD_CLOEXEC 1
#define SMALL 1
#define WITH_LINENO 1

configure: exit 1

[-- Attachment #7: configure --]
[-- Type: text/plain, Size: 198404 bytes --]

#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for dash 0.5.13.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
# Inc.
#
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

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



# Reset variables that may have inherited troublesome values from
# the environment.

# IFS needs to be set, to space, tab, and newline, in precisely that order.
# (If _AS_PATH_WALK were called with IFS unset, it would have the
# side effect of setting IFS to empty, thus disabling word splitting.)
# Quoting is to prevent editors from complaining about space-tab.
as_nl='
'
export as_nl
IFS=" ""	$as_nl"

PS1='$ '
PS2='> '
PS4='+ '

# Ensure predictable behavior from utilities with locale-dependent output.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# We cannot yet rely on "unset" to work, but we need these variables
# to be unset--not just set to an empty or harmless value--now, to
# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
# also avoids known problems related to "unset" and subshell syntax
# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
do eval test \${$as_var+y} \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done

# Ensure that fds 0, 1, and 2 are open.
if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi

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


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

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


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

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

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

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

else $as_nop
  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
	      as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
then :
  CONFIG_SHELL=$SHELL as_have_required=yes
fi
fi


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

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

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


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

# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
  set +e
  as_fn_set_status $1
  exit $1
} # as_fn_exit
# as_fn_nop
# ---------
# Do nothing but, unlike ":", preserve the value of $?.
as_fn_nop ()
{
  return $?
}
as_nop=as_fn_nop

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

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


} # as_fn_mkdir_p

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

# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
then :
  eval 'as_fn_arith ()
  {
    as_val=$(( $* ))
  }'
else $as_nop
  as_fn_arith ()
  {
    as_val=`expr "$@" || test $? -eq 1`
  }
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]
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$4"; then
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  printf "%s\n" "$as_me: error: $2" >&2
  as_fn_exit $as_status
} # as_fn_error

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

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

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

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

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


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

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


# Determine whether it's possible to make 'echo' print without a newline.
# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
# for compatibility with existing Makefiles.
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

# For backward compatibility with old third-party macros, we provide
# the shell variables $as_echo and $as_echo_n.  New code should use
# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
as_echo='printf %s\n'
as_echo_n='printf %s'


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

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

as_test_x='test -x'
as_executable_p=as_fn_executable_p

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

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


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

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

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

# Identity of this package.
PACKAGE_NAME='dash'
PACKAGE_TARNAME='dash'
PACKAGE_VERSION='0.5.13'
PACKAGE_STRING='dash 0.5.13'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

ac_unique_file="src/main.c"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif"

ac_header_c_list=
ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
CC_FOR_BUILD
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
am__nodep
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
CSCOPE
ETAGS
CTAGS
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL
am__quote'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
enable_test_workaround
with_libedit
enable_lineno
'
      ac_precious_vars='build_alias
host_alias
target_alias
CC
CFLAGS
LDFLAGS
LIBS
CPPFLAGS'


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  esac
done

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

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

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

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

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

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

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


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


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

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

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

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

Defaults for the options are specified in brackets.

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

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

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

For better control, use the options below.

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

  cat <<\_ACEOF

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
_ACEOF
fi

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

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --enable-static         Build statical linked program
  --enable-fnmatch        Use fnmatch(3) from libc
  --enable-glob           Use glob(3) from libc
  --enable-test-workaround
                          Guard against faccessat(2) that tells root all files
                          are executable
  --disable-lineno        Disable LINENO support

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-libedit          Compile with libedit support

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>

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

Report bugs to the package provider.
_ACEOF
ac_status=$?
fi

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

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

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

    cd "$ac_dir" || { ac_status=$?; continue; }
    # Check for configure.gnu first; this name is used for a wrapper for
    # Metaconfig's "Configure" on case-insensitive file systems.
    if test -f "$ac_srcdir/configure.gnu"; then
      echo &&
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
    elif test -f "$ac_srcdir/configure"; then
      echo &&
      $SHELL "$ac_srcdir/configure" --help=recursive
    else
      printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    fi || ac_status=$?
    cd "$ac_pwd" || { ac_status=$?; break; }
  done
fi

test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
  cat <<\_ACEOF
dash configure 0.5.13
generated by GNU Autoconf 2.71

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

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

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

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

} # ac_fn_c_try_compile

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

} # ac_fn_c_check_header_compile

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

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

} # ac_fn_c_try_link

# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
# ------------------------------------------------------------------
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
ac_fn_check_decl ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_decl_name=`echo $2|sed 's/ *(.*//'`
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
printf %s "checking whether $as_decl_name is declared... " >&6; }
if eval test \${$3+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
  eval ac_save_FLAGS=\$$6
  as_fn_append $6 " $5"
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
#ifndef $as_decl_name
#ifdef __cplusplus
  (void) $as_decl_use;
#else
  (void) $as_decl_name;
#endif
#endif

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  eval "$3=yes"
else $as_nop
  eval "$3=no"
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
  eval $6=\$ac_save_FLAGS

fi
eval ac_res=\$$3
	       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
printf "%s\n" "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_check_decl

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

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

} # ac_fn_c_try_run

# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
# --------------------------------------------
# Tries to find the compile-time value of EXPR in a program that includes
# INCLUDES, setting VAR accordingly. Returns whether the value could be
# computed
ac_fn_c_compute_int ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if test "$cross_compiling" = yes; then
    # Depending upon the size, compute the lo and hi bounds.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) >= 0)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_lo=0 ac_mid=0
  while :; do
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_hi=$ac_mid; break
else $as_nop
  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
			if test $ac_lo -le $ac_mid; then
			  ac_lo= ac_hi=
			  break
			fi
			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
  done
else $as_nop
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) < 0)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_hi=-1 ac_mid=-1
  while :; do
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) >= $ac_mid)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_lo=$ac_mid; break
else $as_nop
  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
			if test $ac_mid -le $ac_hi; then
			  ac_lo= ac_hi=
			  break
			fi
			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
  done
else $as_nop
  ac_lo= ac_hi=
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_hi=$ac_mid
else $as_nop
  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
done
case $ac_lo in #((
?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
'') ac_retval=1 ;;
esac
  else
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
static long int longval (void) { return $2; }
static unsigned long int ulongval (void) { return $2; }
#include <stdio.h>
#include <stdlib.h>
int
main (void)
{

  FILE *f = fopen ("conftest.val", "w");
  if (! f)
    return 1;
  if (($2) < 0)
    {
      long int i = longval ();
      if (i != ($2))
	return 1;
      fprintf (f, "%ld", i);
    }
  else
    {
      unsigned long int i = ulongval ();
      if (i != ($2))
	return 1;
      fprintf (f, "%lu", i);
    }
  /* Do not output a trailing newline, as this causes \r\n confusion
     on some platforms.  */
  return ferror (f) || fclose (f) != 0;

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"
then :
  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
else $as_nop
  ac_retval=1
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
rm -f conftest.val

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

} # ac_fn_c_compute_int

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

/* System header to define __stub macros and hopefully few prototypes,
   which can conflict with char $2 (); below.  */

#include <limits.h>
#undef $2

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

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

} # ac_fn_c_check_func
ac_configure_args_raw=
for ac_arg
do
  case $ac_arg in
  *\'*)
    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  esac
  as_fn_append ac_configure_args_raw " '$ac_arg'"
done

case $ac_configure_args_raw in
  *$as_nl*)
    ac_safe_unquote= ;;
  *)
    ac_unsafe_z='|&;<>()$`\\"*?[ ''	' # This string ends in space, tab.
    ac_unsafe_a="$ac_unsafe_z#~"
    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
    ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
esac

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

It was created by dash $as_me 0.5.13, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ $0$ac_configure_args_raw

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

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

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

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

_ASUNAME

as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    printf "%s\n" "PATH: $as_dir"
  done
IFS=$as_save_IFS

} >&5

cat >&5 <<_ACEOF


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

_ACEOF


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

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

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

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

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

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

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

printf "%s\n" "/* confdefs.h */" > confdefs.h

# Predefined preprocessor variables.

printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h


# Let the site file select an alternate cache file if it wants to.
# Prefer an explicitly selected file to automatically selected ones.
if test -n "$CONFIG_SITE"; then
  ac_site_files="$CONFIG_SITE"
elif test "x$prefix" != xNONE; then
  ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
else
  ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
fi

for ac_site_file in $ac_site_files
do
  case $ac_site_file in #(
  */*) :
     ;; #(
  *) :
    ac_site_file=./$ac_site_file ;;
esac
  if test -f "$ac_site_file" && test -r "$ac_site_file"; then
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
    sed 's/^/| /' "$ac_site_file" >&5
    . "$ac_site_file" \
      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "failed to load site script $ac_site_file
See \`config.log' for more details" "$LINENO" 5; }
  fi
done

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

# Test code for whether the C compiler supports C89 (global declarations)
ac_c_conftest_c89_globals='
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
     char **p;
     int i;
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

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

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);'

# Test code for whether the C compiler supports C89 (body of main).
ac_c_conftest_c89_main='
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
'

# Test code for whether the C compiler supports C99 (global declarations)
ac_c_conftest_c99_globals='
// Does the compiler advertise C99 conformance?
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // See if C++-style comments work.
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case '\''s'\'': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case '\''d'\'': // int
	  number = va_arg (args_copy, int);
	  break;
	case '\''f'\'': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}
'

# Test code for whether the C compiler supports C99 (body of main).
ac_c_conftest_c99_main='
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
	 || dynamic_array[ni.number - 1] != 543);
'

# Test code for whether the C compiler supports C11 (global declarations)
ac_c_conftest_c11_globals='
// Does the compiler advertise C11 conformance?
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;
'

# Test code for whether the C compiler supports C11 (body of main).
ac_c_conftest_c11_main='
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;
'

# Test code for whether the C compiler supports C11 (complete).
ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
${ac_c_conftest_c99_globals}
${ac_c_conftest_c11_globals}

int
main (int argc, char **argv)
{
  int ok = 0;
  ${ac_c_conftest_c89_main}
  ${ac_c_conftest_c99_main}
  ${ac_c_conftest_c11_main}
  return ok;
}
"

# Test code for whether the C compiler supports C99 (complete).
ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
${ac_c_conftest_c99_globals}

int
main (int argc, char **argv)
{
  int ok = 0;
  ${ac_c_conftest_c89_main}
  ${ac_c_conftest_c99_main}
  return ok;
}
"

# Test code for whether the C compiler supports C89 (complete).
ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}

int
main (int argc, char **argv)
{
  int ok = 0;
  ${ac_c_conftest_c89_main}
  return ok;
}
"

as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
as_fn_append ac_header_c_list " wchar.h wchar_h HAVE_WCHAR_H"
as_fn_append ac_header_c_list " minix/config.h minix_config_h HAVE_MINIX_CONFIG_H"

# Auxiliary files required by this configure script.
ac_aux_files="compile missing install-sh"

# Locations in which to look for auxiliary files.
ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."

# Search for a directory containing all of the required auxiliary files,
# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
# If we don't find one directory that contains all the files we need,
# we report the set of missing files from the *first* directory in
# $ac_aux_dir_candidates and give up.
ac_missing_aux_files=""
ac_first_candidate=:
printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_found=false
for as_dir in $ac_aux_dir_candidates
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
  as_found=:

  printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
  ac_aux_dir_found=yes
  ac_install_sh=
  for ac_aux in $ac_aux_files
  do
    # As a special case, if "install-sh" is required, that requirement
    # can be satisfied by any of "install-sh", "install.sh", or "shtool",
    # and $ac_install_sh is set appropriately for whichever one is found.
    if test x"$ac_aux" = x"install-sh"
    then
      if test -f "${as_dir}install-sh"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
        ac_install_sh="${as_dir}install-sh -c"
      elif test -f "${as_dir}install.sh"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
        ac_install_sh="${as_dir}install.sh -c"
      elif test -f "${as_dir}shtool"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
        ac_install_sh="${as_dir}shtool install -c"
      else
        ac_aux_dir_found=no
        if $ac_first_candidate; then
          ac_missing_aux_files="${ac_missing_aux_files} install-sh"
        else
          break
        fi
      fi
    else
      if test -f "${as_dir}${ac_aux}"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
      else
        ac_aux_dir_found=no
        if $ac_first_candidate; then
          ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
        else
          break
        fi
      fi
    fi
  done
  if test "$ac_aux_dir_found" = yes; then
    ac_aux_dir="$as_dir"
    break
  fi
  ac_first_candidate=false

  as_found=false
done
IFS=$as_save_IFS
if $as_found
then :

else $as_nop
  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
fi


# These three variables are undocumented and unsupported,
# and are intended to be withdrawn in a future Autoconf release.
# They can cause serious problems if a builder's source tree is in a directory
# whose full name contains unusual characters.
if test -f "${ac_aux_dir}config.guess"; then
  ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
fi
if test -f "${ac_aux_dir}config.sub"; then
  ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
fi
if test -f "$ac_aux_dir/configure"; then
  ac_configure="$SHELL ${ac_aux_dir}configure"
fi

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

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


am__api_version='1.16'



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

  done
IFS=$as_save_IFS

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

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

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

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

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

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
printf %s "checking whether build environment is sane... " >&6; }
# Reject unsafe characters in $srcdir or the absolute working directory
# name.  Accept space and tab only in the latter.
am_lf='
'
case `pwd` in
  *[\\\"\#\$\&\'\`$am_lf]*)
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
esac
case $srcdir in
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
esac

# Do 'set' in a subshell so we don't clobber the current shell's
# arguments.  Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
   am_has_slept=no
   for am_try in 1 2; do
     echo "timestamp, slept: $am_has_slept" > conftest.file
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     if test "$*" = "X"; then
	# -L didn't work.
	set X `ls -t "$srcdir/configure" conftest.file`
     fi
     if test "$*" != "X $srcdir/configure conftest.file" \
	&& test "$*" != "X conftest.file $srcdir/configure"; then

	# If neither matched, then we have a broken ls.  This can happen
	# if, for instance, CONFIG_SHELL is bash and it inherits a
	# broken ls alias from the environment.  This has actually
	# happened.  Such a system could not be considered "sane".
	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
  alias in your environment" "$LINENO" 5
     fi
     if test "$2" = conftest.file || test $am_try -eq 2; then
       break
     fi
     # Just in case.
     sleep 1
     am_has_slept=yes
   done
   test "$2" = conftest.file
   )
then
   # Ok.
   :
else
   as_fn_error $? "newly created file is older than distributed files!
Check your system clock" "$LINENO" 5
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
# If we didn't sleep, we still need to ensure time stamps of config.status and
# generated files are strictly newer.
am_sleep_pid=
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
  ( sleep 1 ) &
  am_sleep_pid=$!
fi

rm -f conftest.file

test "$program_prefix" != NONE &&
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $.
# By default was `s,x,x', remove it if useless.
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`


# Expand $ac_aux_dir to an absolute path.
am_aux_dir=`cd "$ac_aux_dir" && pwd`


  if test x"${MISSING+set}" != xset; then
  MISSING="\${SHELL} '$am_aux_dir/missing'"
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then
  am_missing_run="$MISSING "
else
  am_missing_run=
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
fi

if test x"${install_sh+set}" != xset; then
  case $am_aux_dir in
  *\ * | *\	*)
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  *)
    install_sh="\${SHELL} $am_aux_dir/install-sh"
  esac
fi

# Installed binaries are usually stripped using 'strip' when the user
# run "make install-strip".  However 'strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the 'STRIP' environment variable to overrule this program.
if test "$cross_compiling" != no; then
  if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_STRIP+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -n "$STRIP"; then
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
printf "%s\n" "$STRIP" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi


fi
if test -z "$ac_cv_prog_STRIP"; then
  ac_ct_STRIP=$STRIP
  # Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_ac_ct_STRIP+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -n "$ac_ct_STRIP"; then
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_STRIP="strip"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
printf "%s\n" "$ac_ct_STRIP" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi

  if test "x$ac_ct_STRIP" = x; then
    STRIP=":"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    STRIP=$ac_ct_STRIP
  fi
else
  STRIP="$ac_cv_prog_STRIP"
fi

fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"


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

fi

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

for ac_prog in gawk mawk nawk awk
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_AWK+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -n "$AWK"; then
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_AWK="$ac_prog"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
printf "%s\n" "$AWK" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi


  test -n "$AWK" && break
done

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

rm -rf .tst 2>/dev/null
mkdir .tst 2>/dev/null
if test -d .tst; then
  am__leading_dot=.
else
  am__leading_dot=_
fi
rmdir .tst 2>/dev/null

# Check whether --enable-silent-rules was given.
if test ${enable_silent_rules+y}
then :
  enableval=$enable_silent_rules;
fi

case $enable_silent_rules in # (((
  yes) AM_DEFAULT_VERBOSITY=0;;
   no) AM_DEFAULT_VERBOSITY=1;;
    *) AM_DEFAULT_VERBOSITY=1;;
esac
am_make=${MAKE-make}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
printf %s "checking whether $am_make supports nested variables... " >&6; }
if test ${am_cv_make_support_nested_variables+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if printf "%s\n" 'TRUE=$(BAR$(V))
BAR0=false
BAR1=true
V=1
am__doit:
	@$(TRUE)
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
  am_cv_make_support_nested_variables=yes
else
  am_cv_make_support_nested_variables=no
fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
if test $am_cv_make_support_nested_variables = yes; then
    AM_V='$(V)'
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
else
  AM_V=$AM_DEFAULT_VERBOSITY
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
fi
AM_BACKSLASH='\'

if test "`cd $srcdir && pwd`" != "`pwd`"; then
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  # is not polluted with repeated "-I."
  am__isrc=' -I$(srcdir)'
  # test to see if srcdir already configured
  if test -f $srcdir/config.status; then
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
  fi
fi

# test whether we have cygpath
if test -z "$CYGPATH_W"; then
  if (cygpath --version) >/dev/null 2>/dev/null; then
    CYGPATH_W='cygpath -w'
  else
    CYGPATH_W=echo
  fi
fi


# Define the identity of the package.
 PACKAGE='dash'
 VERSION='0.5.13'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h


printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h

# Some tools Automake needs.

ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}


AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}


AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}


AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}


MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}

# For better backward compatibility.  To be removed once Automake 1.9.x
# dies out for good.  For more background, see:
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p='$(MKDIR_P)'

# We need awk for the "check" target (and possibly the TAP driver).  The
# system "awk" is bad on some platforms.
# Always define AMTAR for backward compatibility.  Yes, it's still used
# in the wild :-(  We should find a proper way to deprecate it ...
AMTAR='$${TAR-tar}'


# We'll loop over all known methods to create a tar archive until one works.
_am_tools='gnutar  pax cpio none'

am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'





# Variables for tags utilities; see am/tags.am
if test -z "$CTAGS"; then
  CTAGS=ctags
fi

if test -z "$ETAGS"; then
  ETAGS=etags
fi

if test -z "$CSCOPE"; then
  CSCOPE=cscope
fi



# POSIX will say in a future version that running "rm -f" with no argument
# is OK; and we want to be able to make that assumption in our Makefile
# recipes.  So use an aggressive probe to check that the usage we want is
# actually supported "in the wild" to an acceptable degree.
# See automake bug#10828.
# To make any issue more visible, cause the running configure to be aborted
# by default if the 'rm' program in use doesn't match our expectations; the
# user can still override this though.
if rm -f && rm -fr && rm -rf; then : OK; else
  cat >&2 <<'END'
Oops!

Your 'rm' program seems unable to run without file operands specified
on the command line, even when the '-f' option is present.  This is contrary
to the behaviour of most rm programs out there, and not conforming with
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>

Please tell bug-automake@gnu.org about your system, including the value
of your $PATH and any error possibly output before this message.  This
can help us improve future automake versions.

END
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    echo 'Configuration will proceed anyway, since you have set the' >&2
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    echo >&2
  else
    cat >&2 <<'END'
Aborting the configuration process, to ensure you take notice of the issue.

You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: <https://www.gnu.org/software/coreutils/>.

If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
to "yes", and re-run configure.

END
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
  fi
fi



ac_config_headers="$ac_config_headers config.h"


# Check whether --enable-silent-rules was given.
if test ${enable_silent_rules+y}
then :
  enableval=$enable_silent_rules;
fi

case $enable_silent_rules in # (((
  yes) AM_DEFAULT_VERBOSITY=0;;
   no) AM_DEFAULT_VERBOSITY=1;;
    *) AM_DEFAULT_VERBOSITY=0;;
esac
am_make=${MAKE-make}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
printf %s "checking whether $am_make supports nested variables... " >&6; }
if test ${am_cv_make_support_nested_variables+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if printf "%s\n" 'TRUE=$(BAR$(V))
BAR0=false
BAR1=true
V=1
am__doit:
	@$(TRUE)
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
  am_cv_make_support_nested_variables=yes
else
  am_cv_make_support_nested_variables=no
fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
if test $am_cv_make_support_nested_variables = yes; then
    AM_V='$(V)'
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
else
  AM_V=$AM_DEFAULT_VERBOSITY
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
fi
AM_BACKSLASH='\'











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

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


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

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

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

if test -z "$CC"; then
          if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="${ac_tool_prefix}cc"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

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


  fi
fi
if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  ac_prog_rejected=no
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
       ac_prog_rejected=yes
       continue
     fi
    ac_cv_prog_CC="cc"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

if test $ac_prog_rejected = yes; then
  # We found a bogon in the path, so make sure we never use it.
  set dummy $ac_cv_prog_CC
  shift
  if test $# != 0; then
    # We chose a different compiler from the bogus one.
    # However, it has the same basename, so the bogon will be chosen
    # first if we set CC to just the basename; use the full file name.
    shift
    ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
  fi
fi
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
printf "%s\n" "$CC" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi


fi
if test -z "$CC"; then
  if test -n "$ac_tool_prefix"; then
  for ac_prog in cl.exe
  do
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

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


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

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


  test -n "$ac_ct_CC" && break
done

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

fi
if test -z "$CC"; then
  if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
set dummy ${ac_tool_prefix}clang; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="${ac_tool_prefix}clang"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

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


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

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

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

fi


test -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;}
as_fn_error $? "no acceptable C compiler found in \$PATH
See \`config.log' for more details" "$LINENO" 5; }

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

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

int
main (void)
{

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

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

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

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

else $as_nop
  ac_file=''
fi
if test -z "$ac_file"
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
printf "%s\n" "$as_me: failed program was:" >&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: error: in \`$ac_pwd':" >&2;}
as_fn_error 77 "C compiler cannot create executables
See \`config.log' for more details" "$LINENO" 5; }
else $as_nop
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
fi
{ 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\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
printf "%s\n" "$ac_file" >&6; }
ac_exeext=$ac_cv_exeext

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

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

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

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

int
main (void)
{

  ;
  return 0;
}
_ACEOF
rm -f conftest.o conftest.obj
if { { ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
printf "%s\n" "$ac_try_echo"; } >&5
  (eval "$ac_compile") 2>&5
  ac_status=$?
  printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
then :
  for ac_file in conftest.o conftest.obj conftest.*; do
  test -f "$ac_file" || continue;
  case $ac_file in
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
       break;;
  esac
done
else $as_nop
  printf "%s\n" "$as_me: failed program was:" >&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: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of object files: cannot compile
See \`config.log' for more details" "$LINENO" 5; }
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
printf "%s\n" "$ac_cv_objext" >&6; }
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
printf %s "checking whether the compiler supports GNU C... " >&6; }
if test ${ac_cv_c_compiler_gnu+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

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

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

fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
ac_compiler_gnu=$ac_cv_c_compiler_gnu

if test $ac_compiler_gnu = yes; then
  GCC=yes
else
  GCC=
fi
ac_test_CFLAGS=${CFLAGS+y}
ac_save_CFLAGS=$CFLAGS
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
printf %s "checking whether $CC accepts -g... " >&6; }
if test ${ac_cv_prog_cc_g+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  ac_save_c_werror_flag=$ac_c_werror_flag
   ac_c_werror_flag=yes
   ac_cv_prog_cc_g=no
   CFLAGS="-g"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{

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

int
main (void)
{

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

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

int
main (void)
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_prog_cc_g=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
   ac_c_werror_flag=$ac_save_c_werror_flag
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
if test $ac_test_CFLAGS; then
  CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
  else
    CFLAGS="-g"
  fi
else
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
fi
ac_prog_cc_stdc=no
if test x$ac_prog_cc_stdc = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
printf %s "checking for $CC option to enable C11 features... " >&6; }
if test ${ac_cv_prog_cc_c11+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  ac_cv_prog_cc_c11=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$ac_c_conftest_c11_program
_ACEOF
for ac_arg in '' -std=gnu11
do
  CC="$ac_save_CC $ac_arg"
  if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_prog_cc_c11=$ac_arg
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam
  test "x$ac_cv_prog_cc_c11" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC
fi

if test "x$ac_cv_prog_cc_c11" = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
else $as_nop
  if test "x$ac_cv_prog_cc_c11" = x
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
else $as_nop
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
     CC="$CC $ac_cv_prog_cc_c11"
fi
  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
  ac_prog_cc_stdc=c11
fi
fi
if test x$ac_prog_cc_stdc = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
printf %s "checking for $CC option to enable C99 features... " >&6; }
if test ${ac_cv_prog_cc_c99+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  ac_cv_prog_cc_c99=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$ac_c_conftest_c99_program
_ACEOF
for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
do
  CC="$ac_save_CC $ac_arg"
  if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_prog_cc_c99=$ac_arg
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam
  test "x$ac_cv_prog_cc_c99" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC
fi

if test "x$ac_cv_prog_cc_c99" = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
else $as_nop
  if test "x$ac_cv_prog_cc_c99" = x
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
else $as_nop
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
     CC="$CC $ac_cv_prog_cc_c99"
fi
  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
  ac_prog_cc_stdc=c99
fi
fi
if test x$ac_prog_cc_stdc = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
printf %s "checking for $CC option to enable C89 features... " >&6; }
if test ${ac_cv_prog_cc_c89+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  ac_cv_prog_cc_c89=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$ac_c_conftest_c89_program
_ACEOF
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
do
  CC="$ac_save_CC $ac_arg"
  if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_prog_cc_c89=$ac_arg
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam
  test "x$ac_cv_prog_cc_c89" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC
fi

if test "x$ac_cv_prog_cc_c89" = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
else $as_nop
  if test "x$ac_cv_prog_cc_c89" = x
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
else $as_nop
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
     CC="$CC $ac_cv_prog_cc_c89"
fi
  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
  ac_prog_cc_stdc=c89
fi
fi

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


  ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
printf %s "checking whether $CC understands -c and -o together... " >&6; }
if test ${am_cv_prog_cc_c_o+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{

  ;
  return 0;
}
_ACEOF
  # Make sure it works both with $CC and with simple cc.
  # Following AC_PROG_CC_C_O, we do the test twice because some
  # compilers refuse to overwrite an existing .o file with -o,
  # though they will create one.
  am_cv_prog_cc_c_o=yes
  for am_i in 1 2; do
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } \
         && test -f conftest2.$ac_objext; then
      : OK
    else
      am_cv_prog_cc_c_o=no
      break
    fi
  done
  rm -f core conftest*
  unset am_i
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
if test "$am_cv_prog_cc_c_o" != yes; then
   # Losing compiler, so override with the script.
   # FIXME: It is wrong to rewrite CC.
   # But if we don't then we get into trouble of one sort or another.
   # A longer-term fix would be to have automake use am__CC in this case,
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
   CC="$am_aux_dir/compile $CC"
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

DEPDIR="${am__leading_dot}deps"

ac_config_commands="$ac_config_commands depfiles"

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
cat > confinc.mk << 'END'
am__doit:
	@echo this is the am__doit target >confinc.out
.PHONY: am__doit
END
am__include="#"
am__quote=
# BSD make does it like this.
echo '.include "confinc.mk" # ignored' > confmf.BSD
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
echo 'include confinc.mk # ignored' > confmf.GNU
_am_result=no
for s in GNU BSD; do
  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
  case $?:`cat confinc.out 2>/dev/null` in #(
  '0:this is the am__doit target') :
    case $s in #(
  BSD) :
    am__include='.include' am__quote='"' ;; #(
  *) :
    am__include='include' am__quote='' ;;
esac ;; #(
  *) :
     ;;
esac
  if test "$am__include" != "#"; then
    _am_result="yes ($s style)"
    break
  fi
done
rm -f confinc.* confmf.*
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
printf "%s\n" "${_am_result}" >&6; }

# Check whether --enable-dependency-tracking was given.
if test ${enable_dependency_tracking+y}
then :
  enableval=$enable_dependency_tracking;
fi

if test "x$enable_dependency_tracking" != xno; then
  am_depcomp="$ac_aux_dir/depcomp"
  AMDEPBACKSLASH='\'
  am__nodep='_no'
fi
 if test "x$enable_dependency_tracking" != xno; then
  AMDEP_TRUE=
  AMDEP_FALSE='#'
else
  AMDEP_TRUE='#'
  AMDEP_FALSE=
fi



depcc="$CC"   am_compiler_list=

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
printf %s "checking dependency style of $depcc... " >&6; }
if test ${am_cv_CC_dependencies_compiler_type+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  # We make a subdir and do the tests there.  Otherwise we can end up
  # making bogus files that we don't know about and never remove.  For
  # instance it was reported that on HP-UX the gcc test will end up
  # making a dummy file named 'D' -- because '-MD' means "put the output
  # in D".
  rm -rf conftest.dir
  mkdir conftest.dir
  # Copy depcomp to subdir because otherwise we won't find it if we're
  # using a relative directory.
  cp "$am_depcomp" conftest.dir
  cd conftest.dir
  # We will build objects and dependencies in a subdirectory because
  # it helps to detect inapplicable dependency modes.  For instance
  # both Tru64's cc and ICC support -MD to output dependencies as a
  # side effect of compilation, but ICC will put the dependencies in
  # the current directory while Tru64 will put them in the object
  # directory.
  mkdir sub

  am_cv_CC_dependencies_compiler_type=none
  if test "$am_compiler_list" = ""; then
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  fi
  am__universal=false
  case " $depcc " in #(
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     esac

  for depmode in $am_compiler_list; do
    # Setup a source with many dependencies, because some compilers
    # like to wrap large dependency lists on column 80 (with \), and
    # we should not choose a depcomp mode which is confused by this.
    #
    # We need to recreate these files for each test, as the compiler may
    # overwrite some of them when testing with obscure command lines.
    # This happens at least with the AIX C compiler.
    : > sub/conftest.c
    for i in 1 2 3 4 5 6; do
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
      # Solaris 10 /bin/sh.
      echo '/* dummy */' > sub/conftst$i.h
    done
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf

    # We check with '-c' and '-o' for the sake of the "dashmstdout"
    # mode.  It turns out that the SunPro C++ compiler does not properly
    # handle '-M -o', and we need to detect this.  Also, some Intel
    # versions had trouble with output in subdirs.
    am__obj=sub/conftest.${OBJEXT-o}
    am__minus_obj="-o $am__obj"
    case $depmode in
    gcc)
      # This depmode causes a compiler race in universal mode.
      test "$am__universal" = false || continue
      ;;
    nosideeffect)
      # After this tag, mechanisms are not by side-effect, so they'll
      # only be used when explicitly requested.
      if test "x$enable_dependency_tracking" = xyes; then
	continue
      else
	break
      fi
      ;;
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
      # This compiler won't grok '-c -o', but also, the minuso test has
      # not run yet.  These depmodes are late enough in the game, and
      # so weak that their functioning should not be impacted.
      am__obj=conftest.${OBJEXT-o}
      am__minus_obj=
      ;;
    none) break ;;
    esac
    if depmode=$depmode \
       source=sub/conftest.c object=$am__obj \
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
         >/dev/null 2>conftest.err &&
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
      # icc doesn't choke on unknown options, it will just issue warnings
      # or remarks (even with -Werror).  So we grep stderr for any message
      # that says an option was ignored or not supported.
      # When given -MP, icc 7.0 and 7.1 complain thusly:
      #   icc: Command line warning: ignoring option '-M'; no argument required
      # The diagnosis changed in icc 8.0:
      #   icc: Command line remark: option '-MP' not supported
      if (grep 'ignoring option' conftest.err ||
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
        am_cv_CC_dependencies_compiler_type=$depmode
        break
      fi
    fi
  done

  cd ..
  rm -rf conftest.dir
else
  am_cv_CC_dependencies_compiler_type=none
fi

fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type

 if
  test "x$enable_dependency_tracking" != xno \
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  am__fastdepCC_TRUE=
  am__fastdepCC_FALSE='#'
else
  am__fastdepCC_TRUE='#'
  am__fastdepCC_FALSE=
fi



ac_header= ac_cache=
for ac_item in $ac_header_c_list
do
  if test $ac_cache; then
    ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
    if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
      printf "%s\n" "#define $ac_item 1" >> confdefs.h
    fi
    ac_header= ac_cache=
  elif test $ac_header; then
    ac_cache=$ac_item
  else
    ac_header=$ac_item
  fi
done








if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
then :

printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h

fi






  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; }
if test ${ac_cv_safe_to_define___extensions__+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#         define __EXTENSIONS__ 1
          $ac_includes_default
int
main (void)
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_safe_to_define___extensions__=yes
else $as_nop
  ac_cv_safe_to_define___extensions__=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; }

  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; }
if test ${ac_cv_should_define__xopen_source+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  ac_cv_should_define__xopen_source=no
    if test $ac_cv_header_wchar_h = yes
then :
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

          #include <wchar.h>
          mbstate_t x;
int
main (void)
{

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

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

            #define _XOPEN_SOURCE 500
            #include <wchar.h>
            mbstate_t x;
int
main (void)
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_should_define__xopen_source=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; }

  printf "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h

  printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h

  printf "%s\n" "#define _TANDEM_SOURCE 1" >>confdefs.h

  if test $ac_cv_header_minix_config_h = yes
then :
  MINIX=yes
    printf "%s\n" "#define _MINIX 1" >>confdefs.h

    printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h

    printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h

else $as_nop
  MINIX=
fi
  if test $ac_cv_safe_to_define___extensions__ = yes
then :
  printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h

fi
  if test $ac_cv_should_define__xopen_source = yes
then :
  printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h

fi


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for build system compiler" >&5
printf %s "checking for build system compiler... " >&6; }
if test "$cross_compiling" = yes; then
	CC_FOR_BUILD=${CC_FOR_BUILD-cc}
else
	CC_FOR_BUILD=${CC}
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${CC_FOR_BUILD}" >&5
printf "%s\n" "${CC_FOR_BUILD}" >&6; }


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __attribute__((__alias__()))" >&5
printf %s "checking for __attribute__((__alias__()))... " >&6; }
dash_cv_have_attribute_alias=no
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
void t() {}
                                 void a() __attribute__((__alias__("t")));
int
main (void)
{
a();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"
then :
  dash_cv_have_attribute_alias=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
    conftest$ac_exeext conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dash_cv_have_attribute_alias" >&5
printf "%s\n" "$dash_cv_have_attribute_alias" >&6; }
if test "x$dash_cv_have_attribute_alias" = xyes; then

printf "%s\n" "#define HAVE_ALIAS_ATTRIBUTE 1" >>confdefs.h

fi

# Check whether --enable-static was given.
if test ${enable_static+y}
then :
  enableval=$enable_static;
fi

if test "$enable_static" = "yes"; then
	export LDFLAGS="-static"
fi

# Check whether --enable-fnmatch was given.
if test ${enable_fnmatch+y}
then :
  enableval=$enable_fnmatch;
fi

# Check whether --enable-glob was given.
if test ${enable_glob+y}
then :
  enableval=$enable_glob;
fi



ac_fn_c_check_header_compile "$LINENO" "alloca.h" "ac_cv_header_alloca_h" "$ac_includes_default"
if test "x$ac_cv_header_alloca_h" = xyes
then :
  printf "%s\n" "#define HAVE_ALLOCA_H 1" >>confdefs.h

fi
ac_fn_c_check_header_compile "$LINENO" "paths.h" "ac_cv_header_paths_h" "$ac_includes_default"
if test "x$ac_cv_header_paths_h" = xyes
then :
  printf "%s\n" "#define HAVE_PATHS_H 1" >>confdefs.h

fi
ac_fn_c_check_header_compile "$LINENO" "sys/wait.h" "ac_cv_header_sys_wait_h" "$ac_includes_default"
if test "x$ac_cv_header_sys_wait_h" = xyes
then :
  printf "%s\n" "#define HAVE_SYS_WAIT_H 1" >>confdefs.h

fi


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
if test ${ac_cv_c_undeclared_builtin_options+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  ac_save_CFLAGS=$CFLAGS
   ac_cv_c_undeclared_builtin_options='cannot detect'
   for ac_arg in '' -fno-builtin; do
     CFLAGS="$ac_save_CFLAGS $ac_arg"
     # This test program should *not* compile successfully.
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{
(void) strchr;
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :

else $as_nop
  # This test program should compile successfully.
        # No library function is consistently available on
        # freestanding implementations, so test against a dummy
        # declaration.  Include always-available headers on the
        # off chance that they somehow elicit warnings.
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <float.h>
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
extern void ac_decl (int, char *);

int
main (void)
{
(void) ac_decl (0, (char *) 0);
  (void) ac_decl;

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  if test x"$ac_arg" = x
then :
  ac_cv_c_undeclared_builtin_options='none needed'
else $as_nop
  ac_cv_c_undeclared_builtin_options=$ac_arg
fi
          break
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
    done
    CFLAGS=$ac_save_CFLAGS

fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
  case $ac_cv_c_undeclared_builtin_options in #(
  'cannot detect') :
    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot make $CC report undeclared builtins
See \`config.log' for more details" "$LINENO" 5; } ;; #(
  'none needed') :
    ac_c_undeclared_builtin_options='' ;; #(
  *) :
    ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;;
esac

ac_fn_check_decl "$LINENO" "_PATH_BSHELL" "ac_cv_have_decl__PATH_BSHELL" "
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl__PATH_BSHELL" = xyes
then :

else $as_nop

printf "%s\n" "#define _PATH_BSHELL \"/bin/sh\"" >>confdefs.h

fi
ac_fn_check_decl "$LINENO" "_PATH_DEVNULL" "ac_cv_have_decl__PATH_DEVNULL" "
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl__PATH_DEVNULL" = xyes
then :

else $as_nop

printf "%s\n" "#define _PATH_DEVNULL \"/dev/null\"" >>confdefs.h

fi
ac_fn_check_decl "$LINENO" "_PATH_TTY" "ac_cv_have_decl__PATH_TTY" "
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl__PATH_TTY" = xyes
then :

else $as_nop

printf "%s\n" "#define _PATH_TTY \"/dev/tty\"" >>confdefs.h

fi

ac_fn_check_decl "$LINENO" "isblank" "ac_cv_have_decl_isblank" "#include <ctype.h>
" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl_isblank" = xyes
then :
  ac_have_decl=1
else $as_nop
  ac_have_decl=0
fi
printf "%s\n" "#define HAVE_DECL_ISBLANK $ac_have_decl" >>confdefs.h


# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of intmax_t" >&5
printf %s "checking size of intmax_t... " >&6; }
if test ${ac_cv_sizeof_intmax_t+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (intmax_t))" "ac_cv_sizeof_intmax_t"        "$ac_includes_default"
then :

else $as_nop
  if test "$ac_cv_type_intmax_t" = yes; then
     { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error 77 "cannot compute sizeof (intmax_t)
See \`config.log' for more details" "$LINENO" 5; }
   else
     ac_cv_sizeof_intmax_t=0
   fi
fi

fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
printf "%s\n" "$ac_cv_sizeof_intmax_t" >&6; }



printf "%s\n" "#define SIZEOF_INTMAX_T $ac_cv_sizeof_intmax_t" >>confdefs.h


# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of long long int" >&5
printf %s "checking size of long long int... " >&6; }
if test ${ac_cv_sizeof_long_long_int+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long int))" "ac_cv_sizeof_long_long_int"        "$ac_includes_default"
then :

else $as_nop
  if test "$ac_cv_type_long_long_int" = yes; then
     { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error 77 "cannot compute sizeof (long long int)
See \`config.log' for more details" "$LINENO" 5; }
   else
     ac_cv_sizeof_long_long_int=0
   fi
fi

fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long_int" >&5
printf "%s\n" "$ac_cv_sizeof_long_long_int" >&6; }



printf "%s\n" "#define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int" >>confdefs.h



if test "x$ac_cv_sizeof_intmax_t" = "x$ac_cv_sizeof_long_long_int"; then
  intmax_fstr="lld"
else
  intmax_fstr="jd"
fi

ac_fn_check_decl "$LINENO" "PRIdMAX" "ac_cv_have_decl_PRIdMAX" "
#include <inttypes.h>

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl_PRIdMAX" = xyes
then :

else $as_nop

printf "%s\n" "#define PRIdMAX \"$intmax_fstr\"" >>confdefs.h

fi

ac_fn_c_check_func "$LINENO" "bsearch" "ac_cv_func_bsearch"
if test "x$ac_cv_func_bsearch" = xyes
then :
  printf "%s\n" "#define HAVE_BSEARCH 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "faccessat" "ac_cv_func_faccessat"
if test "x$ac_cv_func_faccessat" = xyes
then :
  printf "%s\n" "#define HAVE_FACCESSAT 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "getpwnam" "ac_cv_func_getpwnam"
if test "x$ac_cv_func_getpwnam" = xyes
then :
  printf "%s\n" "#define HAVE_GETPWNAM 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "getrlimit" "ac_cv_func_getrlimit"
if test "x$ac_cv_func_getrlimit" = xyes
then :
  printf "%s\n" "#define HAVE_GETRLIMIT 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "isalpha" "ac_cv_func_isalpha"
if test "x$ac_cv_func_isalpha" = xyes
then :
  printf "%s\n" "#define HAVE_ISALPHA 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "killpg" "ac_cv_func_killpg"
if test "x$ac_cv_func_killpg" = xyes
then :
  printf "%s\n" "#define HAVE_KILLPG 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "memfd_create" "ac_cv_func_memfd_create"
if test "x$ac_cv_func_memfd_create" = xyes
then :
  printf "%s\n" "#define HAVE_MEMFD_CREATE 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr"
if test "x$ac_cv_func_memrchr" = xyes
then :
  printf "%s\n" "#define HAVE_MEMRCHR 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "mempcpy" "ac_cv_func_mempcpy"
if test "x$ac_cv_func_mempcpy" = xyes
then :
  printf "%s\n" "#define HAVE_MEMPCPY 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "sigsetmask" "ac_cv_func_sigsetmask"
if test "x$ac_cv_func_sigsetmask" = xyes
then :
  printf "%s\n" "#define HAVE_SIGSETMASK 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "stpcpy" "ac_cv_func_stpcpy"
if test "x$ac_cv_func_stpcpy" = xyes
then :
  printf "%s\n" "#define HAVE_STPCPY 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strchrnul" "ac_cv_func_strchrnul"
if test "x$ac_cv_func_strchrnul" = xyes
then :
  printf "%s\n" "#define HAVE_STRCHRNUL 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
if test "x$ac_cv_func_strsignal" = xyes
then :
  printf "%s\n" "#define HAVE_STRSIGNAL 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strtod" "ac_cv_func_strtod"
if test "x$ac_cv_func_strtod" = xyes
then :
  printf "%s\n" "#define HAVE_STRTOD 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strtoimax" "ac_cv_func_strtoimax"
if test "x$ac_cv_func_strtoimax" = xyes
then :
  printf "%s\n" "#define HAVE_STRTOIMAX 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strtoumax" "ac_cv_func_strtoumax"
if test "x$ac_cv_func_strtoumax" = xyes
then :
  printf "%s\n" "#define HAVE_STRTOUMAX 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "sysconf" "ac_cv_func_sysconf"
if test "x$ac_cv_func_sysconf" = xyes
then :
  printf "%s\n" "#define HAVE_SYSCONF 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "tee" "ac_cv_func_tee"
if test "x$ac_cv_func_tee" = xyes
then :
  printf "%s\n" "#define HAVE_TEE 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "wait3" "ac_cv_func_wait3"
if test "x$ac_cv_func_wait3" = xyes
then :
  printf "%s\n" "#define HAVE_WAIT3 1" >>confdefs.h

fi



# Check whether --enable-test-workaround was given.
if test ${enable_test_workaround+y}
then :
  enableval=$enable_test_workaround;
else $as_nop
  enable_test_workaround=auto
fi


if test "enable_test_workaround" = "auto" &&
   test "$ac_cv_func_faccessat" = yes; then
	case `uname -s 2>/dev/null` in
	GNU/kFreeBSD | \
	FreeBSD)
		enable_test_workaround=yes
	esac
fi
if test "$enable_test_workaround" = "yes"; then

printf "%s\n" "#define HAVE_TRADITIONAL_FACCESSAT 1" >>confdefs.h

fi

if test "$enable_fnmatch" = yes; then
	use_fnmatch=

  for ac_func in fnmatch
do :
  ac_fn_c_check_func "$LINENO" "fnmatch" "ac_cv_func_fnmatch"
if test "x$ac_cv_func_fnmatch" = xyes
then :
  printf "%s\n" "#define HAVE_FNMATCH 1" >>confdefs.h
 use_fnmatch=yes
fi

done
fi

if test "$use_fnmatch" = yes && test "$enable_glob" = yes; then
	ac_fn_c_check_func "$LINENO" "glob" "ac_cv_func_glob"
if test "x$ac_cv_func_glob" = xyes
then :
  printf "%s\n" "#define HAVE_GLOB 1" >>confdefs.h

fi

fi

ac_fn_c_check_func "$LINENO" "signal" "ac_cv_func_signal"
if test "x$ac_cv_func_signal" = xyes
then :

fi

if test "$ac_cv_func_signal" != yes; then
	ac_fn_c_check_func "$LINENO" "bsd_signal" "ac_cv_func_bsd_signal"
if test "x$ac_cv_func_bsd_signal" = xyes
then :

printf "%s\n" "#define signal bsd_signal" >>confdefs.h

fi

fi

ac_fn_check_decl "$LINENO" "stat64" "ac_cv_have_decl_stat64" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl_stat64" = xyes
then :
  ac_fn_c_check_func "$LINENO" "stat64" "ac_cv_func_stat64"
if test "x$ac_cv_func_stat64" = xyes
then :

fi

fi
if test "$ac_cv_func_stat64" != yes; then

printf "%s\n" "#define fstat64 fstat" >>confdefs.h


printf "%s\n" "#define lstat64 lstat" >>confdefs.h


printf "%s\n" "#define stat64 stat" >>confdefs.h

fi

ac_fn_c_check_func "$LINENO" "glob64" "ac_cv_func_glob64"
if test "x$ac_cv_func_glob64" = xyes
then :

else $as_nop


printf "%s\n" "#define glob64_t glob_t" >>confdefs.h


printf "%s\n" "#define glob64 glob" >>confdefs.h


printf "%s\n" "#define globfree64 globfree" >>confdefs.h


fi


ac_fn_c_check_func "$LINENO" "open64" "ac_cv_func_open64"
if test "x$ac_cv_func_open64" = xyes
then :

else $as_nop


printf "%s\n" "#define open64 open" >>confdefs.h


printf "%s\n" "#define readdir64 readdir" >>confdefs.h


printf "%s\n" "#define dirent64 dirent" >>confdefs.h


fi


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stat::st_mtim" >&5
printf %s "checking for stat::st_mtim... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <time.h>
#include <sys/time.h>
#include <sys/stat.h>
int
main (void)
{
struct stat foo; return sizeof(foo.st_mtim.tv_sec)
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  have_st_mtim=yes
else $as_nop
  have_st_mtim=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_st_mtim" >&5
printf "%s\n" "$have_st_mtim" >&6; }
if test "$have_st_mtim" = "yes"; then

printf "%s\n" "#define HAVE_ST_MTIM 1" >>confdefs.h

fi

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for F_DUPFD_CLOEXEC" >&5
printf %s "checking for F_DUPFD_CLOEXEC... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <unistd.h>
#include <fcntl.h>
int
main (void)
{
return fcntl(0, F_DUPFD_CLOEXEC, 0)
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  have_dupfd_cloexec=1
else $as_nop
  have_dupfd_cloexec=0
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $(expr yes \& $have_dupfd_cloexec \| no)" >&5
printf "%s\n" "$(expr yes \& $have_dupfd_cloexec \| no)" >&6; }

printf "%s\n" "#define HAVE_F_DUPFD_CLOEXEC $have_dupfd_cloexec" >>confdefs.h



# Check whether --with-libedit was given.
if test ${with_libedit+y}
then :
  withval=$with_libedit;
fi

use_libedit=
if test "$with_libedit" = "yes"; then
	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for history_init in -ledit" >&5
printf %s "checking for history_init in -ledit... " >&6; }
if test ${ac_cv_lib_edit_history_init+y}
then :
  printf %s "(cached) " >&6
else $as_nop
  ac_check_lib_save_LIBS=$LIBS
LIBS="-ledit  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */
char history_init ();
int
main (void)
{
return history_init ();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"
then :
  ac_cv_lib_edit_history_init=yes
else $as_nop
  ac_cv_lib_edit_history_init=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_edit_history_init" >&5
printf "%s\n" "$ac_cv_lib_edit_history_init" >&6; }
if test "x$ac_cv_lib_edit_history_init" = xyes
then :

		ac_fn_c_check_header_compile "$LINENO" "histedit.h" "ac_cv_header_histedit_h" "$ac_includes_default"
if test "x$ac_cv_header_histedit_h" = xyes
then :
  use_libedit="yes"
else $as_nop
  as_fn_error $? "Can't find required header files." "$LINENO" 5
fi

else $as_nop

		as_fn_error $? "Can't find libedit." "$LINENO" 5
fi

fi
if test "$use_libedit" != "yes"; then

printf "%s\n" "#define SMALL 1" >>confdefs.h

else
	export LIBS="$LIBS -ledit"
fi
# Check whether --enable-lineno was given.
if test ${enable_lineno+y}
then :
  enableval=$enable_lineno;
fi

if test "$enable_lineno" != "no"; then

printf "%s\n" "#define WITH_LINENO 1" >>confdefs.h

fi
ac_config_files="$ac_config_files Makefile src/Makefile"

cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# `ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.

_ACEOF

# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, we kill variables containing newlines.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
    eval ac_val=\$$ac_var
    case $ac_val in #(
    *${as_nl}*)
      case $ac_var in #(
      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
      esac
      case $ac_var in #(
      _ | IFS | as_nl) ;; #(
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
      *) { eval $ac_var=; unset $ac_var;} ;;
      esac ;;
    esac
  done

  (set) 2>&1 |
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
    *${as_nl}ac_space=\ *)
      # `set' does not quote correctly, so add quotes: double-quote
      # substitution turns \\\\ into \\, and sed turns \\ into \.
      sed -n \
	"s/'/'\\\\''/g;
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
      ;; #(
    *)
      # `set' quotes correctly as required by POSIX, so do not add quotes.
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
      ;;
    esac |
    sort
) |
  sed '
     /^ac_cv_env_/b end
     t clear
     :clear
     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
     t end
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     :end' >>confcache
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  if test -w "$cache_file"; then
    if test "x$cache_file" != "x/dev/null"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
      if test ! -f "$cache_file" || test -h "$cache_file"; then
	cat confcache >"$cache_file"
      else
        case $cache_file in #(
        */* | ?:*)
	  mv -f confcache "$cache_file"$$ &&
	  mv -f "$cache_file"$$ "$cache_file" ;; #(
        *)
	  mv -f confcache "$cache_file" ;;
	esac
      fi
    fi
  else
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

DEFS=-DHAVE_CONFIG_H

ac_libobjs=
ac_ltlibobjs=
U=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  # 1. Remove the extension, and $U if already installed.
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  #    will be set to the directory where LIBOBJS objects are built.
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs

LTLIBOBJS=$ac_ltlibobjs


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
printf %s "checking that generated files are newer than configure... " >&6; }
   if test -n "$am_sleep_pid"; then
     # Hide warnings about reused PIDs.
     wait $am_sleep_pid 2>/dev/null
   fi
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
printf "%s\n" "done" >&6; }
 if test -n "$EXEEXT"; then
  am__EXEEXT_TRUE=
  am__EXEEXT_FALSE='#'
else
  am__EXEEXT_TRUE='#'
  am__EXEEXT_FALSE=
fi

if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  as_fn_error $? "conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi

: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
as_write_fail=0
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
#! $SHELL
# Generated by $as_me.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=\${CONFIG_SHELL-$SHELL}
export SHELL
_ASEOF
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

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



# Reset variables that may have inherited troublesome values from
# the environment.

# IFS needs to be set, to space, tab, and newline, in precisely that order.
# (If _AS_PATH_WALK were called with IFS unset, it would have the
# side effect of setting IFS to empty, thus disabling word splitting.)
# Quoting is to prevent editors from complaining about space-tab.
as_nl='
'
export as_nl
IFS=" ""	$as_nl"

PS1='$ '
PS2='> '
PS4='+ '

# Ensure predictable behavior from utilities with locale-dependent output.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# We cannot yet rely on "unset" to work, but we need these variables
# to be unset--not just set to an empty or harmless value--now, to
# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
# also avoids known problems related to "unset" and subshell syntax
# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
do eval test \${$as_var+y} \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done

# Ensure that fds 0, 1, and 2 are open.
if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi

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


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

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



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



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

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

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

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

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


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

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

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

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

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


# Determine whether it's possible to make 'echo' print without a newline.
# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
# for compatibility with existing Makefiles.
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

# For backward compatibility with old third-party macros, we provide
# the shell variables $as_echo and $as_echo_n.  New code should use
# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
as_echo='printf %s\n'
as_echo_n='printf %s'

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


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

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


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


# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
  test -f "$1" && test -x "$1"
} # as_fn_executable_p
as_test_x='test -x'
as_executable_p=as_fn_executable_p

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

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


exec 6>&1
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
_ASEOF
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by dash $as_me 0.5.13, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

_ACEOF

case $ac_config_files in *"
"*) set x $ac_config_files; shift; ac_config_files=$*;;
esac

case $ac_config_headers in *"
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
esac


cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
# Files that config.status was made for.
config_files="$ac_config_files"
config_headers="$ac_config_headers"
config_commands="$ac_config_commands"

_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ac_cs_usage="\
\`$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.

Usage: $0 [OPTION]... [TAG]...

  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
      --config     print configuration, then exit
  -q, --quiet, --silent
                   do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to the package provider."

_ACEOF
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
dash config.status 0.5.13
configured by $0, generated by GNU Autoconf 2.71,
  with options \\"\$ac_cs_config\\"

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

ac_pwd='$ac_pwd'
srcdir='$srcdir'
INSTALL='$INSTALL'
MKDIR_P='$MKDIR_P'
AWK='$AWK'
test -n "\$AWK" || AWK=awk
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    printf "%s\n" "$ac_cs_version"; exit ;;
  --config | --confi | --conf | --con | --co | --c )
    printf "%s\n" "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    '') as_fn_error $? "missing file argument" ;;
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    as_fn_error $? "ambiguous option: \`$1'
Try \`$0 --help' for more information.";;
  --help | --hel | -h )
    printf "%s\n" "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;

  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
if \$ac_cs_recheck; then
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  shift
  \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
  CONFIG_SHELL='$SHELL'
  export CONFIG_SHELL
  exec "\$@"
fi

_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  printf "%s\n" "$ac_log"
} >&5

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
#
# INIT-COMMANDS
#
AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"

_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1

# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;

  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
  test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
  test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
{
  tmp= ac_tmp=
  trap 'exit_status=$?
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
  trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp

# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
if test -n "$CONFIG_FILES"; then


ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
fi

echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
_ACEOF


{
  echo "cat >conf$$subs.awk <<_ACEOF" &&
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  echo "_ACEOF"
} >conf$$subs.sh ||
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
  . ./conf$$subs.sh ||
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5

  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  if test $ac_delim_n = $ac_delim_num; then
    break
  elif $ac_last_try; then
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done
rm -f conf$$subs.sh

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
_ACEOF
sed -n '
h
s/^/S["/; s/!.*/"]=/
p
g
s/^[^!]*!//
:repl
t repl
s/'"$ac_delim"'$//
t delim
:nl
h
s/\(.\{148\}\)..*/\1/
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
n
b repl
:more1
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t nl
:delim
h
s/\(.\{148\}\)..*/\1/
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
b
:more2
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t delim
' <conf$$subs.awk | sed '
/^[^""]/{
  N
  s/\n//
}
' >>$CONFIG_STATUS || ac_write_fail=1
rm -f conf$$subs.awk
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  FS = "\a"

}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}

_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
_ACEOF

# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
h
s///
s/^/:/
s/[	 ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
s/:*$//
x
s/\(=[	 ]*\).*/\1/
G
s/\n//
s/^[^=]*=[	 ]*$//
}'
fi

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fi # test -n "$CONFIG_FILES"

# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
_ACEOF

# Transform confdefs.h into an awk script `defines.awk', embedded as
# here-document in config.status, that substitutes the proper values into
# config.h.in to produce config.h.

# Create a delimiter string that does not exist in confdefs.h, to ease
# handling of long lines.
ac_delim='%!_!# '
for ac_last_try in false false :; do
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  if test -z "$ac_tt"; then
    break
  elif $ac_last_try; then
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done

# For the awk script, D is an array of macro values keyed by name,
# likewise P contains macro parameters if any.  Preserve backslash
# newline sequences.

ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
sed -n '
s/.\{148\}/&'"$ac_delim"'/g
t rset
:rset
s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
t def
d
:def
s/\\$//
t bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3"/p
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
d
:bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3\\\\\\n"\\/p
t cont
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
t cont
d
:cont
n
s/.\{148\}/&'"$ac_delim"'/g
t clear
:clear
s/\\$//
t bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/"/p
d
:bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
b cont
' <confdefs.h | sed '
s/'"$ac_delim"'/"\\\
"/g' >>$CONFIG_STATUS || ac_write_fail=1

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  for (key in D) D_is_set[key] = 1
  FS = "\a"
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
  line = \$ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"


eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
for ac_tag
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain `:'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
      esac
      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
    done

    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input='Generated from '`
	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
printf "%s\n" "$as_me: creating $ac_file" >&6;}
    fi
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac

    case $ac_tag in
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  as_dir="$ac_dir"; as_fn_mkdir_p
  ac_builddir=.

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

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


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  ac_datarootdir_hack='
  s&@datadir@&$datadir&g
  s&@docdir@&$docdir&g
  s&@infodir@&$infodir&g
  s&@localedir@&$localedir&g
  s&@mandir@&$mandir&g
  s&\\\${datarootdir}&$datarootdir&g' ;;
esac
_ACEOF

# Neutralize VPATH when `$srcdir' = `.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_sed_extra="$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  { 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
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;}

  rm -f "$ac_tmp/stdin"
  case $ac_file in
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  esac \
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 ;;
  :H)
  #
  # CONFIG_HEADER
  #
  if test x"$ac_file" != x-; then
    {
      printf "%s\n" "/* $configure_input  */" >&1 \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    } >"$ac_tmp/config.h" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
    else
      rm -f "$ac_file"
      mv "$ac_tmp/config.h" "$ac_file" \
	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
    fi
  else
    printf "%s\n" "/* $configure_input  */" >&1 \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
      || as_fn_error $? "could not create -" "$LINENO" 5
  fi
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
_am_stamp_count=1
for _am_header in $config_headers :; do
  case $_am_header in
    $_am_arg | $_am_arg:* )
      break ;;
    * )
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  esac
done
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
	 X"$_am_arg" : 'X\(//\)$' \| \
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$_am_arg" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`/stamp-h$_am_stamp_count
 ;;

  :C)  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
 ;;
  esac


  case $ac_file$ac_mode in
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  # Older Autoconf quotes --file arguments for eval, but not when files
  # are listed without --file.  Let's play safe and only enable the eval
  # if we detect the quoting.
  # TODO: see whether this extra hack can be removed once we start
  # requiring Autoconf 2.70 or later.
  case $CONFIG_FILES in #(
  *\'*) :
    eval set x "$CONFIG_FILES" ;; #(
  *) :
    set x $CONFIG_FILES ;; #(
  *) :
     ;;
esac
  shift
  # Used to flag and report bootstrapping failures.
  am_rc=0
  for am_mf
  do
    # Strip MF so we end up with the name of the file.
    am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
    # Check whether this is an Automake generated Makefile which includes
    # dependency-tracking related rules and includes.
    # Grep'ing the whole file directly is not great: AIX grep has a line
    # limit of 2048, but all sed's we know have understand at least 4000.
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
      || continue
    am_dirpart=`$as_dirname -- "$am_mf" ||
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$am_mf" : 'X\(//\)[^/]' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$am_mf" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    am_filepart=`$as_basename -- "$am_mf" ||
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X/"$am_mf" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    { echo "$as_me:$LINENO: cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles" >&5
   (cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } || am_rc=$?
  done
  if test $am_rc -ne 0; then
    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  If GNU make was not used, consider
    re-running the configure script with MAKE=\"gmake\" (or whatever is
    necessary).  You can also try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See \`config.log' for more details" "$LINENO" 5; }
  fi
  { am_dirpart=; unset am_dirpart;}
  { am_filepart=; unset am_filepart;}
  { am_mf=; unset am_mf;}
  { am_rc=; unset am_rc;}
  rm -f conftest-deps.mk
}
 ;;

  esac
done # for ac_tag


as_fn_exit 0
_ACEOF
ac_clean_files=$ac_clean_files_save

test $ac_write_fail = 0 ||
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5


# configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log.
# Unfortunately, on DOS this fails, as config.log is still kept open
# by configure, so config.status won't be able to write to it; its
# output is simply discarded.  So we exec the FD to /dev/null,
# effectively closing config.log, so it can be properly (re)opened and
# appended to by config.status.  When coming back to configure, we
# need to make the FD available again.
if test "$no_create" != yes; then
  ac_cs_success=:
  ac_config_status_args=
  test "$silent" = yes &&
    ac_config_status_args="$ac_config_status_args --quiet"
  exec 5>/dev/null
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  exec 5>>config.log
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  # would make configure fail if this is the last instruction.
  $ac_cs_success || as_fn_exit 1
fi
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-28 23:05 dash 0.5.13 configure config.status truncated running under dash 0.5.13 Brian Inglis
@ 2025-09-29  5:01 ` Herbert Xu
  2025-09-29  9:15   ` Brian.Inglis
  2025-09-30 12:26 ` Herbert Xu
  1 sibling, 1 reply; 16+ messages in thread
From: Herbert Xu @ 2025-09-29  5:01 UTC (permalink / raw)
  To: Brian.Inglis; +Cc: dash

Brian Inglis <Brian.Inglis@systematicsw.ab.ca> wrote:
> 
> Package dash 0.5.13 configure and build seems to run okay with previous dash 
> 0.5.12 == /bin/sh but rebuilding under latest dash 0.5.13 == /bin/sh fails in 
> configure running config.status at line 665 due to truncation at line defining 

Thanks for the report.  There has been two fixes since 0.5.13
that may fix this, please apply those patches and try again:

https://patchwork.kernel.org/project/dash/patch/aNK2DgpH6Bs0XCQm@gondor.apana.org.au/
https://patchwork.kernel.org/project/dash/patch/aNivTiVPAJAgHDDH@gondor.apana.org.au/

If it still fails please let me know.

I tried to reproduce this but I couldn't even without those two
patches.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-29  5:01 ` Herbert Xu
@ 2025-09-29  9:15   ` Brian.Inglis
  2025-09-29  9:37     ` Herbert Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Brian.Inglis @ 2025-09-29  9:15 UTC (permalink / raw)
  To: dash; +Cc: Herbert Xu

[-- Attachment #1: Type: text/plain, Size: 1823 bytes --]

On 2025-09-28 23:01, Herbert Xu wrote:
> Brian Inglis wrote:
>>
>> Package dash 0.5.13 configure and build seems to run okay with previous dash
>> 0.5.12 == /bin/sh but rebuilding under latest dash 0.5.13 == /bin/sh fails in
>> configure running config.status at line 665 due to truncation at line defining
> 
> Thanks for the report.  There has been two fixes since 0.5.13
> that may fix this, please apply those patches and try again:
> 
> https://patchwork.kernel.org/project/dash/patch/aNK2DgpH6Bs0XCQm@gondor.apana.org.au/
> https://patchwork.kernel.org/project/dash/patch/aNivTiVPAJAgHDDH@gondor.apana.org.au/
> 
> If it still fails please let me know.
> 
> I tried to reproduce this but I couldn't even without those two
> patches.

Applied and rebuilt, getting the same failure with identical ERROR messages and 
symptoms, after building okay with previous dash == sh, then rerunning with 
latest dash == sh.

Do the previously highlighted configure script last two config.status generation 
stanzas seem to have issues, or is that as intended?

It appears that the following _ACEOF\ncat >>$CONFIG_STATUS ... might be 
misplaced, as it is immediately followed by a list of sed commands.

These stanzas come from /usr/share/autoconf{,2.7}/autoconf/status.m4
included by /usr/share/autoconf{,2.7}/autoconf/autoconf.m4 frozen in
/usr/share/autoconf{,2.7}/autoconf/autoconf.m4f.

Or is this an issue that should be raised with the autoconf/autotools team?

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

[-- Attachment #2: dash-0.5.13-2-compile.log --]
[-- Type: text/plain, Size: 6560 bytes --]

cygport 0.37.2 

PF = dash-0.5.13-2
S = /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
B = /usr/src/dash/dash-0.5.13-2.x86_64/build
D = /usr/src/dash/dash-0.5.13-2.x86_64/inst
C = /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/CYGWIN-PATCHES
T = /usr/src/dash/dash-0.5.13-2.x86_64/temp
CBUILD = x86_64-pc-cygwin
CHOST = x86_64-pc-cygwin
CTARGET = x86_64-pc-cygwin
CC = gcc
CFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
CPPFLAGS =
CXX = g++
CXXFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
F77 = gfortran
FFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
FC = gfortran
FCFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
GOC = gccgo
GOFLAGS = -ggdb -O2 -pipe -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
OBJC = gcc
OBJCFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
OBJCXX = g++
OBJCXXFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
LDFLAGS = -static-libgcc
LIBS =
MAKEOPTS = -j 5


autoreconf-2.72: export WARNINGS=
autoreconf-2.72: Entering directory '.'
autoreconf-2.72: configure.ac: not using Gettext
autoreconf-2.72: running: aclocal --force 
autoreconf-2.72: configure.ac: tracing
autoreconf-2.72: configure.ac: not using Libtool
autoreconf-2.72: configure.ac: not using Intltool
autoreconf-2.72: configure.ac: not using Gtkdoc
autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force
autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force
autoreconf-2.72: running: automake --add-missing --copy --force-missing
autoreconf-2.72: './install-sh' is updated
autoreconf-2.72: Leaving directory '.'
/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
configure: loading site script /etc/config.site
configure: creating cache config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for build system compiler... gcc
checking for __attribute__((__alias__()))... yes
checking for alloca.h... yes
checking for paths.h... yes
checking for sys/wait.h... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether _PATH_BSHELL is declared... yes
checking whether _PATH_DEVNULL is declared... yes
checking whether _PATH_TTY is declared... yes
checking whether isblank is declared... yes
checking size of intmax_t... 8
checking size of long long int... 8
checking whether PRIdMAX is declared... yes
checking for bsearch... yes
checking for faccessat... yes
checking for getpwnam... yes
checking for getrlimit... yes
checking for isalpha... yes
checking for killpg... yes
checking for memfd_create... no
checking for memrchr... yes
checking for mempcpy... yes
checking for sigsetmask... no
checking for stpcpy... yes
checking for strchrnul... yes
checking for strsignal... yes
checking for strtod... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for sysconf... yes
checking for tee... no
checking for wait3... yes
checking for signal... yes
checking whether stat64 is declared... no
checking for glob64... no
checking for open64... no
checking for stat::st_mtim... yes
checking for F_DUPFD_CLOEXEC... yes
configure: updating cache config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
./config.status: 665: Syntax error: Unterminated quoted string
^[[1;31m*** ERROR:^[[0;0m configure failed

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-29  9:15   ` Brian.Inglis
@ 2025-09-29  9:37     ` Herbert Xu
  2025-09-29 10:29       ` Brian.Inglis
  0 siblings, 1 reply; 16+ messages in thread
From: Herbert Xu @ 2025-09-29  9:37 UTC (permalink / raw)
  To: Brian.Inglis; +Cc: dash

Brian.Inglis@systematicsw.ab.ca wrote:
>
> Applied and rebuilt, getting the same failure with identical ERROR messages and 
> symptoms, after building okay with previous dash == sh, then rerunning with 
> latest dash == sh.
> 
> Do the previously highlighted configure script last two config.status generation 
> stanzas seem to have issues, or is that as intended?
>
> It appears that the following _ACEOF\ncat >>$CONFIG_STATUS ... might be 
> misplaced, as it is immediately followed by a list of sed commands.

It looks identical to the configure script that I get from running
autoconf, and my copy works just fine, even with the buggy dash 0.5.13.

> These stanzas come from /usr/share/autoconf{,2.7}/autoconf/status.m4
> included by /usr/share/autoconf{,2.7}/autoconf/autoconf.m4 frozen in
> /usr/share/autoconf{,2.7}/autoconf/autoconf.m4f.
> 
> Or is this an issue that should be raised with the autoconf/autotools team?

Based on the fact we just found two bugs in 0.5.13 that both broke
autoconf, it's probably a dash bug :)

I just checked your original email and your configure script is
identical to mine.

Can you please run configure with set -x and send me the result?

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-29  9:37     ` Herbert Xu
@ 2025-09-29 10:29       ` Brian.Inglis
  2025-09-29 19:18         ` Brian Inglis
  0 siblings, 1 reply; 16+ messages in thread
From: Brian.Inglis @ 2025-09-29 10:29 UTC (permalink / raw)
  To: dash; +Cc: Herbert Xu

[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]

On 2025-09-29 03:37, Herbert Xu wrote:
> Brian.Inglis@systematicsw.ab.ca wrote:
>>
>> Applied and rebuilt, getting the same failure with identical ERROR messages and
>> symptoms, after building okay with previous dash == sh, then rerunning with
>> latest dash == sh.
>>
>> Do the previously highlighted configure script last two config.status generation
>> stanzas seem to have issues, or is that as intended?
>>
>> It appears that the following _ACEOF\ncat >>$CONFIG_STATUS ... might be
>> misplaced, as it is immediately followed by a list of sed commands.
> 
> It looks identical to the configure script that I get from running
> autoconf, and my copy works just fine, even with the buggy dash 0.5.13.
> 
>> These stanzas come from /usr/share/autoconf{,2.7}/autoconf/status.m4
>> included by /usr/share/autoconf{,2.7}/autoconf/autoconf.m4 frozen in
>> /usr/share/autoconf{,2.7}/autoconf/autoconf.m4f.
>>
>> Or is this an issue that should be raised with the autoconf/autotools team?
> 
> Based on the fact we just found two bugs in 0.5.13 that both broke
> autoconf, it's probably a dash bug :)
> 
> I just checked your original email and your configure script is
> identical to mine.
> 
> Can you please run configure with set -x and send me the result?
Complete Cygwin build run with set -vx attached.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

[-- Attachment #2: dash-0.5.13-2-compile.log --]
[-- Type: text/plain, Size: 583366 bytes --]

cygport 0.37.2 

PF = dash-0.5.13-2
S = /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
B = /usr/src/dash/dash-0.5.13-2.x86_64/build
D = /usr/src/dash/dash-0.5.13-2.x86_64/inst
C = /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/CYGWIN-PATCHES
T = /usr/src/dash/dash-0.5.13-2.x86_64/temp
CBUILD = x86_64-pc-cygwin
CHOST = x86_64-pc-cygwin
CTARGET = x86_64-pc-cygwin
CC = gcc
CFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
CPPFLAGS =
CXX = g++
CXXFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
F77 = gfortran
FFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
FC = gfortran
FCFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
GOC = gccgo
GOFLAGS = -ggdb -O2 -pipe -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
OBJC = gcc
OBJCFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
OBJCXX = g++
OBJCXXFLAGS = -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
LDFLAGS = -static-libgcc
LIBS =
MAKEOPTS = -j 5


+ cd /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ cygautoreconf
+ local d
+ local f
+ local f_in
+ local tool
+ local ac_config_files
+ local ac_config_headers
+ local ac_subdirs
+ local ac_ver
+ local autoreconf_args
+ local auxdir
+ local configure_ac
+ local config_h
+ local config_h_in
+ local gettext_version
+ local sub_configure_ac
+ '[' -f configure.ac ']'
+ configure_ac=configure.ac
+ __config_set with_autoconf 1
+ echo -n 1
++ grep '^[^\#]*AC_CONFIG_SUBDIRS*' configure.ac
++ sed -e 's!.*AC_CONFIG_SUBDIRS*(\[*\(.*\))!\1!g' -e 's!\]*!!g'
+ ac_subdirs=
+ for d in . ${ac_subdirs}
+ '[' -d . ']'
+ '[' -f ./configure.ac ']'
+ sub_configure_ac=./configure.ac
+ '[' -f ./configure ']'
++ grep -h '^ac_config_files=' ./configure
+ eval 'ac_config_files="$ac_config_files' Makefile 'src/Makefile"'
++ ac_config_files=' Makefile src/Makefile'
+ chmod +wx ./configure
+ for f in ${ac_config_files} ${ac_config_headers}
+ case ${f} in
+ f_in=./Makefile.in
+ '[' -e ./Makefile.in ']'
+ chmod +w ./Makefile.in
+ for f in ${ac_config_files} ${ac_config_headers}
+ case ${f} in
+ f_in=./src/Makefile.in
+ '[' -e ./src/Makefile.in ']'
+ chmod +w ./src/Makefile.in
+ unset ac_config_files
+ '[' -f Makefile.am ']'
+ xargs -r mkdir -p
++ grep '^ACLOCAL_AMFLAGS' Makefile.am
++ sed 's/=/ = /'
+ __parse_aclocal_amflags
+ local arg
+ grep '^[^\#]*AC_CONFIG_MACRO_DIRS*' ./configure.ac
+ sed -e 's!.*AC_CONFIG_MACRO_DIRS*(\[*\(.*\))!./\1!g' -e 's!\]*!!g'
+ xargs -r mkdir -p
+ '[' '!' -f ./aclocal.m4 ']'
++ head -n 1 ./aclocal.m4
++ grep -q 'generated.* by aclocal'
+ __config_set with_aclocal 1
+ echo -n 1
++ grep -q AM_INIT_AUTOMAKE ./configure.ac
+ __config_set with_automake 1
+ echo -n 1
++ grep -Eq '(AM_GNU_GETTEXT|AM_ICONV|AC_GGZ_INTL)' ./configure.ac
++ grep -Eq '^(AC|IT)_PROG_INTLTOOL' ./configure.ac
++ grep -Eq '(A[CM]_PROG_LIBTOOL|LT_INIT|XCB_UTIL_COMMON)' ./configure.ac
++ grep -q '\./libtool -' ./configure.ac
+ touch ./AUTHORS ./ChangeLog ./NEWS ./README
+ for f in COPYING INSTALL
+ '[' -f ./COPYING ']'
+ cp ./COPYING ./COPYING.temp
+ chmod +w ./COPYING.temp
+ for f in COPYING INSTALL
+ '[' -f ./INSTALL ']'
+ cp ./INSTALL ./INSTALL.temp
+ chmod +w ./INSTALL.temp
+ check_prog_req autoreconf autoconf
+ local prog=autoreconf
+ local pkg=autoconf
+ check_prog autoreconf
+ local _prog
+ ((  1 < 1  ))
+ for _prog in "$@"
+ command -v autoreconf
+ return 0
+ return 0
+ export WANT_AUTOCONF
+ export WANT_AUTOMAKE
+ case "${WANT_AUTOCONF}" in
+ case "${WANT_AUTOCONF}" in
+ WANT_AUTOCONF=2.7
+ case $(autoconf --version 2> /dev/null | head -n 1) in
++ autoconf --version
++ head -n 1
+ __config_equals with_libtool 1
+ '[' -f /usr/src/dash/dash-0.5.13-2.x86_64/config/with_libtool ']'
+ return 1
+ ACLOCAL=aclocal
++ which autopoint
+ AUTOPOINT=/usr/bin/autopoint
+ cross_compiling
++ test x86_64-pc-cygwin '!=' x86_64-pc-cygwin
+ return
+ inherited toolchain
+ local class
+ local classname
+ for class in "$@"
+ classname=toolchain
+ defined _toolchain_CYGCLASS_
+ ((  1 != 1  ))
+ '[' -n '' ']'
+ return 1
+ return 1
+ defined AUTOPOINT
+ ((  1 != 1  ))
+ '[' -n /usr/bin/autopoint ']'
+ return 0
++ grep '^version=' /usr/bin/autopoint
+ eval gettext_version=0.22.5
++ gettext_version=0.22.5
+ __version_at_least 0.17 0.22.5
+ local want_v=0.17
+ local want_r=0.17
+ local have_v=0.22.5
+ local have_r=0.22.5
+ want_va=('0' '17')
+ local -a want_va
+ have_va=('0' '22' '5')
+ local -a have_va
+ local -i n=0
+ defined 'want_va[0]'
+ ((  1 != 1  ))
+ '[' -n 0 ']'
+ return 0
+ ((  want_va[n] < 0  ))
+ ((  want_va[n] > 0  ))
+ n+=1
+ continue
+ defined 'want_va[1]'
+ ((  1 != 1  ))
+ '[' -n 17 ']'
+ return 0
+ ((  want_va[n] < 22  ))
+ return 0
+ case ${gettext_version} in
+ AUTOPOINT+=' -V 0.22.5'
+ for tool in ACLOCAL LIBTOOLIZE AUTOCONF AUTOHEADER AUTOPOINT AUTOMAKE
+ __arg_bool NO_ACLOCAL
+ local ret
+ local var=NO_ACLOCAL
+ case ${!var:-${2}} in
+ ret=1
+ return 1
+ export ACLOCAL
+ for tool in ACLOCAL LIBTOOLIZE AUTOCONF AUTOHEADER AUTOPOINT AUTOMAKE
+ __arg_bool NO_LIBTOOLIZE
+ local ret
+ local var=NO_LIBTOOLIZE
+ case ${!var:-${2}} in
+ ret=1
+ return 1
+ export LIBTOOLIZE
+ for tool in ACLOCAL LIBTOOLIZE AUTOCONF AUTOHEADER AUTOPOINT AUTOMAKE
+ __arg_bool NO_AUTOCONF
+ local ret
+ local var=NO_AUTOCONF
+ case ${!var:-${2}} in
+ ret=1
+ return 1
+ export AUTOCONF
+ for tool in ACLOCAL LIBTOOLIZE AUTOCONF AUTOHEADER AUTOPOINT AUTOMAKE
+ __arg_bool NO_AUTOHEADER
+ local ret
+ local var=NO_AUTOHEADER
+ case ${!var:-${2}} in
+ ret=1
+ return 1
+ export AUTOHEADER
+ for tool in ACLOCAL LIBTOOLIZE AUTOCONF AUTOHEADER AUTOPOINT AUTOMAKE
+ __arg_bool NO_AUTOPOINT
+ local ret
+ local var=NO_AUTOPOINT
+ case ${!var:-${2}} in
+ ret=1
+ return 1
+ export AUTOPOINT
+ for tool in ACLOCAL LIBTOOLIZE AUTOCONF AUTOHEADER AUTOPOINT AUTOMAKE
+ __arg_bool NO_AUTOMAKE
+ local ret
+ local var=NO_AUTOMAKE
+ case ${!var:-${2}} in
+ ret=1
+ return 1
+ export AUTOMAKE
+ defined ACLOCAL_FLAGS
+ ((  1 != 1  ))
+ '[' -n '' ']'
+ return 1
+ autoreconf --force -i --verbose
autoreconf-2.72: export WARNINGS=
autoreconf-2.72: Entering directory '.'
autoreconf-2.72: configure.ac: not using Gettext
autoreconf-2.72: running: aclocal --force 
autoreconf-2.72: configure.ac: tracing
autoreconf-2.72: configure.ac: not using Libtool
autoreconf-2.72: configure.ac: not using Intltool
autoreconf-2.72: configure.ac: not using Gtkdoc
autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force
autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force
autoreconf-2.72: running: automake --add-missing --copy --force-missing
autoreconf-2.72: './install-sh' is updated
autoreconf-2.72: Leaving directory '.'
+ for d in . ${ac_subdirs}
+ '[' -d . ']'
+ '[' -f ./configure.ac ']'
+ sub_configure_ac=./configure.ac
++ grep '^[^\#]*AC_CONFIG_AUX_DIR' ./configure.ac
++ sed -e 's!.*AC_CONFIG_AUX_DIR(\[*\(.*\))!\1!g' -e 's!\]*!!g'
+ auxdir=
++ grep 'A[CM]_CONFIG_HEADERS*' ./configure.ac
++ sed -e 's!A[CM]_CONFIG_HEADERS*(\[*\(.*\))!\1!g' -e 's!\]*!!g'
+ config_h=config.h
+ defined config_h
+ ((  1 != 1  ))
+ '[' -n config.h ']'
+ return 0
+ __config_set with_autoheader 1
+ echo -n 1
+ case "${config_h}" in
+ config_h_in=config.h.in
+ for f in ${config_h_in}
+ '[' -e ./config.h.in ']'
+ touch ./config.h.in
+ '[' -f .//config.guess ']'
+ for f in COPYING INSTALL
+ '[' -f ./COPYING.temp ']'
+ mv -f ./COPYING.temp ./COPYING
+ for f in COPYING INSTALL
+ '[' -f ./INSTALL.temp ']'
+ mv -f ./INSTALL.temp ./INSTALL
+ cd /usr/src/dash/dash-0.5.13-2.x86_64/build
+ cygconf
+ local ac_config_files
+ local ac_config_headers
+ local confargs
+ local confdir
+ local configure
+ local confver
+ local confver_maj
+ local confver_min
+ local f
+ local foo_config
+ local prefix
+ defined CYGCONF_SOURCE
+ ((  1 != 1  ))
+ '[' -n '' ']'
+ return 1
+ '[' -x /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure ']'
+ confdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ configure=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ '[' -z ']'
++ /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure --version
++ sed -rn 's/.*(GNU Autoconf|autoconf version) ([0-9\.]+)/\2/p'
+ confver=2.72
+ confver_maj=2
+ confver_min=72
+ '[' -z 2 ']'
+ '[' 2 -ne 2 ']'
++ grep -h '^ac_config_files=' /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ eval 'ac_config_files="$ac_config_files' Makefile 'src/Makefile"'
++ ac_config_files=' Makefile src/Makefile'
++ grep -h '^ac_config_headers=' /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ eval 'ac_config_headers="$ac_config_headers' 'config.h"'
++ ac_config_headers=' config.h'
+ for f in ${ac_config_files} ${ac_config_headers}
+ '[' -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/Makefile ']'
+ for f in ${ac_config_files} ${ac_config_headers}
+ '[' -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/src/Makefile ']'
+ for f in ${ac_config_files} ${ac_config_headers}
+ '[' -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/config.h ']'
++ __host_prefix
++ local prefix
++ __host_is_embedded
++ local ret=1
++ case ${CHOST} in
++ return 1
++ [[ x86_64-pc-cygwin =~ -mingw32 ]]
++ inherited cross
++ local class
++ local classname
++ for class in "$@"
++ classname=cross
++ defined _cross_CYGCLASS_
++ ((  1 != 1  ))
++ '[' -n '' ']'
++ return 1
++ return 1
++ prefix=/usr
++ echo -n /usr
+ prefix=/usr
++ __host_localstatedir
++ local localstatedir
++ __host_is_embedded
++ local ret=1
++ case ${CHOST} in
++ return 1
++ [[ x86_64-pc-cygwin =~ -mingw32 ]]
++ inherited cross
++ local class
++ local classname
++ for class in "$@"
++ classname=cross
++ defined _cross_CYGCLASS_
++ ((  1 != 1  ))
++ '[' -n '' ']'
++ return 1
++ return 1
++ localstatedir=/var
++ echo -n /var
++ __host_sysconfdir
++ local sysconfdir
++ __host_is_embedded
++ local ret=1
++ case ${CHOST} in
++ return 1
++ [[ x86_64-pc-cygwin =~ -mingw32 ]]
++ inherited cross
++ local class
++ local classname
++ for class in "$@"
++ classname=cross
++ defined _cross_CYGCLASS_
++ ((  1 != 1  ))
++ '[' -n '' ']'
++ return 1
++ return 1
++ sysconfdir=/etc
++ echo -n /etc
+ confargs='--prefix=/usr --exec-prefix=/usr 		  --localstatedir=/var 		  --sysconfdir=/etc'
+ inherited multilib
+ local class
+ local classname
+ for class in "$@"
+ classname=multilib
+ defined _multilib_CYGCLASS_
+ ((  1 != 1  ))
+ '[' -n '' ']'
+ return 1
+ return 1
+ '[' 72 -ge 60 ']'
+ confargs+=' --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html'
+ '[' 72 -ge 50 ']'
+ confargs+=' -C'
+ cross_compiling
++ test x86_64-pc-cygwin '!=' x86_64-pc-cygwin
+ return
+ inherited toolchain
+ local class
+ local classname
+ for class in "$@"
+ classname=toolchain
+ defined _toolchain_CYGCLASS_
+ ((  1 != 1  ))
+ '[' -n '' ']'
+ return 1
+ return 1
+ cross_compiling
++ test x86_64-pc-cygwin '!=' x86_64-pc-cygwin
+ return
+ __config_equals with_libtool 1
+ '[' -f /usr/src/dash/dash-0.5.13-2.x86_64/config/with_libtool ']'
+ return 1
++ grep '^with_lib[^ ]*_prefix$' /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ case ${CHOST} in
+ export ac_cv_func_mmap_fixed_mapped=yes
+ ac_cv_func_mmap_fixed_mapped=yes
+ export DATADIRNAME=share
+ DATADIRNAME=share
+ verbose sh -vx /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
+ echo sh -vx /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
sh -vx /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
+ sh -vx /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for dash 0.5.13.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
# Inc.
#
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

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



# Reset variables that may have inherited troublesome values from
# the environment.

# IFS needs to be set, to space, tab, and newl+ DUALCASE=1
+ export DUALCASE
+ test
+ :
ine, in precisely that order.
# (If _AS_PATH_WALK were called with IFS unset, it would have the
# side effect of setting IFS to empty, thus disabling word splitting.)
# Quoting is to prevent editors from complaining about space-tab.
as_nl='
'
export as_nl
IFS=" ""	$as_nl"

PS1='$ '
PS2='> '
PS4='+ '

# Ensure predictable behavior from utilities with locale-dependent output.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# We cannot yet rely on "unset" to work, but we need these variables
# to be unset--not just set to an empty or harmless value--now, to
# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
# also avoids known problems related to "unset" and subshell syntax
# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
do eval test \${$as_var+y} \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done

# Ensure that fds 0, 1, and 2 are open.
if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
if (exec 3+ as_nl=

+ export as_nl
+ IFS= 	

+ PS1=$ 
+ PS2=> 
+ PS4=+ 
+ LC_ALL=C
+ export LC_ALL
+ LANGUAGE=C
+ export LANGUAGE
+ eval test ${BASH_ENV+y}
+ test
+ :
+ eval test ${ENV+y}
+ test
+ :
+ eval test ${MAIL+y}
+ test
+ :
+ eval test ${MAILPATH+y}
+ test
+ :
+ eval test ${CDPATH+y}
+ test
+ :
+ :
>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi

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


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

     ;;
esac
# We did not find ourselves, most probably we were run as 'sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
  printf "%s\n" "$as_myself: error: cannot find myself; rerun wi+ :
+ exec
+ :
+ :
+ PATH_SEPARATOR=:
+ as_myself=
+ as_myself=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ test x/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure = x
th an absolute file name" >&2
  exit 1
fi


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

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

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

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

else case e in #(
  e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
	      as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
then :
  CONFIG_SHELL=$SHELL as_have_required=yes
fi ;;
esac
fi


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

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

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


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

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

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

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

+ as_required=as_fn_return () { (exit $1); }
as_fn_success () { as_fn_return 0; }
as_fn_failure () { as_fn_return 1; }
as_fn_ret_success () { return 0; }
as_fn_ret_failure () { return 1; }

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

else case e in #(
  e) exitcode=1; echo positional parameters were not saved. ;;
esac
fi
test x$exitcode = x0 || exit 1
blah=$(echo $(echo blah))
test x"$blah" = xblah || exit 1
test -x / || exit 1
+ as_suggested=  as_lineno_1=
+ as_suggested=  as_lineno_1=181
+ as_suggested=  as_lineno_1=181 as_lineno_1a=$LINENO
  as_lineno_2=
+ as_suggested=  as_lineno_1=181 as_lineno_1a=$LINENO
  as_lineno_2=182
+ as_suggested=  as_lineno_1=181 as_lineno_1a=$LINENO
  as_lineno_2=182 as_lineno_2a=$LINENO
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || exit 1
test $(( 1 + 1 )) = 2 || exit 1
+ :
+ as_have_required=yes
+ test xyes = xyes
+ :
+ SHELL=/bin/sh
+ export SHELL
+ CLICOLOR_FORCE= GREP_OPTIONS=
+ unset CLICOLOR_FORCE GREP_OPTIONS
+ as_unset=as_fn_unset
ir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || eval $as_mkdir_p || {
    as_dirs=
    while :; do
      case $as_dir in #(
      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$as_dir" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"


} # as_fn_mkdir_p

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

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


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

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

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

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

a+ :
+ eval as_fn_arith ()
  {
    as_val=$(( $* ))
  }
+ expr a : \(a\)
+ expr 00001 : .*\(...\)
+ test X001 = X001
+ as_expr=expr
+ basename -- /
+ test X/ = X/
+ as_basename=basename
+ as_dirname=dirname
s_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X/"$0" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`

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


  as_lineno_1=$LINENO as_lineno_1a=$LINENO
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
  sed -n '
    p
    /[$]LINENO/=
  ' <$as_myself |
    sed '
      t clear
      :clear
      s/[$]LINENO.*/&-/
      t lineno
      b
      :lineno
      N
      :loop+ basename -- /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ as_me=configure
+ as_cr_letters=abcdefghijklmnopqrstuvwxyz
+ as_cr_LETTERS=ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ as_cr_Letters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ as_cr_digits=0123456789
+ as_cr_alnum=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
+ as_lineno_1=475 as_lineno_1a=475
+ as_lineno_2=476 as_lineno_2a=476

      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
      t loop
      s/-\n.*//
    ' >$as_me.lineno &&
  chmod +x "$as_me.lineno" ||
    { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }

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


# Determine whether it's possible to make 'echo' print without a newline.
# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
# for compatibility with existing Makefiles.
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` + eval test "x$as_lineno_1" != "x$as_lineno_2" &&
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2"
+ test x475 != x476
+ expr 475 + 1
+ test x476 = x476
+ ECHO_C= ECHO_N= ECHO_T=
in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

# For backward compatibility with old third-party macros, we provide
# the shell variables $as_echo and $as_echo_n.  New code should use
# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
as_echo='printf %s\n'
as_echo_n='printf %s'

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

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

as_test_x='test -x'
as_executable_p=as_fn_executable_p

# Sed expression to map a string onto a valid CPP name.
as_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.
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
exec 6>&1

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

#
# Initializations.
#
ac_default_pref+ ln -s conf1390377.file conf1390377
+ as_ln_s=ln -s
+ ln -s conf1390377.file conf1390377.dir
+ test ! -f conf1390377.exe
+ rm -f conf1390377 conf1390377.exe conf1390377.dir/conf1390377.file conf1390377.file
+ rmdir conf1390377.dir
+ mkdir -p .
+ as_mkdir_p=mkdir -p "$as_dir"
+ as_test_x=test -x
+ as_executable_p=as_fn_executable_p
+ as_sed_cpp=y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g
+ as_tr_cpp=eval sed 'y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g'
+ as_sed_sh=y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g
+ as_tr_sh=eval sed 'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g'
+ test -n 
+ exec
+ exec
+ sed 1q
+ ac_hostname=$HOSTNAME
ix=/usr/local
ac_clean_files=
ac_config_libobj_dir=.
LIBOBJS=
cross_compiling=no
subdirs=
MFLAGS=
MAKEFLAGS=

# Identity of this package.
PACKAGE_NAME='dash'
PACKAGE_TARNAME='dash'
PACKAGE_VERSION='0.5.13'
PACKAGE_STRING='dash 0.5.13'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

ac_unique_file="src/main.c"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif"

ac_header_c_list=
ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
CC_FOR_BUILD
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
am__nodep
AMDEPBACKSLASH
AMDEP_FAL+ ac_default_prefix=/usr/local
+ ac_clean_files=
+ ac_config_libobj_dir=.
+ LIBOBJS=
+ cross_compiling=no
+ subdirs=
+ MFLAGS=
+ MAKEFLAGS=
+ PACKAGE_NAME=dash
+ PACKAGE_TARNAME=dash
+ PACKAGE_VERSION=0.5.13
+ PACKAGE_STRING=dash 0.5.13
+ PACKAGE_BUGREPORT=
+ PACKAGE_URL=
+ ac_unique_file=src/main.c
+ ac_includes_default=#include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ ac_header_c_list=
SE
AMDEP_TRUE
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
CSCOPE
ETAGS
CTAGS
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL
am__quote'
ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
enable_test_workaround
with_libedit
enable_lineno
'
      ac_precious_va+ ac_subst_vars=am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
CC_FOR_BUILD
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
am__nodep
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
CSCOPE
ETAGS
CTAGS
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL
am__quote
+ ac_subst_files=
+ ac_user_opts=
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
enable_test_workaround
with_libedit
enable_lineno

rs='build_alias
host_alias
target_alias
CC
CFLAGS
LDFLAGS
LIBS
CPPFLAGS'


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

# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sha+ ac_precious_vars=build_alias
host_alias
target_alias
CC
CFLAGS
LDFLAGS
LIBS
CPPFLAGS
+ ac_init_help=
+ ac_init_version=false
+ ac_unrecognized_opts=
+ ac_unrecognized_sep=
+ cache_file=/dev/null
+ exec_prefix=NONE
+ no_create=
+ no_recursion=
+ prefix=NONE
+ program_prefix=NONE
+ program_suffix=NONE
+ program_transform_name=s,x,x,
+ silent=
+ site=
+ srcdir=
+ verbose=
+ x_includes=NONE
+ x_libraries=NONE
+ bindir=${exec_prefix}/bin
+ sbindir=${exec_prefix}/sbin
+ libexecdir=${exec_prefix}/libexec
+ datarootdir=${prefix}/share
+ datadir=${datarootdir}
+ sysconfdir=${prefix}/etc
redstatedir='${prefix}/com'
localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
infodir='${datarootdir}/info'
htmldir='${docdir}'
dvidir='${docdir}'
pdfdir='${docdir}'
psdir='${docdir}'
libdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
mandir='${datarootdir}/man'

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

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

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

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

  -build | --build | --buil | --bui | --bu)
    ac_prev=build_alias ;+ sharedstatedir=${prefix}/com
+ localstatedir=${prefix}/var
+ runstatedir=${localstatedir}/run
+ includedir=${prefix}/include
+ oldincludedir=/usr/include
+ docdir=${datarootdir}/doc/${PACKAGE_TARNAME}
+ infodir=${datarootdir}/info
+ htmldir=${docdir}
+ dvidir=${docdir}
+ pdfdir=${docdir}
+ psdir=${docdir}
+ libdir=${exec_prefix}/lib
+ localedir=${datarootdir}/locale
+ mandir=${datarootdir}/man
+ ac_prev=
+ ac_dashdash=
;
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    build_alias=$ac_optarg ;;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  esac
done

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

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

# Check all directory arguments for consistency.
for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
		datadir sysconfdir sharedstatedir localstatedir includedir \
		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
		l+ test -n 
+ expr X--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 : [^=]*=\(.*\)
+ ac_optarg=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ test -n 
+ expr X--prefix=/usr : [^=]*=\(.*\)
+ ac_optarg=/usr
+ prefix=/usr
+ test -n 
+ expr X--exec-prefix=/usr : [^=]*=\(.*\)
+ ac_optarg=/usr
+ exec_prefix=/usr
+ test -n 
+ expr X--localstatedir=/var : [^=]*=\(.*\)
+ ac_optarg=/var
+ localstatedir=/var
+ test -n 
+ expr X--sysconfdir=/etc : [^=]*=\(.*\)
+ ac_optarg=/etc
+ sysconfdir=/etc
+ test -n 
+ expr X--docdir=/usr/share/doc/dash : [^=]*=\(.*\)
+ ac_optarg=/usr/share/doc/dash
+ docdir=/usr/share/doc/dash
+ test -n 
+ expr X--htmldir=/usr/share/doc/dash/html : [^=]*=\(.*\)
+ ac_optarg=/usr/share/doc/dash/html
+ htmldir=/usr/share/doc/dash/html
+ test -n 
+ ac_optarg=yes
+ cache_file=config.cache
+ test -n 
+ test -n 
ibdir localedir mandir runstatedir
do
  eval ac_val=\$$ac_var
  # Remove trailing slashes.
  case $ac_val in
    */ )
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
      eval $ac_var=\$ac_val;;
  esac
  # Be sure to have absolute directory names.
  case $ac_val in
    [\\/$]* | ?:[\\/]* )  continue;;
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  esac
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
done

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

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

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

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


ac_pwd=`pwd` && test+ eval ac_val=$exec_prefix
+ ac_val=/usr
+ continue
+ eval ac_val=$prefix
+ ac_val=/usr
+ continue
+ eval ac_val=$bindir
+ ac_val=${exec_prefix}/bin
+ continue
+ eval ac_val=$sbindir
+ ac_val=${exec_prefix}/sbin
+ continue
+ eval ac_val=$libexecdir
+ ac_val=${exec_prefix}/libexec
+ continue
+ eval ac_val=$datarootdir
+ ac_val=${prefix}/share
+ continue
+ eval ac_val=$datadir
+ ac_val=${datarootdir}
+ continue
+ eval ac_val=$sysconfdir
+ ac_val=/etc
+ continue
+ eval ac_val=$sharedstatedir
+ ac_val=${prefix}/com
+ continue
+ eval ac_val=$localstatedir
+ ac_val=/var
+ continue
+ eval ac_val=$includedir
+ ac_val=${prefix}/include
+ continue
+ eval ac_val=$oldincludedir
+ ac_val=/usr/include
+ continue
+ eval ac_val=$docdir
+ ac_val=/usr/share/doc/dash
+ continue
+ eval ac_val=$infodir
+ ac_val=${datarootdir}/info
+ continue
+ eval ac_val=$htmldir
+ ac_val=/usr/share/doc/dash/html
+ continue
+ eval ac_val=$dvidir
+ ac_val=${docdir}
+ continue
+ eval ac_val=$pdfdir
+ ac_val=${docdir}
+ continue
+ eval ac_val=$psdir
+ ac_val=${docdir}
+ continue
+ eval ac_val=$libdir
+ ac_val=${exec_prefix}/lib
+ continue
+ eval ac_val=$localedir
+ ac_val=${datarootdir}/locale
+ continue
+ eval ac_val=$mandir
+ ac_val=${datarootdir}/man
+ continue
+ eval ac_val=$runstatedir
+ ac_val=${localstatedir}/run
+ continue
+ build=
+ host=
+ target=
+ test x != x
+ ac_tool_prefix=
+ test -n 
+ test  = yes
 -n "$ac_pwd" &&
ac_ls_di=`ls -di .` &&
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  as_fn_error $? "working directory cannot be determined"
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  as_fn_error $? "pwd does not report name of working directory"


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

#
# Report the --help message.
#
if test "$ac_init_help" = "long"; then
  # Omit some internal or obsolete options to make the list le+ test ! -r /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/src/main.c
+ ac_msg=sources are in /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13, but 'cd /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' does not work
+ cd /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ test -r ./src/main.c
+ pwd
+ ac_abs_confdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ test /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 = /usr/src/dash/dash-0.5.13-2.x86_64/build
+ eval ac_env_build_alias_set=${build_alias+set}
+ ac_env_build_alias_set=
+ eval ac_env_build_alias_value=$build_alias
+ ac_env_build_alias_value=
+ eval ac_cv_env_build_alias_set=${build_alias+set}
+ ac_cv_env_build_alias_set=
+ eval ac_cv_env_build_alias_value=$build_alias
+ ac_cv_env_build_alias_value=
+ eval ac_env_host_alias_set=${host_alias+set}
+ ac_env_host_alias_set=
+ eval ac_env_host_alias_value=$host_alias
+ ac_env_host_alias_value=
+ eval ac_cv_env_host_alias_set=${host_alias+set}
+ ac_cv_env_host_alias_set=
+ eval ac_cv_env_host_alias_value=$host_alias
+ ac_cv_env_host_alias_value=
+ eval ac_env_target_alias_set=${target_alias+set}
+ ac_env_target_alias_set=
+ eval ac_env_target_alias_value=$target_alias
+ ac_env_target_alias_value=
+ eval ac_cv_env_target_alias_set=${target_alias+set}
+ ac_cv_env_target_alias_set=
+ eval ac_cv_env_target_alias_value=$target_alias
+ ac_cv_env_target_alias_value=
+ eval ac_env_CC_set=${CC+set}
+ ac_env_CC_set=set
+ eval ac_env_CC_value=$CC
+ ac_env_CC_value=gcc
+ eval ac_cv_env_CC_set=${CC+set}
+ ac_cv_env_CC_set=set
+ eval ac_cv_env_CC_value=$CC
+ ac_cv_env_CC_value=gcc
+ eval ac_env_CFLAGS_set=${CFLAGS+set}
+ ac_env_CFLAGS_set=set
+ eval ac_env_CFLAGS_value=$CFLAGS
+ ac_env_CFLAGS_value=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_cv_env_CFLAGS_set=${CFLAGS+set}
+ ac_cv_env_CFLAGS_set=set
+ eval ac_cv_env_CFLAGS_value=$CFLAGS
+ ac_cv_env_CFLAGS_value=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_env_LDFLAGS_set=${LDFLAGS+set}
+ ac_env_LDFLAGS_set=set
+ eval ac_env_LDFLAGS_value=$LDFLAGS
+ ac_env_LDFLAGS_value=-static-libgcc
+ eval ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
+ ac_cv_env_LDFLAGS_set=set
+ eval ac_cv_env_LDFLAGS_value=$LDFLAGS
+ ac_cv_env_LDFLAGS_value=-static-libgcc
+ eval ac_env_LIBS_set=${LIBS+set}
+ ac_env_LIBS_set=set
+ eval ac_env_LIBS_value=$LIBS
+ ac_env_LIBS_value=
+ eval ac_cv_env_LIBS_set=${LIBS+set}
+ ac_cv_env_LIBS_set=set
+ eval ac_cv_env_LIBS_value=$LIBS
+ ac_cv_env_LIBS_value=
+ eval ac_env_CPPFLAGS_set=${CPPFLAGS+set}
+ ac_env_CPPFLAGS_set=set
+ eval ac_env_CPPFLAGS_value=$CPPFLAGS
+ ac_env_CPPFLAGS_value=
+ eval ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
+ ac_cv_env_CPPFLAGS_set=set
+ eval ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+ ac_cv_env_CPPFLAGS_value=
ss imposing.
  # This message is too long to be a string in the A/UX 3.1 sh.
  cat <<_ACEOF
'configure' configures dash 0.5.13 to adapt to many kinds of systems.

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

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

Defaults for the options are specified in brackets.

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

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

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

For better control, use the options below.

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

  cat <<\_ACEOF

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
_ACEOF
fi

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

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --enable-static         Build statical linked program
  --enable-fnmatch        Use fnmatch(3) from libc
  --enable-glob           Use glob(3) from libc
  --enable-test-workaround
                          Guard against faccessat(2) that tel+ test  = long
ls root all files
                          are executable
  --disable-lineno        Disable LINENO support

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-libedit          Compile with libedit support

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>

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

Report bugs to the package provider.
_ACEOF
ac_status=$?
fi

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

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

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

    cd "$ac_dir" || { ac_status=$?; continue; }
    # Check for configure.gnu first; this name is used for a wrapper for
    # Metaconfig's "Configure" on case-insensitive file systems.
    if test -f "$ac_srcdir/configure.gnu"; then
      echo &&
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
    elif test -f "$ac_srcdir/configure"; then
      echo &&
      $SHELL "$ac_srcdir/configure" --help=recursive
    else
      printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    fi || ac_status=$?
    cd "$ac_pwd" || { ac_status=$?; break; }
  done
fi

test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
  cat <<\_ACEOF
dash configure 0.5.13
generated by GNU Autoconf 2.72

Copyright (C) 2023 Free Softwar+ test  = recursive
+ test -n 
e Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
_ACEOF
  exit
fi

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

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

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

} # ac_fn_c_try_compile

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

} # ac_fn_c_check_header_compile

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

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

} # ac_fn_c_try_link

# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
# ------------------------------------------------------------------
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
ac_fn_check_decl ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_decl_name=`echo $2|sed 's/ *(.*//'`
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
printf %s "checking whether $as_decl_name is declared... " >&6; }
if eval test \${$3+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
  eval ac_save_FLAGS=\$$6
  as_fn_append $6 " $5"
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
#ifndef $as_decl_name
#ifdef __cplusplus
  (void) $as_decl_use;
#else
  (void) $as_decl_name;
#endif
#endif

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  eval "$3=yes"
else case e in #(
  e) eval "$3=no" ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
  eval $6=\$ac_save_FLAGS
 ;;
esac
fi
eval ac_res=\$$3
	       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
printf "%s\n" "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_check_decl

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

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

} # ac_fn_c_try_run

# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
# --------------------------------------------
# Tries to find the compile-time value of EXPR in a program that includes
# INCLUDES, setting VAR accordingly. Returns whether the value could be
# computed
ac_fn_c_compute_int ()
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if test "$cross_compiling" = yes; then
    # Depending upon the size, compute the lo and hi bounds.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) >= 0)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_lo=0 ac_mid=0
  while :; do
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_hi=$ac_mid; break
else case e in #(
  e) as_fn_arith $ac_mid + 1 && ac_lo=$as_val
			if test $ac_lo -le $ac_mid; then
			  ac_lo= ac_hi=
			  break
			fi
			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
  done
else case e in #(
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) < 0)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_hi=-1 ac_mid=-1
  while :; do
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) >= $ac_mid)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_lo=$ac_mid; break
else case e in #(
  e) as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
			if test $ac_mid -le $ac_hi; then
			  ac_lo= ac_hi=
			  break
			fi
			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
  done
else case e in #(
  e) ac_lo= ac_hi= ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
int
main (void)
{
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
test_array [0] = 0;
return test_array [0];

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_hi=$ac_mid
else case e in #(
  e) as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
done
case $ac_lo in #((
?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
'') ac_retval=1 ;;
esac
  else
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$4
static long int longval (void) { return $2; }
static unsigned long int ulongval (void) { return $2; }
#include <stdio.h>
#include <stdlib.h>
int
main (void)
{

  FILE *f = fopen ("conftest.val", "w");
  if (! f)
    return 1;
  if (($2) < 0)
    {
      long int i = longval ();
      if (i != ($2))
	return 1;
      fprintf (f, "%ld", i);
    }
  else
    {
      unsigned long int i = ulongval ();
      if (i != ($2))
	return 1;
      fprintf (f, "%lu", i);
    }
  /* Do not output a trailing newline, as this causes \r\n confusion
     on some platforms.  */
  return ferror (f) || fclose (f) != 0;

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"
then :
  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
else case e in #(
  e) ac_retval=1 ;;
esac
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
rm -f conftest.val

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

} # ac_fn_c_compute_int

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

/* System header to define __stub macros and hopefully few prototypes,
   which can conflict with char $2 (void); below.  */

#include <limits.h>
#undef $2

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

int
main (void)
{
return $2 ();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"
then :
  eval "$3=yes"
else case e in #(
  e) eval "$3=no" ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
    conftest$ac_exeext conftest.$ac_ext ;;
esac
fi
eval ac_res=\$$3
	       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
printf "%s\n" "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_c_check_func
ac_configure_args_raw=
for ac_arg
do
  case $ac_arg in
  *\'*)
    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  esac
  as_fn_append ac_configure_args_raw " '$ac_arg'"
done

case $ac_configure_args_raw in
  *$as_nl*)
    ac_safe_unquote= ;;
  *)
    ac_unsafe_z='|&;<>()$`\\"*?[ ''	' # This string ends in space, tab.
    ac_unsafe_a="$ac_unsafe_z#~"
    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
    ac_configure_args_raw=`   + ac_configure_args_raw=
+ as_fn_append ac_configure_args_raw  '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ as_fn_append ac_configure_args_raw  '--prefix=/usr'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr'
+ as_fn_append ac_configure_args_raw  '--exec-prefix=/usr'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr'
+ as_fn_append ac_configure_args_raw  '--localstatedir=/var'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var'
+ as_fn_append ac_configure_args_raw  '--sysconfdir=/etc'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc'
+ as_fn_append ac_configure_args_raw  '--docdir=/usr/share/doc/dash'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash'
+ as_fn_append ac_configure_args_raw  '--htmldir=/usr/share/doc/dash/html'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html'
+ as_fn_append ac_configure_args_raw  '-C'
+ eval ac_configure_args_raw=$ac_configure_args_raw$2
+ ac_configure_args_raw= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C'
   printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
esac

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

It was created by dash $as_me 0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  $ $0$ac_configure_args_raw

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

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

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

/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknow+ ac_unsafe_z=|&;<>()$`\\"*?[ 	
+ ac_unsafe_a=|&;<>()$`\\"*?[ 	#~
+ ac_safe_unquote=s/ '\([^|&;<>()$`\\"*?[ 	#~][^|&;<>()$`\\"*?[ 	]*\)'/ \1/g
+ printf %s\n  '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C'
+ sed s/ '\([^|&;<>()$`\\"*?[ 	#~][^|&;<>()$`\\"*?[ 	]*\)'/ \1/g
+ ac_configure_args_raw= --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
+ cat
+ exec
n`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`

_ASUNAME

as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    printf "%s\n" "PATH: $as_dir"
  done
IFS=$as_save_IFS

} >&5

cat >&5 <<_ACEOF


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

_ACEOF


# Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
# Strip out --silent because we don't want to record it for future runs.
# Also quote any args containing shell meta-characters.
# Make two passes to allow for proper duplicate-argument supp+ sed 1q
+ echo unknown
+ echo unknown
+ echo unknown
+ echo unknown
+ echo unknown
+ echo unknown
+ echo unknown
+ cat
+ as_save_IFS= 	

+ IFS=:
+ IFS= 	

+ as_dir=/home/$USER/bin/
+ printf %s\n PATH: /home/$USER/bin/
+ IFS= 	

+ as_dir=/usr/local/bin/
+ printf %s\n PATH: /usr/local/bin/
+ IFS= 	

+ as_dir=/usr/local/sbin/
+ printf %s\n PATH: /usr/local/sbin/
+ IFS= 	

+ as_dir=/usr/bin/
+ printf %s\n PATH: /usr/bin/
+ IFS= 	

+ as_dir=/usr/sbin/
+ printf %s\n PATH: /usr/sbin/
+ IFS= 	

+ as_dir=/sbin/
+ printf %s\n PATH: /sbin/
+ IFS= 	

+ cat
ression.
ac_configure_args=
ac_configure_args0=
ac_configure_args1=
ac_must_keep_next=false
for ac_pass in 1 2
do
  for ac_arg
  do
    case $ac_arg in
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    | -silent | --silent | --silen | --sile | --sil)
      continue ;;
    *\'*)
      ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    case $ac_pass in
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
    2)
      as_fn_append ac_configure_args1 " '$ac_arg'"
      if test $ac_must_keep_next = true; then
	ac_must_keep_next=false # Got value, back to normal.
      else
	case $ac_arg in
	  *=* | --config-cache | -C | -disable-* | --disable-* \
	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
	  | -with-* | --with-* | -without-* | --without-* | --x)
	    case "$ac_configure_args0 " in
	      "$ac_configure_args1"*" '$ac_arg' "* ) continue + ac_configure_args=
+ ac_configure_args0=
+ ac_configure_args1=
+ ac_must_keep_next=false
;;
	    esac
	    ;;
	  -* ) ac_must_keep_next=true ;;
	esac
      fi
      as_fn_append ac_configure_args " '$ac_arg'"
      ;;
    esac
  done
done
{ ac_configure_args0=; unset ac_configure_args0;}
{ ac_configure_args1=; unset ac_configure_args1;}

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

    printf "%s\n" "## ---------------- ##
## Cache variables. ##
## ---------------- ##"
    echo
    # The following way of writing the cache mishandles newlines in values,
(
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
    eval ac_val=\$$ac_var
    case $ac_val in #+ as_fn_append ac_configure_args0  '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ as_fn_append ac_configure_args0  '--prefix=/usr'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr'
+ as_fn_append ac_configure_args0  '--exec-prefix=/usr'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr'
+ as_fn_append ac_configure_args0  '--localstatedir=/var'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var'
+ as_fn_append ac_configure_args0  '--sysconfdir=/etc'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc'
+ as_fn_append ac_configure_args0  '--docdir=/usr/share/doc/dash'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash'
+ as_fn_append ac_configure_args0  '--htmldir=/usr/share/doc/dash/html'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html'
+ as_fn_append ac_configure_args0  '-C'
+ eval ac_configure_args0=$ac_configure_args0$2
+ ac_configure_args0= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C'
+ as_fn_append ac_configure_args1  '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ test false = true
+ as_fn_append ac_configure_args  '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
+ as_fn_append ac_configure_args1  '--prefix=/usr'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr'
+ test false = true
+ as_fn_append ac_configure_args  '--prefix=/usr'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr'
+ as_fn_append ac_configure_args1  '--exec-prefix=/usr'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr'
+ test false = true
+ as_fn_append ac_configure_args  '--exec-prefix=/usr'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr'
+ as_fn_append ac_configure_args1  '--localstatedir=/var'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var'
+ test false = true
+ as_fn_append ac_configure_args  '--localstatedir=/var'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var'
+ as_fn_append ac_configure_args1  '--sysconfdir=/etc'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc'
+ test false = true
+ as_fn_append ac_configure_args  '--sysconfdir=/etc'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc'
+ as_fn_append ac_configure_args1  '--docdir=/usr/share/doc/dash'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash'
+ test false = true
+ as_fn_append ac_configure_args  '--docdir=/usr/share/doc/dash'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash'
+ as_fn_append ac_configure_args1  '--htmldir=/usr/share/doc/dash/html'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html'
+ test false = true
+ as_fn_append ac_configure_args  '--htmldir=/usr/share/doc/dash/html'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html'
+ as_fn_append ac_configure_args1  '-C'
+ eval ac_configure_args1=$ac_configure_args1$2
+ ac_configure_args1= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C'
+ test false = true
+ as_fn_append ac_configure_args  '-C'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C'
+ ac_configure_args0=
+ unset ac_configure_args0
+ ac_configure_args1=
+ unset ac_configure_args1
(
    *${as_nl}*)
      case $ac_var in #(
      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
      esac
      case $ac_var in #(
      _ | IFS | as_nl) ;; #(
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
      *) { eval $ac_var=; unset $ac_var;} ;;
      esac ;;
    esac
  done
  (set) 2>&1 |
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
    *${as_nl}ac_space=\ *)
      sed -n \
	"s/'\''/'\''\\\\'\'''\''/g;
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
      ;; #(
    *)
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
      ;;
    esac |
    sort
)
    echo

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

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

    if test -s confdefs.h; then
      printf "%s\n" "## ----------- ##
## confdefs.h. ##
## ----------- ##"
      echo
      cat confdefs.h
      echo
    fi
    test "$ac_signal" != 0 &&
      printf "%s\n" "$as_me: caught signal $ac_signal"
    printf "%s\n" "$as_me: exit $exit_status"
  } >&5
  rm -f core *.core core.conftest.* &&
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
done
a+ trap exit_status=$?
  # Sanitize IFS.
  IFS=" ""	$as_nl"
  # Save into config.log some information that might help in debugging.
  {
    echo

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

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

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

    if test -s confdefs.h; then
      printf "%s\n" "## ----------- ##
## confdefs.h. ##
## ----------- ##"
      echo
      cat confdefs.h
      echo
    fi
    test "$ac_signal" != 0 &&
      printf "%s\n" "$as_me: caught signal $ac_signal"
    printf "%s\n" "$as_me: exit $exit_status"
  } >&5
  rm -f core *.core core.conftest.* &&
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    exit $exit_status
 0
+ trap ac_signal=1; as_fn_exit 1 1
+ trap ac_signal=2; as_fn_exit 1 2
+ trap ac_signal=13; as_fn_exit 1 13
+ trap ac_signal=15; as_fn_exit 1 15
c_signal=0

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

printf "%s\n" "/* confdefs.h */" > confdefs.h

# Predefined preprocessor variables.

printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h

printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h


# Let the site file select an alternate cache file if it wants to.
# Prefer an explicitly selected file to automatically selected ones.
if test -n "$CONFIG_SITE"; then
  ac_site_files="$CONFIG_SITE"
elif test "x$prefix" != xNONE; then
  ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
else
  ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/+ ac_signal=0
+ rm -f -r conftest* confdefs.h
+ printf %s\n /* confdefs.h */
+ printf %s\n #define PACKAGE_NAME "dash"
+ printf %s\n #define PACKAGE_TARNAME "dash"
+ printf %s\n #define PACKAGE_VERSION "0.5.13"
+ printf %s\n #define PACKAGE_STRING "dash 0.5.13"
+ printf %s\n #define PACKAGE_BUGREPORT ""
+ printf %s\n #define PACKAGE_URL ""
config.site"
fi

for ac_site_file in $ac_site_files
do
  case $ac_site_file in #(
  */*) :
     ;; #(
  *) :
    ac_site_file=./$ac_site_file ;;
esac
  if test -f "$ac_site_file" && test -r "$ac_site_file"; then
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
    sed 's/^/| /' "$ac_site_file" >&5
    . "$ac_site_file" \
      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "failed to load site script $ac_site_file
See 'config.log' for more details" "$LINENO" 5; }
  fi
done

if test -r "$cache_file"; then
  # Some versions of bash will fail to source /dev/null (special files
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
printf "%s\n" "$a+ test -n /etc/config.site
+ ac_site_files=/etc/config.site
+ :
+ test -f /etc/config.site
+ test -r /etc/config.site
+ printf %s\n configure:2231: loading site script /etc/config.site
+ printf %s\n configure: loading site script /etc/config.site
configure: loading site script /etc/config.site
+ sed s/^/| / /etc/config.site
+ . /etc/config.site
# config.site for configure
#
# You may override this file by your config.site using the CONFIG_SITE env
# variable.

if test -n "$host"; then
    # skip when cross-compiling
    return 0
fi

# Change some defaults.
test "$prefix" = NONE && test -n "$ac_default_prefix" \
					&& prefix="$ac_default_prefix" || :
test "$exec_prefix" = NONE && exec_prefix=${prefix}/bin

if test "$prefix" = /usr/local \
   || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr/local ; }
then
    test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/usr/local/etc || :
    test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/usr/local/var || :
    test "$localstatedir" = '${prefix}/var' && localstatedir=/usr/local/var || :
fi
#
# Give Autoconf 2.x generated configure scripts a shared default
# cache file for feature test results, architecture-specific.
if test "$cache_file" = ./config.cache; then
  cache_file="${localstatedir:-${sharedstatedir:-${prefix:-/usr/local}/var}}/config.cache"
  # A cache file is only valid fo+ test -n 
+ test /usr = NONE
+ :
+ test /usr = NONE
+ test /usr = /usr/local
+ test /usr = NONE
r one C compiler.
#  CC=gcc
fi
+ test config.cache = ./config.cache
s_me: loading cache $cache_file" >&6;}
    case $cache_file in
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
      *)                      . "./$cache_file";;
    esac
  fi
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
  >$cache_file
fi

# Test code for whether the C compiler supports C89 (global declarations)
ac_c_conftest_c89_globals='
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  + test -r config.cache
+ printf %s\n configure:2254: creating cache config.cache
+ printf %s\n configure: creating cache config.cache
configure: creating cache config.cache
+ 
va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);'

# Test code for whether the C compiler supports C89 (body of main).
ac_c_conftest_c89_main='
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
'

# Test code for whether the C compiler supports C99 (global declarations)
ac_c_conftest_c99_globals='
/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char+ ac_c_conftest_c89_globals=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);
+ ac_c_conftest_c89_main=
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

 *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case '\''s'\'': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case '\''d'\'': // int
	  number = va_arg (args_copy, int);
	  break;
	case '\''f'\'': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}
'

# Test code for whether the C compiler supports C99 (body of main).
ac_c_conftest_c99_main='
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!s+ ac_c_conftest_c99_globals=
/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}

uccess || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
	 || dynamic_array[ni.number - 1] != 543);
'

# Test code for whether the C compiler supports C11 (global declarations)
ac_c_conftest_c11_globals='
/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in stru+ ac_c_conftest_c99_main=
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

ct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;
'

# Test code for whether the C compiler supports C11 (body of main).
ac_c_conftest_c11_main='
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;
'

# Test code for whether the C compiler supports C11 (complete).
ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
${ac_c_conftest_c99_globals}
${ac_c_conftest_c11_globals}

int
main (int argc, char **argv)
{
  int ok = 0;
  ${ac_c_conftest_c89_main}
  ${ac_c_conftest_c99_main}
  ${ac_c_conftest_c11+ ac_c_conftest_c11_globals=
/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;

+ ac_c_conftest_c11_main=
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;

_main}
  return ok;
}
"

# Test code for whether the C compiler supports C99 (complete).
ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
${ac_c_conftest_c99_globals}

int
main (int argc, char **argv)
{
  int ok = 0;
  ${ac_c_conftest_c89_main}
  ${ac_c_conftest_c99_main}
  return ok;
}
"

# Test code for whether the C compiler supports C89 (complete).
ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}

int
main (int argc, char **argv)
{
  int ok = 0;
  ${ac_c_conftest_c89_main}
  return ok;
}
"

as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
as_fn_append ac_header_c_list " sys/types.h+ ac_c_conftest_c11_program=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}


/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;


int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

  
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;

  return ok;
}

+ ac_c_conftest_c99_program=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}


int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

  return ok;
}

+ ac_c_conftest_c89_program=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  return ok;
}

+ as_fn_append ac_header_c_list  stdio.h stdio_h HAVE_STDIO_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H
+ as_fn_append ac_header_c_list  stdlib.h stdlib_h HAVE_STDLIB_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H
+ as_fn_append ac_header_c_list  string.h string_h HAVE_STRING_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H
+ as_fn_append ac_header_c_list  inttypes.h inttypes_h HAVE_INTTYPES_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H
+ as_fn_append ac_header_c_list  stdint.h stdint_h HAVE_STDINT_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H
+ as_fn_append ac_header_c_list  strings.h strings_h HAVE_STRINGS_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H
+ as_fn_append ac_header_c_list  sys/stat.h sys_stat_h HAVE_SYS_STAT_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H sys/stat.h sys_stat_h HAVE_SYS_STAT_H
 sys_types_h HAVE_SYS_TYPES_H"
as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
as_fn_append ac_header_c_list " wchar.h wchar_h HAVE_WCHAR_H"
as_fn_append ac_header_c_list " minix/config.h minix_config_h HAVE_MINIX_CONFIG_H"

# Auxiliary files required by this configure script.
ac_aux_files="compile missing install-sh"

# Locations in which to look for auxiliary files.
ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."

# Search for a directory containing all of the required auxiliary files,
# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
# If we don't find one directory that contains all the files we need,
# we report the set of missing files from the *first* directory in
# $ac_aux_dir_candidates and give up.
ac_missing_aux_files=""
ac_first_candidate=:
printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_found=false
for as_dir in $ac_aux_dir_candidates
do
 + as_fn_append ac_header_c_list  sys/types.h sys_types_h HAVE_SYS_TYPES_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H sys/stat.h sys_stat_h HAVE_SYS_STAT_H sys/types.h sys_types_h HAVE_SYS_TYPES_H
+ as_fn_append ac_header_c_list  unistd.h unistd_h HAVE_UNISTD_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H sys/stat.h sys_stat_h HAVE_SYS_STAT_H sys/types.h sys_types_h HAVE_SYS_TYPES_H unistd.h unistd_h HAVE_UNISTD_H
+ as_fn_append ac_header_c_list  wchar.h wchar_h HAVE_WCHAR_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H sys/stat.h sys_stat_h HAVE_SYS_STAT_H sys/types.h sys_types_h HAVE_SYS_TYPES_H unistd.h unistd_h HAVE_UNISTD_H wchar.h wchar_h HAVE_WCHAR_H
+ as_fn_append ac_header_c_list  minix/config.h minix_config_h HAVE_MINIX_CONFIG_H
+ eval ac_header_c_list=$ac_header_c_list$2
+ ac_header_c_list= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H sys/stat.h sys_stat_h HAVE_SYS_STAT_H sys/types.h sys_types_h HAVE_SYS_TYPES_H unistd.h unistd_h HAVE_UNISTD_H wchar.h wchar_h HAVE_WCHAR_H minix/config.h minix_config_h HAVE_MINIX_CONFIG_H
+ ac_aux_files=compile missing install-sh
+ ac_aux_dir_candidates=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13:/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/..:/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/../..
+ ac_missing_aux_files=
+ ac_first_candidate=:
+ printf %s\n configure:2609: looking for aux files: compile missing install-sh
+ as_save_IFS= 	

+ IFS=:
+ as_found=false
 IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
  as_found=:

  printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
  ac_aux_dir_found=yes
  ac_install_sh=
  for ac_aux in $ac_aux_files
  do
    # As a special case, if "install-sh" is required, that requirement
    # can be satisfied by any of "install-sh", "install.sh", or "shtool",
    # and $ac_install_sh is set appropriately for whichever one is found.
    if test x"$ac_aux" = x"install-sh"
    then
      if test -f "${as_dir}install-sh"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
        ac_install_sh="${as_dir}install-sh -c"
      elif test -f "${as_dir}install.sh"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
        ac_install_sh="${as_dir}install.sh -c"
      elif test -f "${as_dir}shtool"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
        ac_install_sh="${as_dir}shtool install -c"
      else
        ac_aux_dir_found=no
        if $ac_first_candidate; then
          ac_missing_aux_files="${ac_missing_aux_files} install-sh"
        else
          break
        fi
      fi
    else
      if test -f "${as_dir}${ac_aux}"; then
        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
      else
        ac_aux_dir_found=no
        if $ac_first_candidate; then
          ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
        else
          break
        fi
      fi
    fi
  done
  if test "$ac_aux_dir_found" = yes; then
    ac_aux_dir="$as_dir"
    break
  fi
  ac_first_candidate=false

  as_found=false
done
IFS=$as_save_IFS
if $as_found
then :

else case e in #(
  e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;
esac
fi


# These three variables are undocumented and unsupported,
# and are intended to be withdrawn in a future Autoconf release.
# They can cause serious problems i+ IFS= 	

+ as_dir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/
+ as_found=:
+ printf %s\n configure:2622:  trying /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/
+ ac_aux_dir_found=yes
+ ac_install_sh=
+ test xcompile = xinstall-sh
+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/compile
+ printf %s\n configure:2651:   /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/compile found
+ test xmissing = xinstall-sh
+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing
+ printf %s\n configure:2651:   /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing found
+ test xinstall-sh = xinstall-sh
+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh
+ printf %s\n configure:2633:   /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh found
+ ac_install_sh=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh -c
+ test yes = yes
+ ac_aux_dir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/
+ break
+ IFS= 	

+ :
+ :
f a builder's source tree is in a directory
# whose full name contains unusual characters.
if test -f "${ac_aux_dir}config.guess"; then
  ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
fi
if test -f "${ac_aux_dir}config.sub"; then
  ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
fi
if test -f "$ac_aux_dir/configure"; then
  ac_configure="$SHELL ${ac_aux_dir}configure"
fi

# Check that the precious variables saved in the cache have kept the same
# value.
ac_cache_corrupted=false
for ac_var in $ac_precious_vars; do
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  eval ac_new_set=\$ac_env_${ac_var}_set
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  eval ac_new_val=\$ac_env_${ac_var}_value
  case $ac_old_set,$ac_new_set in
    set,)
      { 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;}
      ac_cache_corrupted=: ;;
    ,set)
      { printf "%s\n" "$as_me:${+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/config.guess
+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/config.sub
+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13//configure
+ ac_configure=/bin/sh /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ ac_cache_corrupted=false
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;}
      ac_cache_corrupted=: ;;
    ,);;
    *)
      if test "x$ac_old_val" != "x$ac_new_val"; then
	# differences in whitespace do not lead to failure.
	ac_old_val_w=`echo x $ac_old_val`
	ac_new_val_w=`echo x $ac_new_val`
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
	  { 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;}
	  ac_cache_corrupted=:
	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: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;}
	  eval $ac_var=\$ac_old_val
	fi
	{ 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:${as_lineno-$LINENO}:   current value: '$ac_new_val'" >&5
printf "%s\n" "$as_me:   current value: '$ac_new_val'" >&2;}
      fi;;
  esac
  # Pass precious variables to config.status.
  if test "$ac_new_set" = set; then
    case $ac_new_val in
    *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    *) ac_arg=$ac_var=$ac_new_val ;;
    esac
    case " $ac_configure_args " in
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
    esac
  fi
done
if $ac_cache_corrupted; then
  { 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:${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;}
  as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm + eval ac_old_set=$ac_cv_env_build_alias_set
+ ac_old_set=
+ eval ac_new_set=$ac_env_build_alias_set
+ ac_new_set=
+ eval ac_old_val=$ac_cv_env_build_alias_value
+ ac_old_val=
+ eval ac_new_val=$ac_env_build_alias_value
+ ac_new_val=
+ test  = set
+ eval ac_old_set=$ac_cv_env_host_alias_set
+ ac_old_set=
+ eval ac_new_set=$ac_env_host_alias_set
+ ac_new_set=
+ eval ac_old_val=$ac_cv_env_host_alias_value
+ ac_old_val=
+ eval ac_new_val=$ac_env_host_alias_value
+ ac_new_val=
+ test  = set
+ eval ac_old_set=$ac_cv_env_target_alias_set
+ ac_old_set=
+ eval ac_new_set=$ac_env_target_alias_set
+ ac_new_set=
+ eval ac_old_val=$ac_cv_env_target_alias_value
+ ac_old_val=
+ eval ac_new_val=$ac_env_target_alias_value
+ ac_new_val=
+ test  = set
+ eval ac_old_set=$ac_cv_env_CC_set
+ ac_old_set=set
+ eval ac_new_set=$ac_env_CC_set
+ ac_new_set=set
+ eval ac_old_val=$ac_cv_env_CC_value
+ ac_old_val=gcc
+ eval ac_new_val=$ac_env_CC_value
+ ac_new_val=gcc
+ test xgcc != xgcc
+ test set = set
+ ac_arg=CC=gcc
+ as_fn_append ac_configure_args  'CC=gcc'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc'
+ eval ac_old_set=$ac_cv_env_CFLAGS_set
+ ac_old_set=set
+ eval ac_new_set=$ac_env_CFLAGS_set
+ ac_new_set=set
+ eval ac_old_val=$ac_cv_env_CFLAGS_value
+ ac_old_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_new_val=$ac_env_CFLAGS_value
+ ac_new_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ test x-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 != x-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ test set = set
+ ac_arg=CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ as_fn_append ac_configure_args  'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'
+ eval ac_old_set=$ac_cv_env_LDFLAGS_set
+ ac_old_set=set
+ eval ac_new_set=$ac_env_LDFLAGS_set
+ ac_new_set=set
+ eval ac_old_val=$ac_cv_env_LDFLAGS_value
+ ac_old_val=-static-libgcc
+ eval ac_new_val=$ac_env_LDFLAGS_value
+ ac_new_val=-static-libgcc
+ test x-static-libgcc != x-static-libgcc
+ test set = set
+ ac_arg=LDFLAGS=-static-libgcc
+ as_fn_append ac_configure_args  'LDFLAGS=-static-libgcc'
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' 'LDFLAGS=-static-libgcc'
+ eval ac_old_set=$ac_cv_env_LIBS_set
+ ac_old_set=set
+ eval ac_new_set=$ac_env_LIBS_set
+ ac_new_set=set
+ eval ac_old_val=$ac_cv_env_LIBS_value
+ ac_old_val=
+ eval ac_new_val=$ac_env_LIBS_value
+ ac_new_val=
+ test x != x
+ test set = set
+ ac_arg=LIBS=
+ as_fn_append ac_configure_args  'LIBS='
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' 'LDFLAGS=-static-libgcc' 'LIBS='
+ eval ac_old_set=$ac_cv_env_CPPFLAGS_set
+ ac_old_set=set
+ eval ac_new_set=$ac_env_CPPFLAGS_set
+ ac_new_set=set
+ eval ac_old_val=$ac_cv_env_CPPFLAGS_value
+ ac_old_val=
+ eval ac_new_val=$ac_env_CPPFLAGS_value
+ ac_new_val=
+ test x != x
+ test set = set
+ ac_arg=CPPFLAGS=
+ as_fn_append ac_configure_args  'CPPFLAGS='
+ eval ac_configure_args=$ac_configure_args$2
+ ac_configure_args= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' 'LDFLAGS=-static-libgcc' 'LIBS=' 'CPPFLAGS='
$cache_file'
	    and start over" "$LINENO" 5
fi
## -------------------- ##
## Main body of script. ##
## -------------------- ##

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


am__api_version='1.16'



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

  done
IFS=$as_save_IFS

rm -rf conftest.one conftest.two conftest.dir
 ;;
esac
fi
  if test ${ac_cv_path_install+y}; then
    INSTALL=$ac_cv_path_install
  else
    # As a last resort, use the slow shell script.  Don't cache a
    # value for INSTALL within a source directory, because that will
    # break other packages using the cache if that directory is
    # removed, or if the value is a relative name.
    INSTALL=$ac_install_sh
  fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
printf "%s\n" "$INSTALL" >&6; }

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

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

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

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
printf %s "checking whether build environment is sane... " >&6; }
# Reject unsafe characters in $srcdir or the absolute working directory
# name.  Accept space + test -z 
+ test
+ as_save_IFS= 	

+ IFS=:
+ IFS= 	

+ as_dir=/home/$USER/bin/
+ as_fn_executable_p /home/$USER/bin/ginstall
+ test -f /home/$USER/bin/ginstall
+ as_fn_executable_p /home/$USER/bin/scoinst
+ test -f /home/$USER/bin/scoinst
+ as_fn_executable_p /home/$USER/bin/install
+ test -f /home/$USER/bin/install
+ IFS= 	

+ as_dir=/usr/local/bin/
+ as_fn_executable_p /usr/local/bin/ginstall
+ test -f /usr/local/bin/ginstall
+ as_fn_executable_p /usr/local/bin/scoinst
+ test -f /usr/local/bin/scoinst
+ as_fn_executable_p /usr/local/bin/install
+ test -f /usr/local/bin/install
+ IFS= 	

+ as_dir=/usr/local/sbin/
+ as_fn_executable_p /usr/local/sbin/ginstall
+ test -f /usr/local/sbin/ginstall
+ as_fn_executable_p /usr/local/sbin/scoinst
+ test -f /usr/local/sbin/scoinst
+ as_fn_executable_p /usr/local/sbin/install
+ test -f /usr/local/sbin/install
+ IFS= 	

+ as_dir=/usr/bin/
+ as_fn_executable_p /usr/bin/ginstall
+ test -f /usr/bin/ginstall
+ as_fn_executable_p /usr/bin/scoinst
+ test -f /usr/bin/scoinst
+ as_fn_executable_p /usr/bin/install
+ test -f /usr/bin/install
+ test -x /usr/bin/install
+ test install = install
+ grep dspmsg /usr/bin/install
+ test install = install
+ grep pwplus /usr/bin/install
+ rm -rf conftest.one conftest.two conftest.dir
+ echo one
+ echo two
+ mkdir conftest.dir
+ pwd
+ /usr/bin/install -c conftest.one conftest.two /usr/src/dash/dash-0.5.13-2.x86_64/build/conftest.dir/
+ test -s conftest.one
+ test -s conftest.two
+ test -s conftest.dir/conftest.one
+ test -s conftest.dir/conftest.two
+ ac_cv_path_install=/usr/bin/install -c
+ break 3
+ IFS= 	

+ rm -rf conftest.one conftest.two conftest.dir
+ test y
+ INSTALL=/usr/bin/install -c
+ printf %s\n configure:2855: result: /usr/bin/install -c
+ printf %s\n /usr/bin/install -c
/usr/bin/install -c
+ test -z 
+ INSTALL_PROGRAM=${INSTALL}
+ test -z 
+ INSTALL_SCRIPT=${INSTALL}
+ test -z 
+ INSTALL_DATA=${INSTALL} -m 644
+ printf %s\n configure:2866: checking whether build environment is sane
+ printf %s checking whether build environment is sane... 
checking whether build environment is sane... and tab only in the latter.
am_lf='
'
case `pwd` in
  *[\\\"\#\$\&\'\`$am_lf]*)
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
esac
case $srcdir in
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
esac

# Do 'set' in a subshell so we don't clobber the current shell's
# arguments.  Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
   am_has_slept=no
   for am_try in 1 2; do
     echo "timestamp, slept: $am_has_slept" > conftest.file
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     if test "$*" = "X"; then
	# -L didn't work.
	set X `ls -t "$srcdir/configure" conftest.file`
     fi
     if test "$*" != "X $srcdir/configure conftest.file" \
	&& test "$*" != "X conftest.file $srcdir/configure"; then

	# If neither matched, then we have a broken ls.  This can happen
	+ am_lf=

+ pwd
# if, for instance, CONFIG_SHELL is bash and it inherits a
	# broken ls alias from the environment.  This has actually
	# happened.  Such a system could not be considered "sane".
	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
  alias in your environment" "$LINENO" 5
     fi
     if test "$2" = conftest.file || test $am_try -eq 2; then
       break
     fi
     # Just in case.
     sleep 1
     am_has_slept=yes
   done
   test "$2" = conftest.file
   )
then
   # Ok.
   :
else
   as_fn_error $? "newly created file is older than distributed files!
Check your system clock" "$LINENO" 5
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
# If we didn't sleep, we still need to ensure time stamps of config.status and
# generated files are strictly newer.
am_sleep_pid=
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
  ( sleep 1 ) &
  am_sleep_pid=$!
fi

rm -f conftest.file

test "$program_prefix" != NONE &&
  program_transform_name="s&^&$progra+ am_has_slept=no
+ echo timestamp, slept: no
+ ls -Lt /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure conftest.file
+ set X conftest.file /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ test X conftest.file /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure = X
+ test X conftest.file /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure != X /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure conftest.file
+ test X conftest.file /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure != X conftest.file /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ test conftest.file = conftest.file
+ break
+ test conftest.file = conftest.file
+ :
+ printf %s\n configure:2921: result: yes
+ printf %s\n yes
yes
+ am_sleep_pid=
+ grep slept: no conftest.file
+ am_sleep_pid=1390476
+ rm -f conftest.file
+ sleep 1
m_prefix&;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $.
# By default was 's,x,x', remove it if useless.
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`


# Expand $ac_aux_dir to an absolute path.
am_aux_dir=`cd "$ac_aux_dir" && pwd`


  if test x"${MISSING+set}" != xset; then
  MISSING="\${SHELL} '$am_aux_dir/missing'"
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then
  am_missing_run="$MISSING "
else
  am_missing_run=
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
fi

if test x"${install_sh+set}" != xset; then
  case $am_aux_dir in
  *\ * | *\	*)
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  *)
    install_sh="\${SHELL} $am_aux_dir+ test NONE != NONE
+ test NONE != NONE
+ ac_script=s/[\\$]/&&/g;s/;s,x,x,$//
+ printf %s\n s,x,x,
+ sed s/[\\$]/&&/g;s/;s,x,x,$//
+ program_transform_name=s,x,x,
+ cd /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/
+ pwd
+ am_aux_dir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ test x != xset
+ MISSING=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'
+ eval ${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' --is-lightweight
+ /bin/sh /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing --is-lightweight
+ am_missing_run=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' 
/install-sh"
  esac
fi

# Installed binaries are usually stripped using 'strip' when the user
# run "make install-strip".  However 'strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the 'STRIP' environment variable to overrule this program.
if test "$cross_compiling" != no; then
  if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_STRIP+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$STRIP"; then
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executabl+ test x != xset
+ install_sh=${SHELL} /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh
e_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi ;;
esac
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
printf "%s\n" "$STRIP" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi


fi
if test -z "$ac_cv_prog_STRIP"; then
  ac_ct_STRIP=$STRIP
  # Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_ac_ct_STRIP+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$ac_ct_STRIP"; then
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_ac_ct_STRIP="strip"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi ;;
esac
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
printf "%s\n" "$ac_ct_STRIP" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi

  if test "x$ac_ct_STRIP" = x; then
    STRIP=":"
  else
    case $cross_compiling:$ac_tool_warned in
yes:)
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
    STRIP=$ac_ct_STRIP
  fi
else
  STRIP="$ac_cv_prog_STRIP"
fi

fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"


  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
printf %s "checking for a race-free mkdir -p... " >&6; }
if test -z "$MKDIR_P"; then
  if test ${ac_cv_path_mkdir+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_prog in mkdir gmkdir; do
	 for ac_exec_ext in '' $ac_executable_extensions; do
	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
	     'mkdir ('*'coreutils) '* | \
	     *'BusyBox '* | \
	     'mkdir (fileutils) '4.1*)
	       ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
	       break 3;;
	   esac
	 done
       done
  done
IF+ test no != no
+ INSTALL_STRIP_PROGRAM=$(install_sh) -c -s
+ printf %s\n configure:3082: checking for a race-free mkdir -p
+ printf %s checking for a race-free mkdir -p... 
checking for a race-free mkdir -p... S=$as_save_IFS
 ;;
esac
fi

  test -d ./--version && rmdir ./--version
  if test ${ac_cv_path_mkdir+y}; then
    MKDIR_P="$ac_cv_path_mkdir -p"
  else
    # As a last resort, use plain mkdir -p,
    # in the hope it doesn't have the bugs of ancient mkdir.
    MKDIR_P='mkdir -p'
  fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
printf "%s\n" "$MKDIR_P" >&6; }

for ac_prog in gawk mawk nawk awk
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_AWK+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$AWK"; then
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $a+ test -z 
+ test
+ as_save_IFS= 	

+ IFS=:
+ IFS= 	

+ as_dir=/home/$USER/bin/
+ as_fn_executable_p /home/$USER/bin/mkdir
+ test -f /home/$USER/bin/mkdir
+ continue
+ as_fn_executable_p /home/$USER/bin/gmkdir
+ test -f /home/$USER/bin/gmkdir
+ continue
+ IFS= 	

+ as_dir=/usr/local/bin/
+ as_fn_executable_p /usr/local/bin/mkdir
+ test -f /usr/local/bin/mkdir
+ continue
+ as_fn_executable_p /usr/local/bin/gmkdir
+ test -f /usr/local/bin/gmkdir
+ continue
+ IFS= 	

+ as_dir=/usr/local/sbin/
+ as_fn_executable_p /usr/local/sbin/mkdir
+ test -f /usr/local/sbin/mkdir
+ continue
+ as_fn_executable_p /usr/local/sbin/gmkdir
+ test -f /usr/local/sbin/gmkdir
+ continue
+ IFS= 	

+ as_dir=/usr/bin/
+ as_fn_executable_p /usr/bin/mkdir
+ test -f /usr/bin/mkdir
+ test -x /usr/bin/mkdir
+ /usr/bin/mkdir --version
+ ac_cv_path_mkdir=/usr/bin/mkdir
+ break 3
+ IFS= 	

+ test -d ./--version
+ test y
+ MKDIR_P=/usr/bin/mkdir -p
+ printf %s\n configure:3125: result: /usr/bin/mkdir -p
+ printf %s\n /usr/bin/mkdir -p
/usr/bin/mkdir -p
c_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_AWK="$ac_prog"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi ;;
esac
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
printf "%s\n" "$AWK" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi


  test -n "$AWK" && break
done

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
set x ${MAKE-make}
ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
if eval test \${ac_cv_prog_make_${ac_make}_set+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
all:
	@echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF
# GNU make sometimes prints "make[1]: Enterin+ set dummy gawk
+ ac_word=gawk
+ printf %s\n configure:3132: checking for gawk
+ printf %s checking for gawk... 
checking for gawk... + test
+ test -n 
+ as_save_IFS= 	

+ IFS=:
+ IFS= 	

+ as_dir=/home/$USER/bin/
+ as_fn_executable_p /home/$USER/bin/gawk
+ test -f /home/$USER/bin/gawk
+ IFS= 	

+ as_dir=/usr/local/bin/
+ as_fn_executable_p /usr/local/bin/gawk
+ test -f /usr/local/bin/gawk
+ IFS= 	

+ as_dir=/usr/local/sbin/
+ as_fn_executable_p /usr/local/sbin/gawk
+ test -f /usr/local/sbin/gawk
+ IFS= 	

+ as_dir=/usr/bin/
+ as_fn_executable_p /usr/bin/gawk
+ test -f /usr/bin/gawk
+ test -x /usr/bin/gawk
+ ac_cv_prog_AWK=gawk
+ printf %s\n configure:3153: found /usr/bin/gawk
+ break 2
+ IFS= 	

+ AWK=gawk
+ test -n gawk
+ printf %s\n configure:3165: result: gawk
+ printf %s\n gawk
gawk
+ test -n gawk
+ break
+ printf %s\n configure:3176: checking whether make sets $(MAKE)
+ printf %s checking whether make sets $(MAKE)... 
checking whether make sets $(MAKE)... + set x make
+ printf %s\n make
+ sed s/+/p/g; s/[^a-zA-Z0-9_]/_/g
+ ac_make=make
g ...", which would confuse us.
case `${MAKE-make} -f conftest.make 2>/dev/null` in
  *@@@%%%=?*=@@@%%%*)
    eval ac_cv_prog_make_${ac_make}_set=yes;;
  *)
    eval ac_cv_prog_make_${ac_make}_set=no;;
esac
rm -f conftest.make ;;
esac
fi
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
  SET_MAKE=
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
  SET_MAKE="MAKE=${MAKE-make}"
fi

rm -rf .tst 2>/dev/null
mkdir .tst 2>/dev/null
if test -d .tst; then
  am__leading_dot=.
else
  am__leading_dot=_
fi
rmdir .tst 2>/dev/null

# Check whether --enable-silent-rules was given.
if test ${enable_silent_rules+y}
then :
  enableval=$enable_silent_rules;
fi

case $enable_silent_rules in # (((
  yes) AM_DEFAULT_VERBOSITY=0;;
   no) AM_DEFAULT_VERBOSITY=1;;
    *) AM_DEFAULT_VERBOSITY=1;;
esac
am_make=${MAKE-make}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_ma+ eval test ${ac_cv_prog_make_make_set+y}
+ test
+ cat
+ make -f conftest.make
+ eval ac_cv_prog_make_make_set=yes
+ ac_cv_prog_make_make_set=yes
+ rm -f conftest.make
+ eval test $ac_cv_prog_make_make_set = yes
+ test yes = yes
+ printf %s\n configure:3200: result: yes
+ printf %s\n yes
yes
+ SET_MAKE=
+ rm -rf .tst
+ mkdir .tst
+ test -d .tst
+ am__leading_dot=.
+ rmdir .tst
+ test
+ AM_DEFAULT_VERBOSITY=1
+ am_make=make
ke supports nested variables" >&5
printf %s "checking whether $am_make supports nested variables... " >&6; }
if test ${am_cv_make_support_nested_variables+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if printf "%s\n" 'TRUE=$(BAR$(V))
BAR0=false
BAR1=true
V=1
am__doit:
	@$(TRUE)
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
  am_cv_make_support_nested_variables=yes
else
  am_cv_make_support_nested_variables=no
fi ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
if test $am_cv_make_support_nested_variables = yes; then
    AM_V='$(V)'
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
else
  AM_V=$AM_DEFAULT_VERBOSITY
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
fi
AM_BACKSLASH='\'

if test "`cd $srcdir && pwd`" != "`pwd`"; then
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  # is not polluted with repeated "-I."
  am__isrc=' -I$(srcdir)'
  # test to see if srcdir al+ printf %s\n configure:3230: checking whether make supports nested variables
+ printf %s checking whether make supports nested variables... 
checking whether make supports nested variables... + test
+ printf %s\n TRUE=$(BAR$(V))
BAR0=false
BAR1=true
V=1
am__doit:
	@$(TRUE)
.PHONY: am__doit
+ make -f -
+ am_cv_make_support_nested_variables=yes
+ printf %s\n configure:3249: result: yes
+ printf %s\n yes
yes
+ test yes = yes
+ AM_V=$(V)
+ AM_DEFAULT_V=$(AM_DEFAULT_VERBOSITY)
+ AM_BACKSLASH=\
ready configured
  if test -f $srcdir/config.status; then
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
  fi
fi

# test whether we have cygpath
if test -z "$CYGPATH_W"; then
  if (cygpath --version) >/dev/null 2>/dev/null; then
    CYGPATH_W='cygpath -w'
  else
    CYGPATH_W=echo
  fi
fi


# Define the identity of the package.
 PACKAGE='dash'
 VERSION='0.5.13'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h


printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h

# Some tools Automake needs.

ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}


AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}


AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}


AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}


MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}

# For better backward compatibility.  To be removed once Automake 1.9.x
# dies out for good.  For more background, see:
# <https://lists.gnu.org/archive/htm+ cd /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ pwd
+ pwd
+ test /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 != /usr/src/dash/dash-0.5.13-2.x86_64/build
+ am__isrc= -I$(srcdir)
+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/config.status
+ test -z 
+ CYGPATH_W=cygpath -w
+ PACKAGE=dash
+ VERSION=0.5.13
+ printf %s\n #define PACKAGE "dash"
+ printf %s\n #define VERSION "0.5.13"
+ ACLOCAL=aclocal
+ AUTOCONF=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoconf
+ AUTOMAKE=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' automake-1.16
+ AUTOHEADER=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoheader
+ MAKEINFO=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' makeinfo
l/automake/2012-07/msg00001.html>
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p='$(MKDIR_P)'

# We need awk for the "check" target (and possibly the TAP driver).  The
# system "awk" is bad on some platforms.
# Always define AMTAR for backward compatibility.  Yes, it's still used
# in the wild :-(  We should find a proper way to deprecate it ...
AMTAR='$${TAR-tar}'


# We'll loop over all known methods to create a tar archive until one works.
_am_tools='gnutar  pax cpio none'

am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'





# Variables for tags utilities; see am/tags.am
if test -z "$CTAGS"; then
  CTAGS=ctags
fi

if test -z "$ETAGS"; then
  ETAGS=etags
fi

if test -z "$CSCOPE"; then
  CSCOPE=cscope
fi



# POSIX will say in a future version that running "rm -f" with no argument
# is OK; and we want to be able to make that assumption in our Makefile
# recipes.  So use an aggressive probe to check that the usage we want is
# actually supported "in the wil+ mkdir_p=$(MKDIR_P)
+ AMTAR=$${TAR-tar}
+ _am_tools=gnutar  pax cpio none
+ am__tar=$${TAR-tar} chof - "$$tardir" am__untar=$${TAR-tar} xf -
+ test -z 
+ CTAGS=ctags
+ test -z 
+ ETAGS=etags
+ test -z 
+ CSCOPE=cscope
d" to an acceptable degree.
# See automake bug#10828.
# To make any issue more visible, cause the running configure to be aborted
# by default if the 'rm' program in use doesn't match our expectations; the
# user can still override this though.
if rm -f && rm -fr && rm -rf; then : OK; else
  cat >&2 <<'END'
Oops!

Your 'rm' program seems unable to run without file operands specified
on the command line, even when the '-f' option is present.  This is contrary
to the behaviour of most rm programs out there, and not conforming with
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>

Please tell bug-automake@gnu.org about your system, including the value
of your $PATH and any error possibly output before this message.  This
can help us improve future automake versions.

END
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    echo 'Configuration will proceed anyway, since you have set the' >&2
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    echo >&2
  else
    cat >&2 <<'END'
Aborting the configuration process, to ensure you take notice of the issue.

You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: <https://www.gnu.org/software/coreutils/>.

If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
to "yes", and re-run configure.

END
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
  fi
fi



ac_config_headers="$ac_config_headers config.h"


# Check whether --enable-silent-rules was given.
if test ${enable_silent_rules+y}
then :
  enableval=$enable_silent_rules;
fi

case $enable_silent_rules in # (((
  yes) AM_DEFAULT_VERBOSITY=0;;
   no) AM_DEFAULT_VERBOSITY=1;;
    *) AM_DEFAULT_VERBOSITY=0;;
esac
am_make=${MAKE-make}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
printf %s "checking whether $am_make supports nested variables... " >&6; }
if test ${am_cv_make_suppor+ rm -f
+ rm -fr
+ rm -rf
+ : OK
+ ac_config_headers= config.h
+ test
+ AM_DEFAULT_VERBOSITY=0
+ am_make=make
+ printf %s\n configure:3402: checking whether make supports nested variables
+ printf %s checking whether make supports nested variables... 
checking whether make supports nested variables... t_nested_variables+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if printf "%s\n" 'TRUE=$(BAR$(V))
BAR0=false
BAR1=true
V=1
am__doit:
	@$(TRUE)
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
  am_cv_make_support_nested_variables=yes
else
  am_cv_make_support_nested_variables=no
fi ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
if test $am_cv_make_support_nested_variables = yes; then
    AM_V='$(V)'
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
else
  AM_V=$AM_DEFAULT_VERBOSITY
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
fi
AM_BACKSLASH='\'











ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program nam+ test y
+ :
+ printf %s (cached) 
(cached) + printf %s\n configure:3421: result: yes
+ printf %s\n yes
yes
+ test yes = yes
+ AM_V=$(V)
+ AM_DEFAULT_V=$(AM_DEFAULT_VERBOSITY)
+ AM_BACKSLASH=\
+ ac_ext=c
+ ac_cpp=$CPP $CPPFLAGS
+ ac_compile=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_link=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_compiler_gnu=
e with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

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


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

fi ;;
esac
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
  { printf "%+ test -n 
s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
printf "%s\n" "$ac_ct_CC" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi

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

if test -z "$CC"; then
          if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Le+ test -z 
+ ac_ct_CC=gcc
+ set dummy gcc
+ ac_word=gcc
+ printf %s\n configure:3496: checking for gcc
+ printf %s checking for gcc... 
checking for gcc... + test
+ test -n gcc
+ ac_cv_prog_ac_ct_CC=gcc
+ ac_ct_CC=gcc
+ test -n gcc
+ printf %s\n configure:3529: result: gcc
+ printf %s\n gcc
gcc
+ test xgcc = x
+ CC=gcc
t the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="${ac_tool_prefix}cc"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

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


  fi
fi
if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
 + test -z gcc
 printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  ac_prog_rejected=no
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
       ac_prog_rejected=yes
       continue
     fi
    ac_cv_prog_CC="cc"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

if test $ac_prog_rejected = yes; then
  # We found a bogon in the path, so make sure we never use it.
  set dummy $ac_cv_prog_CC
  shift
  if test $# != 0; then
    # We chose a different compiler from the bogus one.
    # However, it has the same basename, so the bogon will be chosen
    # first if we set CC to just the basename; use the full file name.
    shift
    ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
  fi
fi
fi ;;
esac
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
printf "%s\n" "$CC" >&6; }
else
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi


fi
if test -z "$CC"; then
  if test -n "$ac_tool_prefix"; then
  for ac_prog in cl.exe
  do
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as+ test -z gcc
_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

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


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

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


  test -n "$ac_ct_CC" && break
done

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

fi
if test -z "$CC"; then
  if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
set dummy ${ac_tool_prefix}clang; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  case $as_dir in #(((
    '') as_dir=./ ;;
    */) ;;
    *) as_dir=$as_dir/ ;;
  esac
    for ac_exec_ext in '' $ac_executable_extensions; do
  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
    ac_cv_prog_CC="${ac_tool_prefix}clang"
    printf "%s\n" "$as_me:${as_lineno-$LINENO}:+ test -z gcc
 found $as_dir$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

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


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

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

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

fi


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

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

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

int
main (void)
{

  ;
  r+ test -z gcc
+ printf %s\n configure:3888: checking for C compiler version
+ set X $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_compiler=$CC
+ ac_try=$CC --version >&5
+ ac_try_echo=$CC --version >&5
+ eval ac_try_echo="$as_me:3897: $CC --version >&5"
+ ac_try_echo=configure:3897: gcc --version >&5
+ printf %s\n configure:3897: gcc --version >&5
+ ac_status=0
+ test -s conftest.err
+ sed 10a\
... rest of stderr output deleted ...
         10q conftest.err
+ cat conftest.er1
+ rm -f conftest.er1 conftest.err
+ printf %s\n configure:3908: $? = 0
+ test 0 = 0
+ ac_try=$CC -v >&5
+ ac_try_echo=$CC -v >&5
+ eval ac_try_echo="$as_me:3897: $CC -v >&5"
+ ac_try_echo=configure:3897: gcc -v >&5
+ printf %s\n configure:3897: gcc -v >&5
+ ac_status=0
+ test -s conftest.err
+ sed 10a\
... rest of stderr output deleted ...
         10q conftest.err
+ cat conftest.er1
+ rm -f conftest.er1 conftest.err
+ printf %s\n configure:3908: $? = 0
+ test 0 = 0
+ ac_try=$CC -V >&5
+ ac_try_echo=$CC -V >&5
+ eval ac_try_echo="$as_me:3897: $CC -V >&5"
+ ac_try_echo=configure:3897: gcc -V >&5
+ printf %s\n configure:3897: gcc -V >&5
+ ac_status=1
+ test -s conftest.err
+ sed 10a\
... rest of stderr output deleted ...
         10q conftest.err
+ cat conftest.er1
+ rm -f conftest.er1 conftest.err
+ printf %s\n configure:3908: $? = 1
+ test 1 = 0
+ ac_try=$CC -qversion >&5
+ ac_try_echo=$CC -qversion >&5
+ eval ac_try_echo="$as_me:3897: $CC -qversion >&5"
+ ac_try_echo=configure:3897: gcc -qversion >&5
+ printf %s\n configure:3897: gcc -qversion >&5
+ ac_status=1
+ test -s conftest.err
+ sed 10a\
... rest of stderr output deleted ...
         10q conftest.err
+ cat conftest.er1
+ rm -f conftest.er1 conftest.err
+ printf %s\n configure:3908: $? = 1
+ test 1 = 0
+ ac_try=$CC -version >&5
+ ac_try_echo=$CC -version >&5
+ eval ac_try_echo="$as_me:3897: $CC -version >&5"
+ ac_try_echo=configure:3897: gcc -version >&5
+ printf %s\n configure:3897: gcc -version >&5
+ ac_status=1
+ test -s conftest.err
+ sed 10a\
... rest of stderr output deleted ...
         10q conftest.err
+ cat conftest.er1
+ rm -f conftest.er1 conftest.err
+ printf %s\n configure:3908: $? = 1
+ test 1 = 0
eturn 0;
}
_ACEOF
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
printf %s "checking whether the C compiler works... " >&6; }
ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`

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

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

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

else case e in #(
  e) ac_file='' ;;
esac
fi
if test -z "$ac_file"
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
printf "%s\n" "$as_me: failed program was:" >&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: error: in '$ac_pwd':" >&2;}
as_fn_error 77 "C compiler cannot create executables
See 'config.log' for more details" "$LINENO" 5; }
else case e in #(
  e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; } ;;
esac
fi
{ 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...+ ac_try=$CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:3950: $CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:3950: gcc -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:3950: gcc -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ printf %s\n configure:3954: $? = 0
+ test 0 = 0
+ :
+ test -f a.out
+ continue
+ test -f conftest.exe
+ continue
+ test -f conftest
+ continue
+ test -f a.exe
+ test
+ expr a.exe : [^.]*\(\..*\)
+ ac_cv_exeext=.exe
+ break
+ test .exe = no
+ test -z a.exe
+ printf %s\n configure:4005: result: yes
+ printf %s\n yes
yes
 " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
printf "%s\n" "$ac_file" >&6; }
ac_exeext=$ac_cv_exeext

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

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

  ;
  return 0;
}
_ACEOF
ac_clean_files="$ac_clean_files conftest.out"+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:4024: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:4024: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:4024: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ printf %s\n configure:4028: $? = 0
+ test 0 = 0
+ :
+ test -f conftest.exe
+ expr conftest.exe : [^.]*\(\..*\)
+ ac_cv_exeext=.exe
+ break
+ rm -f conftest conftest.exe
+ printf %s\n configure:4052: result: .exe
+ printf %s\n .exe
.exe
+ rm -f conftest.c
+ EXEEXT=.exe
+ ac_exeext=.exe
+ cat confdefs.h -

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

rm -f conftest.$ac_ext conftest$ac_cv_exeext \
  conftest.o conftest.obj conftest.out
ac_clean_files=$ac_clean_files_save
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
printf %s "checking for suffix of object files... " >&6; }
if test ${ac_cv_objext+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{

  ;
  return 0;
}
_ACEOF
rm -f conftest.o co+ test no != yes
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:4084: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:4084: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:4084: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ printf %s\n configure:4088: $? = 0
+ test 0 = 0
+ ac_try=./conftest$ac_cv_exeext
+ ac_try_echo=./conftest$ac_cv_exeext
+ eval ac_try_echo="$as_me:4095: ./conftest$ac_cv_exeext"
+ ac_try_echo=configure:4095: ./conftest.exe
+ printf %s\n configure:4095: ./conftest.exe
+ ac_status=0
+ printf %s\n configure:4099: $? = 0
+ test 0 = 0
+ cross_compiling=no
+ printf %s\n configure:4114: result: no
+ printf %s\n no
no
+ rm -f conftest.c conftest.exe conftest.o conftest.obj conftest.out
+ ac_clean_files=
+ printf %s\n configure:4120: checking for suffix of object files
+ printf %s checking for suffix of object files... 
checking for suffix of object files... nftest.obj
if { { ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
printf "%s\n" "$ac_try_echo"; } >&5
  (eval "$ac_compile") 2>&5
  ac_status=$?
  printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
then :
  for ac_file in conftest.o conftest.obj conftest.*; do
  test -f "$ac_file" || continue;
  case $ac_file in
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
       break;;
  esac
done
else case e in #(
  e) printf "%s\n" "$as_me: failed program was:" >&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: error: in '$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of object files: cannot compile
See 'config.log' for more details" "$LINENO" 5; } ;;
esac
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
printf "%s\n" "$ac_cv_objext" >&6; }
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
printf %s "checking whether the compiler supports GNU C... " >&6; }
if test ${ac_cv_c_compiler_gnu+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

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

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_compiler_gnu=yes
else case e in #(
  e) ac_compiler_gnu=no ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
 ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
ac_compiler_gnu=$ac_cv_c_compiler_g+ test
+ cat confdefs.h -
+ rm -f conftest.o conftest.obj
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4143: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4143: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4143: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ printf %s\n configure:4147: $? = 0
+ test 0 = 0
+ :
+ test -f conftest.o
+ expr conftest.o : .*\.\(.*\)
+ ac_cv_objext=o
+ break
+ rm -f conftest.o conftest.c
+ printf %s\n configure:4171: result: o
+ printf %s\n o
o
+ OBJEXT=o
+ ac_objext=o
+ printf %s\n configure:4175: checking whether the compiler supports GNU C
+ printf %s checking whether the compiler supports GNU C... 
checking whether the compiler supports GNU C... + test
+ cat confdefs.h -
+ ac_fn_c_try_compile 4195
+ as_lineno=4195 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4195: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4195: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ ac_compiler_gnu=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ ac_cv_c_compiler_gnu=yes
+ printf %s\n configure:4207: result: yes
+ printf %s\n yes
yes
nu

if test $ac_compiler_gnu = yes; then
  GCC=yes
else
  GCC=
fi
ac_test_CFLAGS=${CFLAGS+y}
ac_save_CFLAGS=$CFLAGS
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
printf %s "checking whether $CC accepts -g... " >&6; }
if test ${ac_cv_prog_cc_g+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) ac_save_c_werror_flag=$ac_c_werror_flag
   ac_c_werror_flag=yes
   ac_cv_prog_cc_g=no
   CFLAGS="-g"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{

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

int
main (void)
{

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

else case e in #(
  e) ac_c_werror_flag=$ac_save_c_werror_flag
	 CFLAGS="-g"
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile+ ac_compiler_gnu=yes
+ test yes = yes
+ GCC=yes
+ ac_test_CFLAGS=y
+ ac_save_CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ printf %s\n configure:4218: checking whether gcc accepts -g
+ printf %s checking whether gcc accepts -g... 
checking whether gcc accepts -g...  "$LINENO"
then :
  ac_cv_prog_cc_g=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
   ac_c_werror_flag=$ac_save_c_werror_flag ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
if test $ac_test_CFLAGS; then
  CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
  else
    CFLAGS="-g"
  fi
else
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
fi
ac_prog_cc_stdc=no
if test x$ac_prog_cc_stdc = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
printf %s "checking for $CC option to enable C11 features... " >&6; }
if test ${ac_cv_prog_cc_c11+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e+ test
+ ac_save_c_werror_flag=
+ ac_c_werror_flag=yes
+ ac_cv_prog_cc_g=no
+ CFLAGS=-g
+ cat confdefs.h -
+ ac_fn_c_try_compile 4239
+ as_lineno=4239 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4239: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4239: gcc -c -g  conftest.c >&5
+ printf %s\n configure:4239: gcc -c -g  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4239: $? = 0
+ test 0 = 0
+ test -z yes
+ test ! -s conftest.err
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ ac_cv_prog_cc_g=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ ac_c_werror_flag=
+ printf %s\n configure:4286: result: yes
+ printf %s\n yes
yes
+ test y
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ ac_prog_cc_stdc=no
) ac_cv_prog_cc_c11=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$ac_c_conftest_c11_program
_ACEOF
for ac_arg in '' -std=gnu11
do
  CC="$ac_save_CC $ac_arg"
  if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_prog_cc_c11=$ac_arg
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam
  test "x$ac_cv_prog_cc_c11" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC ;;
esac
fi

if test "x$ac_cv_prog_cc_c11" = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
else case e in #(
  e) if test "x$ac_cv_prog_cc_c11" = x
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
else case e in #(
  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; }
     CC="$CC $ac_cv_prog_cc_c11" ;;
esac
fi
  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
  ac_prog_cc_stdc=c11 ;;
esac
fi
fi
if test + test xno = xno
+ :
+ printf %s\n configure:4306: checking for gcc option to enable C11 features
+ printf %s checking for gcc option to enable C11 features... 
checking for gcc option to enable C11 features... + test
+ ac_cv_prog_cc_c11=no
+ ac_save_CC=gcc
+ cat confdefs.h -
+ CC=gcc 
+ ac_fn_c_try_compile 4321
+ as_lineno=4321 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4321: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4321: gcc  -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4321: gcc  -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4321: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ ac_cv_prog_cc_c11=
+ rm -f core conftest.err conftest.o conftest.beam
+ test x != xno
+ break
+ rm -f conftest.c
+ CC=gcc
+ test x = xno
+ test x = x
+ :
+ printf %s\n configure:4340: result: none needed
+ printf %s\n none needed
none needed
+ ac_cv_prog_cc_stdc=
+ ac_prog_cc_stdc=c11
x$ac_prog_cc_stdc = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
printf %s "checking for $CC option to enable C99 features... " >&6; }
if test ${ac_cv_prog_cc_c99+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) ac_cv_prog_cc_c99=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$ac_c_conftest_c99_program
_ACEOF
for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
do
  CC="$ac_save_CC $ac_arg"
  if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_prog_cc_c99=$ac_arg
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam
  test "x$ac_cv_prog_cc_c99" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC ;;
esac
fi

if test "x$ac_cv_prog_cc_c99" = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
else case e in #(
  e) if test "x$ac_cv_prog_cc_c99" = x
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
else case e in #(
  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; }
     CC="$CC $ac_cv_prog_cc_c99" ;;
esac
fi
  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
  ac_prog_cc_stdc=c99 ;;
esac
fi
fi
if test x$ac_prog_cc_stdc = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
printf %s "checking for $CC option to enable C89 features... " >&6; }
if test ${ac_cv_prog_cc_c89+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) ac_cv_prog_cc_c89=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
$ac_c_conftest_c89_program
_ACEOF
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
do
  CC="$ac_save_CC $ac_arg"
  if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_prog_cc_c89=$ac_arg
fi
rm -f core conftest.err conftest.$ac_+ test xc11 = xno
objext conftest.beam
  test "x$ac_cv_prog_cc_c89" != "xno" && break
done
rm -f conftest.$ac_ext
CC=$ac_save_CC ;;
esac
fi

if test "x$ac_cv_prog_cc_c89" = xno
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
else case e in #(
  e) if test "x$ac_cv_prog_cc_c89" = x
then :
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
else case e in #(
  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; }
     CC="$CC $ac_cv_prog_cc_c89" ;;
esac
fi
  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
  ac_prog_cc_stdc=c89 ;;
esac
fi
fi

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


  ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5+ test xc11 = xno
+ ac_ext=c
+ ac_cpp=$CPP $CPPFLAGS
+ ac_compile=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_link=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_compiler_gnu=yes
+ ac_ext=c
+ ac_cpp=$CPP $CPPFLAGS
'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
printf %s "checking whether $CC understands -c and -o together... " >&6; }
if test ${am_cv_prog_cc_c_o+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{

  ;
  return 0;
}
_ACEOF
  # Make sure it works both with $CC and with simple cc.
  # Following AC_PROG_CC_C_O, we do the test twice because some
  # compilers refuse to overwrite an existing .o file with -o,
  # though they will create one.
  am_cv_prog_cc_c_o=yes
  for am_i in 1 2; do
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } \
         && test + ac_compile=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_link=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_compiler_gnu=yes
+ printf %s\n configure:4464: checking whether gcc understands -c and -o together
+ printf %s checking whether gcc understands -c and -o together... 
checking whether gcc understands -c and -o together... -f conftest2.$ac_objext; then
      : OK
    else
      am_cv_prog_cc_c_o=no
      break
    fi
  done
  rm -f core conftest*
  unset am_i ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
if test "$am_cv_prog_cc_c_o" != yes; then
   # Losing compiler, so override with the script.
   # FIXME: It is wrong to rewrite CC.
   # But if we don't then we get into trouble of one sort or another.
   # A longer-term fix would be to have automake use am__CC in this case,
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
   CC="$am_aux_dir/compile $CC"
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

DEPDIR="${am__leading_dot}deps"

ac_config_commands="$ac_config_commands depfiles"

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-ma+ test
+ cat confdefs.h -
+ am_cv_prog_cc_c_o=yes
+ echo configure:4487: gcc -c conftest.c -o conftest2.o
+ ac_status=0
+ echo configure:4490: $? = 0
+ exit 0
+ test -f conftest2.o
+ : OK
+ echo configure:4487: gcc -c conftest.c -o conftest2.o
+ ac_status=0
+ echo configure:4490: $? = 0
+ exit 0
+ test -f conftest2.o
+ : OK
+ rm -f core conftest.c conftest2.o
+ unset am_i
+ printf %s\n configure:4503: result: yes
+ printf %s\n yes
yes
+ test yes != yes
+ ac_ext=c
+ ac_cpp=$CPP $CPPFLAGS
+ ac_compile=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_link=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_compiler_gnu=yes
+ DEPDIR=.deps
+ ac_config_commands= depfiles
ke} supports the include directive" >&5
printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
cat > confinc.mk << 'END'
am__doit:
	@echo this is the am__doit target >confinc.out
.PHONY: am__doit
END
am__include="#"
am__quote=
# BSD make does it like this.
echo '.include "confinc.mk" # ignored' > confmf.BSD
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
echo 'include confinc.mk # ignored' > confmf.GNU
_am_result=no
for s in GNU BSD; do
  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
  case $?:`cat confinc.out 2>/dev/null` in #(
  '0:this is the am__doit target') :
    case $s in #(
  BSD) :
    am__include='.include' am__quote='"' ;; #(
  *) :
    am__include='include' am__quote='' ;;
esac ;; #(
  *) :
     ;;
esac
  if test "$am__include" != "#"; then
    _am_result="yes ($s style)"
    + printf %s\n configure:4523: checking whether make supports the include directive
+ printf %s checking whether make supports the include directive... 
checking whether make supports the include directive... + cat
+ am__include=#
+ am__quote=
+ echo .include "confinc.mk" # ignored
+ echo include confinc.mk # ignored
+ _am_result=no
break
  fi
done
rm -f confinc.* confmf.*
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
printf "%s\n" "${_am_result}" >&6; }

# Check whether --enable-dependency-tracking was given.
if test ${enable_dependency_tracking+y}
then :
  enableval=$enable_dependency_tracking;
fi

if test "x$enable_dependency_tracking" != xno; then
  am_depcomp="$ac_aux_dir/depcomp"
  AMDEPBACKSLASH='\'
  am__nodep='_no'
fi
 if test "x$enable_dependency_tracking" != xno; then
  AMDEP_TRUE=
  AMDEP_FALSE='#'
else
  AMDEP_TRUE='#'
  AMDEP_FALSE=
fi



depcc="$CC"   am_compiler_list=

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
printf %s "checking dependency style of $depcc... " >&6; }
if test ${am_cv_CC_dependencies_compiler_type+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  # We make a subdir and do the tests there.  Otherwise we can end up
  # making bogus files that we don't know about and nev+ echo configure:4538: make -f confmf.GNU && cat confinc.out
+ ac_status=0
+ echo configure:4541: $? = 0
+ exit 0
+ cat confinc.out
+ :
+ :
+ am__include=include am__quote=
+ test include != #
+ _am_result=yes (GNU style)
+ break
+ rm -f confinc.mk confinc.out confmf.BSD confmf.GNU
+ printf %s\n configure:4560: result: yes (GNU style)
+ printf %s\n yes (GNU style)
yes (GNU style)
+ test
+ test x != xno
+ am_depcomp=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13//depcomp
+ AMDEPBACKSLASH=\
+ am__nodep=_no
+ test x != xno
+ AMDEP_TRUE=
+ AMDEP_FALSE=#
+ depcc=gcc am_compiler_list=
+ printf %s\n configure:4586: checking dependency style of gcc
+ printf %s checking dependency style of gcc... 
checking dependency style of gcc... er remove.  For
  # instance it was reported that on HP-UX the gcc test will end up
  # making a dummy file named 'D' -- because '-MD' means "put the output
  # in D".
  rm -rf conftest.dir
  mkdir conftest.dir
  # Copy depcomp to subdir because otherwise we won't find it if we're
  # using a relative directory.
  cp "$am_depcomp" conftest.dir
  cd conftest.dir
  # We will build objects and dependencies in a subdirectory because
  # it helps to detect inapplicable dependency modes.  For instance
  # both Tru64's cc and ICC support -MD to output dependencies as a
  # side effect of compilation, but ICC will put the dependencies in
  # the current directory while Tru64 will put them in the object
  # directory.
  mkdir sub

  am_cv_CC_dependencies_compiler_type=none
  if test "$am_compiler_list" = ""; then
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  fi
  am__universal=false
  case " $depcc " in #(
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     esac

  for depmode in $am_compiler_list; do
    # Setup a source with many dependencies, because some compilers
    # like to wrap large dependency lists on column 80 (with \), and
    # we should not choose a depcomp mode which is confused by this.
    #
    # We need to recreate these files for each test, as the compiler may
    # overwrite some of them when testing with obscure command lines.
    # This happens at least with the AIX C compiler.
    : > sub/conftest.c
    for i in 1 2 3 4 5 6; do
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
      # Solaris 10 /bin/sh.
      echo '/* dummy */' > sub/conftst$i.h
    done
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf

    # We check with '-c' and '-o' for the sake of the "dashmstdout"
    # mode.  It turns out that the SunPro C++ compiler does not properly
    # handle '-M -o', and we need to detect this.  Also, some Intel
    # versions had trouble with output in subdirs.
    am__obj=sub/conftest.${OBJEXT-o}
    am__minus_obj="-o $am__obj"
    case $depmode in
    gcc)
      # This depmode causes a compiler race in universal mode.
      test "$am__universal" = false || continue
      ;;
    nosideeffect)
      # After this tag, mechanisms are not by side-effect, so they'll
      # only be used when explicitly requested.
      if test "x$enable_dependency_tracking" = xyes; then
	continue
      else
	break
      fi
      ;;
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
      # This compiler won't grok '-c -o', but also, the minuso test has
      # not run yet.  These depmodes are late enough in the game, and
      # so weak that their functioning should not be impacted.
      am__obj=conftest.${OBJEXT-o}
      am__minus_obj=
      ;;
    none) break ;;
    esac
    if depmode=$depmode \
       source=sub/conftest.c object=$am__obj \
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
         >/dev/null 2>conftest.err &&
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
      # icc doesn't choke on unknown options, it will just issue warnings
      # or remarks (even with -Werror).  So we grep stderr for any message
      # that says an option was ignored or not supported.
      # When given -MP, icc 7.0 and 7.1 complain thusly:
      #   icc: Command line warning: ignoring option '-M'; no argument required
      # The diagnosis changed in icc 8.0:
      #   icc: Command line remark: option '-MP' not supported
      if (grep 'ignoring option' conftest.err ||
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
        am_cv_CC_dependencies_compiler_type=$depmode
        break
      fi
    fi
  done

  cd ..
  rm -rf conftest.dir
else
  am_cv_CC_dependencies_compiler_type=none
fi
 ;;
esac
fi
{ printf "%s\n"+ test
+ test -z 
+ test -f /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13//depcomp
+ rm -rf conftest.dir
+ mkdir conftest.dir
+ cp /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13//depcomp conftest.dir
+ cd conftest.dir
+ mkdir sub
+ am_cv_CC_dependencies_compiler_type=none
+ test  = 
+ sed -n s/^#*\([a-zA-Z0-9]*\))$/\1/p
+ am_compiler_list=gcc3
gcc
hp
sgi
xlc
aix
tcc
pgcc
hp2
tru64
msvc7
msvc7msys
nosideeffect
dashmstdout
dashXmstdout
makedepend
cpp
msvisualcpp
msvcmsys
none
+ am__universal=false
+ :
+ echo #include "conftst1.h"
+ echo /* dummy */
+ echo #include "conftst2.h"
+ echo /* dummy */
+ echo #include "conftst3.h"
+ echo /* dummy */
+ echo #include "conftst4.h"
+ echo /* dummy */
+ echo #include "conftst5.h"
+ echo /* dummy */
+ echo #include "conftst6.h"
+ echo /* dummy */
+ echo include sub/conftest.Po
+ am__obj=sub/conftest.o
+ am__minus_obj=-o sub/conftest.o
+ depmode=gcc3 source=sub/conftest.c object=sub/conftest.o depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo /bin/sh ./depcomp gcc -c -o sub/conftest.o sub/conftest.c
+ grep sub/conftst1.h sub/conftest.Po
+ grep sub/conftst6.h sub/conftest.Po
+ grep sub/conftest.o sub/conftest.Po
+ make -s -f confmf
+ am_cv_CC_dependencies_compiler_type=gcc3
+ break
+ cd ..
+ rm -rf conftest.dir
 "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type

 if
  test "x$enable_dependency_tracking" != xno \
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  am__fastdepCC_TRUE=
  am__fastdepCC_FALSE='#'
else
  am__fastdepCC_TRUE='#'
  am__fastdepCC_FALSE=
fi



ac_header= ac_cache=
for ac_item in $ac_header_c_list
do
  if test $ac_cache; then
    ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
    if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
      printf "%s\n" "#define $ac_item 1" >> confdefs.h
    fi
    ac_header= ac_cache=
  elif test $ac_header; then
    ac_cache=$ac_item
  else
    ac_header=$ac_item
  fi
done








if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
then :

printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h

fi






  { printf "%s\n" "$as_me:${as_lin+ printf %s\n configure:4699: result: gcc3
+ printf %s\n gcc3
gcc3
+ CCDEPMODE=depmode=gcc3
+ test x != xno
+ test gcc3 = gcc3
+ am__fastdepCC_TRUE=
+ am__fastdepCC_FALSE=#
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=stdio.h
+ test
+ test stdio.h
+ ac_cache=stdio_h
+ test stdio_h
+ ac_fn_c_check_header_compile 4719 stdio.h ac_cv_header_stdio_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for stdio.h
+ printf %s checking for stdio.h... 
checking for stdio.h... + eval test ${ac_cv_header_stdio_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_stdio_h=yes
+ ac_cv_header_stdio_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_stdio_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_stdio_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_STDIO_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=stdlib.h
+ test
+ test stdlib.h
+ ac_cache=stdlib_h
+ test stdlib_h
+ ac_fn_c_check_header_compile 4719 stdlib.h ac_cv_header_stdlib_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for stdlib.h
+ printf %s checking for stdlib.h... 
checking for stdlib.h... + eval test ${ac_cv_header_stdlib_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_stdlib_h=yes
+ ac_cv_header_stdlib_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_stdlib_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_stdlib_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_STDLIB_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=string.h
+ test
+ test string.h
+ ac_cache=string_h
+ test string_h
+ ac_fn_c_check_header_compile 4719 string.h ac_cv_header_string_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for string.h
+ printf %s checking for string.h... 
checking for string.h... + eval test ${ac_cv_header_string_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_string_h=yes
+ ac_cv_header_string_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_string_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_string_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_STRING_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=inttypes.h
+ test
+ test inttypes.h
+ ac_cache=inttypes_h
+ test inttypes_h
+ ac_fn_c_check_header_compile 4719 inttypes.h ac_cv_header_inttypes_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for inttypes.h
+ printf %s checking for inttypes.h... 
checking for inttypes.h... + eval test ${ac_cv_header_inttypes_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_inttypes_h=yes
+ ac_cv_header_inttypes_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_inttypes_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_inttypes_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_INTTYPES_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=stdint.h
+ test
+ test stdint.h
+ ac_cache=stdint_h
+ test stdint_h
+ ac_fn_c_check_header_compile 4719 stdint.h ac_cv_header_stdint_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for stdint.h
+ printf %s checking for stdint.h... 
checking for stdint.h... + eval test ${ac_cv_header_stdint_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_stdint_h=yes
+ ac_cv_header_stdint_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_stdint_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_stdint_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_STDINT_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=strings.h
+ test
+ test strings.h
+ ac_cache=strings_h
+ test strings_h
+ ac_fn_c_check_header_compile 4719 strings.h ac_cv_header_strings_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for strings.h
+ printf %s checking for strings.h... 
checking for strings.h... + eval test ${ac_cv_header_strings_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_strings_h=yes
+ ac_cv_header_strings_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_strings_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_strings_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_STRINGS_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=sys/stat.h
+ test
+ test sys/stat.h
+ ac_cache=sys_stat_h
+ test sys_stat_h
+ ac_fn_c_check_header_compile 4719 sys/stat.h ac_cv_header_sys_stat_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for sys/stat.h
+ printf %s checking for sys/stat.h... 
checking for sys/stat.h... + eval test ${ac_cv_header_sys_stat_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_sys_stat_h=yes
+ ac_cv_header_sys_stat_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_sys_stat_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_sys_stat_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_SYS_STAT_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=sys/types.h
+ test
+ test sys/types.h
+ ac_cache=sys_types_h
+ test sys_types_h
+ ac_fn_c_check_header_compile 4719 sys/types.h ac_cv_header_sys_types_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for sys/types.h
+ printf %s checking for sys/types.h... 
checking for sys/types.h... + eval test ${ac_cv_header_sys_types_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_sys_types_h=yes
+ ac_cv_header_sys_types_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_sys_types_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_sys_types_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_SYS_TYPES_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=unistd.h
+ test
+ test unistd.h
+ ac_cache=unistd_h
+ test unistd_h
+ ac_fn_c_check_header_compile 4719 unistd.h ac_cv_header_unistd_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for unistd.h
+ printf %s checking for unistd.h... 
checking for unistd.h... + eval test ${ac_cv_header_unistd_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_unistd_h=yes
+ ac_cv_header_unistd_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_unistd_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_unistd_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_UNISTD_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=wchar.h
+ test
+ test wchar.h
+ ac_cache=wchar_h
+ test wchar_h
+ ac_fn_c_check_header_compile 4719 wchar.h ac_cv_header_wchar_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for wchar.h
+ printf %s checking for wchar.h... 
checking for wchar.h... + eval test ${ac_cv_header_wchar_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_wchar_h=yes
+ ac_cv_header_wchar_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_wchar_h
+ ac_res=yes
+ printf %s\n configure:4719: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_wchar_h" = xyes
+ test xyes = xyes
+ printf %s\n #define HAVE_WCHAR_H 1
+ ac_header= ac_cache=
+ test
+ test
+ ac_header=minix/config.h
+ test
+ test minix/config.h
+ ac_cache=minix_config_h
+ test minix_config_h
+ ac_fn_c_check_header_compile 4719 minix/config.h ac_cv_header_minix_config_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4719: checking for minix/config.h
+ printf %s checking for minix/config.h... 
checking for minix/config.h... + eval test ${ac_cv_header_minix_config_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4719 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4719: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4719: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 1
+ return 1
+ eval ac_cv_header_minix_config_h=no
+ ac_cv_header_minix_config_h=no
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_minix_config_h
+ ac_res=no
+ printf %s\n configure:4719: result: no
+ printf %s\n no
no
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ eval test "x$ac_cv_header_minix_config_h" = xyes
+ test xno = xyes
+ ac_header= ac_cache=
+ test yes = yes
+ test yes = yes
+ :
+ printf %s\n #define STDC_HEADERS 1
eno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; }
if test ${ac_cv_safe_to_define___extensions__+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

#         define __EXTENSIONS__ 1
          $ac_includes_default
int
main (void)
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_safe_to_define___extensions__=yes
else case e in #(
  e) ac_cv_safe_to_define___extensions__=no ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; }

  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; }
if test ${ac_cv_shou+ printf %s\n configure:4750: checking whether it is safe to define __EXTENSIONS__
+ printf %s checking whether it is safe to define __EXTENSIONS__... 
checking whether it is safe to define __EXTENSIONS__... + test
+ cat confdefs.h -
+ ac_fn_c_try_compile 4769
+ as_lineno=4769 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4769: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4769: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4769: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4769: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ ac_cv_safe_to_define___extensions__=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ printf %s\n configure:4779: result: yes
+ printf %s\n yes
yes
+ printf %s\n configure:4782: checking whether _XOPEN_SOURCE should be defined
+ printf %s checking whether _XOPEN_SOURCE should be defined... 
checking whether _XOPEN_SOURCE should be defined... ld_define__xopen_source+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) ac_cv_should_define__xopen_source=no
    if test $ac_cv_header_wchar_h = yes
then :
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

          #include <wchar.h>
          mbstate_t x;
int
main (void)
{

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

else case e in #(
  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

            #define _XOPEN_SOURCE 500
            #include <wchar.h>
            mbstate_t x;
int
main (void)
{

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  ac_cv_should_define__xopen_source=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; }

  printf+ test
+ ac_cv_should_define__xopen_source=no
+ test yes = yes
+ :
+ cat confdefs.h -
+ ac_fn_c_try_compile 4804
+ as_lineno=4804 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4804: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4804: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4804: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4804: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ printf %s\n configure:4833: result: no
+ printf %s\n no
no
 "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h

  printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h

  printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h

  printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h

  printf "%s\n" "#define _TAN+ printf %s\n #define _ALL_SOURCE 1
+ printf %s\n #define _DARWIN_C_SOURCE 1
+ printf %s\n #define _GNU_SOURCE 1
+ printf %s\n #define _HPUX_ALT_XOPEN_SOCKET_API 1
+ printf %s\n #define _NETBSD_SOURCE 1
+ printf %s\n #define _OPENBSD_SOURCE 1
+ printf %s\n #define _POSIX_PTHREAD_SEMANTICS 1
+ printf %s\n #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
+ printf %s\n #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
+ printf %s\n #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
+ printf %s\n #define __STDC_WANT_IEC_60559_EXT__ 1
+ printf %s\n #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
+ printf %s\n #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
+ printf %s\n #define __STDC_WANT_LIB_EXT2__ 1
+ printf %s\n #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
DEM_SOURCE 1" >>confdefs.h

  if test $ac_cv_header_minix_config_h = yes
then :
  MINIX=yes
    printf "%s\n" "#define _MINIX 1" >>confdefs.h

    printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h

    printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h

else case e in #(
  e) MINIX= ;;
esac
fi
  if test $ac_cv_safe_to_define___extensions__ = yes
then :
  printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h

fi
  if test $ac_cv_should_define__xopen_source = yes
then :
  printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h

fi


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for build system compiler" >&5
printf %s "checking for build system compiler... " >&6; }
if test "$cross_compiling" = yes; then
	CC_FOR_BUILD=${CC_FOR_BUILD-cc}
else
	CC_FOR_BUILD=${CC}
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${CC_FOR_BUILD}" >&5
printf "%s\n" "${CC_FOR_BUILD}" >&6; }


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __attribute__((__alias__()))" >&5
printf %s "checking for __at+ printf %s\n #define _TANDEM_SOURCE 1
+ test no = yes
+ MINIX=
+ test yes = yes
+ :
+ printf %s\n #define __EXTENSIONS__ 1
+ test no = yes
+ printf %s\n configure:4893: checking for build system compiler
+ printf %s checking for build system compiler... 
checking for build system compiler... + test no = yes
+ CC_FOR_BUILD=gcc
+ printf %s\n configure:4900: result: gcc
+ printf %s\n gcc
gcc
tribute__((__alias__()))... " >&6; }
dash_cv_have_attribute_alias=no
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
void t() {}
                                 void a() __attribute__((__alias__("t")));
int
main (void)
{
a();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"
then :
  dash_cv_have_attribute_alias=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
    conftest$ac_exeext conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dash_cv_have_attribute_alias" >&5
printf "%s\n" "$dash_cv_have_attribute_alias" >&6; }
if test "x$dash_cv_have_attribute_alias" = xyes; then

printf "%s\n" "#define HAVE_ALIAS_ATTRIBUTE 1" >>confdefs.h

fi

# Check whether --enable-static was given.
if test ${enable_static+y}
then :
  enableval=$enable_static;
fi

if test "$enable_static" = "yes"; then
	export LDFLAGS="-static"
fi

# Check whether --enable-fnmatch was given.
if test ${enable_fnmatch+y}
then :
  enableval=$enable_fnmatch;
fi

# Check whether --enable-g+ printf %s\n configure:4904: checking for __attribute__((__alias__()))
+ printf %s checking for __attribute__((__alias__()))... 
checking for __attribute__((__alias__()))... + dash_cv_have_attribute_alias=no
+ cat confdefs.h -
+ ac_fn_c_try_link 4919
+ as_lineno=4919 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:4919: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:4919: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:4919: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4919: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ dash_cv_have_attribute_alias=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ printf %s\n configure:4925: result: yes
+ printf %s\n yes
yes
+ test xyes = xyes
+ printf %s\n #define HAVE_ALIAS_ATTRIBUTE 1
+ test
+ test  = yes
+ test
lob was given.
if test ${enable_glob+y}
then :
  enableval=$enable_glob;
fi



ac_fn_c_check_header_compile "$LINENO" "alloca.h" "ac_cv_header_alloca_h" "$ac_includes_default"
if test "x$ac_cv_header_alloca_h" = xyes
then :
  printf "%s\n" "#define HAVE_ALLOCA_H 1" >>confdefs.h

fi
ac_fn_c_check_header_compile "$LINENO" "paths.h" "ac_cv_header_paths_h" "$ac_includes_default"
if test "x$ac_cv_header_paths_h" = xyes
then :
  printf "%s\n" "#define HAVE_PATHS_H 1" >>confdefs.h

fi
ac_fn_c_check_header_compile "$LINENO" "sys/wait.h" "ac_cv_header_sys_wait_h" "$ac_includes_default"
if test "x$ac_cv_header_sys_wait_h" = xyes
then :
  printf "%s\n" "#define HAVE_SYS_WAIT_H 1" >>confdefs.h

fi


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
if test ${ac_cv_c_undeclared_builtin_options+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) ac_save_CFLAG+ test
+ ac_fn_c_check_header_compile 4957 alloca.h ac_cv_header_alloca_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4957 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4957: checking for alloca.h
+ printf %s checking for alloca.h... 
checking for alloca.h... + eval test ${ac_cv_header_alloca_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4957 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4957: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4957: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4957: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4957: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_alloca_h=yes
+ ac_cv_header_alloca_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_alloca_h
+ ac_res=yes
+ printf %s\n configure:4957: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_ALLOCA_H 1
+ ac_fn_c_check_header_compile 4963 paths.h ac_cv_header_paths_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4963 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4963: checking for paths.h
+ printf %s checking for paths.h... 
checking for paths.h... + eval test ${ac_cv_header_paths_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4963 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4963: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4963: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4963: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4963: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_paths_h=yes
+ ac_cv_header_paths_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_paths_h
+ ac_res=yes
+ printf %s\n configure:4963: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_PATHS_H 1
+ ac_fn_c_check_header_compile 4969 sys/wait.h ac_cv_header_sys_wait_h #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=4969 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:4969: checking for sys/wait.h
+ printf %s checking for sys/wait.h... 
checking for sys/wait.h... + eval test ${ac_cv_header_sys_wait_h+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_compile 15
+ as_lineno=4969 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4969: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4969: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:4969: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4969: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_header_sys_wait_h=yes
+ ac_cv_header_sys_wait_h=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval ac_res=$ac_cv_header_sys_wait_h
+ ac_res=yes
+ printf %s\n configure:4969: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_SYS_WAIT_H 1
+ printf %s\n configure:4977: checking for gcc options needed to detect all undeclared functions
+ printf %s checking for gcc options needed to detect all undeclared functions... 
checking for gcc options needed to detect all undeclared functions... S=$CFLAGS
   ac_cv_c_undeclared_builtin_options='cannot detect'
   for ac_arg in '' -fno-builtin; do
     CFLAGS="$ac_save_CFLAGS $ac_arg"
     # This test program should *not* compile successfully.
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

int
main (void)
{
(void) strchr;
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :

else case e in #(
  e) # This test program should compile successfully.
        # No library function is consistently available on
        # freestanding implementations, so test against a dummy
        # declaration.  Include always-available headers on the
        # off chance that they somehow elicit warnings.
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <float.h>
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
extern void ac_decl (int, char *);

int
main (void)
{
(void) ac_decl (0, (char *) 0);
  (void) ac_decl;

  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  if test x"$ac_arg" = x
then :
  ac_cv_c_undeclared_builtin_options='none needed'
else case e in #(
  e) ac_cv_c_undeclared_builtin_options=$ac_arg ;;
esac
fi
          break
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
    done
    CFLAGS=$ac_save_CFLAGS
   ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
  case $ac_cv_c_undeclared_builtin_options in #(
  'cannot detect') :
    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "cannot make $CC report undeclared builtins
See 'config.log' for more details" "$LINENO" 5; } ;; #(
  'none needed') :
    ac_c_undeclared_builtin_options='' ;; #(
  *) :
    ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;;
esac

ac_fn_check_decl "$LINENO" "+ test
+ ac_save_CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ ac_cv_c_undeclared_builtin_options=cannot detect
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 
+ cat confdefs.h -
+ ac_fn_c_try_compile 4999
+ as_lineno=4999 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:4999: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:4999: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:4999: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:4999: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 1
+ return 1
+ cat confdefs.h -
+ ac_fn_c_try_compile 5026
+ as_lineno=5026 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5026: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5026: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:5026: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5026: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ test x = x
+ :
+ ac_cv_c_undeclared_builtin_options=none needed
+ break
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ printf %s\n configure:5046: result: none needed
+ printf %s\n none needed
none needed
+ :
+ ac_c_undeclared_builtin_options=
_PATH_BSHELL" "ac_cv_have_decl__PATH_BSHELL" "
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl__PATH_BSHELL" = xyes
then :

else case e in #(
  e)
printf "%s\n" "#define _PATH_BSHELL \"/bin/sh\"" >>confdefs.h
 ;;
esac
fi
ac_fn_check_decl "$LINENO" "_PATH_DEVNULL" "ac_cv_have_decl__PATH_DEVNULL" "
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl__PATH_DEVNULL" = xyes
then :

else case e in #(
  e)
printf "%s\n" "#define _PATH_DEVNULL \"/dev/null\"" >>confdefs.h
 ;;
esac
fi
ac_fn_check_decl "$LINENO" "_PATH_TTY" "ac_cv_have_decl__PATH_TTY" "
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl__PATH_TTY" = xyes
then :

else case e in #(
  e)
printf "%s\n" "#define _PATH_TTY \"/dev/tty\"" >>confdefs.h
 ;;
esac
fi

ac_fn_check_decl "$LINENO" "isblank" "ac_cv_have_decl_isblank" "#include <ctype.h>
" "$ac_c_u+ ac_fn_check_decl 5060 _PATH_BSHELL ac_cv_have_decl__PATH_BSHELL 
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

  CFLAGS
+ as_lineno=5060 as_lineno_stack=as_lineno_stack=
+ echo _PATH_BSHELL
+ sed s/ *(.*//
+ as_decl_name=_PATH_BSHELL
+ printf %s\n configure:5060: checking whether _PATH_BSHELL is declared
+ printf %s checking whether _PATH_BSHELL is declared... 
checking whether _PATH_BSHELL is declared... + eval test ${ac_cv_have_decl__PATH_BSHELL+y}
+ test
+ echo _PATH_BSHELL
+ sed -e s/(/((/ -e s/)/) 0&/ -e s/,/) 0& (/g
+ as_decl_use=_PATH_BSHELL
+ eval ac_save_FLAGS=$CFLAGS
+ ac_save_FLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ as_fn_append CFLAGS  
+ eval CFLAGS=$CFLAGS$2
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 
+ cat confdefs.h -
+ ac_fn_c_try_compile 32
+ as_lineno=5060 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5060: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5060: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:5060: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5060: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_have_decl__PATH_BSHELL=yes
+ ac_cv_have_decl__PATH_BSHELL=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval CFLAGS=$ac_save_FLAGS
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_res=$ac_cv_have_decl__PATH_BSHELL
+ ac_res=yes
+ printf %s\n configure:5060: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ ac_fn_check_decl 5075 _PATH_DEVNULL ac_cv_have_decl__PATH_DEVNULL 
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

  CFLAGS
+ as_lineno=5075 as_lineno_stack=as_lineno_stack=
+ echo _PATH_DEVNULL
+ sed s/ *(.*//
+ as_decl_name=_PATH_DEVNULL
+ printf %s\n configure:5075: checking whether _PATH_DEVNULL is declared
+ printf %s checking whether _PATH_DEVNULL is declared... 
checking whether _PATH_DEVNULL is declared... + eval test ${ac_cv_have_decl__PATH_DEVNULL+y}
+ test
+ echo _PATH_DEVNULL
+ sed -e s/(/((/ -e s/)/) 0&/ -e s/,/) 0& (/g
+ as_decl_use=_PATH_DEVNULL
+ eval ac_save_FLAGS=$CFLAGS
+ ac_save_FLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ as_fn_append CFLAGS  
+ eval CFLAGS=$CFLAGS$2
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 
+ cat confdefs.h -
+ ac_fn_c_try_compile 32
+ as_lineno=5075 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5075: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5075: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:5075: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5075: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_have_decl__PATH_DEVNULL=yes
+ ac_cv_have_decl__PATH_DEVNULL=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval CFLAGS=$ac_save_FLAGS
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_res=$ac_cv_have_decl__PATH_DEVNULL
+ ac_res=yes
+ printf %s\n configure:5075: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ ac_fn_check_decl 5090 _PATH_TTY ac_cv_have_decl__PATH_TTY 
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

  CFLAGS
+ as_lineno=5090 as_lineno_stack=as_lineno_stack=
+ echo _PATH_TTY
+ sed s/ *(.*//
+ as_decl_name=_PATH_TTY
+ printf %s\n configure:5090: checking whether _PATH_TTY is declared
+ printf %s checking whether _PATH_TTY is declared... 
checking whether _PATH_TTY is declared... + eval test ${ac_cv_have_decl__PATH_TTY+y}
+ test
+ echo _PATH_TTY
+ sed -e s/(/((/ -e s/)/) 0&/ -e s/,/) 0& (/g
+ as_decl_use=_PATH_TTY
+ eval ac_save_FLAGS=$CFLAGS
+ ac_save_FLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ as_fn_append CFLAGS  
+ eval CFLAGS=$CFLAGS$2
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 
+ cat confdefs.h -
+ ac_fn_c_try_compile 32
+ as_lineno=5090 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5090: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5090: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:5090: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5090: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_have_decl__PATH_TTY=yes
+ ac_cv_have_decl__PATH_TTY=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval CFLAGS=$ac_save_FLAGS
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_res=$ac_cv_have_decl__PATH_TTY
+ ac_res=yes
+ printf %s\n configure:5090: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
ndeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl_isblank" = xyes
then :
  ac_have_decl=1
else case e in #(
  e) ac_have_decl=0 ;;
esac
fi
printf "%s\n" "#define HAVE_DECL_ISBLANK $ac_have_decl" >>confdefs.h


# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of intmax_t" >&5
printf %s "checking size of intmax_t... " >&6; }
if test ${ac_cv_sizeof_intmax_t+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (intmax_t))" "ac_cv_sizeof_intmax_t"        "$ac_includes_default"
then :

else case e in #(
  e) if test "$ac_cv_type_intmax_t" = yes; then
     { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error 77 "cannot comp+ ac_fn_check_decl 5106 isblank ac_cv_have_decl_isblank #include <ctype.h>
  CFLAGS
+ as_lineno=5106 as_lineno_stack=as_lineno_stack=
+ echo isblank
+ sed s/ *(.*//
+ as_decl_name=isblank
+ printf %s\n configure:5106: checking whether isblank is declared
+ printf %s checking whether isblank is declared... 
checking whether isblank is declared... + eval test ${ac_cv_have_decl_isblank+y}
+ test
+ echo isblank
+ sed -e s/(/((/ -e s/)/) 0&/ -e s/,/) 0& (/g
+ as_decl_use=isblank
+ eval ac_save_FLAGS=$CFLAGS
+ ac_save_FLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ as_fn_append CFLAGS  
+ eval CFLAGS=$CFLAGS$2
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 
+ cat confdefs.h -
+ ac_fn_c_try_compile 32
+ as_lineno=5106 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5106: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5106: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:5106: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5106: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_have_decl_isblank=yes
+ ac_cv_have_decl_isblank=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval CFLAGS=$ac_save_FLAGS
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_res=$ac_cv_have_decl_isblank
+ ac_res=yes
+ printf %s\n configure:5106: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ ac_have_decl=1
+ printf %s\n #define HAVE_DECL_ISBLANK 1
+ printf %s\n configure:5122: checking size of intmax_t
+ printf %s checking size of intmax_t... 
checking size of intmax_t... ute sizeof (intmax_t)
See 'config.log' for more details" "$LINENO" 5; }
   else
     ac_cv_sizeof_intmax_t=0
   fi ;;
esac
fi
 ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
printf "%s\n" "$ac_cv_sizeof_intmax_t" >&6; }



printf "%s\n" "#define SIZEOF_INTMAX_T $ac_cv_sizeof_intmax_t" >>confdefs.h


# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of long long int" >&5
printf %s "checking size of long long int... " >&6; }
if test ${ac_cv_sizeof_long_long_int+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long int))" "ac_cv_sizeof_long_long_int"        "$ac_includes_default"
then :

else case e in #(
  e) if test "$ac_cv_type_long_long_int" = yes; then
   + test
+ ac_fn_c_compute_int 5128 (long int) (sizeof (intmax_t)) ac_cv_sizeof_intmax_t #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=5128 as_lineno_stack=as_lineno_stack=
+ test no = yes
+ cat confdefs.h -
+ ac_fn_c_try_run 174
+ as_lineno=5128 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5128: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5128: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5128: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ printf %s\n configure:5128: $? = 0
+ test 0 = 0
+ ac_try=./conftest$ac_exeext
+ ac_try_echo=./conftest$ac_exeext
+ eval ac_try_echo="$as_me:5128: ./conftest$ac_exeext"
+ ac_try_echo=configure:5128: ./conftest.exe
+ printf %s\n configure:5128: ./conftest.exe
+ ac_status=0
+ printf %s\n configure:5128: $? = 0
+ test 0 = 0
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ echo
+ read ac_cv_sizeof_intmax_t
8
+ ac_retval=0
+ rm -f core *.core core.conftest.* gmon.out bb.out conftest.exe conftest.o conftest.beam conftest.c
+ rm -f conftest.val
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ printf %s\n configure:5145: result: 8
+ printf %s\n 8
8
+ printf %s\n #define SIZEOF_INTMAX_T 8
+ printf %s\n configure:5157: checking size of long long int
+ printf %s checking size of long long int... 
checking size of long long int...   { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error 77 "cannot compute sizeof (long long int)
See 'config.log' for more details" "$LINENO" 5; }
   else
     ac_cv_sizeof_long_long_int=0
   fi ;;
esac
fi
 ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long_int" >&5
printf "%s\n" "$ac_cv_sizeof_long_long_int" >&6; }



printf "%s\n" "#define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int" >>confdefs.h



if test "x$ac_cv_sizeof_intmax_t" = "x$ac_cv_sizeof_long_long_int"; then
  intmax_fstr="lld"
else
  intmax_fstr="jd"
fi

ac_fn_check_decl "$LINENO" "PRIdMAX" "ac_cv_have_decl_PRIdMAX" "
#include <inttypes.h>

" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl_PRIdMAX" = xyes
then :

else case e in #(
  e)
printf "%s\n" "#define PRIdMAX \"$intmax_fstr\"" >>confdefs.h
 ;;
esac
fi

ac_fn_c_check_func "$LINENO" "bsearch" "ac_cv_func_bsearch"
if test "x$ac_cv_func_bsearc+ test
+ ac_fn_c_compute_int 5163 (long int) (sizeof (long long int)) ac_cv_sizeof_long_long_int #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ as_lineno=5163 as_lineno_stack=as_lineno_stack=
+ test no = yes
+ cat confdefs.h -
+ ac_fn_c_try_run 174
+ as_lineno=5163 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5163: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5163: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5163: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ printf %s\n configure:5163: $? = 0
+ test 0 = 0
+ ac_try=./conftest$ac_exeext
+ ac_try_echo=./conftest$ac_exeext
+ eval ac_try_echo="$as_me:5163: ./conftest$ac_exeext"
+ ac_try_echo=configure:5163: ./conftest.exe
+ printf %s\n configure:5163: ./conftest.exe
+ ac_status=0
+ printf %s\n configure:5163: $? = 0
+ test 0 = 0
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ echo
+ read ac_cv_sizeof_long_long_int
8
+ ac_retval=0
+ rm -f core *.core core.conftest.* gmon.out bb.out conftest.exe conftest.o conftest.beam conftest.c
+ rm -f conftest.val
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ printf %s\n configure:5180: result: 8
+ printf %s\n 8
8
+ printf %s\n #define SIZEOF_LONG_LONG_INT 8
+ test x8 = x8
+ intmax_fstr=lld
+ ac_fn_check_decl 5195 PRIdMAX ac_cv_have_decl_PRIdMAX 
#include <inttypes.h>

  CFLAGS
+ as_lineno=5195 as_lineno_stack=as_lineno_stack=
+ echo PRIdMAX
+ sed s/ *(.*//
+ as_decl_name=PRIdMAX
+ printf %s\n configure:5195: checking whether PRIdMAX is declared
+ printf %s checking whether PRIdMAX is declared... 
checking whether PRIdMAX is declared... + eval test ${ac_cv_have_decl_PRIdMAX+y}
+ test
+ echo PRIdMAX
+ sed -e s/(/((/ -e s/)/) 0&/ -e s/,/) 0& (/g
+ as_decl_use=PRIdMAX
+ eval ac_save_FLAGS=$CFLAGS
+ ac_save_FLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ as_fn_append CFLAGS  
+ eval CFLAGS=$CFLAGS$2
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 
+ cat confdefs.h -
+ ac_fn_c_try_compile 32
+ as_lineno=5195 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5195: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:5195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5195: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_have_decl_PRIdMAX=yes
+ ac_cv_have_decl_PRIdMAX=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval CFLAGS=$ac_save_FLAGS
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_res=$ac_cv_have_decl_PRIdMAX
+ ac_res=yes
+ printf %s\n configure:5195: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ ac_fn_c_check_func 5209 bsearch ac_cv_func_bsearch
+ as_lineno=5209 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5209: checking for bsearch
+ printf %s checking for bsearch... 
checking for bsearch... + eval test ${ac_cv_func_bsearch+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5209 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5209: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5209: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5209: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5209: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_bsearch=yes
+ ac_cv_func_bsearch=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_bsearch
+ ac_res=yes
+ printf %s\n configure:5209: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
h" = xyes
then :
  printf "%s\n" "#define HAVE_BSEARCH 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "faccessat" "ac_cv_func_faccessat"
if test "x$ac_cv_func_faccessat" = xyes
then :
  printf "%s\n" "#define HAVE_FACCESSAT 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "getpwnam" "ac_cv_func_getpwnam"
if test "x$ac_cv_func_getpwnam" = xyes
then :
  printf "%s\n" "#define HAVE_GETPWNAM 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "getrlimit" "ac_cv_func_getrlimit"
if test "x$ac_cv_func_getrlimit" = xyes
then :
  printf "%s\n" "#define HAVE_GETRLIMIT 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "isalpha" "ac_cv_func_isalpha"
if test "x$ac_cv_func_isalpha" = xyes
then :
  printf "%s\n" "#define HAVE_ISALPHA 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "killpg" "ac_cv_func_killpg"
if test "x$ac_cv_func_killpg" = xyes
then :
  printf "%s\n" "#define HAVE_KILLPG 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "memfd_create" "ac_cv_func_memfd_create"
if test "x$ac_cv_func_memfd_create" = xyes
then + test xyes = xyes
+ :
+ printf %s\n #define HAVE_BSEARCH 1
+ ac_fn_c_check_func 5215 faccessat ac_cv_func_faccessat
+ as_lineno=5215 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5215: checking for faccessat
+ printf %s checking for faccessat... 
checking for faccessat... + eval test ${ac_cv_func_faccessat+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5215 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5215: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5215: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5215: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5215: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_faccessat=yes
+ ac_cv_func_faccessat=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_faccessat
+ ac_res=yes
+ printf %s\n configure:5215: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_FACCESSAT 1
+ ac_fn_c_check_func 5221 getpwnam ac_cv_func_getpwnam
+ as_lineno=5221 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5221: checking for getpwnam
+ printf %s checking for getpwnam... 
checking for getpwnam... + eval test ${ac_cv_func_getpwnam+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5221 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5221: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5221: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5221: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5221: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_getpwnam=yes
+ ac_cv_func_getpwnam=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_getpwnam
+ ac_res=yes
+ printf %s\n configure:5221: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_GETPWNAM 1
+ ac_fn_c_check_func 5227 getrlimit ac_cv_func_getrlimit
+ as_lineno=5227 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5227: checking for getrlimit
+ printf %s checking for getrlimit... 
checking for getrlimit... + eval test ${ac_cv_func_getrlimit+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5227 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5227: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5227: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5227: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5227: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_getrlimit=yes
+ ac_cv_func_getrlimit=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_getrlimit
+ ac_res=yes
+ printf %s\n configure:5227: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_GETRLIMIT 1
+ ac_fn_c_check_func 5233 isalpha ac_cv_func_isalpha
+ as_lineno=5233 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5233: checking for isalpha
+ printf %s checking for isalpha... 
checking for isalpha... + eval test ${ac_cv_func_isalpha+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5233 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5233: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5233: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5233: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5233: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_isalpha=yes
+ ac_cv_func_isalpha=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_isalpha
+ ac_res=yes
+ printf %s\n configure:5233: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_ISALPHA 1
+ ac_fn_c_check_func 5239 killpg ac_cv_func_killpg
+ as_lineno=5239 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5239: checking for killpg
+ printf %s checking for killpg... 
checking for killpg... + eval test ${ac_cv_func_killpg+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5239 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5239: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5239: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5239: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5239: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_killpg=yes
+ ac_cv_func_killpg=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_killpg
+ ac_res=yes
+ printf %s\n configure:5239: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_KILLPG 1
+ ac_fn_c_check_func 5245 memfd_create ac_cv_func_memfd_create
+ as_lineno=5245 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5245: checking for memfd_create
+ printf %s checking for memfd_create... 
checking for memfd_create... + eval test ${ac_cv_func_memfd_create+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5245 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5245: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5245: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5245: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5245: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 1
+ return 1
+ eval ac_cv_func_memfd_create=no
+ ac_cv_func_memfd_create=no
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_memfd_create
+ ac_res=no
+ printf %s\n configure:5245: result: no
+ printf %s\n no
no
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
:
  printf "%s\n" "#define HAVE_MEMFD_CREATE 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr"
if test "x$ac_cv_func_memrchr" = xyes
then :
  printf "%s\n" "#define HAVE_MEMRCHR 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "mempcpy" "ac_cv_func_mempcpy"
if test "x$ac_cv_func_mempcpy" = xyes
then :
  printf "%s\n" "#define HAVE_MEMPCPY 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "sigsetmask" "ac_cv_func_sigsetmask"
if test "x$ac_cv_func_sigsetmask" = xyes
then :
  printf "%s\n" "#define HAVE_SIGSETMASK 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "stpcpy" "ac_cv_func_stpcpy"
if test "x$ac_cv_func_stpcpy" = xyes
then :
  printf "%s\n" "#define HAVE_STPCPY 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strchrnul" "ac_cv_func_strchrnul"
if test "x$ac_cv_func_strchrnul" = xyes
then :
  printf "%s\n" "#define HAVE_STRCHRNUL 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
if test "x$ac_cv_func_strsignal" = xyes
then :
  printf "%s\n" "+ test xno = xyes
+ ac_fn_c_check_func 5251 memrchr ac_cv_func_memrchr
+ as_lineno=5251 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5251: checking for memrchr
+ printf %s checking for memrchr... 
checking for memrchr... + eval test ${ac_cv_func_memrchr+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5251 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5251: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5251: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5251: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5251: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_memrchr=yes
+ ac_cv_func_memrchr=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_memrchr
+ ac_res=yes
+ printf %s\n configure:5251: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_MEMRCHR 1
+ ac_fn_c_check_func 5257 mempcpy ac_cv_func_mempcpy
+ as_lineno=5257 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5257: checking for mempcpy
+ printf %s checking for mempcpy... 
checking for mempcpy... + eval test ${ac_cv_func_mempcpy+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5257 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5257: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5257: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5257: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5257: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_mempcpy=yes
+ ac_cv_func_mempcpy=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_mempcpy
+ ac_res=yes
+ printf %s\n configure:5257: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_MEMPCPY 1
+ ac_fn_c_check_func 5263 sigsetmask ac_cv_func_sigsetmask
+ as_lineno=5263 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5263: checking for sigsetmask
+ printf %s checking for sigsetmask... 
checking for sigsetmask... + eval test ${ac_cv_func_sigsetmask+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5263 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5263: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5263: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5263: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5263: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 1
+ return 1
+ eval ac_cv_func_sigsetmask=no
+ ac_cv_func_sigsetmask=no
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_sigsetmask
+ ac_res=no
+ printf %s\n configure:5263: result: no
+ printf %s\n no
no
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xno = xyes
+ ac_fn_c_check_func 5269 stpcpy ac_cv_func_stpcpy
+ as_lineno=5269 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5269: checking for stpcpy
+ printf %s checking for stpcpy... 
checking for stpcpy... + eval test ${ac_cv_func_stpcpy+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5269 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5269: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5269: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5269: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5269: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_stpcpy=yes
+ ac_cv_func_stpcpy=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_stpcpy
+ ac_res=yes
+ printf %s\n configure:5269: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_STPCPY 1
+ ac_fn_c_check_func 5275 strchrnul ac_cv_func_strchrnul
+ as_lineno=5275 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5275: checking for strchrnul
+ printf %s checking for strchrnul... 
checking for strchrnul... + eval test ${ac_cv_func_strchrnul+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5275 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5275: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5275: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5275: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5275: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_strchrnul=yes
+ ac_cv_func_strchrnul=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_strchrnul
+ ac_res=yes
+ printf %s\n configure:5275: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_STRCHRNUL 1
+ ac_fn_c_check_func 5281 strsignal ac_cv_func_strsignal
+ as_lineno=5281 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5281: checking for strsignal
+ printf %s checking for strsignal... 
checking for strsignal... + eval test ${ac_cv_func_strsignal+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5281 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5281: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5281: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5281: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5281: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_strsignal=yes
+ ac_cv_func_strsignal=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_strsignal
+ ac_res=yes
+ printf %s\n configure:5281: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
#define HAVE_STRSIGNAL 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strtod" "ac_cv_func_strtod"
if test "x$ac_cv_func_strtod" = xyes
then :
  printf "%s\n" "#define HAVE_STRTOD 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strtoimax" "ac_cv_func_strtoimax"
if test "x$ac_cv_func_strtoimax" = xyes
then :
  printf "%s\n" "#define HAVE_STRTOIMAX 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "strtoumax" "ac_cv_func_strtoumax"
if test "x$ac_cv_func_strtoumax" = xyes
then :
  printf "%s\n" "#define HAVE_STRTOUMAX 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "sysconf" "ac_cv_func_sysconf"
if test "x$ac_cv_func_sysconf" = xyes
then :
  printf "%s\n" "#define HAVE_SYSCONF 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "tee" "ac_cv_func_tee"
if test "x$ac_cv_func_tee" = xyes
then :
  printf "%s\n" "#define HAVE_TEE 1" >>confdefs.h

fi
ac_fn_c_check_func "$LINENO" "wait3" "ac_cv_func_wait3"
if test "x$ac_cv_func_wait3" = xyes
then :
  printf "%s\n" "#define HAVE_WAIT3 1" >>confdefs.h

fi



# Check whet+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_STRSIGNAL 1
+ ac_fn_c_check_func 5287 strtod ac_cv_func_strtod
+ as_lineno=5287 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5287: checking for strtod
+ printf %s checking for strtod... 
checking for strtod... + eval test ${ac_cv_func_strtod+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5287 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5287: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5287: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5287: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5287: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_strtod=yes
+ ac_cv_func_strtod=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_strtod
+ ac_res=yes
+ printf %s\n configure:5287: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_STRTOD 1
+ ac_fn_c_check_func 5293 strtoimax ac_cv_func_strtoimax
+ as_lineno=5293 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5293: checking for strtoimax
+ printf %s checking for strtoimax... 
checking for strtoimax... + eval test ${ac_cv_func_strtoimax+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5293 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5293: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5293: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5293: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5293: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_strtoimax=yes
+ ac_cv_func_strtoimax=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_strtoimax
+ ac_res=yes
+ printf %s\n configure:5293: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_STRTOIMAX 1
+ ac_fn_c_check_func 5299 strtoumax ac_cv_func_strtoumax
+ as_lineno=5299 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5299: checking for strtoumax
+ printf %s checking for strtoumax... 
checking for strtoumax... + eval test ${ac_cv_func_strtoumax+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5299 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5299: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5299: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5299: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5299: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_strtoumax=yes
+ ac_cv_func_strtoumax=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_strtoumax
+ ac_res=yes
+ printf %s\n configure:5299: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_STRTOUMAX 1
+ ac_fn_c_check_func 5305 sysconf ac_cv_func_sysconf
+ as_lineno=5305 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5305: checking for sysconf
+ printf %s checking for sysconf... 
checking for sysconf... + eval test ${ac_cv_func_sysconf+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5305 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5305: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5305: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5305: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5305: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_sysconf=yes
+ ac_cv_func_sysconf=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_sysconf
+ ac_res=yes
+ printf %s\n configure:5305: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_SYSCONF 1
+ ac_fn_c_check_func 5311 tee ac_cv_func_tee
+ as_lineno=5311 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5311: checking for tee
+ printf %s checking for tee... 
checking for tee... + eval test ${ac_cv_func_tee+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5311 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5311: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5311: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5311: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5311: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 1
+ return 1
+ eval ac_cv_func_tee=no
+ ac_cv_func_tee=no
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_tee
+ ac_res=no
+ printf %s\n configure:5311: result: no
+ printf %s\n no
no
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xno = xyes
+ ac_fn_c_check_func 5317 wait3 ac_cv_func_wait3
+ as_lineno=5317 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5317: checking for wait3
+ printf %s checking for wait3... 
checking for wait3... + eval test ${ac_cv_func_wait3+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5317 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5317: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5317: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5317: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5317: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_wait3=yes
+ ac_cv_func_wait3=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_wait3
+ ac_res=yes
+ printf %s\n configure:5317: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ printf %s\n #define HAVE_WAIT3 1
her --enable-test-workaround was given.
if test ${enable_test_workaround+y}
then :
  enableval=$enable_test_workaround;
else case e in #(
  e) enable_test_workaround=auto ;;
esac
fi


if test "enable_test_workaround" = "auto" &&
   test "$ac_cv_func_faccessat" = yes; then
	case `uname -s 2>/dev/null` in
	GNU/kFreeBSD | \
	FreeBSD)
		enable_test_workaround=yes
	esac
fi
if test "$enable_test_workaround" = "yes"; then

printf "%s\n" "#define HAVE_TRADITIONAL_FACCESSAT 1" >>confdefs.h

fi

if test "$enable_fnmatch" = yes; then
	use_fnmatch=

  for ac_func in fnmatch
do :
  ac_fn_c_check_func "$LINENO" "fnmatch" "ac_cv_func_fnmatch"
if test "x$ac_cv_func_fnmatch" = xyes
then :
  printf "%s\n" "#define HAVE_FNMATCH 1" >>confdefs.h
 use_fnmatch=yes
fi

done
fi

if test "$use_fnmatch" = yes && test "$enable_glob" = yes; then
	ac_fn_c_check_func "$LINENO" "glob" "ac_cv_func_glob"
if test "x$ac_cv_func_glob" = xyes
then :
  printf "%s\n" "#define HAVE_GLOB 1" >>confdefs.h

fi

fi

ac_fn_c_check_func "$LINENO" "signal" + test
+ enable_test_workaround=auto
+ test enable_test_workaround = auto
+ test auto = yes
+ test  = yes
+ test  = yes
"ac_cv_func_signal"
if test "x$ac_cv_func_signal" = xyes
then :

fi

if test "$ac_cv_func_signal" != yes; then
	ac_fn_c_check_func "$LINENO" "bsd_signal" "ac_cv_func_bsd_signal"
if test "x$ac_cv_func_bsd_signal" = xyes
then :

printf "%s\n" "#define signal bsd_signal" >>confdefs.h

fi

fi

ac_fn_check_decl "$LINENO" "stat64" "ac_cv_have_decl_stat64" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
if test "x$ac_cv_have_decl_stat64" = xyes
then :
  ac_fn_c_check_func "$LINENO" "stat64" "ac_cv_func_stat64"
if test "x$ac_cv_func_stat64" = xyes
then :

fi

fi
if test "$ac_cv_func_stat64" != yes; then

printf "%s\n" "#define fstat64 fstat" >>confdefs.h


printf "%s\n" "#define lstat64 lstat" >>confdefs.h


printf "%s\n" "#define stat64 stat" >>confdefs.h

fi

ac_fn_c_check_func "$LINENO" "glob64" "ac_cv_func_glob64"
if test "x$ac_cv_func_glob64" = xyes
then :

else case e in #(
  e)

printf "%s\n" "#define glob64_t glob_t" >>confdefs.h


printf "%s\n" "#define glob64 glob" >>confdefs.h


printf "+ ac_fn_c_check_func 5375 signal ac_cv_func_signal
+ as_lineno=5375 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5375: checking for signal
+ printf %s checking for signal... 
checking for signal... + eval test ${ac_cv_func_signal+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5375 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5375: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5375: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5375: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5375: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.exe
+ test no = yes
+ test -x conftest.exe
+ :
+ ac_retval=0
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ eval ac_cv_func_signal=yes
+ ac_cv_func_signal=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_signal
+ ac_res=yes
+ printf %s\n configure:5375: result: yes
+ printf %s\n yes
yes
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xyes = xyes
+ :
+ test yes != yes
+ ac_fn_check_decl 5392 stat64 ac_cv_have_decl_stat64 #include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif  CFLAGS
+ as_lineno=5392 as_lineno_stack=as_lineno_stack=
+ echo stat64
+ sed s/ *(.*//
+ as_decl_name=stat64
+ printf %s\n configure:5392: checking whether stat64 is declared
+ printf %s checking whether stat64 is declared... 
checking whether stat64 is declared... + eval test ${ac_cv_have_decl_stat64+y}
+ test
+ echo stat64
+ sed -e s/(/((/ -e s/)/) 0&/ -e s/,/) 0& (/g
+ as_decl_use=stat64
+ eval ac_save_FLAGS=$CFLAGS
+ ac_save_FLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ as_fn_append CFLAGS  
+ eval CFLAGS=$CFLAGS$2
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 
+ cat confdefs.h -
+ ac_fn_c_try_compile 32
+ as_lineno=5392 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5392: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5392: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ printf %s\n configure:5392: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5392: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 1
+ return 1
+ eval ac_cv_have_decl_stat64=no
+ ac_cv_have_decl_stat64=no
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ eval CFLAGS=$ac_save_FLAGS
+ CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_res=$ac_cv_have_decl_stat64
+ ac_res=no
+ printf %s\n configure:5392: result: no
+ printf %s\n no
no
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xno = xyes
+ test  != yes
+ printf %s\n #define fstat64 fstat
+ printf %s\n #define lstat64 lstat
+ printf %s\n #define stat64 stat
+ ac_fn_c_check_func 5414 glob64 ac_cv_func_glob64
+ as_lineno=5414 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5414: checking for glob64
+ printf %s checking for glob64... 
checking for glob64... + eval test ${ac_cv_func_glob64+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5414 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5414: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5414: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5414: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5414: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 1
+ return 1
+ eval ac_cv_func_glob64=no
+ ac_cv_func_glob64=no
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_glob64
+ ac_res=no
+ printf %s\n configure:5414: result: no
+ printf %s\n no
no
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
%s\n" "#define globfree64 globfree" >>confdefs.h

 ;;
esac
fi


ac_fn_c_check_func "$LINENO" "open64" "ac_cv_func_open64"
if test "x$ac_cv_func_open64" = xyes
then :

else case e in #(
  e)

printf "%s\n" "#define open64 open" >>confdefs.h


printf "%s\n" "#define readdir64 readdir" >>confdefs.h


printf "%s\n" "#define dirent64 dirent" >>confdefs.h

 ;;
esac
fi


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stat::st_mtim" >&5
printf %s "checking for stat::st_mtim... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <time.h>
#include <sys/time.h>
#include <sys/stat.h>
int
main (void)
{
struct stat foo; return sizeof(foo.st_mtim.tv_sec)
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  have_st_mtim=yes
else case e in #(
  e) have_st_mtim=no ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_st_mtim" >&5
printf "%s\n" "$have_st_mtim" >&6; }
if test "$ha+ test xno = xyes
+ printf %s\n #define glob64_t glob_t
+ printf %s\n #define glob64 glob
+ printf %s\n #define globfree64 globfree
+ ac_fn_c_check_func 5434 open64 ac_cv_func_open64
+ as_lineno=5434 as_lineno_stack=as_lineno_stack=
+ printf %s\n configure:5434: checking for open64
+ printf %s checking for open64... 
checking for open64... + eval test ${ac_cv_func_open64+y}
+ test
+ cat confdefs.h -
+ ac_fn_c_try_link 44
+ as_lineno=5434 as_lineno_stack=as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam conftest.exe
+ ac_try=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ ac_try_echo=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_try_echo="$as_me:5434: $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5"
+ ac_try_echo=configure:5434: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ printf %s\n configure:5434: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ ac_status=1
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5434: $? = 1
+ test 1 = 0
+ printf %s\n configure: failed program was:
+ sed s/^/| / conftest.c
+ ac_retval=1
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+ eval as_lineno_stack=as_lineno_stack=
+ as_lineno_stack=as_lineno_stack=
+ : unset as_lineno
+ as_fn_set_status 1
+ return 1
+ eval ac_cv_func_open64=no
+ ac_cv_func_open64=no
+ rm -f core conftest.err conftest.o conftest.beam conftest.exe conftest.c
+ eval ac_res=$ac_cv_func_open64
+ ac_res=no
+ printf %s\n configure:5434: result: no
+ printf %s\n no
no
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ test xno = xyes
+ printf %s\n #define open64 open
+ printf %s\n #define readdir64 readdir
+ printf %s\n #define dirent64 dirent
+ printf %s\n configure:5454: checking for stat::st_mtim
+ printf %s checking for stat::st_mtim... 
checking for stat::st_mtim... + cat confdefs.h -
+ ac_fn_c_try_compile 5469
+ as_lineno=5469 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5469: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5469: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:5469: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5469: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ have_st_mtim=yes
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ printf %s\n configure:5477: result: yes
+ printf %s\n yes
yes
ve_st_mtim" = "yes"; then

printf "%s\n" "#define HAVE_ST_MTIM 1" >>confdefs.h

fi

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for F_DUPFD_CLOEXEC" >&5
printf %s "checking for F_DUPFD_CLOEXEC... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
#include <unistd.h>
#include <fcntl.h>
int
main (void)
{
return fcntl(0, F_DUPFD_CLOEXEC, 0)
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
  have_dupfd_cloexec=1
else case e in #(
  e) have_dupfd_cloexec=0 ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $(expr yes \& $have_dupfd_cloexec \| no)" >&5
printf "%s\n" "$(expr yes \& $have_dupfd_cloexec \| no)" >&6; }

printf "%s\n" "#define HAVE_F_DUPFD_CLOEXEC $have_dupfd_cloexec" >>confdefs.h



# Check whether --with-libedit was given.
if test ${with_libedit+y}
then :
  withval=$with_libedit;
fi

use_libedit=
if test "$with_libedit" = "yes"; then
	{ printf "%s\n" "$as_me:${as+ test yes = yes
+ printf %s\n #define HAVE_ST_MTIM 1
+ printf %s\n configure:5485: checking for F_DUPFD_CLOEXEC
+ printf %s checking for F_DUPFD_CLOEXEC... 
checking for F_DUPFD_CLOEXEC... + cat confdefs.h -
+ ac_fn_c_try_compile 5499
+ as_lineno=5499 as_lineno_stack=as_lineno_stack=
+ rm -f conftest.o conftest.beam
+ ac_try=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ ac_try_echo=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_try_echo="$as_me:5499: $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5"
+ ac_try_echo=configure:5499: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ printf %s\n configure:5499: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ ac_status=0
+ test -s conftest.err
+ grep -v ^ *+ conftest.err
+ cat conftest.er1
+ mv -f conftest.er1 conftest.err
+ printf %s\n configure:5499: $? = 0
+ test 0 = 0
+ test -z 
+ test -s conftest.o
+ :
+ ac_retval=0
+ eval as_lineno_stack=
+ as_lineno_stack=
+ unset as_lineno
+ as_fn_set_status 0
+ return 0
+ :
+ have_dupfd_cloexec=1
+ rm -f core conftest.err conftest.o conftest.beam conftest.c
+ expr yes & 1 | no
+ printf %s\n configure:5507: result: yes
+ expr yes & 1 | no
+ printf %s\n yes
yes
+ printf %s\n #define HAVE_F_DUPFD_CLOEXEC 1
+ test
+ use_libedit=
_lineno-$LINENO}: checking for history_init in -ledit" >&5
printf %s "checking for history_init in -ledit... " >&6; }
if test ${ac_cv_lib_edit_history_init+y}
then :
  printf %s "(cached) " >&6
else case e in #(
  e) ac_check_lib_save_LIBS=$LIBS
LIBS="-ledit  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */

/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.
   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 history_init (void);
int
main (void)
{
return history_init ();
  ;
  return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"
then :
  ac_cv_lib_edit_history_init=yes
else case e in #(
  e) ac_cv_lib_edit_history_init=no ;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_edit_history_init" >&5
printf "%s\n" "$ac_cv_lib_edit_history_init" >&6; }
if test "x$ac_cv_lib_edit_history_init" = xyes
then :

		ac_fn_c_check_header_compile "$LINENO" "histedit.h" "ac_cv_header_histedit_h" "$ac_includes_default"
if test "x$ac_cv_header_histedit_h" = xyes
then :
  use_libedit="yes"
else case e in #(
  e) as_fn_error $? "Can't find required header files." "$LINENO" 5 ;;
esac
fi

else case e in #(
  e)
		as_fn_error $? "Can't find libedit." "$LINENO" 5 ;;
esac
fi

fi
if test "$use_libedit" != "yes"; then

printf "%s\n" "#define SMALL 1" >>confdefs.h

else
	export LIBS="$LIBS -ledit"
fi
# Check whether --enable-lineno was given.
if test ${enable_lineno+y}
then :
  enableval=$enable_lineno;
fi

if test "$enable_lineno" != "no"; then

printf "%s\n" "#define WITH_LINENO 1" >>confdefs.h

fi
ac_config_files="$ac_config_files Makefile src/Makefile"

+ test  = yes
+ test  != yes
+ printf %s\n #define SMALL 1
+ test
+ test  != no
+ printf %s\n #define WITH_LINENO 1
+ ac_config_files= Makefile src/Makefile
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# 'ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* 'ac_cv_foo' will be assigned the
# following values.

_ACEOF

# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, we kill variables containing newlines.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\+ cat
1/p'`; do
    eval ac_val=\$$ac_var
    case $ac_val in #(
    *${as_nl}*)
      case $ac_var in #(
      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
      esac
      case $ac_var in #(
      _ | IFS | as_nl) ;; #(
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
      *) { eval $ac_var=; unset $ac_var;} ;;
      esac ;;
    esac
  done

  (set) 2>&1 |
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
    *${as_nl}ac_space=\ *)
      # 'set' does not quote correctly, so add quotes: double-quote
      # substitution turns \\\\ into \\, and sed turns \\ into \.
      sed -n \
	"s/'/'\\\\''/g;
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
      ;; #(
    *)
      # 'set' quotes correctly as required by POSIX, so do not add quotes.
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
      ;;
    esac |
    sort
) |
  sed '
     /^ac_cv_env_/b end
     t clear
     :clear
     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
     t end
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     :end' >>confcache
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  if test -w "$cache_file"; then
    if test "x$cache_file" != "x/dev/null"; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
      if test ! -f "$cache_file" || test -h "$cache_file"; then
	cat confcache >"$cache_file"
      else
        case $cache_file in #(
        */* | ?:*)
	  mv -f confcache "$cache_file"$$ &&
	  mv -f "$cache_file"$$ "$cache_file" ;; #(
        *)
	  mv -f confcache "$cache_file" ;;
	esac
      fi
    fi
  else
    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand + sed 
     /^ac_cv_env_/b end
     t clear
     :clear
     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
     t end
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     :end
+ sed -n s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p
+ eval ac_val=$ACLOCAL
+ ac_val=aclocal
+ eval ac_val=$ALLUSERSPROFILE
+ ac_val=C:\ProgramData
+ eval ac_val=$AMDEPBACKSLASH
+ ac_val=\
+ eval ac_val=$AMDEP_FALSE
+ ac_val=#
+ eval ac_val=$AMDEP_TRUE
+ ac_val=
+ eval ac_val=$AMTAR
+ ac_val=$${TAR-tar}
+ eval ac_val=$AM_BACKSLASH
+ ac_val=\
+ eval ac_val=$AM_DEFAULT_V
+ ac_val=$(AM_DEFAULT_VERBOSITY)
+ eval ac_val=$AM_DEFAULT_VERBOSITY
+ ac_val=0
+ eval ac_val=$AM_V
+ ac_val=$(V)
+ eval ac_val=$APPDATA
+ ac_val=C:\Users\$USER\AppData\Roaming
+ eval ac_val=$AUTOCONF
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoconf
+ eval ac_val=$AUTOHEADER
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoheader
+ eval ac_val=$AUTOMAKE
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' automake-1.16
+ eval ac_val=$AUTOPOINT
+ ac_val=/usr/bin/autopoint -V 0.22.5
+ eval ac_val=$AWK
+ ac_val=gawk
+ eval ac_val=$AWKLIBPATH
+ ac_val=/usr/lib/gawk::
+ eval ac_val=$AWKPATH
+ ac_val=.:/usr/share/awk:/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/usr/bin:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/Vim/vim91:/usr/lib/lapack:/home/$USER/bin:/proc/cygdrive/c/Users/$USER/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin:/usr/i686-w64-mingw32/bin:/usr/x86_64-pc-cygwin/bin:/usr/x86_64-w64-mingw32/bin:/proc/cygdrive/c/usr/local/bin:/proc/cygdrive/c/usr/local/sbin:/proc/cygdrive/c/usr/local/ast/bin:/proc/cygdrive/c/$Recycle.Bin:/proc/cygdrive/c/bin:/proc/cygdrive/c/sbin:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/Vim/vim91
+ eval ac_val=$BROWSER
+ ac_val=/proc/cygdrive/c/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe
+ eval ac_val=$CC
+ ac_val=gcc
+ eval ac_val=$CCDEPMODE
+ ac_val=depmode=gcc3
+ eval ac_val=$CC_FOR_BUILD
+ ac_val=gcc
+ eval ac_val=$CFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$COMMONPROGRAMFILES
+ ac_val=C:\Program Files\Common Files
+ eval ac_val=$COMPUTERNAME
+ ac_val=$HOSTNAME
+ eval ac_val=$COMSPEC
+ ac_val=C:\WINDOWS\system32\cmd.exe
+ eval ac_val=$CONFIG_SITE
+ ac_val=/etc/config.site
+ eval ac_val=$CPPFLAGS
+ ac_val=
+ eval ac_val=$CSCOPE
+ ac_val=cscope
+ eval ac_val=$CTAGS
+ ac_val=ctags
+ eval ac_val=$CXX
+ ac_val=g++
+ eval ac_val=$CXXFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$CYGPATH_W
+ ac_val=cygpath -w
+ eval ac_val=$CYGPORT_ARCH
+ ac_val=x86_64
+ eval ac_val=$CYGPORT_BUILD_ROOT
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/inst
+ eval ac_val=$CYGPORT_OPT_FLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4
+ eval ac_val=$CYGPORT_OS
+ ac_val=Cygwin
+ eval ac_val=$CYGPORT_PACKAGE_NAME
+ ac_val=dash
+ eval ac_val=$CYGPORT_PACKAGE_RELEASE
+ ac_val=2
+ eval ac_val=$CYGPORT_PACKAGE_VERSION
+ ac_val=0.5.13
+ eval ac_val=$CYGWIN
+ ac_val=
+ eval ac_val=$CYGWIN_NOWINPATH
+ ac_val=1
+ eval ac_val=$CommonProgramW6432
+ ac_val=C:\Program Files\Common Files
+ eval ac_val=$DATADIRNAME
+ ac_val=share
+ eval ac_val=$DATE_FORMAT_FULL
+ ac_val=%Y %B %e %A %T%z
+ eval ac_val=$DATE_FORMAT_LONG
+ ac_val=%Y %b %d %a %T%z
+ eval ac_val=$DATE_FORMAT_MEDIUM
+ ac_val=%F %T%z
+ eval ac_val=$DATE_FORMAT_SHORT
+ ac_val=%F %R
+ eval ac_val=$DBUS_SESSION_BUS_ADDRESS
+ ac_val=unix:path=/tmp/dbus-SVLyUynrBE,guid=0ec784796bc2e0f96c4dab8868ccaafa
+ eval ac_val=$DEPDIR
+ ac_val=.deps
+ eval ac_val=$DISPLAY
+ ac_val=:0
+ eval ac_val=$DUALCASE
+ ac_val=1
+ eval ac_val=$DriverData
+ ac_val=C:\Windows\System32\Drivers\DriverData
+ eval ac_val=$ECHO_C
+ ac_val=
+ eval ac_val=$ECHO_N
+ ac_val=-n
+ eval ac_val=$ECHO_T
+ ac_val=
+ eval ac_val=$EDITOR
+ ac_val=/usr/bin/vim
+ eval ac_val=$ETAGS
+ ac_val=etags
+ eval ac_val=$EXECIGNORE
+ ac_val=*.txt;*.htm;*.html;*.tar;*.Z;*.z;*.?z;*.bz2;*.log;*.pdf;*.epub;*.jar;*.zip;*.[0-9]*;*.jpg;*.jpeg;*.png;*.svg
+ eval ac_val=$EXEEXT
+ ac_val=.exe
+ eval ac_val=$F77
+ ac_val=gfortran
+ eval ac_val=$FC
+ ac_val=gfortran
+ eval ac_val=$FCFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$FFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$FPS_BROWSER_APP_PROFILE_STRING
+ ac_val=Internet Explorer
+ eval ac_val=$FPS_BROWSER_USER_PROFILE_STRING
+ ac_val=Default
+ eval ac_val=$GCC
+ ac_val=yes
+ eval ac_val=$GCC_COLORS
+ ac_val=error=1;31:warning=1;35:note=1;36:caret=1;32:locus=1:quote=1
+ eval ac_val=$GOC
+ ac_val=gccgo
+ eval ac_val=$GOFLAGS
+ ac_val=-ggdb -O2 -pipe -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$GREP_COLORS
+ ac_val=mt=1;33;44;7:ln=34
+ eval ac_val=$HISTCONTROL
+ ac_val=ignoreboth:erasedups
+ eval ac_val=$HISTFILESIZE
+ ac_val=2000
+ eval ac_val=$HISTIGNORE
+ ac_val=[ 	]*:&:[fb]g:exit:history:l:l[alst]
+ eval ac_val=$HISTSIZE
+ ac_val=1000
+ eval ac_val=$HOME
+ ac_val=/home/$USER
+ eval ac_val=$HOMEDRIVE
+ ac_val=C:
+ eval ac_val=$HOMEPATH
+ ac_val=\Users\$USER
+ eval ac_val=$HOSTFILE
+ ac_val=/etc/hosts
+ eval ac_val=$HOSTLANG
+ ac_val=en_CA.UTF-8
+ eval ac_val=$HOSTNAME
+ ac_val=$HOSTNAME
+ eval ac_val=$HOSTTERM
+ ac_val=xterm-256color
+ eval ac_val=$IFS
+ ac_val= 	

+ eval ac_val=$IMSETTINGS_INTEGRATE_DESKTOP
+ ac_val=no
+ eval ac_val=$INFOPATH
+ ac_val=/home/$USER/info:/proc/cygdrive/c/Users/$USER/info:/usr/local/info:/usr/info:/usr/share/ddd-3.4.1/info:/usr/share/git-core/templates/info:/proc/cygdrive/c/usr/local/share/info:/proc/cygdrive/c/usr/local/cygwin-99.archive/usr/share/info
+ eval ac_val=$INSTALL
+ ac_val=/usr/bin/install -c
+ eval ac_val=$INSTALL_DATA
+ ac_val=${INSTALL} -m 644
+ eval ac_val=$INSTALL_PROGRAM
+ ac_val=${INSTALL}
+ eval ac_val=$INSTALL_SCRIPT
+ ac_val=${INSTALL}
+ eval ac_val=$INSTALL_STRIP_PROGRAM
+ ac_val=$(install_sh) -c -s
+ eval ac_val=$LANG
+ ac_val=en_CA.UTF-8
+ eval ac_val=$LANGUAGE
+ ac_val=C
+ eval ac_val=$LAUNCHER
+ ac_val=/home/$USER/bin/gio-open
+ eval ac_val=$LC_ALL
+ ac_val=C
+ eval ac_val=$LC_COLLATE
+ ac_val=C
+ eval ac_val=$LDFLAGS
+ ac_val=-static-libgcc
+ eval ac_val=$LESS
+ ac_val=-c -R -M -PM?P%Pb\% %lb/%L.?p %pb\% %bb/%B.?f %f.?m %i/%m.?x %x.
+ eval ac_val=$LESSOPEN
+ ac_val=|/usr/bin/lesspipe.sh %s
+ eval ac_val=$LIBOBJS
+ ac_val=
+ eval ac_val=$LIBS
+ ac_val=
+ eval ac_val=$LINENO
+ ac_val=1
+ eval ac_val=$LOCALAPPDATA
+ ac_val=C:\Users\$USER\AppData\Local
+ eval ac_val=$LOGNAME
+ ac_val=$USER
+ eval ac_val=$LOGONSERVER
+ ac_val=\\$HOSTNAME
+ eval ac_val=$LS_COLORS
+ ac_val=rs=0:di=01;34:ln=01;36:*.lnk=01;36:*.url=01;36:*.URL=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.dll=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.docx=01;31:*.pptx=01;31:*.xlsx=01;31:*.xps=01;31:*.ods=01;31:*.odt=01;31:*.epub=01;31:*.accumap=01;31:*.lwell=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ico=01;35:*.icl=01;35:*.ogv=01;35:*.ogx=01;35:*.axv=01;35:*.anx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.WAV=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*.axa=00;36:
+ eval ac_val=$MAKEFLAGS
+ ac_val=
+ eval ac_val=$MAKEINFO
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' makeinfo
+ eval ac_val=$MANPAGER
+ ac_val=/usr/bin/less
+ eval ac_val=$MANPATH
+ ac_val=/usr/local/man:/usr/man:/usr/share/sendmail/man:/usr/share/texmf-dist/doc/man:/usr/src/gnuplot-main/man:/proc/cygdrive/c/usr/local/share/man:/proc/cygdrive/c/usr/local/cygwin-99.archive/usr/share/man:/proc/cygdrive/c/usr/local/ast/src/lib/libast/man:/proc/cygdrive/c/usr/local/ast/arch/cygwin.i386/man:
+ eval ac_val=$MFLAGS
+ ac_val=
+ eval ac_val=$MINIX
+ ac_val=
+ eval ac_val=$MISSING
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'
+ eval ac_val=$MKDIR_P
+ ac_val=/usr/bin/mkdir -p
+ eval ac_val=$NO_AT_BRIDGE
+ ac_val=1
+ eval ac_val=$NUMBER_OF_PROCESSORS
+ ac_val=4
+ eval ac_val=$OBJC
+ ac_val=gcc
+ eval ac_val=$OBJCFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$OBJCXX
+ ac_val=g++
+ eval ac_val=$OBJCXXFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$OBJEXT
+ ac_val=o
+ eval ac_val=$OLDPWD
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/build/conftest.dir
+ eval ac_val=$OPENSSL64_INC
+ ac_val=/usr/include/openssl
+ eval ac_val=$OPENSSL64_LIB
+ ac_val=/usr/lib
+ eval ac_val=$OPENSSL_CONF
+ ac_val=/usr/ssl/openssl.cnf
+ eval ac_val=$OPENSSL_INC
+ ac_val=/usr/include/openssl
+ eval ac_val=$OPENSSL_LIB
+ ac_val=/usr/lib
+ eval ac_val=$OPTIND
+ ac_val=1
+ eval ac_val=$ORIGINAL_PATH
+ ac_val=/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/proc/cygdrive/c/Program Files/TortoiseHg:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/proc/cygdrive/c/Program Files/TortoiseHg:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/GNU/units
+ eval ac_val=$OS
+ ac_val=Windows_NT
+ eval ac_val=$PACKAGE
+ ac_val=dash
+ eval ac_val=$PACKAGE_BUGREPORT
+ ac_val=
+ eval ac_val=$PACKAGE_NAME
+ ac_val=dash
+ eval ac_val=$PACKAGE_STRING
+ ac_val=dash 0.5.13
+ eval ac_val=$PACKAGE_TARNAME
+ ac_val=dash
+ eval ac_val=$PACKAGE_URL
+ ac_val=
+ eval ac_val=$PACKAGE_VERSION
+ ac_val=0.5.13
+ eval ac_val=$PAGER
+ ac_val=/usr/bin/less
+ eval ac_val=$PATH
+ ac_val=/home/$USER/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin
+ eval ac_val=$PATHEXT
+ ac_val=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
+ eval ac_val=$PATH_SEPARATOR
+ ac_val=:
+ eval ac_val=$PPID
+ ac_val=1390192
+ eval ac_val=$PRINTER
+ ac_val=EPSONWF-3720 (WF-3720 Series)
+ eval ac_val=$PROCESSOR_ARCHITECTURE
+ ac_val=AMD64
+ eval ac_val=$PROCESSOR_IDENTIFIER
+ ac_val=AMD64 Family 21 Model 101 Stepping 1, AuthenticAMD
+ eval ac_val=$PROCESSOR_LEVEL
+ ac_val=21
+ eval ac_val=$PROCESSOR_REVISION
+ ac_val=6501
+ eval ac_val=$PROFILEREAD
+ ac_val=true
+ eval ac_val=$PROGRAMFILES
+ ac_val=C:\Program Files
+ eval ac_val=$PROMPT_COMMAND
+ ac_val=history -a
+ eval ac_val=$PS1
+ ac_val=$ 
+ eval ac_val=$PS2
+ ac_val=> 
+ eval ac_val=$PS4
+ ac_val=+ 
+ eval ac_val=$PSModulePath
+ ac_val=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
+ eval ac_val=$PUBLIC
+ ac_val=C:\Users\Public
+ eval ac_val=$PWD
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/build
+ eval ac_val=$ProgramData
+ ac_val=C:\ProgramData
+ eval ac_val=$ProgramW6432
+ ac_val=C:\Program Files
+ eval ac_val=$QT_QPA_PLATFORMTHEME
+ ac_val=qt5ct
+ eval ac_val=$RANDFILE
+ ac_val=C:\Program Files (x86)\NTP\etc\.rnd
+ eval ac_val=$SESSIONNAME
+ ac_val=Console
+ eval ac_val=$SET_MAKE
+ ac_val=
+ eval ac_val=$SHELL
+ ac_val=/bin/sh
+ eval ac_val=$SHLVL
+ ac_val=2
+ eval ac_val=$SSH_AGENT_PID
+ ac_val=54376
+ eval ac_val=$SSH_AUTH_SOCK
+ ac_val=/tmp/ssh-iNsiUKYjZSl6/agent.54371
+ eval ac_val=$SYSTEMDRIVE
+ ac_val=C:
+ eval ac_val=$SYSTEMROOT
+ ac_val=C:\WINDOWS
+ eval ac_val=$TAR_OPTIONS
+ ac_val=-a --group=user:100 --owner=bwi:1000
+ eval ac_val=$TEMP
+ ac_val=/tmp
+ eval ac_val=$TERM
+ ac_val=xterm-256color
+ eval ac_val=$TERM_PROGRAM
+ ac_val=mintty
+ eval ac_val=$TERM_PROGRAM_VERSION
+ ac_val=3.7.9
+ eval ac_val=$TMP
+ ac_val=/tmp
+ eval ac_val=$TMPDIR
+ ac_val=/tmp
+ eval ac_val=$TZ
+ ac_val=America/Edmonton
+ eval ac_val=$USER
+ ac_val=$USER
+ eval ac_val=$USERDOMAIN
+ ac_val=$HOSTNAME
+ eval ac_val=$USERDOMAIN_ROAMINGPROFILE
+ ac_val=$HOSTNAME
+ eval ac_val=$USERNAME
+ ac_val=$USER
+ eval ac_val=$USERPROFILE
+ ac_val=C:\Users\$USER
+ eval ac_val=$VBOX_MSI_INSTALL_PATH
+ ac_val=C:\Program Files\Oracle\VirtualBox\
+ eval ac_val=$VERSION
+ ac_val=0.5.13
+ eval ac_val=$VIM
+ ac_val=/home/$USER/.vim
+ eval ac_val=$VIMRUNTIME
+ ac_val=/usr/share/vim/vim91
+ eval ac_val=$VISUAL
+ ac_val=/usr/bin/gvim -f
+ eval ac_val=$WANT_AUTOCONF
+ ac_val=2.7
+ eval ac_val=$WCDHOME
+ ac_val=/home/$USER/.wcd
+ eval ac_val=$WINDIR
+ ac_val=C:\WINDOWS
+ eval ac_val=$WSLENV
+ ac_val=HOSTTERM::HOSTLANG
+ eval ac_val=$XAUTHORITY
+ ac_val=/home/$USER/.Xauthority
+ eval ac_val=$XDG_CURRENT_DESKTOP
+ ac_val=X-Cygwin
+ eval ac_val=$XDG_MENU_PREFIX
+ ac_val=xwin-
+ eval ac_val=$XDG_RUNTIME_DIR
+ ac_val=/run/user/197609/
+ eval ac_val=$_
+ ac_val=/usr/bin/sh
+ eval ac_val=$__cygport_check_prog_req_nonfatal
+ ac_val=1
+ eval ac_val=$_am_result
+ ac_val=yes (GNU style)
+ eval ac_val=$_am_tools
+ ac_val=gnutar  pax cpio none
+ eval ac_val=$ac_abs_confdir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ eval ac_val=$ac_arg
+ ac_val=
+ eval ac_val=$ac_aux
+ ac_val=install-sh
+ eval ac_val=$ac_aux_dir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/
+ eval ac_val=$ac_aux_dir_candidates
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13:/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/..:/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/../..
+ eval ac_val=$ac_aux_dir_found
+ ac_val=yes
+ eval ac_val=$ac_aux_files
+ ac_val=compile missing install-sh
+ eval ac_val=$ac_c_conftest_c11_globals
+ ac_val=
/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;

+ eval ac_c_conftest_c11_globals=
+ ac_c_conftest_c11_globals=
+ unset ac_c_conftest_c11_globals
+ eval ac_val=$ac_c_conftest_c11_main
+ ac_val=
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;

+ eval ac_c_conftest_c11_main=
+ ac_c_conftest_c11_main=
+ unset ac_c_conftest_c11_main
+ eval ac_val=$ac_c_conftest_c11_program
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}


/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;


int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

  
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;

  return ok;
}

+ eval ac_c_conftest_c11_program=
+ ac_c_conftest_c11_program=
+ unset ac_c_conftest_c11_program
+ eval ac_val=$ac_c_conftest_c89_globals
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);
+ eval ac_c_conftest_c89_globals=
+ ac_c_conftest_c89_globals=
+ unset ac_c_conftest_c89_globals
+ eval ac_val=$ac_c_conftest_c89_main
+ ac_val=
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

+ eval ac_c_conftest_c89_main=
+ ac_c_conftest_c89_main=
+ unset ac_c_conftest_c89_main
+ eval ac_val=$ac_c_conftest_c89_program
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  return ok;
}

+ eval ac_c_conftest_c89_program=
+ ac_c_conftest_c89_program=
+ unset ac_c_conftest_c89_program
+ eval ac_val=$ac_c_conftest_c99_globals
+ ac_val=
/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}

+ eval ac_c_conftest_c99_globals=
+ ac_c_conftest_c99_globals=
+ unset ac_c_conftest_c99_globals
+ eval ac_val=$ac_c_conftest_c99_main
+ ac_val=
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

+ eval ac_c_conftest_c99_main=
+ ac_c_conftest_c99_main=
+ unset ac_c_conftest_c99_main
+ eval ac_val=$ac_c_conftest_c99_program
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}


int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

  return ok;
}

+ eval ac_c_conftest_c99_program=
+ ac_c_conftest_c99_program=
+ unset ac_c_conftest_c99_program
+ eval ac_val=$ac_c_undeclared_builtin_options
+ ac_val=
+ eval ac_val=$ac_c_werror_flag
+ ac_val=
+ eval ac_val=$ac_cache
+ ac_val=
+ eval ac_val=$ac_cache_corrupted
+ ac_val=false
+ eval ac_val=$ac_clean_files
+ ac_val=
+ eval ac_val=$ac_clean_files_save
+ ac_val=
+ eval ac_val=$ac_compile
+ ac_val=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_val=$ac_compiler
+ ac_val=$CC
+ eval ac_val=$ac_compiler_gnu
+ ac_val=yes
+ eval ac_val=$ac_config_commands
+ ac_val= depfiles
+ eval ac_val=$ac_config_files
+ ac_val= Makefile src/Makefile
+ eval ac_val=$ac_config_headers
+ ac_val= config.h
+ eval ac_val=$ac_config_libobj_dir
+ ac_val=.
+ eval ac_val=$ac_configure
+ ac_val=/bin/sh /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ eval ac_val=$ac_configure_args
+ ac_val= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' 'LDFLAGS=-static-libgcc' 'LIBS=' 'CPPFLAGS='
+ eval ac_val=$ac_configure_args_raw
+ ac_val= --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
+ eval ac_val=$ac_cpp
+ ac_val=$CPP $CPPFLAGS
+ eval ac_val=$ac_ct_CC
+ ac_val=gcc
+ eval ac_val=$ac_cv_c_compiler_gnu
+ ac_val=yes
+ eval ac_val=$ac_cv_c_undeclared_builtin_options
+ ac_val=none needed
+ eval ac_val=$ac_cv_env_CC_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_CC_value
+ ac_val=gcc
+ eval ac_val=$ac_cv_env_CFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_CFLAGS_value
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_cv_env_CPPFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_CPPFLAGS_value
+ ac_val=
+ eval ac_val=$ac_cv_env_LDFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_LDFLAGS_value
+ ac_val=-static-libgcc
+ eval ac_val=$ac_cv_env_LIBS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_LIBS_value
+ ac_val=
+ eval ac_val=$ac_cv_env_build_alias_set
+ ac_val=
+ eval ac_val=$ac_cv_env_build_alias_value
+ ac_val=
+ eval ac_val=$ac_cv_env_host_alias_set
+ ac_val=
+ eval ac_val=$ac_cv_env_host_alias_value
+ ac_val=
+ eval ac_val=$ac_cv_env_target_alias_set
+ ac_val=
+ eval ac_val=$ac_cv_env_target_alias_value
+ ac_val=
+ eval ac_val=$ac_cv_exeext
+ ac_val=.exe
+ eval ac_val=$ac_cv_func_bsearch
+ ac_val=yes
+ eval ac_val=$ac_cv_func_faccessat
+ ac_val=yes
+ eval ac_val=$ac_cv_func_getpwnam
+ ac_val=yes
+ eval ac_val=$ac_cv_func_getrlimit
+ ac_val=yes
+ eval ac_val=$ac_cv_func_glob64
+ ac_val=no
+ eval ac_val=$ac_cv_func_isalpha
+ ac_val=yes
+ eval ac_val=$ac_cv_func_killpg
+ ac_val=yes
+ eval ac_val=$ac_cv_func_memfd_create
+ ac_val=no
+ eval ac_val=$ac_cv_func_mempcpy
+ ac_val=yes
+ eval ac_val=$ac_cv_func_memrchr
+ ac_val=yes
+ eval ac_val=$ac_cv_func_mmap_fixed_mapped
+ ac_val=yes
+ eval ac_val=$ac_cv_func_open64
+ ac_val=no
+ eval ac_val=$ac_cv_func_signal
+ ac_val=yes
+ eval ac_val=$ac_cv_func_sigsetmask
+ ac_val=no
+ eval ac_val=$ac_cv_func_stpcpy
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strchrnul
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strsignal
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strtod
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strtoimax
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strtoumax
+ ac_val=yes
+ eval ac_val=$ac_cv_func_sysconf
+ ac_val=yes
+ eval ac_val=$ac_cv_func_tee
+ ac_val=no
+ eval ac_val=$ac_cv_func_wait3
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl_PRIdMAX
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl__PATH_BSHELL
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl__PATH_DEVNULL
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl__PATH_TTY
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl_isblank
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl_stat64
+ ac_val=no
+ eval ac_val=$ac_cv_header_alloca_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_inttypes_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_minix_config_h
+ ac_val=no
+ eval ac_val=$ac_cv_header_paths_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_stdint_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_stdio_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_stdlib_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_string_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_strings_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_sys_stat_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_sys_types_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_sys_wait_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_unistd_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_wchar_h
+ ac_val=yes
+ eval ac_val=$ac_cv_objext
+ ac_val=o
+ eval ac_val=$ac_cv_path_install
+ ac_val=/usr/bin/install -c
+ eval ac_val=$ac_cv_path_mkdir
+ ac_val=/usr/bin/mkdir
+ eval ac_val=$ac_cv_prog_AWK
+ ac_val=gawk
+ eval ac_val=$ac_cv_prog_ac_ct_CC
+ ac_val=gcc
+ eval ac_val=$ac_cv_prog_cc_c11
+ ac_val=
+ eval ac_val=$ac_cv_prog_cc_g
+ ac_val=yes
+ eval ac_val=$ac_cv_prog_cc_stdc
+ ac_val=
+ eval ac_val=$ac_cv_prog_make_make_set
+ ac_val=yes
+ eval ac_val=$ac_cv_safe_to_define___extensions__
+ ac_val=yes
+ eval ac_val=$ac_cv_should_define__xopen_source
+ ac_val=no
+ eval ac_val=$ac_cv_sizeof_intmax_t
+ ac_val=8
+ eval ac_val=$ac_cv_sizeof_long_long_int
+ ac_val=8
+ eval ac_val=$ac_dashdash
+ ac_val=
+ eval ac_val=$ac_default_prefix
+ ac_val=/usr/local
+ eval ac_val=$ac_env_CC_set
+ ac_val=set
+ eval ac_val=$ac_env_CC_value
+ ac_val=gcc
+ eval ac_val=$ac_env_CFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_env_CFLAGS_value
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_env_CPPFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_env_CPPFLAGS_value
+ ac_val=
+ eval ac_val=$ac_env_LDFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_env_LDFLAGS_value
+ ac_val=-static-libgcc
+ eval ac_val=$ac_env_LIBS_set
+ ac_val=set
+ eval ac_val=$ac_env_LIBS_value
+ ac_val=
+ eval ac_val=$ac_env_build_alias_set
+ ac_val=
+ eval ac_val=$ac_env_build_alias_value
+ ac_val=
+ eval ac_val=$ac_env_host_alias_set
+ ac_val=
+ eval ac_val=$ac_env_host_alias_value
+ ac_val=
+ eval ac_val=$ac_env_target_alias_set
+ ac_val=
+ eval ac_val=$ac_env_target_alias_value
+ ac_val=
+ eval ac_val=$ac_exec_ext
+ ac_val=
+ eval ac_val=$ac_exeext
+ ac_val=.exe
+ eval ac_val=$ac_ext
+ ac_val=c
+ eval ac_val=$ac_file
+ ac_val=conftest.o
+ eval ac_val=$ac_files
+ ac_val=a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*
+ eval ac_val=$ac_first_candidate
+ ac_val=:
+ eval ac_val=$ac_have_decl
+ ac_val=1
+ eval ac_val=$ac_header
+ ac_val=
+ eval ac_val=$ac_header_c_list
+ ac_val= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H sys/stat.h sys_stat_h HAVE_SYS_STAT_H sys/types.h sys_types_h HAVE_SYS_TYPES_H unistd.h unistd_h HAVE_UNISTD_H wchar.h wchar_h HAVE_WCHAR_H minix/config.h minix_config_h HAVE_MINIX_CONFIG_H
+ eval ac_val=$ac_hostname
+ ac_val=$HOSTNAME
+ eval ac_val=$ac_includes_default
+ ac_val=#include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ eval ac_includes_default=
+ ac_includes_default=
+ unset ac_includes_default
+ eval ac_val=$ac_init_help
+ ac_val=
+ eval ac_val=$ac_init_version
+ ac_val=false
+ eval ac_val=$ac_install_sh
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh -c
+ eval ac_val=$ac_item
+ ac_val=HAVE_MINIX_CONFIG_H
+ eval ac_val=$ac_link
+ ac_val=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_val=$ac_link_default
+ ac_val=$CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_val=$ac_ls_di
+ ac_val=23925373028245190 .
+ eval ac_val=$ac_make
+ ac_val=make
+ eval ac_val=$ac_missing_aux_files
+ ac_val=
+ eval ac_val=$ac_msg
+ ac_val=sources are in /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13, but 'cd /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' does not work
+ eval ac_val=$ac_must_keep_next
+ ac_val=false
+ eval ac_val=$ac_new_set
+ ac_val=set
+ eval ac_val=$ac_new_val
+ ac_val=
+ eval ac_val=$ac_objext
+ ac_val=o
+ eval ac_val=$ac_old_set
+ ac_val=set
+ eval ac_val=$ac_old_val
+ ac_val=
+ eval ac_val=$ac_optarg
+ ac_val=yes
+ eval ac_val=$ac_option
+ ac_val=-version
+ eval ac_val=$ac_pass
+ ac_val=2
+ eval ac_val=$ac_precious_vars
+ ac_val=build_alias
host_alias
target_alias
CC
CFLAGS
LDFLAGS
LIBS
CPPFLAGS
+ eval ac_precious_vars=
+ ac_precious_vars=
+ unset ac_precious_vars
+ eval ac_val=$ac_prev
+ ac_val=
+ eval ac_val=$ac_prog
+ ac_val=gawk
+ eval ac_val=$ac_prog_cc_stdc
+ ac_val=c11
+ eval ac_val=$ac_pwd
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/build
+ eval ac_val=$ac_pwd_ls_di
+ ac_val=23925373028245190 .
+ eval ac_val=$ac_res
+ ac_val=no
+ eval ac_val=$ac_retval
+ ac_val=0
+ eval ac_val=$ac_rmfiles
+ ac_val= a.out conftest.exe conftest a.exe a_out.exe b.out
+ eval ac_val=$ac_safe_unquote
+ ac_val=s/ '\([^|&;<>()$`\\"*?[ 	#~][^|&;<>()$`\\"*?[ 	]*\)'/ \1/g
+ eval ac_val=$ac_save_CC
+ ac_val=gcc
+ eval ac_val=$ac_save_CFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_save_FLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_save_c_werror_flag
+ ac_val=
+ eval ac_val=$ac_script
+ ac_val=s/[\\$]/&&/g;s/;s,x,x,$//
+ eval ac_val=$ac_signal
+ ac_val=0
+ eval ac_val=$ac_site_file
+ ac_val=/etc/config.site
+ eval ac_val=$ac_site_files
+ ac_val=/etc/config.site
+ eval ac_val=$ac_srcdir_defaulted
+ ac_val=no
+ eval ac_val=$ac_status
+ ac_val=0
+ eval ac_val=$ac_subst_files
+ ac_val=
+ eval ac_val=$ac_subst_vars
+ ac_val=am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
CC_FOR_BUILD
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
am__nodep
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
CSCOPE
ETAGS
CTAGS
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL
am__quote
+ eval ac_subst_vars=
+ ac_subst_vars=
+ unset ac_subst_vars
+ eval ac_val=$ac_test_CFLAGS
+ ac_val=y
+ eval ac_val=$ac_tool_prefix
+ ac_val=
+ eval ac_val=$ac_try
+ ac_val=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_val=$ac_try_echo
+ ac_val=configure:5499: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ eval ac_val=$ac_unique_file
+ ac_val=src/main.c
+ eval ac_val=$ac_unrecognized_opts
+ ac_val=
+ eval ac_val=$ac_unrecognized_sep
+ ac_val=
+ eval ac_val=$ac_unsafe_a
+ ac_val=|&;<>()$`\\"*?[ 	#~
+ eval ac_val=$ac_unsafe_z
+ ac_val=|&;<>()$`\\"*?[ 	
+ eval ac_val=$ac_user_opts
+ ac_val=
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
enable_test_workaround
with_libedit
enable_lineno

+ eval ac_user_opts=
+ ac_user_opts=
+ unset ac_user_opts
+ eval ac_val=$ac_val
+ ac_val=
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
enable_test_workaround
with_libedit
enable_lineno

+ eval ac_val=
+ ac_val=
+ unset ac_val
+ eval ac_val=$ac_var
+ ac_val=ac_var
+ eval ac_val=$ac_word
+ ac_val=gcc
+ eval ac_val=$am__api_version
+ ac_val=1.16
+ eval ac_val=$am__fastdepCC_FALSE
+ ac_val=#
+ eval ac_val=$am__fastdepCC_TRUE
+ ac_val=
+ eval ac_val=$am__include
+ ac_val=include
+ eval ac_val=$am__isrc
+ ac_val= -I$(srcdir)
+ eval ac_val=$am__leading_dot
+ ac_val=.
+ eval ac_val=$am__minus_obj
+ ac_val=-o sub/conftest.o
+ eval ac_val=$am__nodep
+ ac_val=_no
+ eval ac_val=$am__obj
+ ac_val=sub/conftest.o
+ eval ac_val=$am__quote
+ ac_val=
+ eval ac_val=$am__tar
+ ac_val=$${TAR-tar} chof - "$$tardir"
+ eval ac_val=$am__universal
+ ac_val=false
+ eval ac_val=$am__untar
+ ac_val=$${TAR-tar} xf -
+ eval ac_val=$am_aux_dir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ eval ac_val=$am_compiler_list
+ ac_val=gcc3
gcc
hp
sgi
xlc
aix
tcc
pgcc
hp2
tru64
msvc7
msvc7msys
nosideeffect
dashmstdout
dashXmstdout
makedepend
cpp
msvisualcpp
msvcmsys
none
+ eval am_compiler_list=
+ am_compiler_list=
+ unset am_compiler_list
+ eval ac_val=$am_cv_CC_dependencies_compiler_type
+ ac_val=gcc3
+ eval ac_val=$am_cv_make_support_nested_variables
+ ac_val=yes
+ eval ac_val=$am_cv_prog_cc_c_o
+ ac_val=yes
+ eval ac_val=$am_depcomp
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13//depcomp
+ eval ac_val=$am_lf
+ ac_val=

+ eval am_lf=
+ am_lf=
+ unset am_lf
+ eval ac_val=$am_make
+ ac_val=make
+ eval ac_val=$am_missing_run
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' 
+ eval ac_val=$am_sleep_pid
+ ac_val=1390476
+ eval ac_val=$as_basename
+ ac_val=basename
+ eval ac_val=$as_bourne_compatible
+ ac_val=if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else case e in #(
  e) case `(set -o) 2>/dev/null` in #(
  *posix*) :
    set -o posix ;; #(
  *) :
     ;;
esac ;;
esac
fi

+ eval as_bourne_compatible=
+ as_bourne_compatible=
+ unset as_bourne_compatible
+ eval ac_val=$as_cr_LETTERS
+ ac_val=ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ eval ac_val=$as_cr_Letters
+ ac_val=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ eval ac_val=$as_cr_alnum
+ ac_val=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
+ eval ac_val=$as_cr_digits
+ ac_val=0123456789
+ eval ac_val=$as_cr_letters
+ ac_val=abcdefghijklmnopqrstuvwxyz
+ eval ac_val=$as_decl_name
+ ac_val=stat64
+ eval ac_val=$as_decl_use
+ ac_val=stat64
+ eval ac_val=$as_dir
+ ac_val=/usr/bin/
+ eval ac_val=$as_dirname
+ ac_val=dirname
+ eval ac_val=$as_echo
+ ac_val=printf %s\n
+ eval ac_val=$as_echo_n
+ ac_val=printf %s
+ eval ac_val=$as_executable_p
+ ac_val=as_fn_executable_p
+ eval ac_val=$as_expr
+ ac_val=expr
+ eval ac_val=$as_found
+ ac_val=:
+ eval ac_val=$as_have_required
+ ac_val=yes
+ eval ac_val=$as_lineno_1
+ ac_val=475
+ eval ac_val=$as_lineno_1a
+ ac_val=475
+ eval ac_val=$as_lineno_2
+ ac_val=476
+ eval ac_val=$as_lineno_2a
+ ac_val=476
+ eval ac_val=$as_lineno_stack
+ ac_val=
+ eval ac_val=$as_ln_s
+ ac_val=ln -s
+ eval ac_val=$as_me
+ ac_val=configure
+ eval ac_val=$as_mkdir_p
+ ac_val=mkdir -p "$as_dir"
+ eval ac_val=$as_myself
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ eval ac_val=$as_nl
+ ac_val=

+ eval ac_val=$as_required
+ ac_val=as_fn_return () { (exit $1); }
as_fn_success () { as_fn_return 0; }
as_fn_failure () { as_fn_return 1; }
as_fn_ret_success () { return 0; }
as_fn_ret_failure () { return 1; }

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

else case e in #(
  e) exitcode=1; echo positional parameters were not saved. ;;
esac
fi
test x$exitcode = x0 || exit 1
blah=$(echo $(echo blah))
test x"$blah" = xblah || exit 1
test -x / || exit 1
+ eval as_required=
+ as_required=
+ unset as_required
+ eval ac_val=$exitcode
+ ac_val=
+ eval ac_val=$blah
+ ac_val=
+ eval ac_val=$as_save_IFS
+ ac_val= 	

+ eval as_save_IFS=
+ as_save_IFS=
+ unset as_save_IFS
+ eval ac_val=$as_sed_cpp
+ ac_val=y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g
+ eval ac_val=$as_sed_sh
+ ac_val=y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g
+ eval ac_val=$as_suggested
+ ac_val=  as_lineno_1=181 as_lineno_1a=$LINENO
  as_lineno_2=182 as_lineno_2a=$LINENO
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || exit 1
test $(( 1 + 1 )) = 2 || exit 1
+ eval as_suggested=
+ as_suggested=
+ unset as_suggested
+ eval ac_val=$as_test_x
+ ac_val=test -x
+ eval ac_val=$as_tr_cpp
+ ac_val=eval sed 'y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g'
+ eval ac_val=$as_tr_sh
+ ac_val=eval sed 'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g'
+ eval ac_val=$as_unset
+ ac_val=as_fn_unset
+ eval ac_val=$as_var
+ ac_val=CDPATH
+ eval ac_val=$bindir
+ ac_val=${exec_prefix}/bin
+ eval ac_val=$build
+ ac_val=
+ eval ac_val=$cache_file
+ ac_val=config.cache
+ eval ac_val=$cross_compiling
+ ac_val=no
+ eval ac_val=$dash_cv_have_attribute_alias
+ ac_val=yes
+ eval ac_val=$datadir
+ ac_val=${datarootdir}
+ eval ac_val=$datarootdir
+ ac_val=${prefix}/share
+ eval ac_val=$depcc
+ ac_val=gcc
+ eval ac_val=$depmode
+ ac_val=gcc3
+ eval ac_val=$docdir
+ ac_val=/usr/share/doc/dash
+ eval ac_val=$dvidir
+ ac_val=${docdir}
+ eval ac_val=$enable_test_workaround
+ ac_val=auto
+ eval ac_val=$exec_prefix
+ ac_val=/usr
+ eval ac_val=$have_dupfd_cloexec
+ ac_val=1
+ eval ac_val=$have_st_mtim
+ ac_val=yes
+ eval ac_val=$host
+ ac_val=
+ eval ac_val=$htmldir
+ ac_val=/usr/share/doc/dash/html
+ eval ac_val=$i
+ ac_val=6
+ eval ac_val=$includedir
+ ac_val=${prefix}/include
+ eval ac_val=$infodir
+ ac_val=${datarootdir}/info
+ eval ac_val=$install_sh
+ ac_val=${SHELL} /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh
+ eval ac_val=$intmax_fstr
+ ac_val=lld
+ eval ac_val=$libdir
+ ac_val=${exec_prefix}/lib
+ eval ac_val=$libexecdir
+ ac_val=${exec_prefix}/libexec
+ eval ac_val=$localedir
+ ac_val=${datarootdir}/locale
+ eval ac_val=$localstatedir
+ ac_val=/var
+ eval ac_val=$mandir
+ ac_val=${datarootdir}/man
+ eval ac_val=$mkdir_p
+ ac_val=$(MKDIR_P)
+ eval ac_val=$no_create
+ ac_val=
+ eval ac_val=$no_recursion
+ ac_val=
+ eval ac_val=$oldincludedir
+ ac_val=/usr/include
+ eval ac_val=$pdfdir
+ ac_val=${docdir}
+ eval ac_val=$prefix
+ ac_val=/usr
+ eval ac_val=$program_prefix
+ ac_val=NONE
+ eval ac_val=$program_suffix
+ ac_val=NONE
+ eval ac_val=$program_transform_name
+ ac_val=s,x,x,
+ eval ac_val=$psdir
+ ac_val=${docdir}
+ eval ac_val=$runstatedir
+ ac_val=${localstatedir}/run
+ eval ac_val=$s
+ ac_val=GNU
+ eval ac_val=$sbindir
+ ac_val=${exec_prefix}/sbin
+ eval ac_val=$sharedstatedir
+ ac_val=${prefix}/com
+ eval ac_val=$silent
+ ac_val=
+ eval ac_val=$site
+ ac_val=
+ eval ac_val=$srcdir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ eval ac_val=$subdirs
+ ac_val=
+ eval ac_val=$sysconfdir
+ ac_val=/etc
+ eval ac_val=$target
+ ac_val=
+ eval ac_val=$use_libedit
+ ac_val=
+ eval ac_val=$verbose
+ ac_val=
+ eval ac_val=$x_includes
+ ac_val=NONE
+ eval ac_val=$x_libraries
+ ac_val=NONE
+ sort
+ sed -n /^[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*_cv_[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*=/p
+ diff config.cache confcache
+ test -w config.cache
+ test xconfig.cache != x/dev/null
+ printf %s\n configure:5669: updating cache config.cache
+ printf %s\n configure: updating cache config.cache
configure: updating cache config.cache
+ test ! -f config.cache
+ test -h config.cache
+ mv -f confcache config.cache
+ rm -f confcache
+ test x/usr = xNONE
exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

DEFS=-DHAVE_CONFIG_H

ac_libobjs=
ac_ltlibobjs=
U=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  # 1. Remove the extension, and $U if already installed.
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  #    will be set to the directory where LIBOBJS objects are built.
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs

LTLIBOBJS=$ac_ltlibobjs


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
printf %s "checking that generated files are newer than configure... " >&6; }
   if test -n "$am_sleep_pid"; then
     # Hide warnings about reused PIDs.
     wait $am_sleep_pid 2>/dev/null
   fi
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
printf "%s\n" "d+ test x/usr = xNONE
+ DEFS=-DHAVE_CONFIG_H
+ ac_libobjs=
+ ac_ltlibobjs=
+ U=
+ test x: = x:
+ continue
+ LIBOBJS=
+ LTLIBOBJS=
+ printf %s\n configure:5713: checking that generated files are newer than configure
+ printf %s checking that generated files are newer than configure... 
checking that generated files are newer than configure... + test -n 1390476
+ wait 1390476
one" >&6; }
 if test -n "$EXEEXT"; then
  am__EXEEXT_TRUE=
  am__EXEEXT_FALSE='#'
else
  am__EXEEXT_TRUE='#'
  am__EXEEXT_FALSE=
fi

if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  as_fn_error $? "conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi

: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
as_write_fail=0
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
#! $SHELL
# Generated by $as_me.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for de+ printf %s\n configure:5719: result: done
+ printf %s\n done
done
+ test -n .exe
+ am__EXEEXT_TRUE=
+ am__EXEEXT_FALSE=#
+ test -z 
+ test -z #
+ test -z 
+ test -z #
+ : ./config.status
+ ac_write_fail=0
+ ac_clean_files_save=
+ ac_clean_files= ./config.status
+ printf %s\n configure:5742: creating ./config.status
+ printf %s\n configure: creating ./config.status
configure: creating ./config.status
+ as_write_fail=0
bugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=\${CONFIG_SHELL-$SHELL}
export SHELL
_ASEOF
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

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



# Reset variables that may have inherited troublesome values from
# the environment.

# IFS needs to be set, to space, tab, and newline, in precisely that order.
# (If _AS_PATH_WALK were called with IFS unset, it would have the
# side effect of setting IFS to empty, thus disablin+ cat
g word splitting.)
# Quoting is to prevent editors from complaining about space-tab.
as_nl='
'
export as_nl
IFS=" ""	$as_nl"

PS1='$ '
PS2='> '
PS4='+ '

# Ensure predictable behavior from utilities with locale-dependent output.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# We cannot yet rely on "unset" to work, but we need these variables
# to be unset--not just set to an empty or harmless value--now, to
# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
# also avoids known problems related to "unset" and subshell syntax
# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
do eval test \${$as_var+y} \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done

# Ensure that fds 0, 1, and 2 are open.
if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi

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


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

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



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


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

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

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

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

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


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

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

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

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

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


# Determine whether it's possible to make 'echo' print without a newline.
# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
# for compatibility with existing Makefiles.
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

# For backward compatibility with old third-party macros, we provide
# the shell variables $as_echo and $as_echo_n.  New code should use
# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
as_echo='printf %s\n'
as_echo_n='printf %s'

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


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

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


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


# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
  test -f "$1" && test -x "$1"
} # as_fn_executable_p
as_test_x='test -x'
as_executable_p=as_fn_executable_p

# Sed expression to map a string onto a valid CPP name.
as_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.
as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
as_tr_sh="eval sed '$as_sed_sh'" # deprecated


exec 6>&1
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
_ASEOF
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by dash $as_me 0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

_ACEOF

case $ac_config_files in *"
"*) set x $ac_config_files; shift; ac_config_files=$*;;
esac

case $ac_config_headers in *"
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
esac


cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
# Files that config.status was made+ cat
+ test 0 = 0
+ chmod +x ./config.status
+ cat
 for.
config_files="$ac_config_files"
config_headers="$ac_config_headers"
config_commands="$ac_config_commands"

_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ac_cs_usage="\
'$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.

Usage: $0 [OPTION]... [TAG]...

  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
      --config     print configuration, then exit
  -q, --quiet, --silent
                   do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration head+ cat
ers:
$config_headers

Configuration commands:
$config_commands

Report bugs to the package provider."

_ACEOF
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
dash config.status 0.5.13
configured by $0, generated by GNU Autoconf 2.72,
  with options \\"\$ac_cs_config\\"

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

ac_pwd='$ac_pwd'
srcdir='$srcdir'
INSTALL='$INSTALL'
MKDIR_P='$MKDIR_P'
AWK='$AWK'
test -n "\$AWK" || AWK=awk
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_o+ cat
+ printf %s\n  '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' 'LDFLAGS=-static-libgcc' 'LIBS=' 'CPPFLAGS='
+ sed s/ '\([^|&;<>()$`\\"*?[ 	#~][^|&;<>()$`\\"*?[ 	]*\)'/ \1/g
+ ac_cs_config= --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C CC=gcc 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' LDFLAGS=-static-libgcc LIBS= CPPFLAGS=
+ printf %s\n  --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C CC=gcc 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' LDFLAGS=-static-libgcc LIBS= CPPFLAGS=
+ sed s/^ //; s/'/'\\''/g
+ ac_cs_config_escaped=--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C CC=gcc '\''CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'\'' LDFLAGS=-static-libgcc LIBS= CPPFLAGS=
+ cat
ptarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    printf "%s\n" "$ac_cs_version"; exit ;;
  --config | --confi | --conf | --con | --co | --c )
    printf "%s\n" "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    '') as_fn_error $? "missing file argument" ;;
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    as_fn_error $? "ambiguous option: '$1'
Try '$0 --help' for more information.";;
  --help | --hel | -h )
    printf "%s\n" "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) as_fn_error $? "unrecognized option: '$1'
Try '$0 --help' for more information." ;;

  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
if \$ac_cs_recheck; then
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  shift
  \printf "%s+ cat
\n" "running CONFIG_SHELL=$SHELL \$*" >&6
  CONFIG_SHELL='$SHELL'
  export CONFIG_SHELL
  exec "\$@"
fi

_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  printf "%s\n" "$ac_log"
} >&5

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
#
# INIT-COMMANDS
#
AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"

_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1

# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;

  *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar int+ cat
+ cat
+ cat
erface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
  test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
  test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to '$tmp'.
$debug ||
{
  tmp= ac_tmp=
  trap 'exit_status=$?
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
  trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp

# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with './config.status config.h'.
if test -n "$CONFIG_FILES"; then


ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
fi

echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
_ACEOF


{
  echo "cat >conf$$subs.awk <<_ACEOF" &&
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  echo "_ACEOF"
} >conf$$subs.sh ||
  as_f+ cat
n_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
  . ./conf$$subs.sh ||
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5

  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  if test $ac_delim_n = $ac_delim_num; then
    break
  elif $ac_last_try; then
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done
rm -f conf$$subs.sh

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
_ACEOF
sed -n '
h
s/^/S["/; s/!.*/"]=/
p
g
s/^[^!]*!//
:repl
t repl
s/'"$ac_delim"'$//
t delim
:nl
h
s/\(.\{148\}\)..*/\1/
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
n
b repl
:more1
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t nl
:delim
h
s/\(.\{148\}\)..*/\1/
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
b
:more2
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
+ echo cat >conf1390377subs.awk <<_ACEOF
+ echo am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
CC_FOR_BUILD
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
am__nodep
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
CSCOPE
ETAGS
CTAGS
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL
am__quote
+ sed s/.*/&!$&$ac_delim/
+ echo _ACEOF
+ echo am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
CC_FOR_BUILD
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
am__nodep
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
CSCOPE
ETAGS
CTAGS
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL
am__quote
+ grep -c ^
+ ac_delim_num=91
+ ac_delim=%!_!# 
+ . ./conf1390377subs.sh
cat >conf1390377subs.awk <<_ACEOF
am__EXEEXT_FALSE!$am__EXEEXT_FALSE$ac_delim
am__EXEEXT_TRUE!$am__EXEEXT_TRUE$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
LIBOBJS!$LIBOBJS$ac_delim
CC_FOR_BUILD!$CC_FOR_BUILD$ac_delim
am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
CCDEPMODE!$CCDEPMODE$ac_delim
am__nodep!$am__nodep$ac_delim
AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
AMDEP_FALSE!$AMDEP_FALSE$ac_delim
AMDEP_TRUE!$AMDEP_TRUE$ac_delim
am__include!$am__include$ac_delim
DEPDIR!$DEPDIR$ac_delim
OBJEXT!$OBJEXT$ac_delim
EXEEXT!$EXEEXT$ac_delim
ac_ct_CC!$ac_ct_CC$ac_delim
CPPFLAGS!$CPPFLAGS$ac_delim
LDFLAGS!$LDFLAGS$ac_delim
CFLAGS!$CFLAGS$ac_delim
CC!$CC$ac_delim
AM_BACKSLASH!$AM_BACKSLASH$ac_delim
AM_DEFAULT_VERBOSITY!$AM_DEFAULT_VERBOSITY$ac_delim
AM_DEFAULT_V!$AM_DEFAULT_V$ac_delim
AM_V!$AM_V$ac_delim
CSCOPE!$CSCOPE$ac_delim
ETAGS!$ETAGS$ac_delim
CTAGS!$CTAGS$ac_delim
am__untar!$am__untar$ac_delim
am__tar!$am__tar$ac_delim
AMTAR!$AMTAR$ac_delim
am__leading_dot!$am__leading_dot$ac_delim
SET_MAKE!$SET_MAKE$ac_delim
AWK!$AWK$ac_delim
mkdir_p!$mkdir_p$ac_delim
MKDIR_P!$MKDIR_P$ac_delim
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
STRIP!$STRIP$ac_delim
install_sh!$install_sh$ac_delim
MAKEINFO!$MAKEINFO$ac_delim
AUTOHEADER!$AUTOHEADER$ac_delim
AUTOMAKE!$AUTOMAKE$ac_delim
AUTOCONF!$AUTOCONF$ac_delim
ACLOCAL!$ACLOCAL$ac_delim
VERSION!$VERSION$ac_delim
PACKAGE!$PACKAGE$ac_delim
CYGPATH_W!$CYGPATH_W$ac_delim
am__isrc!$am__isrc$ac_delim
INSTALL_DATA!$INSTALL_DATA$ac_delim
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
target_alias!$target_alias$ac_delim
host_alias!$host_alias$ac_delim
build_alias!$build_alias$ac_delim
LIBS!$LIBS$ac_delim
ECHO_T!$ECHO_T$ac_delim
ECHO_N!$ECHO_N$ac_delim
ECHO_C!$ECHO_C$ac_delim
DEFS!$DEFS$ac_delim
mandir!$mandir$ac_delim
localedir!$localedir$ac_delim
libdir!$libdir$ac_delim
psdir!$psdir$ac_delim
pdfdir!$pdfdir$ac_delim
dvidir!$dvidir$ac_delim
htmldir!$htmldir$ac_delim
infodir!$infodir$ac_delim
docdir!$docdir$ac_delim
oldincludedir!$oldincludedir$ac_delim
includedir!$includedir$ac_delim
runstatedir!$runstatedir$ac_delim
localstatedir!$localstatedir$ac_delim
sharedstatedir!$sharedstatedir$ac_delim
sysconfdir!$sysconfdir$ac_delim
datadir!$datadir$ac_delim
datarootdir!$datarootdir$ac_delim
libexecdir!$libexecdir$ac_delim
sbindir!$sbindir$ac_delim
bindir!$bindir$ac_delim
program_transform_name!$program_transform_name$ac_delim
prefix!$prefix$ac_delim
exec_prefix!$exec_prefix$ac_delim
PACKAGE_URL!$PACKAGE_URL$ac_delim
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
SHELL!$SHELL$ac_delim
am__quote!$am__quote$ac_delim
_ACEOF
+ cat
+ sed -n s/.*%!_!# $/X/p conf1390377subs.awk
+ grep -c X
+ ac_delim_n=91
+ test 91 = 91
+ break
+ rm -f conf1390377subs.sh
+ cat
t delim
' <conf$$subs.awk | sed '
/^[^""]/{
  N
  s/\n//
}
' >>$CONFIG_STATUS || ac_write_fail=1
rm -f conf$$subs.awk
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  FS = "\a"

}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}

_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
_ACEOF

# VPATH may cause trouble with some makes, + sed -n 
h
s/^/S["/; s/!.*/"]=/
p
g
s/^[^!]*!//
:repl
t repl
s/%!_!# $//
t delim
:nl
h
s/\(.\{148\}\)..*/\1/
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
n
b repl
:more1
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t nl
:delim
h
s/\(.\{148\}\)..*/\1/
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
b
:more2
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t delim

+ sed 
/^[^""]/{
  N
  s/\n//
}

+ rm -f conf1390377subs.awk
+ cat
+ cat
so we remove sole $(srcdir),
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
h
s///
s/^/:/
s/[	 ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
s/:*$//
x
s/\(=[	 ]*\).*/\1/
G
s/\n//
s/^[^=]*=[	 ]*$//
}'
fi

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fi # test -n "$CONFIG_FILES"

# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with './config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
_ACEOF

# Transform confdefs.h into an awk script 'defines.awk', embedded as
# here-document in config.status, that substitutes the proper values into
# config.h.in to produce config.h.

# Create a delimiter string that does not + test x/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 = x.
+ cat
exist in confdefs.h, to ease
# handling of long lines.
ac_delim='%!_!# '
for ac_last_try in false false :; do
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  if test -z "$ac_tt"; then
    break
  elif $ac_last_try; then
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done

# For the awk script, D is an array of macro values keyed by name,
# likewise P contains macro parameters if any.  Preserve backslash
# newline sequences.

ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
sed -n '
s/.\{148\}/&'"$ac_delim"'/g
t rset
:rset
s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
t def
d
:def
s/\\$//
t bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3"/p
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
d
:bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3\\\\\\n"\\/p
t cont
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
t cont
d
:cont
n
s/.\{148\}/&'"$ac_delim"'/g
t + ac_delim=%!_!# 
+ sed -n /%!_!# /p confdefs.h
+ ac_tt=
+ test -z 
+ break
+ ac_word_re=[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*
clear
:clear
s/\\$//
t bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/"/p
d
:bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
b cont
' <confdefs.h | sed '
s/'"$ac_delim"'/"\\\
"/g' >>$CONFIG_STATUS || ac_write_fail=1

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  for (key in D) D_is_set[key] = 1
  FS = "\a"
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
  line = \$ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "+ sed -n 
s/.\{148\}/&%!_!# /g
t rset
:rset
s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
t def
d
:def
s/\\$//
t bsnl
s/["\\]/\\&/g
s/^ \([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3"/p
s/^ \([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*\)[	 ]*\(.*\)/D["\1"]=" \2"/p
d
:bsnl
s/["\\]/\\&/g
s/^ \([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3\\\\\\n"\\/p
t cont
s/^ \([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
t cont
d
:cont
n
s/.\{148\}/&%!_!# /g
t clear
:clear
s/\\$//
t bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/"/p
d
:bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
b cont

+ sed 
s/%!_!# /"\\\
"/g
/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"


eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
for ac_tag
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain ':'.
	 test -f "$ac_f" ||
	   cas+ cat
e $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
      esac
      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
    done

    # Let's still pretend it is 'configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input='Generated from '`
	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
printf "%s\n" "$as_me: creating $ac_file" >&6;}
    fi
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac

    case $ac_tag in
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  as_dir="$ac_dir"; as_fn_mkdir_p
  ac_builddir=.

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

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


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  ac_datarootdir_hack='
  s&@datadir@&$datadir&g
  s&@docdir@&$docdir&g
  s&@infodir@&$infodir&g
  s&@localedir@&$localedir&g
  s&@mandir@&$mandir&g
  s&\\\${datarootdir}&$datarootdir&g' ;;
es+ cat
+ cat
ac
_ACEOF

# Neutralize VPATH when '$srcdir' = '.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_sed_extra="$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/+ cat
+ cat
\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
      "$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'
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'
which seems to be undefined.  Please make sure it is defined" >&2;}

  rm -f "$ac_tmp/stdin"
  case $ac_file in
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  esac \
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 ;;
  :H)
  #
  # CONFIG_HEADER
  #
  if test x"$ac_file" != x-; then
    {
      printf "%s\n" "/* $configure_input  */" >&1 \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    } >"$ac_tmp/config.h" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
    else
      rm -f "$ac_file"
      mv "$ac_tmp/config.h" "$ac_file" \
	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
    fi
  else
    printf "%s\n" "/* $configure_input  */" >&1 \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
      || as_fn_error $? "could not create -" "$LINENO" 5
  fi
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
_am_stamp_count=1
for _am_header in $config_headers :; do
  case $_am_header in
    $_am_arg | $_am_arg:* )
      break ;;
    * )
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  esac
done
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
	 X"$_am_arg" : 'X\(//\)$' \| \
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$_am_arg" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`/stamp-h$_am_stamp_count
 ;;

  :C)  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
 ;;
  esac


  case $ac_file$ac_mode in
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  # Older Autoconf quotes --file arguments for eval, but not when files
  # are listed without --file.  Let's play safe and only enable the eval
  # if we detect the quoting.
  # TODO: see whether this extra hack can be removed once we start
  # requiring Autoconf 2.70 or later.
  case $CONFIG_FILES in #(
  *\'*) :
    eval set x "$CONFIG_FILES" ;; #(
  *) :
    set x $CONFIG_FILES ;; #(
  *) :
     ;;
esac
  shift
  # Used to flag and report bootstrapping failures.
  am_rc=0
  for am_mf
  do
    # Strip MF so we end up with the name of the file.
    am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
    # Check whether this is an Automake generated Makefile which includes
    # dependency-tracking related rules and includes.
    # Grep'ing the whole file directly is not great: AIX grep has a line
    # limit of 2048, but all sed's we know have understand at least 4000.
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
      || continue
    am_dirpart=`$as_dirname -- "$am_mf" ||
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$am_mf" : 'X\(//\)[^/]' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$am_mf" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    am_filepart=`$as_basename -- "$am_mf" ||
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X/"$am_mf" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    { echo "$as_me:$LINENO: cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles" >&5
   (cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } || am_rc=$?
  done
  if test $am_rc -ne 0; then
    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  If GNU make was not used, consider
    re-running the configure script with MAKE=\"gmake\" (or whatever is
    necessary).  You can also try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See 'config.log' for more details" "$LINENO" 5; }
  fi
  { am_dirpart=; unset am_dirpart;}
  { am_filepart=; unset am_filepart;}
  { am_mf=; unset am_mf;}
  { am_rc=; unset am_rc;}
  rm -f conftest-deps.mk
}
 ;;

  esac
done # for ac_tag


as_fn_exit 0
_ACEOF
ac_clean_files=$ac_clean_files_save

test $ac_write_fail = 0 ||
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5


# configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log.
# Unfortunately, on DOS this fails, as config.log is still kept open
# by configure, so config.status won't be able to write to it; its
# output is simply discarded.  So we exec the FD to /dev/null,
# effectively closing config.log, so it can be properly (re)opened and
# appended to by config.status.  When coming back to configure, we
# need to make the FD av+ cat
+ ac_clean_files=
+ test 0 = 0
ailable again.
if test "$no_create" != yes; then
  ac_cs_success=:
  ac_config_status_args=
  test "$silent" = yes &&
    ac_config_status_args="$ac_config_status_args --quiet"
  exec 5>/dev/null
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  exec 5>>config.log
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  # would make configure fail if this is the last instruction.
  $ac_cs_success || as_fn_exit 1
fi
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi


+ test  != yes
+ ac_cs_success=:
+ ac_config_status_args=
+ test  = yes
+ exec
+ /bin/sh ./config.status
./config.status: 665: Syntax error: Unterminated quoted string
+ ac_cs_success=false
+ exec
+ false
+ as_fn_exit 1
+ set +e
+ as_fn_set_status 1
+ return 1
+ exit 1
+ exit_status=1
+ IFS= 	

+ echo
+ printf %s\n ## ---------------- ##
## Cache variables. ##
## ---------------- ##
+ echo
+ sed -n s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p
+ eval ac_val=$ACLOCAL
+ ac_val=aclocal
+ eval ac_val=$ALLUSERSPROFILE
+ ac_val=C:\ProgramData
+ eval ac_val=$AMDEPBACKSLASH
+ ac_val=\
+ eval ac_val=$AMDEP_FALSE
+ ac_val=#
+ eval ac_val=$AMDEP_TRUE
+ ac_val=
+ eval ac_val=$AMTAR
+ ac_val=$${TAR-tar}
+ eval ac_val=$AM_BACKSLASH
+ ac_val=\
+ eval ac_val=$AM_DEFAULT_V
+ ac_val=$(AM_DEFAULT_VERBOSITY)
+ eval ac_val=$AM_DEFAULT_VERBOSITY
+ ac_val=0
+ eval ac_val=$AM_V
+ ac_val=$(V)
+ eval ac_val=$APPDATA
+ ac_val=C:\Users\$USER\AppData\Roaming
+ eval ac_val=$AUTOCONF
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoconf
+ eval ac_val=$AUTOHEADER
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoheader
+ eval ac_val=$AUTOMAKE
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' automake-1.16
+ eval ac_val=$AUTOPOINT
+ ac_val=/usr/bin/autopoint -V 0.22.5
+ eval ac_val=$AWK
+ ac_val=gawk
+ eval ac_val=$AWKLIBPATH
+ ac_val=/usr/lib/gawk::
+ eval ac_val=$AWKPATH
+ ac_val=.:/usr/share/awk:/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/usr/bin:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/Vim/vim91:/usr/lib/lapack:/home/$USER/bin:/proc/cygdrive/c/Users/$USER/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin:/usr/i686-w64-mingw32/bin:/usr/x86_64-pc-cygwin/bin:/usr/x86_64-w64-mingw32/bin:/proc/cygdrive/c/usr/local/bin:/proc/cygdrive/c/usr/local/sbin:/proc/cygdrive/c/usr/local/ast/bin:/proc/cygdrive/c/$Recycle.Bin:/proc/cygdrive/c/bin:/proc/cygdrive/c/sbin:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/Vim/vim91
+ eval ac_val=$BROWSER
+ ac_val=/proc/cygdrive/c/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe
+ eval ac_val=$CC
+ ac_val=gcc
+ eval ac_val=$CCDEPMODE
+ ac_val=depmode=gcc3
+ eval ac_val=$CC_FOR_BUILD
+ ac_val=gcc
+ eval ac_val=$CFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$COMMONPROGRAMFILES
+ ac_val=C:\Program Files\Common Files
+ eval ac_val=$COMPUTERNAME
+ ac_val=$HOSTNAME
+ eval ac_val=$COMSPEC
+ ac_val=C:\WINDOWS\system32\cmd.exe
+ eval ac_val=$CONFIG_SITE
+ ac_val=/etc/config.site
+ eval ac_val=$CONFIG_STATUS
+ ac_val=./config.status
+ eval ac_val=$CPPFLAGS
+ ac_val=
+ eval ac_val=$CSCOPE
+ ac_val=cscope
+ eval ac_val=$CTAGS
+ ac_val=ctags
+ eval ac_val=$CXX
+ ac_val=g++
+ eval ac_val=$CXXFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$CYGPATH_W
+ ac_val=cygpath -w
+ eval ac_val=$CYGPORT_ARCH
+ ac_val=x86_64
+ eval ac_val=$CYGPORT_BUILD_ROOT
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/inst
+ eval ac_val=$CYGPORT_OPT_FLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4
+ eval ac_val=$CYGPORT_OS
+ ac_val=Cygwin
+ eval ac_val=$CYGPORT_PACKAGE_NAME
+ ac_val=dash
+ eval ac_val=$CYGPORT_PACKAGE_RELEASE
+ ac_val=2
+ eval ac_val=$CYGPORT_PACKAGE_VERSION
+ ac_val=0.5.13
+ eval ac_val=$CYGWIN
+ ac_val=
+ eval ac_val=$CYGWIN_NOWINPATH
+ ac_val=1
+ eval ac_val=$CommonProgramW6432
+ ac_val=C:\Program Files\Common Files
+ eval ac_val=$DATADIRNAME
+ ac_val=share
+ eval ac_val=$DATE_FORMAT_FULL
+ ac_val=%Y %B %e %A %T%z
+ eval ac_val=$DATE_FORMAT_LONG
+ ac_val=%Y %b %d %a %T%z
+ eval ac_val=$DATE_FORMAT_MEDIUM
+ ac_val=%F %T%z
+ eval ac_val=$DATE_FORMAT_SHORT
+ ac_val=%F %R
+ eval ac_val=$DBUS_SESSION_BUS_ADDRESS
+ ac_val=unix:path=/tmp/dbus-SVLyUynrBE,guid=0ec784796bc2e0f96c4dab8868ccaafa
+ eval ac_val=$DEFS
+ ac_val=-DHAVE_CONFIG_H
+ eval ac_val=$DEPDIR
+ ac_val=.deps
+ eval ac_val=$DISPLAY
+ ac_val=:0
+ eval ac_val=$DUALCASE
+ ac_val=1
+ eval ac_val=$DriverData
+ ac_val=C:\Windows\System32\Drivers\DriverData
+ eval ac_val=$ECHO_C
+ ac_val=
+ eval ac_val=$ECHO_N
+ ac_val=-n
+ eval ac_val=$ECHO_T
+ ac_val=
+ eval ac_val=$EDITOR
+ ac_val=/usr/bin/vim
+ eval ac_val=$ETAGS
+ ac_val=etags
+ eval ac_val=$EXECIGNORE
+ ac_val=*.txt;*.htm;*.html;*.tar;*.Z;*.z;*.?z;*.bz2;*.log;*.pdf;*.epub;*.jar;*.zip;*.[0-9]*;*.jpg;*.jpeg;*.png;*.svg
+ eval ac_val=$EXEEXT
+ ac_val=.exe
+ eval ac_val=$F77
+ ac_val=gfortran
+ eval ac_val=$FC
+ ac_val=gfortran
+ eval ac_val=$FCFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$FFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$FPS_BROWSER_APP_PROFILE_STRING
+ ac_val=Internet Explorer
+ eval ac_val=$FPS_BROWSER_USER_PROFILE_STRING
+ ac_val=Default
+ eval ac_val=$GCC
+ ac_val=yes
+ eval ac_val=$GCC_COLORS
+ ac_val=error=1;31:warning=1;35:note=1;36:caret=1;32:locus=1:quote=1
+ eval ac_val=$GOC
+ ac_val=gccgo
+ eval ac_val=$GOFLAGS
+ ac_val=-ggdb -O2 -pipe -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$GREP_COLORS
+ ac_val=mt=1;33;44;7:ln=34
+ eval ac_val=$HISTCONTROL
+ ac_val=ignoreboth:erasedups
+ eval ac_val=$HISTFILESIZE
+ ac_val=2000
+ eval ac_val=$HISTIGNORE
+ ac_val=[ 	]*:&:[fb]g:exit:history:l:l[alst]
+ eval ac_val=$HISTSIZE
+ ac_val=1000
+ eval ac_val=$HOME
+ ac_val=/home/$USER
+ eval ac_val=$HOMEDRIVE
+ ac_val=C:
+ eval ac_val=$HOMEPATH
+ ac_val=\Users\$USER
+ eval ac_val=$HOSTFILE
+ ac_val=/etc/hosts
+ eval ac_val=$HOSTLANG
+ ac_val=en_CA.UTF-8
+ eval ac_val=$HOSTNAME
+ ac_val=$HOSTNAME
+ eval ac_val=$HOSTTERM
+ ac_val=xterm-256color
+ eval ac_val=$IFS
+ ac_val= 	

+ eval ac_val=$IMSETTINGS_INTEGRATE_DESKTOP
+ ac_val=no
+ eval ac_val=$INFOPATH
+ ac_val=/home/$USER/info:/proc/cygdrive/c/Users/$USER/info:/usr/local/info:/usr/info:/usr/share/ddd-3.4.1/info:/usr/share/git-core/templates/info:/proc/cygdrive/c/usr/local/share/info:/proc/cygdrive/c/usr/local/cygwin-99.archive/usr/share/info
+ eval ac_val=$INSTALL
+ ac_val=/usr/bin/install -c
+ eval ac_val=$INSTALL_DATA
+ ac_val=${INSTALL} -m 644
+ eval ac_val=$INSTALL_PROGRAM
+ ac_val=${INSTALL}
+ eval ac_val=$INSTALL_SCRIPT
+ ac_val=${INSTALL}
+ eval ac_val=$INSTALL_STRIP_PROGRAM
+ ac_val=$(install_sh) -c -s
+ eval ac_val=$LANG
+ ac_val=en_CA.UTF-8
+ eval ac_val=$LANGUAGE
+ ac_val=C
+ eval ac_val=$LAUNCHER
+ ac_val=/home/$USER/bin/gio-open
+ eval ac_val=$LC_ALL
+ ac_val=C
+ eval ac_val=$LC_COLLATE
+ ac_val=C
+ eval ac_val=$LDFLAGS
+ ac_val=-static-libgcc
+ eval ac_val=$LESS
+ ac_val=-c -R -M -PM?P%Pb\% %lb/%L.?p %pb\% %bb/%B.?f %f.?m %i/%m.?x %x.
+ eval ac_val=$LESSOPEN
+ ac_val=|/usr/bin/lesspipe.sh %s
+ eval ac_val=$LIBOBJS
+ ac_val=
+ eval ac_val=$LIBS
+ ac_val=
+ eval ac_val=$LINENO
+ ac_val=1
+ eval ac_val=$LOCALAPPDATA
+ ac_val=C:\Users\$USER\AppData\Local
+ eval ac_val=$LOGNAME
+ ac_val=$USER
+ eval ac_val=$LOGONSERVER
+ ac_val=\\$HOSTNAME
+ eval ac_val=$LS_COLORS
+ ac_val=rs=0:di=01;34:ln=01;36:*.lnk=01;36:*.url=01;36:*.URL=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.dll=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.docx=01;31:*.pptx=01;31:*.xlsx=01;31:*.xps=01;31:*.ods=01;31:*.odt=01;31:*.epub=01;31:*.accumap=01;31:*.lwell=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ico=01;35:*.icl=01;35:*.ogv=01;35:*.ogx=01;35:*.axv=01;35:*.anx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.WAV=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*.axa=00;36:
+ eval ac_val=$LTLIBOBJS
+ ac_val=
+ eval ac_val=$MAKEFLAGS
+ ac_val=
+ eval ac_val=$MAKEINFO
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' makeinfo
+ eval ac_val=$MANPAGER
+ ac_val=/usr/bin/less
+ eval ac_val=$MANPATH
+ ac_val=/usr/local/man:/usr/man:/usr/share/sendmail/man:/usr/share/texmf-dist/doc/man:/usr/src/gnuplot-main/man:/proc/cygdrive/c/usr/local/share/man:/proc/cygdrive/c/usr/local/cygwin-99.archive/usr/share/man:/proc/cygdrive/c/usr/local/ast/src/lib/libast/man:/proc/cygdrive/c/usr/local/ast/arch/cygwin.i386/man:
+ eval ac_val=$MFLAGS
+ ac_val=
+ eval ac_val=$MINIX
+ ac_val=
+ eval ac_val=$MISSING
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'
+ eval ac_val=$MKDIR_P
+ ac_val=/usr/bin/mkdir -p
+ eval ac_val=$NO_AT_BRIDGE
+ ac_val=1
+ eval ac_val=$NUMBER_OF_PROCESSORS
+ ac_val=4
+ eval ac_val=$OBJC
+ ac_val=gcc
+ eval ac_val=$OBJCFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$OBJCXX
+ ac_val=g++
+ eval ac_val=$OBJCXXFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$OBJEXT
+ ac_val=o
+ eval ac_val=$OLDPWD
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/build/conftest.dir
+ eval ac_val=$OPENSSL64_INC
+ ac_val=/usr/include/openssl
+ eval ac_val=$OPENSSL64_LIB
+ ac_val=/usr/lib
+ eval ac_val=$OPENSSL_CONF
+ ac_val=/usr/ssl/openssl.cnf
+ eval ac_val=$OPENSSL_INC
+ ac_val=/usr/include/openssl
+ eval ac_val=$OPENSSL_LIB
+ ac_val=/usr/lib
+ eval ac_val=$OPTIND
+ ac_val=1
+ eval ac_val=$ORIGINAL_PATH
+ ac_val=/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/proc/cygdrive/c/Program Files/TortoiseHg:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/usr/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files (x86)/GNU/units:/proc/cygdrive/c/Users/$USER/AppData/Local/Microsoft/WindowsApps:/proc/cygdrive/c/Program Files (x86)/NTP/bin:/proc/cygdrive/c/WINDOWS/System32/Wbem:/proc/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/proc/cygdrive/c/WINDOWS/system32:/proc/cygdrive/c/WINDOWS:/proc/cygdrive/c/Program Files/TortoiseHg:/usr/bin:/proc/cygdrive/c/WINDOWS/System32/OpenSSH:/proc/cygdrive/c/Program Files/dotnet:/proc/cygdrive/c/Program Files (x86)/BitKeeper:/proc/cygdrive/c/Program Files/gs/gs9.56.0/bin:/proc/cygdrive/c/Program Files (x86)/GnuPG/bin:/proc/cygdrive/c/Program Files/TortoiseGit/bin:/proc/cygdrive/c/Program Files/GNU/units:/proc/cygdrive/c/Program Files/GNU/units
+ eval ac_val=$OS
+ ac_val=Windows_NT
+ eval ac_val=$PACKAGE
+ ac_val=dash
+ eval ac_val=$PACKAGE_BUGREPORT
+ ac_val=
+ eval ac_val=$PACKAGE_NAME
+ ac_val=dash
+ eval ac_val=$PACKAGE_STRING
+ ac_val=dash 0.5.13
+ eval ac_val=$PACKAGE_TARNAME
+ ac_val=dash
+ eval ac_val=$PACKAGE_URL
+ ac_val=
+ eval ac_val=$PACKAGE_VERSION
+ ac_val=0.5.13
+ eval ac_val=$PAGER
+ ac_val=/usr/bin/less
+ eval ac_val=$PATH
+ ac_val=/home/$USER/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin
+ eval ac_val=$PATHEXT
+ ac_val=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
+ eval ac_val=$PATH_SEPARATOR
+ ac_val=:
+ eval ac_val=$PPID
+ ac_val=1390192
+ eval ac_val=$PRINTER
+ ac_val=EPSONWF-3720 (WF-3720 Series)
+ eval ac_val=$PROCESSOR_ARCHITECTURE
+ ac_val=AMD64
+ eval ac_val=$PROCESSOR_IDENTIFIER
+ ac_val=AMD64 Family 21 Model 101 Stepping 1, AuthenticAMD
+ eval ac_val=$PROCESSOR_LEVEL
+ ac_val=21
+ eval ac_val=$PROCESSOR_REVISION
+ ac_val=6501
+ eval ac_val=$PROFILEREAD
+ ac_val=true
+ eval ac_val=$PROGRAMFILES
+ ac_val=C:\Program Files
+ eval ac_val=$PROMPT_COMMAND
+ ac_val=history -a
+ eval ac_val=$PS1
+ ac_val=$ 
+ eval ac_val=$PS2
+ ac_val=> 
+ eval ac_val=$PS4
+ ac_val=+ 
+ eval ac_val=$PSModulePath
+ ac_val=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
+ eval ac_val=$PUBLIC
+ ac_val=C:\Users\Public
+ eval ac_val=$PWD
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/build
+ eval ac_val=$ProgramData
+ ac_val=C:\ProgramData
+ eval ac_val=$ProgramW6432
+ ac_val=C:\Program Files
+ eval ac_val=$QT_QPA_PLATFORMTHEME
+ ac_val=qt5ct
+ eval ac_val=$RANDFILE
+ ac_val=C:\Program Files (x86)\NTP\etc\.rnd
+ eval ac_val=$SESSIONNAME
+ ac_val=Console
+ eval ac_val=$SET_MAKE
+ ac_val=
+ eval ac_val=$SHELL
+ ac_val=/bin/sh
+ eval ac_val=$SHLVL
+ ac_val=2
+ eval ac_val=$SSH_AGENT_PID
+ ac_val=54376
+ eval ac_val=$SSH_AUTH_SOCK
+ ac_val=/tmp/ssh-iNsiUKYjZSl6/agent.54371
+ eval ac_val=$SYSTEMDRIVE
+ ac_val=C:
+ eval ac_val=$SYSTEMROOT
+ ac_val=C:\WINDOWS
+ eval ac_val=$TAR_OPTIONS
+ ac_val=-a --group=user:100 --owner=bwi:1000
+ eval ac_val=$TEMP
+ ac_val=/tmp
+ eval ac_val=$TERM
+ ac_val=xterm-256color
+ eval ac_val=$TERM_PROGRAM
+ ac_val=mintty
+ eval ac_val=$TERM_PROGRAM_VERSION
+ ac_val=3.7.9
+ eval ac_val=$TMP
+ ac_val=/tmp
+ eval ac_val=$TMPDIR
+ ac_val=/tmp
+ eval ac_val=$TZ
+ ac_val=America/Edmonton
+ eval ac_val=$U
+ ac_val=
+ eval ac_val=$USER
+ ac_val=$USER
+ eval ac_val=$USERDOMAIN
+ ac_val=$HOSTNAME
+ eval ac_val=$USERDOMAIN_ROAMINGPROFILE
+ ac_val=$HOSTNAME
+ eval ac_val=$USERNAME
+ ac_val=$USER
+ eval ac_val=$USERPROFILE
+ ac_val=C:\Users\$USER
+ eval ac_val=$VBOX_MSI_INSTALL_PATH
+ ac_val=C:\Program Files\Oracle\VirtualBox\
+ eval ac_val=$VERSION
+ ac_val=0.5.13
+ eval ac_val=$VIM
+ ac_val=/home/$USER/.vim
+ eval ac_val=$VIMRUNTIME
+ ac_val=/usr/share/vim/vim91
+ eval ac_val=$VISUAL
+ ac_val=/usr/bin/gvim -f
+ eval ac_val=$WANT_AUTOCONF
+ ac_val=2.7
+ eval ac_val=$WCDHOME
+ ac_val=/home/$USER/.wcd
+ eval ac_val=$WINDIR
+ ac_val=C:\WINDOWS
+ eval ac_val=$WSLENV
+ ac_val=HOSTTERM::HOSTLANG
+ eval ac_val=$XAUTHORITY
+ ac_val=/home/$USER/.Xauthority
+ eval ac_val=$XDG_CURRENT_DESKTOP
+ ac_val=X-Cygwin
+ eval ac_val=$XDG_MENU_PREFIX
+ ac_val=xwin-
+ eval ac_val=$XDG_RUNTIME_DIR
+ ac_val=/run/user/197609/
+ eval ac_val=$_
+ ac_val=/usr/bin/sh
+ eval ac_val=$__cygport_check_prog_req_nonfatal
+ ac_val=1
+ eval ac_val=$_am_result
+ ac_val=yes (GNU style)
+ eval ac_val=$_am_tools
+ ac_val=gnutar  pax cpio none
+ eval ac_val=$ac_abs_confdir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ eval ac_val=$ac_arg
+ ac_val=
+ eval ac_val=$ac_aux
+ ac_val=install-sh
+ eval ac_val=$ac_aux_dir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/
+ eval ac_val=$ac_aux_dir_candidates
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13:/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/..:/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/../..
+ eval ac_val=$ac_aux_dir_found
+ ac_val=yes
+ eval ac_val=$ac_aux_files
+ ac_val=compile missing install-sh
+ eval ac_val=$ac_c_conftest_c11_globals
+ ac_val=
/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;

+ eval ac_c_conftest_c11_globals=
+ ac_c_conftest_c11_globals=
+ unset ac_c_conftest_c11_globals
+ eval ac_val=$ac_c_conftest_c11_main
+ ac_val=
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;

+ eval ac_c_conftest_c11_main=
+ ac_c_conftest_c11_main=
+ unset ac_c_conftest_c11_main
+ eval ac_val=$ac_c_conftest_c11_program
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}


/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif

// Check _Alignas.
char _Alignas (double) aligned_as_double;
char _Alignas (0) no_special_alignment;
extern char aligned_as_int;
char _Alignas (0) _Alignas (int) aligned_as_int;

// Check _Alignof.
enum
{
  int_alignment = _Alignof (int),
  int_array_alignment = _Alignof (int[100]),
  char_alignment = _Alignof (char)
};
_Static_assert (0 < -_Alignof (int), "_Alignof is signed");

// Check _Noreturn.
int _Noreturn does_not_return (void) { for (;;) continue; }

// Check _Static_assert.
struct test_static_assert
{
  int x;
  _Static_assert (sizeof (int) <= sizeof (long int),
                  "_Static_assert does not work in struct");
  long int y;
};

// Check UTF-8 literals.
#define u8 syntax error!
char const utf8_literal[] = u8"happens to be ASCII" "another string";

// Check duplicate typedefs.
typedef long *long_ptr;
typedef long int *long_ptr;
typedef long_ptr long_ptr;

// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
struct anonymous
{
  union {
    struct { int i; int j; };
    struct { int k; long int l; } w;
  };
  int m;
} v1;


int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

  
  _Static_assert ((offsetof (struct anonymous, i)
		   == offsetof (struct anonymous, w.k)),
		  "Anonymous union alignment botch");
  v1.i = 2;
  v1.w.k = 5;
  ok |= v1.i != 5;

  return ok;
}

+ eval ac_c_conftest_c11_program=
+ ac_c_conftest_c11_program=
+ unset ac_c_conftest_c11_program
+ eval ac_val=$ac_c_conftest_c89_globals
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);
+ eval ac_c_conftest_c89_globals=
+ ac_c_conftest_c89_globals=
+ unset ac_c_conftest_c89_globals
+ eval ac_val=$ac_c_conftest_c89_main
+ ac_val=
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

+ eval ac_c_conftest_c89_main=
+ ac_c_conftest_c89_main=
+ unset ac_c_conftest_c89_main
+ eval ac_val=$ac_c_conftest_c89_program
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  return ok;
}

+ eval ac_c_conftest_c89_program=
+ ac_c_conftest_c89_program=
+ unset ac_c_conftest_c89_program
+ eval ac_val=$ac_c_conftest_c99_globals
+ ac_val=
/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}

+ eval ac_c_conftest_c99_globals=
+ ac_c_conftest_c99_globals=
+ unset ac_c_conftest_c99_globals
+ eval ac_val=$ac_c_conftest_c99_main
+ ac_val=
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

+ eval ac_c_conftest_c99_main=
+ ac_c_conftest_c99_main=
+ unset ac_c_conftest_c99_main
+ eval ac_val=$ac_c_conftest_c99_program
+ ac_val=
/* Does the compiler advertise C89 conformance?
   Do not test the value of __STDC__, because some compilers set it to 0
   while being otherwise adequately conformant. */
#if !defined __STDC__
# error "Compiler does not advertise C89 conformance"
#endif

#include <stddef.h>
#include <stdarg.h>
struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (char **p, int i)
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* 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
   function prototypes and stuff, but not \xHH hex character constants.
   These do not provoke an error unfortunately, instead are silently treated
   as an "x".  The following induces an error, until -std is added to get
   proper ANSI mode.  Curiously \x00 != x always comes out true, for an
   array size at least.  It is necessary to write \x00 == 0 to get something
   that is true only with -std.  */
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

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

int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
               int, int);

/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif

// See if C++-style comments work.

#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
extern void free (void *);

// Check varargs macros.  These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
// FILE and stderr.
#define debug(...) dprintf (2, __VA_ARGS__)
#define showlist(...) puts (#__VA_ARGS__)
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
static void
test_varargs_macros (void)
{
  int x = 1234;
  int y = 5678;
  debug ("Flag");
  debug ("X = %d\n", x);
  showlist (The first, second, and third items.);
  report (x>y, "x is %d but y is %d", x, y);
}

// Check long long types.
#define BIG64 18446744073709551615ull
#define BIG32 4294967295ul
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
#if !BIG_OK
  #error "your preprocessor is broken"
#endif
#if BIG_OK
#else
  #error "your preprocessor is broken"
#endif
static long long int bignum = -9223372036854775807LL;
static unsigned long long int ubignum = BIG64;

struct incomplete_array
{
  int datasize;
  double data[];
};

struct named_init {
  int number;
  const wchar_t *name;
  double average;
};

typedef const char *ccp;

static inline int
test_restrict (ccp restrict text)
{
  // Iterate through items via the restricted pointer.
  // Also check for declarations in for loops.
  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
    continue;
  return 0;
}

// Check varargs and va_copy.
static bool
test_varargs (const char *format, ...)
{
  va_list args;
  va_start (args, format);
  va_list args_copy;
  va_copy (args_copy, args);

  const char *str = "";
  int number = 0;
  float fnumber = 0;

  while (*format)
    {
      switch (*format++)
	{
	case 's': // string
	  str = va_arg (args_copy, const char *);
	  break;
	case 'd': // int
	  number = va_arg (args_copy, int);
	  break;
	case 'f': // float
	  fnumber = va_arg (args_copy, double);
	  break;
	default:
	  break;
	}
    }
  va_end (args_copy);
  va_end (args);

  return *str && number && fnumber;
}


int
main (int argc, char **argv)
{
  int ok = 0;
  
ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);

  
  // Check bool.
  _Bool success = false;
  success |= (argc != 0);

  // Check restrict.
  if (test_restrict ("String literal") == 0)
    success = true;
  char *restrict newvar = "Another string";

  // Check varargs.
  success &= test_varargs ("s, d' f .", "string", 65, 34.234);
  test_varargs_macros ();

  // Check flexible array members.
  struct incomplete_array *ia =
    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  ia->datasize = 10;
  for (int i = 0; i < ia->datasize; ++i)
    ia->data[i] = i * 1.234;
  // Work around memory leak warnings.
  free (ia);

  // Check named initializers.
  struct named_init ni = {
    .number = 34,
    .name = L"Test wide string",
    .average = 543.34343,
  };

  ni.number = 58;

  int dynamic_array[ni.number];
  dynamic_array[0] = argv[0][0];
  dynamic_array[ni.number - 1] = 543;

  // work around unused variable warnings
  ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
	 || dynamic_array[ni.number - 1] != 543);

  return ok;
}

+ eval ac_c_conftest_c99_program=
+ ac_c_conftest_c99_program=
+ unset ac_c_conftest_c99_program
+ eval ac_val=$ac_c_undeclared_builtin_options
+ ac_val=
+ eval ac_val=$ac_c_werror_flag
+ ac_val=
+ eval ac_val=$ac_cache
+ ac_val=
+ eval ac_val=$ac_cache_corrupted
+ ac_val=false
+ eval ac_val=$ac_clean_files
+ ac_val=
+ eval ac_val=$ac_clean_files_save
+ ac_val=
+ eval ac_val=$ac_compile
+ ac_val=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_val=$ac_compiler
+ ac_val=$CC
+ eval ac_val=$ac_compiler_gnu
+ ac_val=yes
+ eval ac_val=$ac_config_commands
+ ac_val= depfiles
+ eval ac_val=$ac_config_files
+ ac_val= Makefile src/Makefile
+ eval ac_val=$ac_config_headers
+ ac_val= config.h
+ eval ac_val=$ac_config_libobj_dir
+ ac_val=.
+ eval ac_val=$ac_config_status_args
+ ac_val=
+ eval ac_val=$ac_configure
+ ac_val=/bin/sh /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ eval ac_val=$ac_configure_args
+ ac_val= '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' 'LDFLAGS=-static-libgcc' 'LIBS=' 'CPPFLAGS='
+ eval ac_val=$ac_configure_args_raw
+ ac_val= --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C
+ eval ac_val=$ac_cpp
+ ac_val=$CPP $CPPFLAGS
+ eval ac_val=$ac_cs_config
+ ac_val= --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C CC=gcc 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' LDFLAGS=-static-libgcc LIBS= CPPFLAGS=
+ eval ac_val=$ac_cs_config_escaped
+ ac_val=--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C CC=gcc '\''CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'\'' LDFLAGS=-static-libgcc LIBS= CPPFLAGS=
+ eval ac_val=$ac_cs_success
+ ac_val=false
+ eval ac_val=$ac_ct_CC
+ ac_val=gcc
+ eval ac_val=$ac_cv_c_compiler_gnu
+ ac_val=yes
+ eval ac_val=$ac_cv_c_undeclared_builtin_options
+ ac_val=none needed
+ eval ac_val=$ac_cv_env_CC_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_CC_value
+ ac_val=gcc
+ eval ac_val=$ac_cv_env_CFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_CFLAGS_value
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_cv_env_CPPFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_CPPFLAGS_value
+ ac_val=
+ eval ac_val=$ac_cv_env_LDFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_LDFLAGS_value
+ ac_val=-static-libgcc
+ eval ac_val=$ac_cv_env_LIBS_set
+ ac_val=set
+ eval ac_val=$ac_cv_env_LIBS_value
+ ac_val=
+ eval ac_val=$ac_cv_env_build_alias_set
+ ac_val=
+ eval ac_val=$ac_cv_env_build_alias_value
+ ac_val=
+ eval ac_val=$ac_cv_env_host_alias_set
+ ac_val=
+ eval ac_val=$ac_cv_env_host_alias_value
+ ac_val=
+ eval ac_val=$ac_cv_env_target_alias_set
+ ac_val=
+ eval ac_val=$ac_cv_env_target_alias_value
+ ac_val=
+ eval ac_val=$ac_cv_exeext
+ ac_val=.exe
+ eval ac_val=$ac_cv_func_bsearch
+ ac_val=yes
+ eval ac_val=$ac_cv_func_faccessat
+ ac_val=yes
+ eval ac_val=$ac_cv_func_getpwnam
+ ac_val=yes
+ eval ac_val=$ac_cv_func_getrlimit
+ ac_val=yes
+ eval ac_val=$ac_cv_func_glob64
+ ac_val=no
+ eval ac_val=$ac_cv_func_isalpha
+ ac_val=yes
+ eval ac_val=$ac_cv_func_killpg
+ ac_val=yes
+ eval ac_val=$ac_cv_func_memfd_create
+ ac_val=no
+ eval ac_val=$ac_cv_func_mempcpy
+ ac_val=yes
+ eval ac_val=$ac_cv_func_memrchr
+ ac_val=yes
+ eval ac_val=$ac_cv_func_mmap_fixed_mapped
+ ac_val=yes
+ eval ac_val=$ac_cv_func_open64
+ ac_val=no
+ eval ac_val=$ac_cv_func_signal
+ ac_val=yes
+ eval ac_val=$ac_cv_func_sigsetmask
+ ac_val=no
+ eval ac_val=$ac_cv_func_stpcpy
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strchrnul
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strsignal
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strtod
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strtoimax
+ ac_val=yes
+ eval ac_val=$ac_cv_func_strtoumax
+ ac_val=yes
+ eval ac_val=$ac_cv_func_sysconf
+ ac_val=yes
+ eval ac_val=$ac_cv_func_tee
+ ac_val=no
+ eval ac_val=$ac_cv_func_wait3
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl_PRIdMAX
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl__PATH_BSHELL
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl__PATH_DEVNULL
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl__PATH_TTY
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl_isblank
+ ac_val=yes
+ eval ac_val=$ac_cv_have_decl_stat64
+ ac_val=no
+ eval ac_val=$ac_cv_header_alloca_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_inttypes_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_minix_config_h
+ ac_val=no
+ eval ac_val=$ac_cv_header_paths_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_stdint_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_stdio_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_stdlib_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_string_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_strings_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_sys_stat_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_sys_types_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_sys_wait_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_unistd_h
+ ac_val=yes
+ eval ac_val=$ac_cv_header_wchar_h
+ ac_val=yes
+ eval ac_val=$ac_cv_objext
+ ac_val=o
+ eval ac_val=$ac_cv_path_install
+ ac_val=/usr/bin/install -c
+ eval ac_val=$ac_cv_path_mkdir
+ ac_val=/usr/bin/mkdir
+ eval ac_val=$ac_cv_prog_AWK
+ ac_val=gawk
+ eval ac_val=$ac_cv_prog_ac_ct_CC
+ ac_val=gcc
+ eval ac_val=$ac_cv_prog_cc_c11
+ ac_val=
+ eval ac_val=$ac_cv_prog_cc_g
+ ac_val=yes
+ eval ac_val=$ac_cv_prog_cc_stdc
+ ac_val=
+ eval ac_val=$ac_cv_prog_make_make_set
+ ac_val=yes
+ eval ac_val=$ac_cv_safe_to_define___extensions__
+ ac_val=yes
+ eval ac_val=$ac_cv_should_define__xopen_source
+ ac_val=no
+ eval ac_val=$ac_cv_sizeof_intmax_t
+ ac_val=8
+ eval ac_val=$ac_cv_sizeof_long_long_int
+ ac_val=8
+ eval ac_val=$ac_dashdash
+ ac_val=
+ eval ac_val=$ac_default_prefix
+ ac_val=/usr/local
+ eval ac_val=$ac_delim
+ ac_val=%!_!# 
+ eval ac_val=$ac_delim_n
+ ac_val=91
+ eval ac_val=$ac_delim_num
+ ac_val=91
+ eval ac_val=$ac_env_CC_set
+ ac_val=set
+ eval ac_val=$ac_env_CC_value
+ ac_val=gcc
+ eval ac_val=$ac_env_CFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_env_CFLAGS_value
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_env_CPPFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_env_CPPFLAGS_value
+ ac_val=
+ eval ac_val=$ac_env_LDFLAGS_set
+ ac_val=set
+ eval ac_val=$ac_env_LDFLAGS_value
+ ac_val=-static-libgcc
+ eval ac_val=$ac_env_LIBS_set
+ ac_val=set
+ eval ac_val=$ac_env_LIBS_value
+ ac_val=
+ eval ac_val=$ac_env_build_alias_set
+ ac_val=
+ eval ac_val=$ac_env_build_alias_value
+ ac_val=
+ eval ac_val=$ac_env_host_alias_set
+ ac_val=
+ eval ac_val=$ac_env_host_alias_value
+ ac_val=
+ eval ac_val=$ac_env_target_alias_set
+ ac_val=
+ eval ac_val=$ac_env_target_alias_value
+ ac_val=
+ eval ac_val=$ac_exec_ext
+ ac_val=
+ eval ac_val=$ac_exeext
+ ac_val=.exe
+ eval ac_val=$ac_ext
+ ac_val=c
+ eval ac_val=$ac_file
+ ac_val=conftest.o
+ eval ac_val=$ac_files
+ ac_val=a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*
+ eval ac_val=$ac_first_candidate
+ ac_val=:
+ eval ac_val=$ac_have_decl
+ ac_val=1
+ eval ac_val=$ac_header
+ ac_val=
+ eval ac_val=$ac_header_c_list
+ ac_val= stdio.h stdio_h HAVE_STDIO_H stdlib.h stdlib_h HAVE_STDLIB_H string.h string_h HAVE_STRING_H inttypes.h inttypes_h HAVE_INTTYPES_H stdint.h stdint_h HAVE_STDINT_H strings.h strings_h HAVE_STRINGS_H sys/stat.h sys_stat_h HAVE_SYS_STAT_H sys/types.h sys_types_h HAVE_SYS_TYPES_H unistd.h unistd_h HAVE_UNISTD_H wchar.h wchar_h HAVE_WCHAR_H minix/config.h minix_config_h HAVE_MINIX_CONFIG_H
+ eval ac_val=$ac_hostname
+ ac_val=$HOSTNAME
+ eval ac_val=$ac_i
+ ac_val=:
+ eval ac_val=$ac_includes_default
+ ac_val=#include <stddef.h>
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+ eval ac_includes_default=
+ ac_includes_default=
+ unset ac_includes_default
+ eval ac_val=$ac_init_help
+ ac_val=
+ eval ac_val=$ac_init_version
+ ac_val=false
+ eval ac_val=$ac_install_sh
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh -c
+ eval ac_val=$ac_item
+ ac_val=HAVE_MINIX_CONFIG_H
+ eval ac_val=$ac_last_try
+ ac_val=false
+ eval ac_val=$ac_libobjs
+ ac_val=
+ eval ac_val=$ac_link
+ ac_val=$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_val=$ac_link_default
+ ac_val=$CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ eval ac_val=$ac_ls_di
+ ac_val=23925373028245190 .
+ eval ac_val=$ac_ltlibobjs
+ ac_val=
+ eval ac_val=$ac_make
+ ac_val=make
+ eval ac_val=$ac_missing_aux_files
+ ac_val=
+ eval ac_val=$ac_msg
+ ac_val=sources are in /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13, but 'cd /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' does not work
+ eval ac_val=$ac_must_keep_next
+ ac_val=false
+ eval ac_val=$ac_new_set
+ ac_val=set
+ eval ac_val=$ac_new_val
+ ac_val=
+ eval ac_val=$ac_objext
+ ac_val=o
+ eval ac_val=$ac_old_set
+ ac_val=set
+ eval ac_val=$ac_old_val
+ ac_val=
+ eval ac_val=$ac_optarg
+ ac_val=yes
+ eval ac_val=$ac_option
+ ac_val=-version
+ eval ac_val=$ac_pass
+ ac_val=2
+ eval ac_val=$ac_precious_vars
+ ac_val=build_alias
host_alias
target_alias
CC
CFLAGS
LDFLAGS
LIBS
CPPFLAGS
+ eval ac_precious_vars=
+ ac_precious_vars=
+ unset ac_precious_vars
+ eval ac_val=$ac_prev
+ ac_val=
+ eval ac_val=$ac_prog
+ ac_val=gawk
+ eval ac_val=$ac_prog_cc_stdc
+ ac_val=c11
+ eval ac_val=$ac_pwd
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/build
+ eval ac_val=$ac_pwd_ls_di
+ ac_val=23925373028245190 .
+ eval ac_val=$ac_res
+ ac_val=no
+ eval ac_val=$ac_retval
+ ac_val=0
+ eval ac_val=$ac_rmfiles
+ ac_val= a.out conftest.exe conftest a.exe a_out.exe b.out
+ eval ac_val=$ac_safe_unquote
+ ac_val=s/ '\([^|&;<>()$`\\"*?[ 	#~][^|&;<>()$`\\"*?[ 	]*\)'/ \1/g
+ eval ac_val=$ac_save_CC
+ ac_val=gcc
+ eval ac_val=$ac_save_CFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_save_FLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ eval ac_val=$ac_save_c_werror_flag
+ ac_val=
+ eval ac_val=$ac_script
+ ac_val=s/[\\$]/&&/g;s/;s,x,x,$//
+ eval ac_val=$ac_signal
+ ac_val=0
+ eval ac_val=$ac_site_file
+ ac_val=/etc/config.site
+ eval ac_val=$ac_site_files
+ ac_val=/etc/config.site
+ eval ac_val=$ac_srcdir_defaulted
+ ac_val=no
+ eval ac_val=$ac_status
+ ac_val=0
+ eval ac_val=$ac_subst_files
+ ac_val=
+ eval ac_val=$ac_subst_vars
+ ac_val=am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
CC_FOR_BUILD
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
am__nodep
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
am__include
DEPDIR
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
CSCOPE
ETAGS
CTAGS
am__untar
am__tar
AMTAR
am__leading_dot
SET_MAKE
AWK
mkdir_p
MKDIR_P
INSTALL_STRIP_PROGRAM
STRIP
install_sh
MAKEINFO
AUTOHEADER
AUTOMAKE
AUTOCONF
ACLOCAL
VERSION
PACKAGE
CYGPATH_W
am__isrc
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
target_alias
host_alias
build_alias
LIBS
ECHO_T
ECHO_N
ECHO_C
DEFS
mandir
localedir
libdir
psdir
pdfdir
dvidir
htmldir
infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
datadir
datarootdir
libexecdir
sbindir
bindir
program_transform_name
prefix
exec_prefix
PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
PACKAGE_TARNAME
PACKAGE_NAME
PATH_SEPARATOR
SHELL
am__quote
+ eval ac_subst_vars=
+ ac_subst_vars=
+ unset ac_subst_vars
+ eval ac_val=$ac_test_CFLAGS
+ ac_val=y
+ eval ac_val=$ac_tool_prefix
+ ac_val=
+ eval ac_val=$ac_try
+ ac_val=$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ eval ac_val=$ac_try_echo
+ ac_val=configure:5499: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ eval ac_val=$ac_tt
+ ac_val=
+ eval ac_val=$ac_unique_file
+ ac_val=src/main.c
+ eval ac_val=$ac_unrecognized_opts
+ ac_val=
+ eval ac_val=$ac_unrecognized_sep
+ ac_val=
+ eval ac_val=$ac_unsafe_a
+ ac_val=|&;<>()$`\\"*?[ 	#~
+ eval ac_val=$ac_unsafe_z
+ ac_val=|&;<>()$`\\"*?[ 	
+ eval ac_val=$ac_user_opts
+ ac_val=
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
enable_test_workaround
with_libedit
enable_lineno

+ eval ac_user_opts=
+ ac_user_opts=
+ unset ac_user_opts
+ eval ac_val=$ac_val
+ ac_val=
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_static
enable_fnmatch
enable_glob
enable_test_workaround
with_libedit
enable_lineno

+ eval ac_val=
+ ac_val=
+ unset ac_val
+ eval ac_val=$ac_var
+ ac_val=ac_var
+ eval ac_val=$ac_word
+ ac_val=gcc
+ eval ac_val=$ac_word_re
+ ac_val=[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*
+ eval ac_val=$ac_write_fail
+ ac_val=0
+ eval ac_val=$am__EXEEXT_FALSE
+ ac_val=#
+ eval ac_val=$am__EXEEXT_TRUE
+ ac_val=
+ eval ac_val=$am__api_version
+ ac_val=1.16
+ eval ac_val=$am__fastdepCC_FALSE
+ ac_val=#
+ eval ac_val=$am__fastdepCC_TRUE
+ ac_val=
+ eval ac_val=$am__include
+ ac_val=include
+ eval ac_val=$am__isrc
+ ac_val= -I$(srcdir)
+ eval ac_val=$am__leading_dot
+ ac_val=.
+ eval ac_val=$am__minus_obj
+ ac_val=-o sub/conftest.o
+ eval ac_val=$am__nodep
+ ac_val=_no
+ eval ac_val=$am__obj
+ ac_val=sub/conftest.o
+ eval ac_val=$am__quote
+ ac_val=
+ eval ac_val=$am__tar
+ ac_val=$${TAR-tar} chof - "$$tardir"
+ eval ac_val=$am__universal
+ ac_val=false
+ eval ac_val=$am__untar
+ ac_val=$${TAR-tar} xf -
+ eval ac_val=$am_aux_dir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ eval ac_val=$am_compiler_list
+ ac_val=gcc3
gcc
hp
sgi
xlc
aix
tcc
pgcc
hp2
tru64
msvc7
msvc7msys
nosideeffect
dashmstdout
dashXmstdout
makedepend
cpp
msvisualcpp
msvcmsys
none
+ eval am_compiler_list=
+ am_compiler_list=
+ unset am_compiler_list
+ eval ac_val=$am_cv_CC_dependencies_compiler_type
+ ac_val=gcc3
+ eval ac_val=$am_cv_make_support_nested_variables
+ ac_val=yes
+ eval ac_val=$am_cv_prog_cc_c_o
+ ac_val=yes
+ eval ac_val=$am_depcomp
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13//depcomp
+ eval ac_val=$am_lf
+ ac_val=

+ eval am_lf=
+ am_lf=
+ unset am_lf
+ eval ac_val=$am_make
+ ac_val=make
+ eval ac_val=$am_missing_run
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' 
+ eval ac_val=$am_sleep_pid
+ ac_val=1390476
+ eval ac_val=$as_basename
+ ac_val=basename
+ eval ac_val=$as_bourne_compatible
+ ac_val=if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else case e in #(
  e) case `(set -o) 2>/dev/null` in #(
  *posix*) :
    set -o posix ;; #(
  *) :
     ;;
esac ;;
esac
fi

+ eval as_bourne_compatible=
+ as_bourne_compatible=
+ unset as_bourne_compatible
+ eval ac_val=$as_cr_LETTERS
+ ac_val=ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ eval ac_val=$as_cr_Letters
+ ac_val=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ eval ac_val=$as_cr_alnum
+ ac_val=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
+ eval ac_val=$as_cr_digits
+ ac_val=0123456789
+ eval ac_val=$as_cr_letters
+ ac_val=abcdefghijklmnopqrstuvwxyz
+ eval ac_val=$as_decl_name
+ ac_val=stat64
+ eval ac_val=$as_decl_use
+ ac_val=stat64
+ eval ac_val=$as_dir
+ ac_val=/usr/bin/
+ eval ac_val=$as_dirname
+ ac_val=dirname
+ eval ac_val=$as_echo
+ ac_val=printf %s\n
+ eval ac_val=$as_echo_n
+ ac_val=printf %s
+ eval ac_val=$as_executable_p
+ ac_val=as_fn_executable_p
+ eval ac_val=$as_expr
+ ac_val=expr
+ eval ac_val=$as_found
+ ac_val=:
+ eval ac_val=$as_have_required
+ ac_val=yes
+ eval ac_val=$as_lineno_1
+ ac_val=475
+ eval ac_val=$as_lineno_1a
+ ac_val=475
+ eval ac_val=$as_lineno_2
+ ac_val=476
+ eval ac_val=$as_lineno_2a
+ ac_val=476
+ eval ac_val=$as_lineno_stack
+ ac_val=
+ eval ac_val=$as_ln_s
+ ac_val=ln -s
+ eval ac_val=$as_me
+ ac_val=configure
+ eval ac_val=$as_mkdir_p
+ ac_val=mkdir -p "$as_dir"
+ eval ac_val=$as_myself
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure
+ eval ac_val=$as_nl
+ ac_val=

+ eval ac_val=$as_required
+ ac_val=as_fn_return () { (exit $1); }
as_fn_success () { as_fn_return 0; }
as_fn_failure () { as_fn_return 1; }
as_fn_ret_success () { return 0; }
as_fn_ret_failure () { return 1; }

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

else case e in #(
  e) exitcode=1; echo positional parameters were not saved. ;;
esac
fi
test x$exitcode = x0 || exit 1
blah=$(echo $(echo blah))
test x"$blah" = xblah || exit 1
test -x / || exit 1
+ eval as_required=
+ as_required=
+ unset as_required
+ eval ac_val=$exitcode
+ ac_val=
+ eval ac_val=$blah
+ ac_val=
+ eval ac_val=$as_save_IFS
+ ac_val= 	

+ eval as_save_IFS=
+ as_save_IFS=
+ unset as_save_IFS
+ eval ac_val=$as_sed_cpp
+ ac_val=y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g
+ eval ac_val=$as_sed_sh
+ ac_val=y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g
+ eval ac_val=$as_suggested
+ ac_val=  as_lineno_1=181 as_lineno_1a=$LINENO
  as_lineno_2=182 as_lineno_2a=$LINENO
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || exit 1
test $(( 1 + 1 )) = 2 || exit 1
+ eval as_suggested=
+ as_suggested=
+ unset as_suggested
+ eval ac_val=$as_test_x
+ ac_val=test -x
+ eval ac_val=$as_tr_cpp
+ ac_val=eval sed 'y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g'
+ eval ac_val=$as_tr_sh
+ ac_val=eval sed 'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g'
+ eval ac_val=$as_unset
+ ac_val=as_fn_unset
+ eval ac_val=$as_var
+ ac_val=CDPATH
+ eval ac_val=$as_write_fail
+ ac_val=0
+ eval ac_val=$bindir
+ ac_val=${exec_prefix}/bin
+ eval ac_val=$build
+ ac_val=
+ eval ac_val=$cache_file
+ ac_val=config.cache
+ eval ac_val=$cross_compiling
+ ac_val=no
+ eval ac_val=$dash_cv_have_attribute_alias
+ ac_val=yes
+ eval ac_val=$datadir
+ ac_val=${datarootdir}
+ eval ac_val=$datarootdir
+ ac_val=${prefix}/share
+ eval ac_val=$depcc
+ ac_val=gcc
+ eval ac_val=$depmode
+ ac_val=gcc3
+ eval ac_val=$docdir
+ ac_val=/usr/share/doc/dash
+ eval ac_val=$dvidir
+ ac_val=${docdir}
+ eval ac_val=$enable_test_workaround
+ ac_val=auto
+ eval ac_val=$exec_prefix
+ ac_val=/usr
+ eval ac_val=$exit_status
+ ac_val=1
+ eval ac_val=$have_dupfd_cloexec
+ ac_val=1
+ eval ac_val=$have_st_mtim
+ ac_val=yes
+ eval ac_val=$host
+ ac_val=
+ eval ac_val=$htmldir
+ ac_val=/usr/share/doc/dash/html
+ eval ac_val=$i
+ ac_val=6
+ eval ac_val=$includedir
+ ac_val=${prefix}/include
+ eval ac_val=$infodir
+ ac_val=${datarootdir}/info
+ eval ac_val=$install_sh
+ ac_val=${SHELL} /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh
+ eval ac_val=$intmax_fstr
+ ac_val=lld
+ eval ac_val=$libdir
+ ac_val=${exec_prefix}/lib
+ eval ac_val=$libexecdir
+ ac_val=${exec_prefix}/libexec
+ eval ac_val=$localedir
+ ac_val=${datarootdir}/locale
+ eval ac_val=$localstatedir
+ ac_val=/var
+ eval ac_val=$mandir
+ ac_val=${datarootdir}/man
+ eval ac_val=$mkdir_p
+ ac_val=$(MKDIR_P)
+ eval ac_val=$no_create
+ ac_val=
+ eval ac_val=$no_recursion
+ ac_val=
+ eval ac_val=$oldincludedir
+ ac_val=/usr/include
+ eval ac_val=$pdfdir
+ ac_val=${docdir}
+ eval ac_val=$prefix
+ ac_val=/usr
+ eval ac_val=$program_prefix
+ ac_val=NONE
+ eval ac_val=$program_suffix
+ ac_val=NONE
+ eval ac_val=$program_transform_name
+ ac_val=s,x,x,
+ eval ac_val=$psdir
+ ac_val=${docdir}
+ eval ac_val=$runstatedir
+ ac_val=${localstatedir}/run
+ eval ac_val=$s
+ ac_val=GNU
+ eval ac_val=$sbindir
+ ac_val=${exec_prefix}/sbin
+ eval ac_val=$sharedstatedir
+ ac_val=${prefix}/com
+ eval ac_val=$silent
+ ac_val=
+ eval ac_val=$site
+ ac_val=
+ eval ac_val=$srcdir
+ ac_val=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13
+ eval ac_val=$subdirs
+ ac_val=
+ eval ac_val=$sysconfdir
+ ac_val=/etc
+ eval ac_val=$target
+ ac_val=
+ eval ac_val=$use_libedit
+ ac_val=
+ eval ac_val=$verbose
+ ac_val=
+ eval ac_val=$x_includes
+ ac_val=NONE
+ eval ac_val=$x_libraries
+ ac_val=NONE
+ sort
+ sed -n /^[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*_cv_[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*=/p
+ echo
+ printf %s\n ## ----------------- ##
## Output variables. ##
## ----------------- ##
+ echo
+ eval ac_val=$am__EXEEXT_FALSE
+ ac_val=#
+ printf %s\n am__EXEEXT_FALSE='#'
+ eval ac_val=$am__EXEEXT_TRUE
+ ac_val=
+ printf %s\n am__EXEEXT_TRUE=''
+ eval ac_val=$LTLIBOBJS
+ ac_val=
+ printf %s\n LTLIBOBJS=''
+ eval ac_val=$LIBOBJS
+ ac_val=
+ printf %s\n LIBOBJS=''
+ eval ac_val=$CC_FOR_BUILD
+ ac_val=gcc
+ printf %s\n CC_FOR_BUILD='gcc'
+ eval ac_val=$am__fastdepCC_FALSE
+ ac_val=#
+ printf %s\n am__fastdepCC_FALSE='#'
+ eval ac_val=$am__fastdepCC_TRUE
+ ac_val=
+ printf %s\n am__fastdepCC_TRUE=''
+ eval ac_val=$CCDEPMODE
+ ac_val=depmode=gcc3
+ printf %s\n CCDEPMODE='depmode=gcc3'
+ eval ac_val=$am__nodep
+ ac_val=_no
+ printf %s\n am__nodep='_no'
+ eval ac_val=$AMDEPBACKSLASH
+ ac_val=\
+ printf %s\n AMDEPBACKSLASH='\'
+ eval ac_val=$AMDEP_FALSE
+ ac_val=#
+ printf %s\n AMDEP_FALSE='#'
+ eval ac_val=$AMDEP_TRUE
+ ac_val=
+ printf %s\n AMDEP_TRUE=''
+ eval ac_val=$am__include
+ ac_val=include
+ printf %s\n am__include='include'
+ eval ac_val=$DEPDIR
+ ac_val=.deps
+ printf %s\n DEPDIR='.deps'
+ eval ac_val=$OBJEXT
+ ac_val=o
+ printf %s\n OBJEXT='o'
+ eval ac_val=$EXEEXT
+ ac_val=.exe
+ printf %s\n EXEEXT='.exe'
+ eval ac_val=$ac_ct_CC
+ ac_val=gcc
+ printf %s\n ac_ct_CC='gcc'
+ eval ac_val=$CPPFLAGS
+ ac_val=
+ printf %s\n CPPFLAGS=''
+ eval ac_val=$LDFLAGS
+ ac_val=-static-libgcc
+ printf %s\n LDFLAGS='-static-libgcc'
+ eval ac_val=$CFLAGS
+ ac_val=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2
+ printf %s\n CFLAGS='-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'
+ eval ac_val=$CC
+ ac_val=gcc
+ printf %s\n CC='gcc'
+ eval ac_val=$AM_BACKSLASH
+ ac_val=\
+ printf %s\n AM_BACKSLASH='\'
+ eval ac_val=$AM_DEFAULT_VERBOSITY
+ ac_val=0
+ printf %s\n AM_DEFAULT_VERBOSITY='0'
+ eval ac_val=$AM_DEFAULT_V
+ ac_val=$(AM_DEFAULT_VERBOSITY)
+ printf %s\n AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+ eval ac_val=$AM_V
+ ac_val=$(V)
+ printf %s\n AM_V='$(V)'
+ eval ac_val=$CSCOPE
+ ac_val=cscope
+ printf %s\n CSCOPE='cscope'
+ eval ac_val=$ETAGS
+ ac_val=etags
+ printf %s\n ETAGS='etags'
+ eval ac_val=$CTAGS
+ ac_val=ctags
+ printf %s\n CTAGS='ctags'
+ eval ac_val=$am__untar
+ ac_val=$${TAR-tar} xf -
+ printf %s\n am__untar='$${TAR-tar} xf -'
+ eval ac_val=$am__tar
+ ac_val=$${TAR-tar} chof - "$$tardir"
+ printf %s\n am__tar='$${TAR-tar} chof - "$$tardir"'
+ eval ac_val=$AMTAR
+ ac_val=$${TAR-tar}
+ printf %s\n AMTAR='$${TAR-tar}'
+ eval ac_val=$am__leading_dot
+ ac_val=.
+ printf %s\n am__leading_dot='.'
+ eval ac_val=$SET_MAKE
+ ac_val=
+ printf %s\n SET_MAKE=''
+ eval ac_val=$AWK
+ ac_val=gawk
+ printf %s\n AWK='gawk'
+ eval ac_val=$mkdir_p
+ ac_val=$(MKDIR_P)
+ printf %s\n mkdir_p='$(MKDIR_P)'
+ eval ac_val=$MKDIR_P
+ ac_val=/usr/bin/mkdir -p
+ printf %s\n MKDIR_P='/usr/bin/mkdir -p'
+ eval ac_val=$INSTALL_STRIP_PROGRAM
+ ac_val=$(install_sh) -c -s
+ printf %s\n INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
+ eval ac_val=$STRIP
+ ac_val=
+ printf %s\n STRIP=''
+ eval ac_val=$install_sh
+ ac_val=${SHELL} /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh
+ printf %s\n install_sh='${SHELL} /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh'
+ eval ac_val=$MAKEINFO
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' makeinfo
+ sort
+ printf %s\n ${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' makeinfo
+ sed s/'/'\\''/g
+ ac_val=${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' makeinfo
+ printf %s\n MAKEINFO='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' makeinfo'
+ eval ac_val=$AUTOHEADER
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoheader
+ printf %s\n ${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoheader
+ sed s/'/'\\''/g
+ ac_val=${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' autoheader
+ printf %s\n AUTOHEADER='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' autoheader'
+ eval ac_val=$AUTOMAKE
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' automake-1.16
+ printf %s\n ${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' automake-1.16
+ sed s/'/'\\''/g
+ ac_val=${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' automake-1.16
+ printf %s\n AUTOMAKE='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' automake-1.16'
+ eval ac_val=$AUTOCONF
+ ac_val=${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoconf
+ printf %s\n ${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoconf
+ sed s/'/'\\''/g
+ ac_val=${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' autoconf
+ printf %s\n AUTOCONF='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' autoconf'
+ eval ac_val=$ACLOCAL
+ ac_val=aclocal
+ printf %s\n ACLOCAL='aclocal'
+ eval ac_val=$VERSION
+ ac_val=0.5.13
+ printf %s\n VERSION='0.5.13'
+ eval ac_val=$PACKAGE
+ ac_val=dash
+ printf %s\n PACKAGE='dash'
+ eval ac_val=$CYGPATH_W
+ ac_val=cygpath -w
+ printf %s\n CYGPATH_W='cygpath -w'
+ eval ac_val=$am__isrc
+ ac_val= -I$(srcdir)
+ printf %s\n am__isrc=' -I$(srcdir)'
+ eval ac_val=$INSTALL_DATA
+ ac_val=${INSTALL} -m 644
+ printf %s\n INSTALL_DATA='${INSTALL} -m 644'
+ eval ac_val=$INSTALL_SCRIPT
+ ac_val=${INSTALL}
+ printf %s\n INSTALL_SCRIPT='${INSTALL}'
+ eval ac_val=$INSTALL_PROGRAM
+ ac_val=${INSTALL}
+ printf %s\n INSTALL_PROGRAM='${INSTALL}'
+ eval ac_val=$target_alias
+ ac_val=
+ printf %s\n target_alias=''
+ eval ac_val=$host_alias
+ ac_val=
+ printf %s\n host_alias=''
+ eval ac_val=$build_alias
+ ac_val=
+ printf %s\n build_alias=''
+ eval ac_val=$LIBS
+ ac_val=
+ printf %s\n LIBS=''
+ eval ac_val=$ECHO_T
+ ac_val=
+ printf %s\n ECHO_T=''
+ eval ac_val=$ECHO_N
+ ac_val=-n
+ printf %s\n ECHO_N='-n'
+ eval ac_val=$ECHO_C
+ ac_val=
+ printf %s\n ECHO_C=''
+ eval ac_val=$DEFS
+ ac_val=-DHAVE_CONFIG_H
+ printf %s\n DEFS='-DHAVE_CONFIG_H'
+ eval ac_val=$mandir
+ ac_val=${datarootdir}/man
+ printf %s\n mandir='${datarootdir}/man'
+ eval ac_val=$localedir
+ ac_val=${datarootdir}/locale
+ printf %s\n localedir='${datarootdir}/locale'
+ eval ac_val=$libdir
+ ac_val=${exec_prefix}/lib
+ printf %s\n libdir='${exec_prefix}/lib'
+ eval ac_val=$psdir
+ ac_val=${docdir}
+ printf %s\n psdir='${docdir}'
+ eval ac_val=$pdfdir
+ ac_val=${docdir}
+ printf %s\n pdfdir='${docdir}'
+ eval ac_val=$dvidir
+ ac_val=${docdir}
+ printf %s\n dvidir='${docdir}'
+ eval ac_val=$htmldir
+ ac_val=/usr/share/doc/dash/html
+ printf %s\n htmldir='/usr/share/doc/dash/html'
+ eval ac_val=$infodir
+ ac_val=${datarootdir}/info
+ printf %s\n infodir='${datarootdir}/info'
+ eval ac_val=$docdir
+ ac_val=/usr/share/doc/dash
+ printf %s\n docdir='/usr/share/doc/dash'
+ eval ac_val=$oldincludedir
+ ac_val=/usr/include
+ printf %s\n oldincludedir='/usr/include'
+ eval ac_val=$includedir
+ ac_val=${prefix}/include
+ printf %s\n includedir='${prefix}/include'
+ eval ac_val=$runstatedir
+ ac_val=${localstatedir}/run
+ printf %s\n runstatedir='${localstatedir}/run'
+ eval ac_val=$localstatedir
+ ac_val=/var
+ printf %s\n localstatedir='/var'
+ eval ac_val=$sharedstatedir
+ ac_val=${prefix}/com
+ printf %s\n sharedstatedir='${prefix}/com'
+ eval ac_val=$sysconfdir
+ ac_val=/etc
+ printf %s\n sysconfdir='/etc'
+ eval ac_val=$datadir
+ ac_val=${datarootdir}
+ printf %s\n datadir='${datarootdir}'
+ eval ac_val=$datarootdir
+ ac_val=${prefix}/share
+ printf %s\n datarootdir='${prefix}/share'
+ eval ac_val=$libexecdir
+ ac_val=${exec_prefix}/libexec
+ printf %s\n libexecdir='${exec_prefix}/libexec'
+ eval ac_val=$sbindir
+ ac_val=${exec_prefix}/sbin
+ printf %s\n sbindir='${exec_prefix}/sbin'
+ eval ac_val=$bindir
+ ac_val=${exec_prefix}/bin
+ printf %s\n bindir='${exec_prefix}/bin'
+ eval ac_val=$program_transform_name
+ ac_val=s,x,x,
+ printf %s\n program_transform_name='s,x,x,'
+ eval ac_val=$prefix
+ ac_val=/usr
+ printf %s\n prefix='/usr'
+ eval ac_val=$exec_prefix
+ ac_val=/usr
+ printf %s\n exec_prefix='/usr'
+ eval ac_val=$PACKAGE_URL
+ ac_val=
+ printf %s\n PACKAGE_URL=''
+ eval ac_val=$PACKAGE_BUGREPORT
+ ac_val=
+ printf %s\n PACKAGE_BUGREPORT=''
+ eval ac_val=$PACKAGE_STRING
+ ac_val=dash 0.5.13
+ printf %s\n PACKAGE_STRING='dash 0.5.13'
+ eval ac_val=$PACKAGE_VERSION
+ ac_val=0.5.13
+ printf %s\n PACKAGE_VERSION='0.5.13'
+ eval ac_val=$PACKAGE_TARNAME
+ ac_val=dash
+ printf %s\n PACKAGE_TARNAME='dash'
+ eval ac_val=$PACKAGE_NAME
+ ac_val=dash
+ printf %s\n PACKAGE_NAME='dash'
+ eval ac_val=$PATH_SEPARATOR
+ ac_val=:
+ printf %s\n PATH_SEPARATOR=':'
+ eval ac_val=$SHELL
+ ac_val=/bin/sh
+ printf %s\n SHELL='/bin/sh'
+ eval ac_val=$am__quote
+ ac_val=
+ printf %s\n am__quote=''
+ echo
+ test -n 
+ test -s confdefs.h
+ printf %s\n ## ----------- ##
## confdefs.h. ##
## ----------- ##
+ echo
+ cat confdefs.h
+ echo
+ test 0 != 0
+ printf %s\n configure: exit 1
+ rm -f core *.core core.conftest.*
+ rm -f -r conftest* confdefs.h conf1390377*
+ exit 1
+ return 1
+ error 'configure failed'
+ case $? in
+ local errorcode=1
+ echo -e '\e[1;31m*** ERROR:\e[0;0m configure failed'
^[[1;31m*** ERROR:^[[0;0m configure failed
+ exit 1

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-29 10:29       ` Brian.Inglis
@ 2025-09-29 19:18         ` Brian Inglis
  0 siblings, 0 replies; 16+ messages in thread
From: Brian Inglis @ 2025-09-29 19:18 UTC (permalink / raw)
  To: dash; +Cc: Herbert Xu

[-- Attachment #1: Type: text/plain, Size: 1891 bytes --]

On 2025-09-29 04:29, Brian Inglis wrote:
> On 2025-09-29 03:37, Herbert Xu wrote:
>> Brian Inglis wrote:
>>>
>>> Applied and rebuilt, getting the same failure with identical ERROR messages and
>>> symptoms, after building okay with previous dash == sh, then rerunning with
>>> latest dash == sh.
>>>
>>> Do the previously highlighted configure script last two config.status generation
>>> stanzas seem to have issues, or is that as intended?
>>>
>>> It appears that the following _ACEOF\ncat >>$CONFIG_STATUS ... might be
>>> misplaced, as it is immediately followed by a list of sed commands.
>>
>> It looks identical to the configure script that I get from running
>> autoconf, and my copy works just fine, even with the buggy dash 0.5.13.
>>
>>> These stanzas come from /usr/share/autoconf{,2.7}/autoconf/status.m4
>>> included by /usr/share/autoconf{,2.7}/autoconf/autoconf.m4 frozen in
>>> /usr/share/autoconf{,2.7}/autoconf/autoconf.m4f.
>>>
>>> Or is this an issue that should be raised with the autoconf/autotools team?
>>
>> Based on the fact we just found two bugs in 0.5.13 that both broke
>> autoconf, it's probably a dash bug :)
>>
>> I just checked your original email and your configure script is
>> identical to mine.
>>
>> Can you please run configure with set -x and send me the result?
> Complete Cygwin build run with set -vx attached.

Reported the issue and questioned the code which disables VPATH and may not be 
used often on modern systems (report attached):

	https://savannah.gnu.org/support/?111321

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

[-- Attachment #2: [sr #111321] config.status generation by configure in dash 0.5.13 fails with ERROR.eml --]
[-- Type: message/rfc822, Size: 8389 bytes --]

[-- Attachment #2.1.1: Type: TEXT/plain, Size: 3076 bytes --]

URL:
  <https://savannah.gnu.org/support/?111321>

                 Summary: config.status generation by configure in dash 0.5.13
fails with ERROR
                   Group: Autoconf
               Submitter: None
               Submitted: Mon 29 Sep 2025 09:50:45 AM UTC
                Priority: 5 - Unprioritized
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: Brian.Inglis@SystematicSW.ab.ca
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: Microsoft Windows


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 29 Sep 2025 09:50:45 AM UTC By: Anonymous
Testing dash 0.5.13 by rebuilding under Cygwin with dash == sh causes failure
of configure when config.status is run, due to an unterminated null string
definition on the last line of config.status:
ac_sed_extra="

This appears to be generated by lib/autoconf/status.m4 about line 650 where
ac_sed_extra definition is added to config.status without a terminating '"';
it also appears that the here doc delimiter _ACEOF and following line with
`cat >> $CONFIG_STATUS ...` is followed by a sequence of sed commands, which
may be intended to be part of the definition, as it is '"' terminated.

However, this may be some clever shell scripting I don't understand, nor how
it gets generated into configure by autoconf, as there may be some misquoting
in effect somewhere. 

This appears in a number of recently updated packages' configure scripts, and
is not changed by autoreconf in the relevant lines. 

Generation of config.status has not been affected until latest dash was tested
as sh; bash and previous dash releases work okay.

The relevant bits of the autoconf macros have not changed in recent years: 

$ grep -A9 VPATH /usr/share/autoconf2.7/autoconf/status.m4
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading
and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
  ac_vpsub=['/^[	 ]*VPATH[	 ]*=[	 ]*/{
h
s///
s/^/:/
s/[	 ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
s/:*$//
--
# Neutralize VPATH when '$srcdir' = '.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_sed_extra="$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t
[/@[a-zA-Z_][a-zA-Z_0-9]*@/!b]








    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?111321>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

[-- Attachment #2.1.2: signature.asc --]
[-- Type: APPLICATION/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-28 23:05 dash 0.5.13 configure config.status truncated running under dash 0.5.13 Brian Inglis
  2025-09-29  5:01 ` Herbert Xu
@ 2025-09-30 12:26 ` Herbert Xu
  2025-09-30 17:11   ` Brian Inglis
  1 sibling, 1 reply; 16+ messages in thread
From: Herbert Xu @ 2025-09-30 12:26 UTC (permalink / raw)
  To: Brian Inglis; +Cc: Dash

On Sun, Sep 28, 2025 at 05:05:38PM -0600, Brian Inglis wrote:
>
> $ ls -gG dash-0.5.13-1.x86_64/src/dash-0.5.13/configure
> -rwxr-xr-x 1 200409 Sep 28 15:57 dash-0.5.13-1.x86_64/src/dash-0.5.13/configure

Hang on a second, while the configure script that you attached
to the original email is identical to mine (198404 bytes), this
one (200409 bytes) is not.

Can you please attach this configure script please?

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-30 12:26 ` Herbert Xu
@ 2025-09-30 17:11   ` Brian Inglis
  2025-10-01  0:40     ` Herbert Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Brian Inglis @ 2025-09-30 17:11 UTC (permalink / raw)
  To: Dash; +Cc: Herbert Xu

[-- Attachment #1: Type: text/plain, Size: 1198 bytes --]

On 2025-09-30 06:26, Herbert Xu wrote:
> On Sun, Sep 28, 2025 at 05:05:38PM -0600, Brian Inglis wrote:
>>
>> $ ls -gG dash-0.5.13-1.x86_64/src/dash-0.5.13/configure
>> -rwxr-xr-x 1 200409 Sep 28 15:57 dash-0.5.13-1.x86_64/src/dash-0.5.13/configure
> 
> Hang on a second, while the configure script that you attached
> to the original email is identical to mine (198404 bytes), this
> one (200409 bytes) is not.

Sorry about that - should not be possible - yours is autoconf 2.71 and my 
autoreconf is 2.72 - failing segment remains unchanged except for quoting of 
comments like `$SRCDIR' == `.' -> '$SRCDIR' == '.' from autoconf/status.m4 update.

> Can you please attach this configure script please?

Attached outputs from last instance of failing build just to be sure:
zstd compressed bigger files this time to keep sizes decent.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

[-- Attachment #2: config.cache --]
[-- Type: text/plain, Size: 4740 bytes --]

# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# 'ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* 'ac_cv_foo' will be assigned the
# following values.

ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu='yes'}
ac_cv_c_undeclared_builtin_options=${ac_cv_c_undeclared_builtin_options='none needed'}
ac_cv_env_CC_set='set'
ac_cv_env_CC_value='gcc'
ac_cv_env_CFLAGS_set='set'
ac_cv_env_CFLAGS_value='-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'
ac_cv_env_CPPFLAGS_set='set'
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_LDFLAGS_set='set'
ac_cv_env_LDFLAGS_value='-static-libgcc'
ac_cv_env_LIBS_set='set'
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=${ac_cv_exeext='.exe'}
ac_cv_func_bsearch=${ac_cv_func_bsearch='yes'}
ac_cv_func_faccessat=${ac_cv_func_faccessat='yes'}
ac_cv_func_getpwnam=${ac_cv_func_getpwnam='yes'}
ac_cv_func_getrlimit=${ac_cv_func_getrlimit='yes'}
ac_cv_func_glob64=${ac_cv_func_glob64='no'}
ac_cv_func_isalpha=${ac_cv_func_isalpha='yes'}
ac_cv_func_killpg=${ac_cv_func_killpg='yes'}
ac_cv_func_memfd_create=${ac_cv_func_memfd_create='no'}
ac_cv_func_mempcpy=${ac_cv_func_mempcpy='yes'}
ac_cv_func_memrchr=${ac_cv_func_memrchr='yes'}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped='yes'}
ac_cv_func_open64=${ac_cv_func_open64='no'}
ac_cv_func_signal=${ac_cv_func_signal='yes'}
ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask='no'}
ac_cv_func_stpcpy=${ac_cv_func_stpcpy='yes'}
ac_cv_func_strchrnul=${ac_cv_func_strchrnul='yes'}
ac_cv_func_strsignal=${ac_cv_func_strsignal='yes'}
ac_cv_func_strtod=${ac_cv_func_strtod='yes'}
ac_cv_func_strtoimax=${ac_cv_func_strtoimax='yes'}
ac_cv_func_strtoumax=${ac_cv_func_strtoumax='yes'}
ac_cv_func_sysconf=${ac_cv_func_sysconf='yes'}
ac_cv_func_tee=${ac_cv_func_tee='no'}
ac_cv_func_wait3=${ac_cv_func_wait3='yes'}
ac_cv_have_decl_PRIdMAX=${ac_cv_have_decl_PRIdMAX='yes'}
ac_cv_have_decl__PATH_BSHELL=${ac_cv_have_decl__PATH_BSHELL='yes'}
ac_cv_have_decl__PATH_DEVNULL=${ac_cv_have_decl__PATH_DEVNULL='yes'}
ac_cv_have_decl__PATH_TTY=${ac_cv_have_decl__PATH_TTY='yes'}
ac_cv_have_decl_isblank=${ac_cv_have_decl_isblank='yes'}
ac_cv_have_decl_stat64=${ac_cv_have_decl_stat64='no'}
ac_cv_header_alloca_h=${ac_cv_header_alloca_h='yes'}
ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h='yes'}
ac_cv_header_minix_config_h=${ac_cv_header_minix_config_h='no'}
ac_cv_header_paths_h=${ac_cv_header_paths_h='yes'}
ac_cv_header_stdint_h=${ac_cv_header_stdint_h='yes'}
ac_cv_header_stdio_h=${ac_cv_header_stdio_h='yes'}
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h='yes'}
ac_cv_header_string_h=${ac_cv_header_string_h='yes'}
ac_cv_header_strings_h=${ac_cv_header_strings_h='yes'}
ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h='yes'}
ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h='yes'}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
ac_cv_header_wchar_h=${ac_cv_header_wchar_h='yes'}
ac_cv_objext=${ac_cv_objext='o'}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_path_mkdir=${ac_cv_path_mkdir='/usr/bin/mkdir'}
ac_cv_prog_AWK=${ac_cv_prog_AWK='gawk'}
ac_cv_prog_ac_ct_CC=${ac_cv_prog_ac_ct_CC='gcc'}
ac_cv_prog_cc_c11=${ac_cv_prog_cc_c11=''}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
ac_cv_prog_cc_stdc=${ac_cv_prog_cc_stdc=''}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
ac_cv_safe_to_define___extensions__=${ac_cv_safe_to_define___extensions__='yes'}
ac_cv_should_define__xopen_source=${ac_cv_should_define__xopen_source='no'}
ac_cv_sizeof_intmax_t=${ac_cv_sizeof_intmax_t='8'}
ac_cv_sizeof_long_long_int=${ac_cv_sizeof_long_long_int='8'}
am_cv_CC_dependencies_compiler_type=${am_cv_CC_dependencies_compiler_type='gcc3'}
am_cv_make_support_nested_variables=${am_cv_make_support_nested_variables='yes'}
am_cv_prog_cc_c_o=${am_cv_prog_cc_c_o='yes'}
dash_cv_have_attribute_alias=${dash_cv_have_attribute_alias='yes'}

[-- Attachment #3: config.status --]
[-- Type: text/plain, Size: 20533 bytes --]

#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by dash $as_me 0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

# Files that config.status was made for.
config_files=" Makefile src/Makefile"
config_headers=" config.h"
config_commands=" depfiles"

ac_cs_usage="\
'$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.

Usage: $0 [OPTION]... [TAG]...

  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
      --config     print configuration, then exit
  -q, --quiet, --silent
                   do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to the package provider."

ac_cs_config='--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C CC=gcc '\''CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'\'' LDFLAGS=-static-libgcc LIBS= CPPFLAGS='
ac_cs_version="\
dash config.status 0.5.13
configured by /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure, generated by GNU Autoconf 2.72,
  with options \"$ac_cs_config\"

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

ac_pwd='/usr/src/dash/dash-0.5.13-2.x86_64/build'
srcdir='/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13'
INSTALL='/usr/bin/install -c'
MKDIR_P='/usr/bin/mkdir -p'
AWK='gawk'
test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    printf "%s\n" "$ac_cs_version"; exit ;;
  --config | --confi | --conf | --con | --co | --c )
    printf "%s\n" "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    '') as_fn_error $? "missing file argument" ;;
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    as_fn_error $? "ambiguous option: '$1'
Try '$0 --help' for more information.";;
  --help | --hel | -h )
    printf "%s\n" "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) as_fn_error $? "unrecognized option: '$1'
Try '$0 --help' for more information." ;;

  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

if $ac_cs_recheck; then
  set X /bin/sh '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure'  '--srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/dash' '--htmldir=/usr/share/doc/dash/html' '-C' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2' 'LDFLAGS=-static-libgcc' 'LIBS=' 'CPPFLAGS=' $ac_configure_extra_args --no-create --no-recursion
  shift
  \printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6
  CONFIG_SHELL='/bin/sh'
  export CONFIG_SHELL
  exec "$@"
fi

exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  printf "%s\n" "$ac_log"
} >&5

#
# INIT-COMMANDS
#
AMDEP_TRUE="" MAKE="make"


# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;

  *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
  test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
  test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to '$tmp'.
$debug ||
{
  tmp= ac_tmp=
  trap 'exit_status=$?
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
  trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp

# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with './config.status config.h'.
if test -n "$CONFIG_FILES"; then


ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
fi

echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
S["am__EXEEXT_FALSE"]="#"
S["am__EXEEXT_TRUE"]=""
S["LTLIBOBJS"]=""
S["LIBOBJS"]=""
S["CC_FOR_BUILD"]="gcc"
S["am__fastdepCC_FALSE"]="#"
S["am__fastdepCC_TRUE"]=""
S["CCDEPMODE"]="depmode=gcc3"
S["am__nodep"]="_no"
S["AMDEPBACKSLASH"]="\\"
S["AMDEP_FALSE"]="#"
S["AMDEP_TRUE"]=""
S["am__include"]="include"
S["DEPDIR"]=".deps"
S["OBJEXT"]="o"
S["EXEEXT"]=".exe"
S["ac_ct_CC"]="gcc"
S["CPPFLAGS"]=""
S["LDFLAGS"]="-static-libgcc"
S["CFLAGS"]="-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/"\
"dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/das"\
"h-0.5.13-2"
S["CC"]="gcc"
S["AM_BACKSLASH"]="\\"
S["AM_DEFAULT_VERBOSITY"]="0"
S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
S["AM_V"]="$(V)"
S["CSCOPE"]="cscope"
S["ETAGS"]="etags"
S["CTAGS"]="ctags"
S["am__untar"]="$${TAR-tar} xf -"
S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
S["AMTAR"]="$${TAR-tar}"
S["am__leading_dot"]="."
S["SET_MAKE"]=""
S["AWK"]="gawk"
S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="/usr/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]=""
S["install_sh"]="${SHELL} /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh"
S["MAKEINFO"]="${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' makeinfo"
S["AUTOHEADER"]="${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoheader"
S["AUTOMAKE"]="${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' automake-1.16"
S["AUTOCONF"]="${SHELL} '/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing' autoconf"
S["ACLOCAL"]="aclocal"
S["VERSION"]="0.5.13"
S["PACKAGE"]="dash"
S["CYGPATH_W"]="cygpath -w"
S["am__isrc"]=" -I$(srcdir)"
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["target_alias"]=""
S["host_alias"]=""
S["build_alias"]=""
S["LIBS"]=""
S["ECHO_T"]=""
S["ECHO_N"]="-n"
S["ECHO_C"]=""
S["DEFS"]="-DHAVE_CONFIG_H"
S["mandir"]="${datarootdir}/man"
S["localedir"]="${datarootdir}/locale"
S["libdir"]="${exec_prefix}/lib"
S["psdir"]="${docdir}"
S["pdfdir"]="${docdir}"
S["dvidir"]="${docdir}"
S["htmldir"]="/usr/share/doc/dash/html"
S["infodir"]="${datarootdir}/info"
S["docdir"]="/usr/share/doc/dash"
S["oldincludedir"]="/usr/include"
S["includedir"]="${prefix}/include"
S["runstatedir"]="${localstatedir}/run"
S["localstatedir"]="/var"
S["sharedstatedir"]="${prefix}/com"
S["sysconfdir"]="/etc"
S["datadir"]="${datarootdir}"
S["datarootdir"]="${prefix}/share"
S["libexecdir"]="${exec_prefix}/libexec"
S["sbindir"]="${exec_prefix}/sbin"
S["bindir"]="${exec_prefix}/bin"
S["program_transform_name"]="s,x,x,"
S["prefix"]="/usr"
S["exec_prefix"]="/usr"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]=""
S["PACKAGE_STRING"]="dash 0.5.13"
S["PACKAGE_VERSION"]="0.5.13"
S["PACKAGE_TARNAME"]="dash"
S["PACKAGE_NAME"]="dash"
S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/sh"
S["am__quote"]=""
_ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  FS = "\a"

}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}

_ACAWK
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
fi # test -n "$CONFIG_FILES"

# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with './config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
D["PACKAGE_NAME"]=" \"dash\""
D["PACKAGE_TARNAME"]=" \"dash\""
D["PACKAGE_VERSION"]=" \"0.5.13\""
D["PACKAGE_STRING"]=" \"dash 0.5.13\""
D["PACKAGE_BUGREPORT"]=" \"\""
D["PACKAGE_URL"]=" \"\""
D["PACKAGE"]=" \"dash\""
D["VERSION"]=" \"0.5.13\""
D["HAVE_STDIO_H"]=" 1"
D["HAVE_STDLIB_H"]=" 1"
D["HAVE_STRING_H"]=" 1"
D["HAVE_INTTYPES_H"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_STRINGS_H"]=" 1"
D["HAVE_SYS_STAT_H"]=" 1"
D["HAVE_SYS_TYPES_H"]=" 1"
D["HAVE_UNISTD_H"]=" 1"
D["HAVE_WCHAR_H"]=" 1"
D["STDC_HEADERS"]=" 1"
D["_ALL_SOURCE"]=" 1"
D["_DARWIN_C_SOURCE"]=" 1"
D["_GNU_SOURCE"]=" 1"
D["_HPUX_ALT_XOPEN_SOCKET_API"]=" 1"
D["_NETBSD_SOURCE"]=" 1"
D["_OPENBSD_SOURCE"]=" 1"
D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
D["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1"
D["__STDC_WANT_LIB_EXT2__"]=" 1"
D["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1"
D["_TANDEM_SOURCE"]=" 1"
D["__EXTENSIONS__"]=" 1"
D["HAVE_ALIAS_ATTRIBUTE"]=" 1"
D["HAVE_ALLOCA_H"]=" 1"
D["HAVE_PATHS_H"]=" 1"
D["HAVE_SYS_WAIT_H"]=" 1"
D["HAVE_DECL_ISBLANK"]=" 1"
D["SIZEOF_INTMAX_T"]=" 8"
D["SIZEOF_LONG_LONG_INT"]=" 8"
D["HAVE_BSEARCH"]=" 1"
D["HAVE_FACCESSAT"]=" 1"
D["HAVE_GETPWNAM"]=" 1"
D["HAVE_GETRLIMIT"]=" 1"
D["HAVE_ISALPHA"]=" 1"
D["HAVE_KILLPG"]=" 1"
D["HAVE_MEMRCHR"]=" 1"
D["HAVE_MEMPCPY"]=" 1"
D["HAVE_STPCPY"]=" 1"
D["HAVE_STRCHRNUL"]=" 1"
D["HAVE_STRSIGNAL"]=" 1"
D["HAVE_STRTOD"]=" 1"
D["HAVE_STRTOIMAX"]=" 1"
D["HAVE_STRTOUMAX"]=" 1"
D["HAVE_SYSCONF"]=" 1"
D["HAVE_WAIT3"]=" 1"
D["fstat64"]=" fstat"
D["lstat64"]=" lstat"
D["stat64"]=" stat"
D["glob64_t"]=" glob_t"
D["glob64"]=" glob"
D["globfree64"]=" globfree"
D["open64"]=" open"
D["readdir64"]=" readdir"
D["dirent64"]=" dirent"
D["HAVE_ST_MTIM"]=" 1"
D["HAVE_F_DUPFD_CLOEXEC"]=" 1"
D["SMALL"]=" 1"
D["WITH_LINENO"]=" 1"
  for (key in D) D_is_set[key] = 1
  FS = "\a"
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  line = $ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"


eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
for ac_tag
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain ':'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
      esac
      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
    done

    # Let's still pretend it is 'configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input='Generated from '`
	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
printf "%s\n" "$as_me: creating $ac_file" >&6;}
    fi
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac

    case $ac_tag in
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
printf "%s\n" X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  as_dir="$ac_dir"; as_fn_mkdir_p
  ac_builddir=.

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

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


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  ac_datarootdir_hack='
  s&@datadir@&${datarootdir}&g
  s&@docdir@&/usr/share/doc/dash&g
  s&@infodir@&${datarootdir}/info&g
  s&@localedir@&${datarootdir}/locale&g
  s&@mandir@&${datarootdir}/man&g
  s&\${datarootdir}&${prefix}/share&g' ;;
esac
ac_sed_extra="


[-- Attachment #4: config.log --]
[-- Type: text/plain, Size: 65176 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by dash configure 0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  $ /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/configure --srcdir=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/dash --htmldir=/usr/share/doc/dash/html -C

## --------- ##
## Platform. ##
## --------- ##

hostname = $HOSTNAME
uname -m = x86_64
uname -r = 3.6.4-1.x86_64
uname -s = CYGWIN_NT-10.0-19045
uname -v = 2025-07-15 07:55 UTC

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/$USER/bin/
PATH: /usr/local/bin/
PATH: /usr/local/sbin/
PATH: /usr/bin/
PATH: /usr/sbin/
PATH: /sbin/


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

configure:2231: loading site script /etc/config.site
| # config.site for configure
| #
| # You may override this file by your config.site using the CONFIG_SITE env
| # variable.
| 
| if test -n "$host"; then
|     # skip when cross-compiling
|     return 0
| fi
| 
| # Change some defaults.
| test "$prefix" = NONE && test -n "$ac_default_prefix" \
| 					&& prefix="$ac_default_prefix" || :
| test "$exec_prefix" = NONE && exec_prefix=${prefix}/bin
| 
| if test "$prefix" = /usr/local \
|    || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr/local ; }
| then
|     test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/usr/local/etc || :
|     test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/usr/local/var || :
|     test "$localstatedir" = '${prefix}/var' && localstatedir=/usr/local/var || :
| fi
| #
| # Give Autoconf 2.x generated configure scripts a shared default
| # cache file for feature test results, architecture-specific.
| if test "$cache_file" = ./config.cache; then
|   cache_file="${localstatedir:-${sharedstatedir:-${prefix:-/usr/local}/var}}/config.cache"
|   # A cache file is only valid for one C compiler.
| #  CC=gcc
| fi
configure:2254: creating cache config.cache
configure:2609: looking for aux files: compile missing install-sh
configure:2622:  trying /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/
configure:2651:   /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/compile found
configure:2651:   /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing found
configure:2633:   /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh found
configure:2781: checking for a BSD-compatible install
configure:2855: result: /usr/bin/install -c
configure:2866: checking whether build environment is sane
configure:2921: result: yes
configure:3082: checking for a race-free mkdir -p
configure:3125: result: /usr/bin/mkdir -p
configure:3132: checking for gawk
configure:3153: found /usr/bin/gawk
configure:3165: result: gawk
configure:3176: checking whether make sets $(MAKE)
configure:3200: result: yes
configure:3230: checking whether make supports nested variables
configure:3249: result: yes
configure:3402: checking whether make supports nested variables
configure:3421: result: yes
configure:3496: checking for gcc
configure:3529: result: gcc
configure:3888: checking for C compiler version
configure:3897: gcc --version >&5
gcc (GCC) 13.4.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

+ eval $CC --version >&5
+ gcc --version
configure:3908: $? = 0
configure:3897: gcc -v >&5
+ eval $CC -v >&5
+ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/13/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /mnt/share/packages/gccmake/gcc-13/gcc/gcc.x86_64/src/gcc-13.4.0/configure --srcdir=/mnt/share/packages/gccmake/gcc-13/gcc/gcc.x86_64/src/gcc-13.4.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib --with-gcc-major-version-only --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit --enable-clocale=newlib --with-dwarf2 --with-tune=generic --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++,jit --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --enable-libquadmath --enable-libquadmath-support --disable-libssp --enable-libada --disable-symvers --disable-multilib --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible --enable-libstdcxx-filesystem-ts
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.4.0 (GCC) 
... rest of stderr output deleted ...
configure:3908: $? = 0
configure:3897: gcc -V >&5
+ eval $CC -V >&5
+ gcc -V
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3908: $? = 1
configure:3897: gcc -qversion >&5
+ eval $CC -qversion >&5
+ gcc -qversion
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3908: $? = 1
configure:3897: gcc -version >&5
+ eval $CC -version >&5
+ gcc -version
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3908: $? = 1
configure:3928: checking whether the C compiler works
configure:3950: gcc -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ eval $CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ gcc -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 -static-libgcc conftest.c
configure:3954: $? = 0
configure:4005: result: yes
configure:4009: checking for C compiler default output file name
configure:4011: result: a.exe
configure:4017: checking for suffix of executables
configure:4024: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ eval $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 -static-libgcc conftest.c
configure:4028: $? = 0
configure:4052: result: .exe
configure:4076: checking whether we are cross compiling
configure:4084: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ eval $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 -static-libgcc conftest.c
configure:4088: $? = 0
configure:4095: ./conftest.exe
+ eval ./conftest$ac_cv_exeext
+ ./conftest.exe
configure:4099: $? = 0
configure:4114: result: no
configure:4120: checking for suffix of object files
configure:4143: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
+ eval $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5
+ gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 conftest.c
configure:4147: $? = 0
configure:4171: result: o
configure:4175: checking whether the compiler supports GNU C
configure:4195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4195: $? = 0
configure:4207: result: yes
configure:4218: checking whether gcc accepts -g
configure:4239: gcc -c -g  conftest.c >&5
configure:4239: $? = 0
configure:4286: result: yes
configure:4306: checking for gcc option to enable C11 features
configure:4321: gcc  -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4321: $? = 0
configure:4340: result: none needed
configure:4464: checking whether gcc understands -c and -o together
configure:4487: gcc -c conftest.c -o conftest2.o
+ gcc -c conftest.c -o conftest2.o
configure:4490: $? = 0
configure:4487: gcc -c conftest.c -o conftest2.o
+ gcc -c conftest.c -o conftest2.o
configure:4490: $? = 0
configure:4503: result: yes
configure:4523: checking whether make supports the include directive
configure:4538: make -f confmf.GNU && cat confinc.out
+ make -f confmf.GNU
+ cat confinc.out
this is the am__doit target
configure:4541: $? = 0
configure:4560: result: yes (GNU style)
configure:4586: checking dependency style of gcc
configure:4699: result: gcc3
configure:4719: checking for stdio.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for stdlib.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for string.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for inttypes.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for stdint.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for strings.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for sys/stat.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for sys/types.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for unistd.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for wchar.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for minix/config.h
configure:4719: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
conftest.c:49:10: fatal error: minix/config.h: No such file or directory
   49 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4719: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4719: result: no
configure:4750: checking whether it is safe to define __EXTENSIONS__
configure:4769: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4769: $? = 0
configure:4779: result: yes
configure:4782: checking whether _XOPEN_SOURCE should be defined
configure:4804: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4804: $? = 0
configure:4833: result: no
configure:4893: checking for build system compiler
configure:4900: result: gcc
configure:4904: checking for __attribute__((__alias__()))
configure:4919: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:4919: $? = 0
configure:4925: result: yes
configure:4957: checking for alloca.h
configure:4957: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4957: $? = 0
configure:4957: result: yes
configure:4963: checking for paths.h
configure:4963: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4963: $? = 0
configure:4963: result: yes
configure:4969: checking for sys/wait.h
configure:4969: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:4969: $? = 0
configure:4969: result: yes
configure:4977: checking for gcc options needed to detect all undeclared functions
configure:4999: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:47:8: error: 'strchr' undeclared (first use in this function)
   47 | (void) strchr;
      |        ^~~~~~
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
    1 | /* confdefs.h */
conftest.c:47:8: note: each undeclared identifier is reported only once for each function it appears in
   47 | (void) strchr;
      |        ^~~~~~
configure:4999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| (void) strchr;
|   ;
|   return 0;
| }
configure:5026: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
configure:5026: $? = 0
configure:5046: result: none needed
configure:5060: checking whether _PATH_BSHELL is declared
configure:5060: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
configure:5060: $? = 0
configure:5060: result: yes
configure:5075: checking whether _PATH_DEVNULL is declared
configure:5075: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
configure:5075: $? = 0
configure:5075: result: yes
configure:5090: checking whether _PATH_TTY is declared
configure:5090: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
configure:5090: $? = 0
configure:5090: result: yes
configure:5106: checking whether isblank is declared
configure:5106: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
configure:5106: $? = 0
configure:5106: result: yes
configure:5122: checking size of intmax_t
configure:5128: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ eval $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 -static-libgcc conftest.c
configure:5128: $? = 0
configure:5128: ./conftest.exe
+ eval ./conftest$ac_exeext
+ ./conftest.exe
configure:5128: $? = 0
configure:5145: result: 8
configure:5157: checking size of long long int
configure:5163: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
+ eval $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5
+ gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2 -static-libgcc conftest.c
configure:5163: $? = 0
configure:5163: ./conftest.exe
+ eval ./conftest$ac_exeext
+ ./conftest.exe
configure:5163: $? = 0
configure:5180: result: 8
configure:5195: checking whether PRIdMAX is declared
configure:5195: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
configure:5195: $? = 0
configure:5195: result: yes
configure:5209: checking for bsearch
configure:5209: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5209: $? = 0
configure:5209: result: yes
configure:5215: checking for faccessat
configure:5215: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5215: $? = 0
configure:5215: result: yes
configure:5221: checking for getpwnam
configure:5221: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5221: $? = 0
configure:5221: result: yes
configure:5227: checking for getrlimit
configure:5227: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5227: $? = 0
configure:5227: result: yes
configure:5233: checking for isalpha
configure:5233: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
conftest.c:66:6: warning: conflicting types for built-in function 'isalpha'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
   66 | char isalpha (void);
      |      ^~~~~~~
conftest.c:58:1: note: 'isalpha' is declared in header '<ctype.h>'
   57 | #include <limits.h>
   58 | #undef isalpha
configure:5233: $? = 0
configure:5233: result: yes
configure:5239: checking for killpg
configure:5239: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5239: $? = 0
configure:5239: result: yes
configure:5245: checking for memfd_create
configure:5245: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccAYcuho.o: in function `main':
/usr/src/debug/dash-0.5.13-2/conftest.c:79:(.text.startup+0xa): undefined reference to `memfd_create'
collect2: error: ld returned 1 exit status
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| /* end confdefs.h.  */
| /* Define memfd_create to an innocuous variant, in case <limits.h> declares memfd_create.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memfd_create innocuous_memfd_create
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char memfd_create (void); below.  */
| 
| #include <limits.h>
| #undef memfd_create
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memfd_create (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_memfd_create || defined __stub___memfd_create
| choke me
| #endif
| 
| int
| main (void)
| {
| return memfd_create ();
|   ;
|   return 0;
| }
configure:5245: result: no
configure:5251: checking for memrchr
configure:5251: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5251: $? = 0
configure:5251: result: yes
configure:5257: checking for mempcpy
configure:5257: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
conftest.c:69:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   69 | char mempcpy (void);
      |      ^~~~~~~
configure:5257: $? = 0
configure:5257: result: yes
configure:5263: checking for sigsetmask
configure:5263: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccs9BxlN.o: in function `main':
/usr/src/debug/dash-0.5.13-2/conftest.c:81:(.text.startup+0xa): undefined reference to `sigsetmask'
collect2: error: ld returned 1 exit status
configure:5263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| /* end confdefs.h.  */
| /* Define sigsetmask to an innocuous variant, in case <limits.h> declares sigsetmask.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigsetmask innocuous_sigsetmask
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char sigsetmask (void); below.  */
| 
| #include <limits.h>
| #undef sigsetmask
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigsetmask (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sigsetmask || defined __stub___sigsetmask
| choke me
| #endif
| 
| int
| main (void)
| {
| return sigsetmask ();
|   ;
|   return 0;
| }
configure:5263: result: no
configure:5269: checking for stpcpy
configure:5269: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
conftest.c:70:6: warning: conflicting types for built-in function 'stpcpy'; expected 'char *(char *, const char *)' [-Wbuiltin-declaration-mismatch]
   70 | char stpcpy (void);
      |      ^~~~~~
configure:5269: $? = 0
configure:5269: result: yes
configure:5275: checking for strchrnul
configure:5275: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5275: $? = 0
configure:5275: result: yes
configure:5281: checking for strsignal
configure:5281: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5281: $? = 0
configure:5281: result: yes
configure:5287: checking for strtod
configure:5287: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5287: $? = 0
configure:5287: result: yes
configure:5293: checking for strtoimax
configure:5293: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5293: $? = 0
configure:5293: result: yes
configure:5299: checking for strtoumax
configure:5299: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5299: $? = 0
configure:5299: result: yes
configure:5305: checking for sysconf
configure:5305: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5305: $? = 0
configure:5305: result: yes
configure:5311: checking for tee
configure:5311: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccw58cNa.o: in function `main':
/usr/src/debug/dash-0.5.13-2/conftest.c:88:(.text.startup+0xa): undefined reference to `tee'
collect2: error: ld returned 1 exit status
configure:5311: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define tee to an innocuous variant, in case <limits.h> declares tee.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define tee innocuous_tee
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char tee (void); below.  */
| 
| #include <limits.h>
| #undef tee
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char tee (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_tee || defined __stub___tee
| choke me
| #endif
| 
| int
| main (void)
| {
| return tee ();
|   ;
|   return 0;
| }
configure:5311: result: no
configure:5317: checking for wait3
configure:5317: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5317: $? = 0
configure:5317: result: yes
configure:5375: checking for signal
configure:5375: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
configure:5375: $? = 0
configure:5375: result: yes
configure:5392: checking whether stat64 is declared
configure:5392: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:97:10: error: 'stat64' undeclared (first use in this function); did you mean 'stat'?
   97 |   (void) stat64;
      |          ^~~~~~
      |          stat
conftest.c:97:10: note: each undeclared identifier is reported only once for each function it appears in
configure:5392: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAIT3 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef stat64
| #ifdef __cplusplus
|   (void) stat64;
| #else
|   (void) stat64;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:5392: result: no
configure:5414: checking for glob64
configure:5414: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccEIUobX.o: in function `main':
/usr/src/debug/dash-0.5.13-2/conftest.c:92:(.text.startup+0xa): undefined reference to `glob64'
collect2: error: ld returned 1 exit status
configure:5414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAIT3 1
| #define fstat64 fstat
| #define lstat64 lstat
| #define stat64 stat
| /* end confdefs.h.  */
| /* Define glob64 to an innocuous variant, in case <limits.h> declares glob64.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define glob64 innocuous_glob64
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char glob64 (void); below.  */
| 
| #include <limits.h>
| #undef glob64
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char glob64 (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_glob64 || defined __stub___glob64
| choke me
| #endif
| 
| int
| main (void)
| {
| return glob64 ();
|   ;
|   return 0;
| }
configure:5414: result: no
configure:5434: checking for open64
configure:5434: gcc -o conftest.exe -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  -static-libgcc conftest.c  >&5
/usr/lib/gcc/x86_64-pc-cygwin/13/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cczlwiTf.o: in function `main':
/usr/src/debug/dash-0.5.13-2/conftest.c:95:(.text.startup+0xa): undefined reference to `open64'
collect2: error: ld returned 1 exit status
configure:5434: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.13"
| #define PACKAGE_STRING "dash 0.5.13"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.13"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| #define HAVE_WAIT3 1
| #define fstat64 fstat
| #define lstat64 lstat
| #define stat64 stat
| #define glob64_t glob_t
| #define glob64 glob
| #define globfree64 globfree
| /* end confdefs.h.  */
| /* Define open64 to an innocuous variant, in case <limits.h> declares open64.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define open64 innocuous_open64
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char open64 (void); below.  */
| 
| #include <limits.h>
| #undef open64
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char open64 (void);
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_open64 || defined __stub___open64
| choke me
| #endif
| 
| int
| main (void)
| {
| return open64 ();
|   ;
|   return 0;
| }
configure:5434: result: no
configure:5454: checking for stat::st_mtim
configure:5469: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:5469: $? = 0
configure:5477: result: yes
configure:5485: checking for F_DUPFD_CLOEXEC
configure:5499: gcc -c -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2  conftest.c >&5
configure:5499: $? = 0
configure:5507: result: yes
configure:5669: updating cache config.cache
configure:5713: checking that generated files are newer than configure
configure:5719: result: done
configure:5742: creating ./config.status

## --------- ##
## Running . ##
## --------- ##

This file was extended by dash  0.5.13, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on $HOSTNAME


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu='yes'
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_env_CC_set='set'
ac_cv_env_CC_value='gcc'
ac_cv_env_CFLAGS_set='set'
ac_cv_env_CFLAGS_value='-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'
ac_cv_env_CPPFLAGS_set='set'
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_LDFLAGS_set='set'
ac_cv_env_LDFLAGS_value='-static-libgcc'
ac_cv_env_LIBS_set='set'
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext='.exe'
ac_cv_func_bsearch='yes'
ac_cv_func_faccessat='yes'
ac_cv_func_getpwnam='yes'
ac_cv_func_getrlimit='yes'
ac_cv_func_glob64='no'
ac_cv_func_isalpha='yes'
ac_cv_func_killpg='yes'
ac_cv_func_memfd_create='no'
ac_cv_func_mempcpy='yes'
ac_cv_func_memrchr='yes'
ac_cv_func_mmap_fixed_mapped='yes'
ac_cv_func_open64='no'
ac_cv_func_signal='yes'
ac_cv_func_sigsetmask='no'
ac_cv_func_stpcpy='yes'
ac_cv_func_strchrnul='yes'
ac_cv_func_strsignal='yes'
ac_cv_func_strtod='yes'
ac_cv_func_strtoimax='yes'
ac_cv_func_strtoumax='yes'
ac_cv_func_sysconf='yes'
ac_cv_func_tee='no'
ac_cv_func_wait3='yes'
ac_cv_have_decl_PRIdMAX='yes'
ac_cv_have_decl__PATH_BSHELL='yes'
ac_cv_have_decl__PATH_DEVNULL='yes'
ac_cv_have_decl__PATH_TTY='yes'
ac_cv_have_decl_isblank='yes'
ac_cv_have_decl_stat64='no'
ac_cv_header_alloca_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_minix_config_h='no'
ac_cv_header_paths_h='yes'
ac_cv_header_stdint_h='yes'
ac_cv_header_stdio_h='yes'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_sys_wait_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_header_wchar_h='yes'
ac_cv_objext='o'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir='/usr/bin/mkdir'
ac_cv_prog_AWK='gawk'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_cc_c11=''
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_make_make_set='yes'
ac_cv_safe_to_define___extensions__='yes'
ac_cv_should_define__xopen_source='no'
ac_cv_sizeof_intmax_t='8'
ac_cv_sizeof_long_long_int='8'
am_cv_CC_dependencies_compiler_type='gcc3'
am_cv_make_support_nested_variables='yes'
am_cv_prog_cc_c_o='yes'
dash_cv_have_attribute_alias='yes'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' automake-1.16'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fstack-protector-strong --param=ssp-buffer-size=4 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/build=/usr/src/debug/dash-0.5.13-2 -ffile-prefix-map=/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13=/usr/src/debug/dash-0.5.13-2'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ETAGS='etags'
EXEEXT='.exe'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-static-libgcc'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/missing'\'' makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='dash'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dash'
PACKAGE_STRING='dash 0.5.13'
PACKAGE_TARNAME='dash'
PACKAGE_URL=''
PACKAGE_VERSION='0.5.13'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.5.13'
ac_ct_CC='gcc'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='/usr/share/doc/dash'
dvidir='${docdir}'
exec_prefix='/usr'
host_alias=''
htmldir='/usr/share/doc/dash/html'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/src/dash/dash-0.5.13-2.x86_64/src/dash-0.5.13/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "dash"
#define PACKAGE_TARNAME "dash"
#define PACKAGE_VERSION "0.5.13"
#define PACKAGE_STRING "dash 0.5.13"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dash"
#define VERSION "0.5.13"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define HAVE_ALIAS_ATTRIBUTE 1
#define HAVE_ALLOCA_H 1
#define HAVE_PATHS_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_DECL_ISBLANK 1
#define SIZEOF_INTMAX_T 8
#define SIZEOF_LONG_LONG_INT 8
#define HAVE_BSEARCH 1
#define HAVE_FACCESSAT 1
#define HAVE_GETPWNAM 1
#define HAVE_GETRLIMIT 1
#define HAVE_ISALPHA 1
#define HAVE_KILLPG 1
#define HAVE_MEMRCHR 1
#define HAVE_MEMPCPY 1
#define HAVE_STPCPY 1
#define HAVE_STRCHRNUL 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRTOD 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYSCONF 1
#define HAVE_WAIT3 1
#define fstat64 fstat
#define lstat64 lstat
#define stat64 stat
#define glob64_t glob_t
#define glob64 glob
#define globfree64 globfree
#define open64 open
#define readdir64 readdir
#define dirent64 dirent
#define HAVE_ST_MTIM 1
#define HAVE_F_DUPFD_CLOEXEC 1
#define SMALL 1
#define WITH_LINENO 1

configure: exit 1

[-- Attachment #5: configure.zst --]
[-- Type: application/octet-stream, Size: 48137 bytes --]

[-- Attachment #6: dash-0.5.13-2-compile.log.zst --]
[-- Type: application/octet-stream, Size: 75807 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-09-30 17:11   ` Brian Inglis
@ 2025-10-01  0:40     ` Herbert Xu
  2025-10-02 21:56       ` Brian Inglis
  0 siblings, 1 reply; 16+ messages in thread
From: Herbert Xu @ 2025-10-01  0:40 UTC (permalink / raw)
  To: Brian Inglis; +Cc: Dash

On Tue, Sep 30, 2025 at 11:11:49AM -0600, Brian Inglis wrote:
>
> Attached outputs from last instance of failing build just to be sure:
> zstd compressed bigger files this time to keep sizes decent.

Thanks.  I tried it and it makes no difference.

So I guess you will have to bisect this one.  Here is my suspicion
and it would be a good place to start your bisection:

commit 509f5b0dcd710804fb6c66750c7c7fd2d30a3ec9
Author: Herbert Xu <herbert@gondor.apana.org.au>
Date:   Sun Apr 21 08:33:53 2024 +0800

    redir: Use memfd_create instead of pipe

Cheers,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-10-01  0:40     ` Herbert Xu
@ 2025-10-02 21:56       ` Brian Inglis
  2025-10-03  7:29         ` Herbert Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Brian Inglis @ 2025-10-02 21:56 UTC (permalink / raw)
  To: Dash; +Cc: Herbert Xu

On 2025-09-30 18:40, Herbert Xu wrote:
> On Tue, Sep 30, 2025 at 11:11:49AM -0600, Brian Inglis wrote:
>>
>> Attached outputs from last instance of failing build just to be sure:
>> zstd compressed bigger files this time to keep sizes decent.
> 
> Thanks.  I tried it and it makes no difference.
> 
> So I guess you will have to bisect this one.  Here is my suspicion
> and it would be a good place to start your bisection:
> 
> commit 509f5b0dcd710804fb6c66750c7c7fd2d30a3ec9
> Author: Herbert Xu <herbert@gondor.apana.org.au>
> Date:   Sun Apr 21 08:33:53 2024 +0800
>      redir: Use memfd_create instead of pipe

As config files are not distributed in the repo, it appears to be caused by 
autoreconfig 2.72 as I cannot even build 0.5.12 without your packaged config 
scripts, so I have already raised an autoconf issue!

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-10-02 21:56       ` Brian Inglis
@ 2025-10-03  7:29         ` Herbert Xu
  2025-10-04  3:19           ` Brian Inglis
  0 siblings, 1 reply; 16+ messages in thread
From: Herbert Xu @ 2025-10-03  7:29 UTC (permalink / raw)
  To: Brian Inglis; +Cc: Dash

On Thu, Oct 02, 2025 at 03:56:47PM -0600, Brian Inglis wrote:
>
> As config files are not distributed in the repo, it appears to be caused by
> autoreconfig 2.72 as I cannot even build 0.5.12 without your packaged config
> scripts, so I have already raised an autoconf issue!

Hang on, but you previously said that dash 0.5.12 was able to build
dash 0.5.13, is this not the case?

I have tried building dash 0.5.13 with 2.72 and it works fine.
So I suspect there is something specific to Cygwin that is causing
this failure.

Cheers,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-10-03  7:29         ` Herbert Xu
@ 2025-10-04  3:19           ` Brian Inglis
  2025-10-04  4:00             ` Herbert Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Brian Inglis @ 2025-10-04  3:19 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Dash

On 2025-10-03 01:29, Herbert Xu wrote:
> On Thu, Oct 02, 2025 at 03:56:47PM -0600, Brian Inglis wrote:
>>
>> As config files are not distributed in the repo, it appears to be caused by
>> autoreconfig 2.72 as I cannot even build 0.5.12 without your packaged config
>> scripts, so I have already raised an autoconf issue!
> 
> Hang on, but you previously said that dash 0.5.12 was able to build
> dash 0.5.13, is this not the case?
> 
> I have tried building dash 0.5.13 with 2.72 and it works fine.
> So I suspect there is something specific to Cygwin that is causing
> this failure.

Likely the autoreconfig with recently updated automake 1.18 using existing
/usr/share/autoconf/autoconf/status.m4 stanza:

# Neutralize VPATH when `$srcdir' = `.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_sed_extra="$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
:t
[/@[a-zA-Z_][a-zA-Z_0-9]*@/!b]
dnl configure_input is a somewhat special, so we don't call AC_SUBST_TRACE.
dnl Note if you change the s||| delimiter here, don't forget to adjust
dnl ac_sed_conf_input accordingly.  Using & is a bad idea if & appears in
dnl the replacement string.
s|@configure_input@|$ac_sed_conf_input|;t t
dnl During the transition period, this is a special case:
s&@top_builddir@&$ac_top_builddir_sub&;t t[]AC_SUBST_TRACE([top_builddir])
dnl For this substitution see the witness macro _AC_HAVE_TOP_BUILD_PREFIX above.
s&@top_build_prefix@&$ac_top_build_prefix&;t t[]AC_SUBST_TRACE([top_build_prefix])
m4_map_args_sep([$0_ADJUST_DIR(], [)], [
], [srcdir], [abs_srcdir], [top_srcdir], [abs_top_srcdir],
    [builddir], [abs_builddir],
    [abs_top_builddir]AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
      [, [INSTALL]])AC_PROVIDE_IFELSE([AC_PROG_MKDIR_P], [, [MKDIR_P]]))
m4_ifndef([AC_DATAROOTDIR_CHECKED], [$ac_datarootdir_hack
])dnl
"

to generate config.status ending with an unterminated string where that _ACEOF 
line appears.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-10-04  3:19           ` Brian Inglis
@ 2025-10-04  4:00             ` Herbert Xu
  2025-10-04 22:47               ` Brian Inglis
  0 siblings, 1 reply; 16+ messages in thread
From: Herbert Xu @ 2025-10-04  4:00 UTC (permalink / raw)
  To: Brian Inglis; +Cc: Dash

On Fri, Oct 03, 2025 at 09:19:39PM -0600, Brian Inglis wrote:
>
> Likely the autoreconfig with recently updated automake 1.18 using existing
> /usr/share/autoconf/autoconf/status.m4 stanza:

But it's always been like that.  The code is correct as it is.  The
quotes are split across two here-documents and there is nothing wrnog
with that.

For some reason, when you ran the script with dash 0.5.13, the second
here-document failed silently, thus creating an unterminated quote.

Please help us find the cause by doing a bisection.  As I said my
suspicion lies with the new memfd code which obviously won't be run
on Cygwin so there may be an issue with the fallback path.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-10-04  4:00             ` Herbert Xu
@ 2025-10-04 22:47               ` Brian Inglis
  2025-10-06  2:15                 ` Herbert Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Brian Inglis @ 2025-10-04 22:47 UTC (permalink / raw)
  To: Dash; +Cc: Herbert Xu

On 2025-10-03 22:00, Herbert Xu wrote:
> On Fri, Oct 03, 2025 at 09:19:39PM -0600, Brian Inglis wrote:
>>
>> Likely the autoreconfig with recently updated automake 1.18 using existing
>> /usr/share/autoconf/autoconf/status.m4 stanza:
> 
> But it's always been like that.  The code is correct as it is.  The
> quotes are split across two here-documents and there is nothing wrnog
> with that.
> 
> For some reason, when you ran the script with dash 0.5.13, the second
> here-document failed silently, thus creating an unterminated quote.
> 
> Please help us find the cause by doing a bisection.  As I said my
> suspicion lies with the new memfd code which obviously won't be run
> on Cygwin so there may be an issue with the fallback path.

Nothing to bisect as all commit configs from 0.5.12..0.5.13 fail, because your 
repo code does not include all your autoupdated config files checked in, and my 
autoreconfig always generates config files that fail at that point.

I will retry 0.5.12 using WANT_AUTOMAKE from 1.17 and WANT_AUTOCONF from 2.69 
(not so granular without removing/reinstalling packages) back until it once 
again works, and then retry 0.5.13, without and with suggested patches if 
required, and if necessary bisect whichever axis/package makes a difference! ;^>

What worries me is that something in the autotools config generation depends on 
it being done under Linux, and something in the Cygwin autotools autoreconfig is 
messing up cross-compatibility, enough that configs are going to start failing 
under Cygwin that work under Linux cross-tools, as Cygwin has been increasingly 
dropping our previous Windows interoperability interfaces, they are becoming 
increasingly less compatible with new POSIX, GNU, and Windows releases, and 
packages are becoming harder to build without hacking more tools!

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-10-04 22:47               ` Brian Inglis
@ 2025-10-06  2:15                 ` Herbert Xu
  2025-10-06  3:28                   ` Herbert Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Herbert Xu @ 2025-10-06  2:15 UTC (permalink / raw)
  To: Brian Inglis; +Cc: Dash

On Sat, Oct 04, 2025 at 04:47:05PM -0600, Brian Inglis wrote:
>
> Nothing to bisect as all commit configs from 0.5.12..0.5.13 fail, because
> your repo code does not include all your autoupdated config files checked
> in, and my autoreconfig always generates config files that fail at that
> point.

But did you replace your /bin/sh with the potentially buggy dash
0.5.13 when generating those scripts?

Cheers,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
  2025-10-06  2:15                 ` Herbert Xu
@ 2025-10-06  3:28                   ` Herbert Xu
  0 siblings, 0 replies; 16+ messages in thread
From: Herbert Xu @ 2025-10-06  3:28 UTC (permalink / raw)
  To: Brian Inglis; +Cc: Dash

On Mon, Oct 06, 2025 at 10:15:16AM +0800, Herbert Xu wrote:
>
> But did you replace your /bin/sh with the potentially buggy dash
> 0.5.13 when generating those scripts?

A new bug has just been discovered, please ensure that you have
this patch applied for testing:

https://lore.kernel.org/dash/aOM2ykncn3sL2LsJ@gondor.apana.org.au

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-10-06  3:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-28 23:05 dash 0.5.13 configure config.status truncated running under dash 0.5.13 Brian Inglis
2025-09-29  5:01 ` Herbert Xu
2025-09-29  9:15   ` Brian.Inglis
2025-09-29  9:37     ` Herbert Xu
2025-09-29 10:29       ` Brian.Inglis
2025-09-29 19:18         ` Brian Inglis
2025-09-30 12:26 ` Herbert Xu
2025-09-30 17:11   ` Brian Inglis
2025-10-01  0:40     ` Herbert Xu
2025-10-02 21:56       ` Brian Inglis
2025-10-03  7:29         ` Herbert Xu
2025-10-04  3:19           ` Brian Inglis
2025-10-04  4:00             ` Herbert Xu
2025-10-04 22:47               ` Brian Inglis
2025-10-06  2:15                 ` Herbert Xu
2025-10-06  3:28                   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox