diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-21 12:19:18 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-21 12:22:04 -0700 |
commit | 3e10174fb65f4eb601b1921271bdcf10c933b879 (patch) | |
tree | 4a0948c61c187fc1f9bbd6b73a9f7957c12b74f4 /m4/std-gnu11.m4 | |
parent | 348686b3f318195f4d341206744b8e98470c90f4 (diff) | |
download | emacs-3e10174fb65f4eb601b1921271bdcf10c933b879.tar.gz emacs-3e10174fb65f4eb601b1921271bdcf10c933b879.tar.bz2 emacs-3e10174fb65f4eb601b1921271bdcf10c933b879.zip |
Update from Gnulib
This incorporates:
2020-08-20 sigabbrev_np: New module
2020-08-20 stdalign: Fix 32-bit test failures clang versions < 8
2020-08-17 careadlinkat: speedup for GCC 10 with GCC_LINT
2020-08-17 Assume autoconf >= 2.64
* build-aux/config.guess, build-aux/config.sub, lib/careadlinkat.c:
* lib/stdalign.in.h, lib/string.in.h, m4/std-gnu11.m4, m4/string_h.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'm4/std-gnu11.m4')
-rw-r--r-- | m4/std-gnu11.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/std-gnu11.m4 b/m4/std-gnu11.m4 index c1ec624b3b3..db833d820f3 100644 --- a/m4/std-gnu11.m4 +++ b/m4/std-gnu11.m4 @@ -70,7 +70,7 @@ _AS_ECHO_LOG([checking for _AC_LANG compiler version]) set X $ac_compile ac_compiler=$[2] for ac_option in --version -v -V -qversion -version; do - m4_ifdef([_AC_DO_LIMIT],[_AC_DO_LIMIT],[_AC_DO])([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD]) + _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD]) done m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl @@ -135,7 +135,7 @@ _AS_ECHO_LOG([checking for _AC_LANG compiler version]) set X $ac_compile ac_compiler=$[2] for ac_option in --version -v -V -qversion; do - m4_ifdef([_AC_DO_LIMIT],[_AC_DO_LIMIT],[_AC_DO])([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD]) + _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD]) done m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl |