Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: cygwin
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS -I.
-I/home/eblake/bash-3.2.39-19/src/bash-3.2
-I/home/eblake/bash-3.2.39-19/src/bash-3.2/include
-I/home/eblake/bash-3.2.39-19/src/bash-3.2/lib -O2 -pipe
uname output: CYGWIN_NT-5.1 SteveHP 1.5.25(0.156/4/2) 2008-05-26 20:37
i686 Cygwin
Machine Type: i686-pc-cygwin
Bash Version: 3.2
Patch Level: 39
Release Status: release
Description:
The top level configure produce by autoconf 2.59 fails to
pass --quiet to itself recursivly if ac_recheck requires
reconfiguration. The cygwin patch changes some .in/.ac files
which will cause configure to rerun on first make invocation.
Repeat-By:
Untar bash-3.2.tar.gz source, apply cygwin
bash-3.2.39-19.src.patch, configure with --quiet,
type make clean and watch all the configure checking messages
Fix:
Running autconf 2.61 on the top level configure.in to produce
an updated configure seems to take care of it