summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-24 20:35:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-24 20:35:49 +0000
commitec0d5e21e29922edecc529a46e9e25cc3602a03d (patch)
tree2104188a0e1d99854ade8ddd2b7236b975991d9c /Configure
parent998b396cf343d5602519f309fa4eb49ba9d38314 (diff)
downloadperl-ec0d5e21e29922edecc529a46e9e25cc3602a03d.tar.gz
The #15472 said "properly". Ha!
p4raw-id: //depot/perl@15474
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index e0d01b6de2..ec24cdbcab 100755
--- 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 Sun Mar 24 22:43:10 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Sun Mar 24 23:35:42 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -19681,7 +19681,7 @@ EOM
*) case " $dflt " in
*" Encode "*) # Add the subextensions of Encode
cd "$rsrc/ext"
- for xxx in `ls Encode/*/*.xs|awk -F/ '{print $2}'`; do
+ for xxx in `ls Encode/*/Makefile.PL|awk -F/ '{print $2}'`; do
dflt="$dflt Encode/$xxx"
done
cd "$tdir"