From 3a096bf351e068ac899b4c940544630c7ab75de2 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 19 Jan 2000 22:46:42 +0000 Subject: [PATCH] More robust inc_version_list from Andy. p4raw-id: //depot/cfgperl@4820 --- Configure | 28 ++++++++++++++++++++-------- Porting/Glossary | 8 +++++++- Porting/config.sh | 5 +++-- Porting/config_H | 4 ++-- config_h.SH | 2 +- 5 files changed, 33 insertions(+), 14 deletions(-) diff --git a/Configure b/Configure index b561281..a9fbfe3 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Jan 19 19:38:29 EET 2000 [metaconfig 3.0 PL70] +# Generated on Thu Jan 20 00:42:19 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * for a C initialization string. See the inc_version_list entry * in Porting/Glossary for more details. */ -#define PERL_INC_VERSION_LIST $inc_version_list /**/ +#define PERL_INC_VERSION_LIST $inc_version_list_init /**/ /* HAS_OFF64_T: * This symbol will be defined if the C compiler supports off64_t. -- 2.7.4