diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-15 15:27:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-15 15:27:21 +0000 |
commit | af960fef4eb57cfacbc13759993e50a8f1de8367 (patch) | |
tree | e4f0e49e72b41b8074e5b4393156a12ff0cc8ada /Configure | |
parent | 029d73611494d0e933efd394925f546ffe8ac15e (diff) | |
download | perl-af960fef4eb57cfacbc13759993e50a8f1de8367.tar.gz |
Use -Dusedevel; regen Configure and the respective Porting stuff.
p4raw-id: //depot/perl@6635
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Aug 15 05:57:14 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Tue Aug 15 17:35:03 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -1759,7 +1759,7 @@ You may safely delete it if you wish. EOF xpatchlevel=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h` -case "$useunstabledeveloperreleases" in +case "$usedevel" in $define|true|[yY]*) ;; *) case "$xpatchlevel" in *[13579]) |