dash 0.5.13 configure config.status truncated running under dash 0.5.13

Brian Inglis <[email protected]> Sun, 28 Sep 2025 17:05:38 -0600
Newsgroups org.kernel.vger.dash
Organization Systematic Software
Message-ID <[email protected]>
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
dash-0.5.13-configure-config.status-fail.log (text/plain, 7.9 KB)
$ 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
dash-0.5.13-1-compile.log (text/plain, 6.4 KB)
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
*** ERROR: configure failed
config.cache (text/plain, 4.6 KB)
# 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'}
config.status (text/plain, 20.1 KB)
#! /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 = ""

}
{
  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 = ""
}
/^[\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="
config.log (text/plain, 60.7 KB)
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
configure (text/plain, 193.8 KB) - not displayed