summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-08-12 09:34:28 +0200
committerDavid Mitchell <davem@iabyn.com>2009-08-12 19:25:41 +0100
commit3a71026754835e2696cbd89e4f38dafaea6d6070 (patch)
tree8667ac6661e2392ab4ffd726e9c8a7103187ddc6
parentb423b62bc2df6471c52c760378439f1ca4ac4880 (diff)
downloadperl-3a71026754835e2696cbd89e4f38dafaea6d6070.tar.gz
Remove duplicate entry (from config_heavy.pl)
(cherry picked from commit 94a9a4bc91d62776a9de76c5bf25aeb1129c1a24)
-rwxr-xr-xConfigure11
1 files changed, 5 insertions, 6 deletions
diff --git a/Configure b/Configure
index 185d6b64cd..dda80a9bed 100755
--- a/Configure
+++ b/Configure
@@ -25,7 +25,7 @@
# $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $
#
-# Generated on Tue Jun 30 00:49:36 CEST 2009 [metaconfig 3.5 PL0]
+# Generated on Wed Aug 12 09:30:48 CEST 2009 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -21644,9 +21644,9 @@ find_extensions='
leaf=`echo $xxx | $sed -e s/.*-//`;
if $test -d File-Glob; then
$ls -1 $xxx > $$.tmp;
- if $contains "\.xs$" $$.tmp > /dev/null 2>&1; then
+ if $contains "\.xs$" $$.tmp > /dev/null 2>&1; then
known_extensions="$known_extensions $this_ext";
- elif $contains "\.c$" $$.tmp > /dev/null 2>&1; then
+ elif $contains "\.c$" $$.tmp > /dev/null 2>&1; then
known_extensions="$known_extensions $this_ext";
elif $test -d $xxx; then
nonxs_extensions="$nonxs_extensions $this_ext";
@@ -22122,7 +22122,9 @@ $startsh
# Target system : $myuname
EOT
+: Add in command line options if available
$test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
+
$spitshell <<EOT >>config.sh
Author='$Author'
@@ -23191,9 +23193,6 @@ zcat='$zcat'
zip='$zip'
EOT
-: Add in command line options if available
-$test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
-
: add special variables
$test -f $src/patchlevel.h && \
awk '/^#define[ ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh