diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-08-12 09:34:28 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-08-12 09:34:28 +0200 |
commit | 94a9a4bc91d62776a9de76c5bf25aeb1129c1a24 (patch) | |
tree | dffa2c11b03823d08ec4397731c1028f15134543 /Configure | |
parent | d62d5a537d867a4c4fa54a4fc7600b90705ea338 (diff) | |
download | perl-94a9a4bc91d62776a9de76c5bf25aeb1129c1a24.tar.gz |
Remove duplicate entry (from config_heavy.pl)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 @@ -21654,9 +21654,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"; @@ -22132,7 +22132,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' @@ -23202,9 +23204,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 |