Handle characters with high bit set
[p5sagit/p5-mst-13.2.git] / hints / ultrix_4.sh
index f0369c0..e004507 100644 (file)
@@ -9,6 +9,12 @@ case "$optimize" in
 '') optimize=-g ;;
 esac
 
+# Some users have reported Configure runs *much* faster if you 
+# replace all occurences of /bin/sh by /bin/sh5
+# Something like:
+#   sed 's!/bin/sh!/bin/sh5!g' Configure > Configure.sh5
+# Then run "sh5 Configure.sh5 [your options]"
+
 case "$myuname" in
 *risc*) cat <<EOF
 Note that there is a bug in some versions of NFS on the DECStation that
@@ -24,6 +30,8 @@ case "$cc" in
     case "$osvers" in
     *4.1*)     ccflags="$ccflags -DLANGUAGE_C -Olimit 2900" ;;
     *4.2*)     ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
+               # Prototypes sometimes cause compilation errors in 4.2.
+               prototype=undef   
                case "$myuname" in
                *risc*)  d_volatile=undef ;;
                esac