summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2006-12-04 18:09:20 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-12-04 18:09:20 +0000
commit822a6ee07c1423955abb465138d949dbaf6e2088 (patch)
treeb05b0cb49e787b3b2bcc967b6980e6d3f6ecbedd /Configure
parent123d08c9856c0c1cfafae2a631dd18e9539aaf13 (diff)
downloadperl-822a6ee07c1423955abb465138d949dbaf6e2088.tar.gz
Revert #29454
p4raw-id: //depot/perl@29462
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure42
1 files changed, 19 insertions, 23 deletions
diff --git a/Configure b/Configure
index 6a1375d86e..1fcd111ec1 100755
--- a/Configure
+++ b/Configure
@@ -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 perlbug@perl.org)
cat >c1$$ <<EOF
@@ -20970,28 +20970,24 @@ nonxs_extensions=''
: 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"