110N/A--- configure 2009-12-29 05:34:51.000000000 -0800
110N/A+++ configure 2010-09-01 10:45:06.225859891 -0700
110N/A@@ -1,4 +1,4 @@
110N/A-#! /bin/sh
110N/A+#! /bin/bash
110N/A # From configure.in for Bash 4.1, version 4.019.
110N/A # Guess values for system-dependent variables and create Makefiles.
110N/A # Generated by GNU Autoconf 2.63 for bash 4.1-release.
110N/A@@ -13,6 +13,8 @@
110N/A ## M4sh Initialization. ##
110N/A ## --------------------- ##
110N/A
110N/A+export LD_OPTIONS="-lc -lm -lgen -lsocket -lnsl -lresolv -z ignore"
110N/A+
110N/A # Be more Bourne compatible
110N/A DUALCASE=1; export DUALCASE # for MKS sh
110N/A if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
110N/A@@ -592,7 +594,7 @@
110N/A subdirs=
110N/A MFLAGS=
110N/A MAKEFLAGS=
110N/A-SHELL=${CONFIG_SHELL-/bin/sh}
110N/A+SHELL=${CONFIG_SHELL-/bin/bash}
110N/A
110N/A # Identity of this package.
110N/A PACKAGE_NAME='bash'
110N/A@@ -3500,7 +3502,7 @@
110N/A ac_save_c_werror_flag=$ac_c_werror_flag
110N/A ac_c_werror_flag=yes
110N/A ac_cv_prog_cc_g=no
110N/A- CFLAGS="-g"
110N/A+ CFLAGS=""
110N/A cat >conftest.$ac_ext <<_ACEOF
110N/A /* confdefs.h. */
110N/A _ACEOF
110N/A@@ -3579,7 +3581,7 @@
110N/A sed 's/^/| /' conftest.$ac_ext >&5
110N/A
110N/A ac_c_werror_flag=$ac_save_c_werror_flag
110N/A- CFLAGS="-g"
110N/A+ CFLAGS=""
110N/A cat >conftest.$ac_ext <<_ACEOF
110N/A /* confdefs.h. */
110N/A _ACEOF
110N/A@@ -3638,7 +3640,7 @@
110N/A if test "$GCC" = yes; then
110N/A CFLAGS="-g -O2"
110N/A else
110N/A- CFLAGS="-g"
110N/A+ CFLAGS=""
110N/A fi
110N/A else
110N/A if test "$GCC" = yes; then
110N/A@@ -5092,7 +5094,7 @@
110N/A
110N/A if test -z "$CC_FOR_BUILD"; then
110N/A if test "x$cross_compiling" = "xno"; then
110N/A- CC_FOR_BUILD='$(CC)'
110N/A+ CC_FOR_BUILD='$(CC) $(CPPFLAGS) $(CFLAGS)'
110N/A else
110N/A CC_FOR_BUILD=gcc
110N/A fi
110N/A@@ -5100,7 +5102,7 @@
110N/A
110N/A
110N/A
110N/A-test -z "$CFLAGS" && CFLAGS=-g auto_cflags=1
110N/A+test -z "$CFLAGS" && CFLAGS="${CFLAGS}" auto_cflags=1
110N/A
110N/A test -n "$GCC" && test -n "$auto_cflags" && CFLAGS="$CFLAGS -O2"
110N/A
110N/A@@ -5132,7 +5134,7 @@
110N/A LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-""}
110N/A fi
110N/A
110N/A-test -z "$CFLAGS_FOR_BUILD" && CFLAGS_FOR_BUILD="-g"
110N/A+test -z "$CFLAGS_FOR_BUILD" && CFLAGS_FOR_BUILD=""
110N/A
110N/A
110N/A
110N/A@@ -5257,9 +5259,14 @@
110N/A int
110N/A main ()
110N/A {
110N/A+#if defined(sun) || defined(__sun) || defined(__sun__)
110N/A+#error "we want to use libcurses."
110N/A+return 255;
110N/A+#else
110N/A return tgetent ();
110N/A ;
110N/A return 0;
110N/A+#endif
110N/A }
110N/A _ACEOF
110N/A rm -f conftest.$ac_objext conftest$ac_exeext
110N/A@@ -6164,7 +6171,7 @@
110N/A $as_echo_n "(cached) " >&6
110N/A else
110N/A cat >conftest.make <<\_ACEOF
110N/A-SHELL = /bin/sh
110N/A+SHELL = /bin/bash
110N/A all:
110N/A @echo '@@@%%%=$(MAKE)=@@@%%%'
110N/A _ACEOF
110N/A@@ -6190,7 +6197,7 @@
110N/A
110N/A case "$host_os" in
110N/A opennt*|interix*) MAKE_SHELL="$INTERIX_ROOT/bin/sh" ;;
110N/A-*) MAKE_SHELL=/bin/sh ;;
110N/A+*) MAKE_SHELL=/bin/bash ;;
110N/A esac
110N/A
110N/A
110N/A@@ -7177,7 +7184,7 @@
110N/A # Prepare PATH_SEPARATOR.
110N/A # The user is always right.
110N/A if test "${PATH_SEPARATOR+set}" != set; then
110N/A- echo "#! /bin/sh" >conf$$.sh
110N/A+ echo "#! /bin/bash" >conf$$.sh
110N/A echo "exit 0" >>conf$$.sh
110N/A chmod +x conf$$.sh
110N/A if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
110N/A@@ -7191,7 +7198,7 @@
110N/A # Find out how to test for executable files. Don't use a zero-byte file,
110N/A # as systems may use methods other than mode bits to determine executability.
110N/A cat >conf$$.file <<_ASEOF
110N/A-#! /bin/sh
110N/A+#! /bin/bash
110N/A exit 0
110N/A _ASEOF
110N/A chmod +x conf$$.file
110N/A@@ -7288,7 +7295,7 @@
110N/A # Prepare PATH_SEPARATOR.
110N/A # The user is always right.
110N/A if test "${PATH_SEPARATOR+set}" != set; then
110N/A- echo "#! /bin/sh" >conf$$.sh
110N/A+ echo "#! /bin/bash" >conf$$.sh
110N/A echo "exit 0" >>conf$$.sh
110N/A chmod +x conf$$.sh
110N/A if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
110N/A@@ -7302,7 +7309,7 @@
110N/A # Find out how to test for executable files. Don't use a zero-byte file,
110N/A # as systems may use methods other than mode bits to determine executability.
110N/A cat >conf$$.file <<_ASEOF
110N/A-#! /bin/sh
110N/A+#! /bin/bash
110N/A exit 0
110N/A _ASEOF
110N/A chmod +x conf$$.file
110N/A@@ -7359,7 +7366,7 @@
110N/A # Prepare PATH_SEPARATOR.
110N/A # The user is always right.
110N/A if test "${PATH_SEPARATOR+set}" != set; then
110N/A- echo "#! /bin/sh" >conf$$.sh
110N/A+ echo "#! /bin/bash" >conf$$.sh
110N/A echo "exit 0" >>conf$$.sh
110N/A chmod +x conf$$.sh
110N/A if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
110N/A@@ -7373,7 +7380,7 @@
110N/A # Find out how to test for executable files. Don't use a zero-byte file,
110N/A # as systems may use methods other than mode bits to determine executability.
110N/A cat >conf$$.file <<_ASEOF
110N/A-#! /bin/sh
110N/A+#! /bin/bash
110N/A exit 0
110N/A _ASEOF
110N/A chmod +x conf$$.file
110N/A@@ -8992,7 +8999,7 @@
110N/A # Prepare PATH_SEPARATOR.
110N/A # The user is always right.
110N/A if test "${PATH_SEPARATOR+set}" != set; then
110N/A- echo "#! /bin/sh" >conf$$.sh
110N/A+ echo "#! /bin/bash" >conf$$.sh
110N/A echo "exit 0" >>conf$$.sh
110N/A chmod +x conf$$.sh
110N/A if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
110N/A@@ -9102,7 +9109,7 @@
110N/A else
110N/A
110N/A CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
110N/A- ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
110N/A+ ${CONFIG_SHELL-/bin/bash} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
110N/A . ./conftest.sh
110N/A rm -f ./conftest.sh
110N/A acl_cv_rpath=done
110N/A@@ -13042,39 +13049,18 @@
110N/A /* end confdefs.h. */
110N/A /* Define isinf to an innocuous variant, in case <limits.h> declares isinf.
110N/A For example, HP-UX 11i <limits.h> declares gettimeofday. */
110N/A-#define isinf innocuous_isinf
110N/A-
110N/A-/* System header to define __stub macros and hopefully few prototypes,
110N/A- which can conflict with char isinf (); below.
110N/A- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
110N/A- <limits.h> exists even on freestanding compilers. */
110N/A-
110N/A-#ifdef __STDC__
110N/A-# include <limits.h>
110N/A-#else
110N/A-# include <assert.h>
110N/A-#endif
110N/A-
110N/A-#undef isinf
110N/A-
110N/A+#include <math.h>
110N/A /* Override any GCC internal prototype to avoid an error.
110N/A Use char because int might match the return type of a GCC
110N/A builtin and then its argument prototype would still apply. */
110N/A-#ifdef __cplusplus
110N/A-extern "C"
110N/A-#endif
110N/A-char isinf ();
110N/A /* The GNU C library defines this for functions which it implements
110N/A to always fail with ENOSYS. Some functions are actually named
110N/A something starting with __ and the normal name is an alias. */
110N/A-#if defined __stub_isinf || defined __stub___isinf
110N/A-choke me
110N/A-#endif
110N/A
110N/A int
110N/A main ()
110N/A {
110N/A-return isinf ();
110N/A+return isinf(0.0);
110N/A ;
110N/A return 0;
110N/A }
110N/A@@ -13134,39 +13120,26 @@
110N/A /* end confdefs.h. */
110N/A /* Define isnan to an innocuous variant, in case <limits.h> declares isnan.
110N/A For example, HP-UX 11i <limits.h> declares gettimeofday. */
110N/A-#define isnan innocuous_isnan
110N/A
110N/A /* System header to define __stub macros and hopefully few prototypes,
110N/A which can conflict with char isnan (); below.
110N/A Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
110N/A <limits.h> exists even on freestanding compilers. */
110N/A
110N/A-#ifdef __STDC__
110N/A-# include <limits.h>
110N/A-#else
110N/A-# include <assert.h>
110N/A-#endif
110N/A-
110N/A-#undef isnan
110N/A+#include <math.h>
110N/A
110N/A /* Override any GCC internal prototype to avoid an error.
110N/A Use char because int might match the return type of a GCC
110N/A builtin and then its argument prototype would still apply. */
110N/A-#ifdef __cplusplus
110N/A-extern "C"
110N/A-#endif
110N/A-char isnan ();
110N/A+
110N/A /* The GNU C library defines this for functions which it implements
110N/A to always fail with ENOSYS. Some functions are actually named
110N/A something starting with __ and the normal name is an alias. */
110N/A-#if defined __stub_isnan || defined __stub___isnan
110N/A-choke me
110N/A-#endif
110N/A
110N/A int
110N/A main ()
110N/A {
110N/A-return isnan ();
110N/A+return isnan(0.0);
110N/A ;
110N/A return 0;
110N/A }
110N/A@@ -25521,7 +25494,7 @@
110N/A exit 69
110N/A ' >conftest
110N/A chmod u+x conftest
110N/A-(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1)
110N/A+(SHELL=/bin/bash; export SHELL; ./conftest >/dev/null 2>&1)
110N/A if test $? -ne 69; then
110N/A ac_cv_sys_interpreter=yes
110N/A else
110N/A@@ -30117,9 +30090,14 @@
110N/A int
110N/A main ()
110N/A {
110N/A+#if defined(sun) || defined(__sun) || defined(__sun__)
110N/A+#error "we want to use libcurses"
110N/A+return 255;
110N/A+#else
110N/A return tgetent ();
110N/A ;
110N/A return 0;
110N/A+#endif
110N/A }
110N/A _ACEOF
110N/A rm -f conftest.$ac_objext conftest$ac_exeext
110N/A@@ -30302,7 +30280,7 @@
110N/A $as_echo_n "(cached) " >&6
110N/A else
110N/A ac_check_lib_save_LIBS=$LIBS
110N/A-LIBS="-lcurses $LIBS"
3437N/A+LIBS="/usr/lib/64/libcurses.so.1 $LIBS"
110N/A cat >conftest.$ac_ext <<_ACEOF
110N/A /* confdefs.h. */
110N/A _ACEOF
110N/A@@ -30468,7 +30446,7 @@
110N/A TERMCAP_LIB=
110N/A TERMCAP_DEP=
110N/A else
110N/A-TERMCAP_LIB=-lcurses
3437N/A+TERMCAP_LIB=/usr/lib/64/libcurses.so.1
110N/A TERMCAP_DEP=
110N/A fi
110N/A
110N/A@@ -30676,7 +30654,7 @@
110N/A then
110N/A { $as_echo "$as_me:$LINENO: checking shared object configuration for loadable builtins" >&5
110N/A $as_echo_n "checking shared object configuration for loadable builtins... " >&6; }
110N/A- eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
110N/A+ eval `${CONFIG_SHELL-/bin/bash} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
110N/A
110N/A
110N/A