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 /Configure | |
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.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 48 |
1 files changed, 24 insertions, 24 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 |