summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:03:08 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:03:08 -0500
commita76f5a2bf12077539cc928b62cf8c6eae15cbe56 (patch)
tree3648de49b6aeb3e1865de664d9aa3fcd333f475b /configure
parent5cfe250dadf5cff8a1b12ae911a3a4c4f2811c3c (diff)
downloadbash-a76f5a2bf12077539cc928b62cf8c6eae15cbe56.tar.gz
commit bash-20070201 snapshot
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure b/configure
index be38ef3a..8f539eb1 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in for Bash 3.2, version 3.193.
+# From configure.in for Bash 3.2, version 3.194.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60 for bash 3.2-maint.
#
@@ -29264,8 +29264,8 @@ _ACEOF
fi
if test "$ac_cv_func_getcwd" = "yes"; then
-{ echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory" >&5
-echo $ECHO_N "checking if getcwd() will dynamically allocate memory... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory with 0 size" >&5
+echo $ECHO_N "checking if getcwd() will dynamically allocate memory with 0 size... $ECHO_C" >&6; }
if test "${bash_cv_getcwd_malloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
@@ -31424,7 +31424,8 @@ sco3.2v5*) LOCAL_CFLAGS="-b elf -DWAITPID_BROKEN -DPATH_MAX=1024" ;;
sco3.2v4*) LOCAL_CFLAGS="-DMUST_UNBLOCK_CHLD -DPATH_MAX=1024" ;;
sco3.2*) LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;;
sunos4*) LOCAL_CFLAGS=-DSunOS4 ;;
-solaris2.5*) LOCAL_CFLAGS=-DSunOS5 ;;
+solaris2.5*) LOCAL_CFLAGS="-DSunOS5 -DSOLARIS" ;;
+solaris2*) LOCAL_CFLAGS=-DSOLARIS ;;
lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;;
linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading
case "`uname -r`" in