diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-08 16:38:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-08 16:38:41 +0000 |
commit | 918c3d217e602b4ae4fe26417a4e56f823fdfb18 (patch) | |
tree | ce33b87d8b7854d43b53d235718bd848903d3b64 /Configure | |
parent | 9ecfa05ef12fb9bed666e5d3d66cf7459024dce5 (diff) | |
download | perl-918c3d217e602b4ae4fe26417a4e56f823fdfb18.tar.gz |
Bring in the change #2809 (the Configure part has been
modified rather a lot since the #2809, though.)
p4raw-link: @2809 on //depot/maint-5.005/perl: 4c28f65a10cc6728aff4d48b4087b0d45676c637
p4raw-id: //depot/cfgperl@2838
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Feb 8 01:45:46 EET 1999 [metaconfig 3.0 PL70] +# Generated on Mon Feb 8 16:55:49 EET 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -11931,6 +11931,7 @@ if $test -z ccsym.raw; then $cat Cppsym.true ccsymbols='' cppsymbols=`$cat Cppsym.true` + cppsymbols=`echo $cppsymbols` cppccsymbols="$cppsymbols" else if $test -s ccsym.com; then @@ -11939,6 +11940,7 @@ else also='also ' symbols='ones' cppccsymbols=`$cat ccsym.com` + cppccsymbols=`echo $cppccsymbols` $test "$silent" || sleep 1 fi if $test -s ccsym.cpp; then @@ -11947,6 +11949,7 @@ else $sed -e 's/\(.*\)=.*/\1/' ccsym.cpp also='further ' cppsymbols=`$cat ccsym.cpp` + cppsymbols=`echo $cppsymbols` $test "$silent" || sleep 1 fi if $test -s ccsym.own; then @@ -11955,6 +11958,7 @@ else $sed -e 's/\(.*\)=1/\1/' ccsym.own $sed -e 's/\(.*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true ccsymbols=`$cat ccsym.own` + ccsymbols=`echo $ccsymbols` $test "$silent" || sleep 1 fi fi |