diff options
| author | Paul Eggert | 2023-07-10 09:53:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2023-07-10 09:55:58 -0700 |
| commit | 845ff9563d47568ddd5cb37c62a53deade2d4693 (patch) | |
| tree | ecae947f9a2ab44a922309dfd8f17544b5efe10e /lib | |
| parent | 31cae9d9d6a00a33fb4a18d9725ff4d6b103c176 (diff) | |
| download | emacs-845ff9563d47568ddd5cb37c62a53deade2d4693.tar.gz emacs-845ff9563d47568ddd5cb37c62a53deade2d4693.zip | |
Further simplify configure-time locale testing
* configure.ac (gl_STDLIB_H): Replace this, not gt_LOCALE_FR_UTF8,
as this lets us also omit MB_CUR_MAX checking that will never be
executed, and also lets us remove testing for ecvt, fcvt, gcvt
that Emacs doesn’t need.
(AC_C_RESTRICT): Invoke explicitly, as Emacs uses ‘restrict’
directly. Also, simplifies the replacement for gl_STDLIB_H, which
would otherwise need to AC_REQUIRE AC_C_RESTRICT.
* lib/gnulib.mk.in: Regenerate via admin/merge-gnulib.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gnulib.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index a25bee25aae..3ef36bf8af6 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in | |||
| @@ -961,7 +961,6 @@ LIB_WSOCK32 = @LIB_WSOCK32@ | |||
| 961 | LIB_XATTR = @LIB_XATTR@ | 961 | LIB_XATTR = @LIB_XATTR@ |
| 962 | LIMITS_H = @LIMITS_H@ | 962 | LIMITS_H = @LIMITS_H@ |
| 963 | LN_S_FILEONLY = @LN_S_FILEONLY@ | 963 | LN_S_FILEONLY = @LN_S_FILEONLY@ |
| 964 | LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ | ||
| 965 | LTLIBGMP = @LTLIBGMP@ | 964 | LTLIBGMP = @LTLIBGMP@ |
| 966 | LTLIBINTL = @LTLIBINTL@ | 965 | LTLIBINTL = @LTLIBINTL@ |
| 967 | LTLIBOBJS = @LTLIBOBJS@ | 966 | LTLIBOBJS = @LTLIBOBJS@ |