From: Jarkko Hietaniemi Date: Wed, 19 Jan 2000 22:46:42 +0000 (+0000) Subject: More robust inc_version_list from Andy. X-Git-Tag: accepted/trunk/20130322.191538~34817^2~453 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a096bf351e068ac899b4c940544630c7ab75de2;p=platform%2Fupstream%2Fperl.git More robust inc_version_list from Andy. p4raw-id: //depot/cfgperl@4820 --- 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.