Change 29462 by [EMAIL PROTECTED] on 2006/12/04 18:09:20

        Revert #29454

Affected files ...

... //depot/perl/Configure#634 edit

Differences ...

==== //depot/perl/Configure#634 (xtext) ====
Index: perl/Configure
--- perl/Configure#633~29454~   2006-12-04 07:20:53.000000000 -0800
+++ perl/Configure      2006-12-04 10:09:20.000000000 -0800
@@ -26,7 +26,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Mon Dec  4 16:19:54 CET 2006 [metaconfig 3.0 PL70]
+# Generated on Mon Dec  4 19:08:33 CET 2006 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by [EMAIL PROTECTED])
 
 cat >c1$$ <<EOF
@@ -20970,28 +20970,24 @@
 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
 find_extensions='
     for xxx in *; do
-       if $test "$1" = Compress/IO/ ; then
-           nonxs_extensions="$nonxs_extensions IO/Compress/$xxx";
-       else
-           case "$xxx" in
-               DynaLoader|dynaload) ;;
-               *)
-               if $test -f $xxx/$xxx.xs; then
-                   known_extensions="$known_extensions $1$xxx";
-               elif $test -f $xxx/Makefile.PL; then
-                   nonxs_extensions="$nonxs_extensions $1$xxx";
-               else
-                   if $test -d $xxx -a $# -lt 10; then
-                       set $1$xxx/ $*;
-                       cd "$xxx";
-                       eval $find_extensions;
-                       cd ..;
-                       shift;
-                   fi;
-               fi
-               ;;
-           esac;
-       fi
+       case "$xxx" in
+           DynaLoader|dynaload) ;;
+           *)
+           if $test -f $xxx/$xxx.xs; then
+               known_extensions="$known_extensions $1$xxx";
+           elif $test -f $xxx/Makefile.PL; then
+               nonxs_extensions="$nonxs_extensions $1$xxx";
+           else
+               if $test -d $xxx -a $# -lt 10; then
+                   set $1$xxx/ $*;
+                   cd "$xxx";
+                   eval $find_extensions;
+                   cd ..;
+                   shift;
+               fi;
+           fi
+           ;;
+       esac;
     done'
 tdir=`pwd`
 cd "$rsrc/ext"
End of Patch.

Reply via email to