diff options
author | Aaron Crane <arc@cpan.org> | 2018-04-19 15:07:16 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2018-04-19 15:49:12 +0200 |
commit | 0faf531f63c88379bd22fe7801555d5aef100c5d (patch) | |
tree | 50a2d745f3213d5fb148c22cb7d00e379dbc3e92 | |
parent | 836bb1e34a8e2f269b0c97fa72d2641e7c775787 (diff) | |
download | perl-0faf531f63c88379bd22fe7801555d5aef100c5d.tar.gz |
Rebuild Configure from latest units
Most of the change here comes from a single unit being moved in the
generated Configure, but there are some substantive changes:
- config_h.SH was missing HAS_DUPLOCALE and d_duplocale
- d_duplocale was also missing from the platform-specific config-var files
This still doesn't quite ensure that rebuilding Configure makes no changes,
because there are differences to nl_langinfo() handling that need a change
in our metaconfig units. That will come next.
-rwxr-xr-x | Configure | 48 | ||||
-rw-r--r-- | Cross/config.sh-arm-linux | 1 | ||||
-rw-r--r-- | Cross/config.sh-arm-linux-n770 | 1 | ||||
-rw-r--r-- | NetWare/config.wc | 1 | ||||
-rwxr-xr-x | config_h.SH | 5 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 | ||||
-rw-r--r-- | symbian/config.sh | 1 | ||||
-rw-r--r-- | uconfig.h | 9 | ||||
-rw-r--r-- | uconfig.sh | 1 | ||||
-rw-r--r-- | uconfig64.sh | 1 | ||||
-rw-r--r-- | win32/config.ce | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 |
13 files changed, 46 insertions, 26 deletions
@@ -12658,6 +12658,30 @@ eval $inlibc set dup3 d_dup3 eval $inlibc +: see if this is an xlocale.h system +set xlocale.h i_xlocale +eval $inhdr + +: see if newlocale exists +set newlocale d_newlocale +eval $inlibc + +: see if freelocale exists +set freelocale d_freelocale +eval $inlibc + +: see if uselocale exists +set uselocale d_uselocale +eval $inlibc + +: see if duplocale exists +set duplocale d_duplocale +eval $inlibc + +: see if querylocale exists +set querylocale d_querylocale +eval $inlibc + : see if eaccess exists set eaccess d_eaccess eval $inlibc @@ -14005,30 +14029,6 @@ $rm_try set d_fpos64_t eval $setvar -: see if this is an xlocale.h system -set xlocale.h i_xlocale -eval $inhdr - -: see if newlocale exists -set newlocale d_newlocale -eval $inlibc - -: see if freelocale exists -set freelocale d_freelocale -eval $inlibc - -: see if uselocale exists -set uselocale d_uselocale -eval $inlibc - -: see if duplocale exists -set duplocale d_duplocale -eval $inlibc - -: see if querylocale exists -set querylocale d_querylocale -eval $inlibc - : see if frexpl exists set frexpl d_frexpl eval $inlibc diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 68a165523f..84fbaca425 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -180,6 +180,7 @@ d_drand48_r='undef' d_drand48proto='define' d_dup2='define' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='define' d_endgrent_r='undef' diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770 index de70c74744..cab1857d34 100644 --- a/Cross/config.sh-arm-linux-n770 +++ b/Cross/config.sh-arm-linux-n770 @@ -179,6 +179,7 @@ d_drand48_r='undef' d_drand48proto='define' d_dup2='define' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='define' d_endgrent_r='undef' diff --git a/NetWare/config.wc b/NetWare/config.wc index dd04bae6f4..3c70161c42 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -167,6 +167,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='define' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' diff --git a/config_h.SH b/config_h.SH index 63cb2f753f..da5ee5e019 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3115,6 +3115,10 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that the uselocale routine is * available to set the current locale for the calling thread. */ +/* HAS_DUPLOCALE: + * This symbol, if defined, indicates that the duplocale routine is + * available to duplicate a locale object. + */ /* HAS_QUERYLOCALE: * This symbol, if defined, indicates that the querylocale routine is * available to return the name of the locale for a category mask. @@ -3126,6 +3130,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_newlocale HAS_NEWLOCALE /**/ #$d_freelocale HAS_FREELOCALE /**/ #$d_uselocale HAS_USELOCALE /**/ +#$d_duplocale HAS_DUPLOCALE /**/ #$d_querylocale HAS_QUERYLOCALE /**/ #$i_xlocale I_XLOCALE /**/ diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index a600b6470f..344613ae0e 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -180,6 +180,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='define' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='define' d_endgrent_r='undef' diff --git a/symbian/config.sh b/symbian/config.sh index f672a19ca8..28969c1c48 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -125,6 +125,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='undef' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' @@ -3080,6 +3080,10 @@ * This symbol, if defined, indicates that the uselocale routine is * available to set the current locale for the calling thread. */ +/* HAS_DUPLOCALE: + * This symbol, if defined, indicates that the duplocale routine is + * available to duplicate a locale object. + */ /* HAS_QUERYLOCALE: * This symbol, if defined, indicates that the querylocale routine is * available to return the name of the locale for a category mask. @@ -3091,6 +3095,7 @@ /*#define HAS_NEWLOCALE / **/ /*#define HAS_FREELOCALE / **/ /*#define HAS_USELOCALE / **/ +/*#define HAS_DUPLOCALE / **/ /*#define HAS_QUERYLOCALE / **/ /*#define I_XLOCALE / **/ @@ -5219,6 +5224,6 @@ #endif /* Generated from: - * 8047ef9e3b5e75f1f5c3dc1b32b5f65e47d91672c551d49889fe3f1d14345138 config_h.SH - * 1e70064e443c06121c6da3420720d35624194e5ddf48b168a65ff46273c53478 uconfig.sh + * 56a02f6734fb9a0de8f95d1a08f8d4b46182e6b374a276010c43dad6fff17642 config_h.SH + * bf0ec5566c5c2d58c68ec60e41ab6cb78ab48a521e25ff1f0f215ee01caadcfb uconfig.sh * ex: set ro: */ diff --git a/uconfig.sh b/uconfig.sh index e77ac57e33..b44bb772b6 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -119,6 +119,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='undef' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' diff --git a/uconfig64.sh b/uconfig64.sh index 2acf368b93..e2c420c65c 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -119,6 +119,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='undef' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' diff --git a/win32/config.ce b/win32/config.ce index b9e058ceb4..7a82656c9e 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -165,6 +165,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='define' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' diff --git a/win32/config.gc b/win32/config.gc index ee640a10f8..29a88829be 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -167,6 +167,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='define' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' diff --git a/win32/config.vc b/win32/config.vc index c1fc92d3ea..5b89e93b0a 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -167,6 +167,7 @@ d_drand48_r='undef' d_drand48proto='undef' d_dup2='define' d_dup3='undef' +d_duplocale='undef' d_eaccess='undef' d_endgrent='undef' d_endgrent_r='undef' |