In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/282b912ef33d1d633208d956b83cb0da45635ef3?hp=9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1>
- Log ----------------------------------------------------------------- commit 282b912ef33d1d633208d956b83cb0da45635ef3 Author: H.Merijn Brand <[email protected]> Date: Sat Mar 9 20:44:31 2013 +0100 Get Configure in sync with metaconfig ----------------------------------------------------------------------- Summary of changes: Configure | 5 +++-- uconfig.h | 9 +++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Configure b/Configure index 6c71218..bb497b1 100755 --- a/Configure +++ b/Configure @@ -28,7 +28,7 @@ # See Porting/pumpkin.pod for more information on metaconfig. # -# Generated on Sat Mar 9 17:50:01 CET 2013 [metaconfig 3.5 PL0] +# Generated on Sat Mar 9 20:33:06 CET 2013 [metaconfig 3.5 PL0] # (with additional metaconfig patches by [email protected]) cat >c1$$ <<EOF @@ -10883,7 +10883,7 @@ chmod +x varargs : now check which varargs header should be included echo " " i_varhdr='' -val="" +val='' case "$valstd" in "$define") if `./varargs I_STDARG`; then @@ -20362,6 +20362,7 @@ EOCP $rm_try ;; *) echo "You don't have <stdarg.h>, not checking for va_copy()." >&4 + need_va_copy="$undef" ;; esac diff --git a/uconfig.h b/uconfig.h index 94c35aa..253cf89 100644 --- a/uconfig.h +++ b/uconfig.h @@ -2676,7 +2676,12 @@ * This symbol, if defined, indicates that this system uses * EBCDIC encoding. */ +/* BOOTSTRAP_CHARSET: + * This symbol, if defined, indicates that this system uses + * BOOTSTRAP_CHARSET + */ /*#define EBCDIC / **/ +/*#define BOOTSTRAP_CHARSET / **/ /* Fpos_t: * This symbol holds the type used to declare file positions in libc. @@ -4746,6 +4751,6 @@ #endif /* Generated from: - * 698ca4e70ddc9d59faa4a988e8f518b575093890d4f78e8f50272e904ac03693 config_h.SH - * 0b6320512dbf7572c05acf6d6add343230d232f287d02f6d32a7a32edadd97b9 uconfig.sh + * b1b92e181a028e2513e7dbdbd34635c03c0fe82f5e8bbd12e21ed36fc88f91b3 config_h.SH + * 6075986ce77cfbce5db9b3b166eff3cbbcdd86773430ccf51391da95b06f51af uconfig.sh * ex: set ro: */ -- Perl5 Master Repository
