From 0faf531f63c88379bd22fe7801555d5aef100c5d Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Thu, 19 Apr 2018 15:07:16 +0200 Subject: 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. --- uconfig.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'uconfig.sh') 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' -- cgit v1.2.1