diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 11:15:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 11:15:06 +0000 |
commit | e69117c59adec2885476b787a53e5ad8435809d0 (patch) | |
tree | 8f829727d3dbd2749b9f196fc5d7841c335c9d66 | |
parent | 71c4afb41a341a4ac26503a502aa0ab5bb0dde31 (diff) | |
download | perl-e69117c59adec2885476b787a53e5ad8435809d0.tar.gz |
Change #3732 mistakenly clobbered Glossary.
p4raw-id: //depot/cfgperl@3733
-rwxr-xr-x | Configure | 2 | ||||
-rw-r--r-- | Porting/config.sh | 4 | ||||
-rw-r--r-- | Porting/config_H | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Jul 25 13:33:52 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Sun Jul 25 13:48:34 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF diff --git a/Porting/config.sh b/Porting/config.sh index b645acf36f..70998a1ecf 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Sun Jul 25 13:40:51 EET DST 1999 +# Configuration time: Sun Jul 25 14:08:44 EET DST 1999 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -55,7 +55,7 @@ ccflags='-pthread -std -DLANGUAGE_C' ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Sun Jul 25 13:40:51 EET DST 1999' +cf_time='Sun Jul 25 14:08:44 EET DST 1999' chgrp='' chmod='' chown='' diff --git a/Porting/config_H b/Porting/config_H index b93c8c6771..4ee9f7820c 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sun Jul 25 13:40:51 EET DST 1999 + * Configuration time: Sun Jul 25 14:08:44 EET DST 1999 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ |