diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-29 17:05:11 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-30 13:59:18 +0000 |
commit | 1b24ed4b35a915c6e59d3fc62a8dd13d3947354a (patch) | |
tree | 1d8982db331400bb713770eca6dc989a6e471779 /configure.com | |
parent | 2a204b451f774baa0cfb5a7a330513820530f0bf (diff) | |
download | perl-1b24ed4b35a915c6e59d3fc62a8dd13d3947354a.tar.gz |
-P on VMS. Evicting sed
Message-ID: <20011129220510.A18869@blackrider>
TODO 1: if cppstdin is used and not yet installed,
the Px.t will fail (must do the same as in cpp.t)
TODO 2: does this work if no Perl whatsoever has
yet been installed? That is, we should be using
the Perl we are building to execute the one-liner.
p4raw-id: //depot/perl@13383
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.com b/configure.com index e83eda1311..d8833d33c1 100644 --- a/configure.com +++ b/configure.com @@ -2904,9 +2904,9 @@ $ lib_ext=".olb" $ ENDIF $ dlobj="dl_vms''obj_ext'" $! -$ cppstdin="''perl_cc'/noobj/preprocess=sys$output sys$input" +$ cppstdin="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input" $ cppminus=" " -$ cpprun="''perl_cc'/noobj/preprocess=sys$output sys$input" +$ cpprun="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input" $ cpplast=" " $! $ timetype="time_t" |