Add missing syms to global.sym; update magic doc
[p5sagit/p5-mst-13.2.git] / Configure
index d22b009..3ae746c 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1644,6 +1644,7 @@ EOM
        $test -f /dnix && osname=dnix
        $test -f /lynx.os && osname=lynxos
        $test -f /unicos && osname=unicos && osvers=`$uname -r`
+       $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
        $test -f /bin/mips && /bin/mips && osname=mips
        $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
                $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
@@ -3911,6 +3912,8 @@ case "$libs" in
                        :
                elif try=`./loc lib$thislib$lib_ext X $libpth`; $test -f "$try"; then
                        :
+               elif try=`./loc $thislib$lib_ext X $libpth`; $test -f "$try"; then
+                       :
                elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
                        :
                elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
@@ -9036,6 +9039,7 @@ main()
                printf("int\n");
        else 
                printf("long\n");
+       fflush(stdout);
        exit(0);
 }
 EOM