Whitespace and indentation fix in the output of B::Debug.
[p5sagit/p5-mst-13.2.git] / hints / aix.sh
index 427412e..5a10cf8 100644 (file)
@@ -5,7 +5,7 @@
 #        Jarkko Hietaniemi <jhi@iki.fi>.
 # AIX 4.3.x LP64 build by Steven Hirsch <hirschs@btv.ibm.com>
 # Merged on Mon Feb  6 10:22:35 EST 1995 by
-#   Andy Dougherty  <doughera@lafcol.lafayette.edu>
+#   Andy Dougherty  <doughera@lafayette.edu>
 
 #
 # Contact dfavor@corridor.com for any of the following:
@@ -218,7 +218,7 @@ cc*|xlc*) # cc should've been set by line 116 or so if empty.
                *) if test ! -x /QOpenSys/usr/bin/$cc; then
                        # The /QOpenSys/usr/bin/$cc saves us if we are
                        # building natively in OS/400 PASE.
-                       cat <<EOF
+                       cat >&4 <<EOF
 
 ***
 *** You either implicitly or explicitly specified an IBM C compiler,
@@ -560,6 +560,15 @@ EOF
        shift
        libswanted="$*"
        installusrbinperl="$undef"
+
+       # V5R1 doesn't have this (V5R2 does), without knowing
+       # which one we have it's safer to be pessimistic.
+       # Cwd will work fine even without fchdir(), but if
+       # V5R1 tries to use code compiled assuming fchdir(),
+       # lots of grief will issue forth from Cwd.
+       case "$d_fchdir" in
+       '') d_fchdir="$undef" ;;
+       esac
        ;;
 esac