todo entry for missing pack formats.
[p5sagit/p5-mst-13.2.git] / Configure
index 4e6a731..f00c447 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Mon Jan 28 01:36:10 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Tue Jan 29 00:57:08 EET 2002 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -1036,8 +1036,14 @@ if test -f /etc/unixtovms.exe; then
        eunicefix=/etc/unixtovms.exe
 fi
 
+: Set executable suffix now -- needed before hints available
+: maybe Stratus VOS
 if test -f "/system/gnu_library/bin/ar.pm"; then
-     _exe=".pm"
+    _exe=".pm"
+fi
+: maybe dos djgpp
+if test -n "$DJGPP"; then
+    _exe=".exe"
 fi
 
 i_whoami=''
@@ -13493,7 +13499,8 @@ $cat <<EOM
 
 Checking to see whether you can access character data unalignedly...
 EOM
-$cat >try.c <<EOCP
+case "$d_u32align" in
+'')   $cat >try.c <<EOCP
 #include <stdio.h>
 #define U32 $u32type
 #define BYTEORDER 0x$byteorder
@@ -13575,6 +13582,8 @@ else
        esac
 fi
 $rm -f core core.try.* try.core
+;;
+esac
 
 : see if ualarm exists
 set ualarm d_ualarm