2019-12-06 23:16:15 +00:00
|
|
|
# gnulib-common.m4 serial 46
|
2019-01-01 02:19:36 +00:00
|
|
|
dnl Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
dnl This file is free software; the Free Software Foundation
|
|
|
|
dnl gives unlimited permission to copy and/or distribute it,
|
|
|
|
dnl with or without modifications, as long as this notice is preserved.
|
|
|
|
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
AC_PREREQ([2.62])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# gl_COMMON
|
|
|
|
# is expanded unconditionally through gnulib-tool magic.
|
|
|
|
AC_DEFUN([gl_COMMON], [
|
|
|
|
dnl Use AC_REQUIRE here, so that the code is expanded once only.
|
|
|
|
AC_REQUIRE([gl_00GNULIB])
|
|
|
|
AC_REQUIRE([gl_COMMON_BODY])
|
|
|
|
])
|
|
|
|
AC_DEFUN([gl_COMMON_BODY], [
|
Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets. New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 22:15:47 +00:00
|
|
|
AH_VERBATIM([_Noreturn],
|
2012-05-26 23:14:36 +00:00
|
|
|
[/* The _Noreturn keyword of C11. */
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
#ifndef _Noreturn
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
# if (defined __cplusplus \
|
|
|
|
&& ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
|
2019-12-06 23:16:15 +00:00
|
|
|
|| (defined _MSC_VER && 1900 <= _MSC_VER)) \
|
|
|
|
&& 0)
|
|
|
|
/* [[noreturn]] is not practically usable, because with it the syntax
|
|
|
|
extern _Noreturn void func (...);
|
|
|
|
would not be valid; such a declaration would only be valid with 'extern'
|
|
|
|
and '_Noreturn' swapped, or without the 'extern' keyword. However, some
|
|
|
|
AIX system header files and several gnulib header files use precisely
|
|
|
|
this syntax with 'extern'. */
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
# define _Noreturn [[noreturn]]
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
# elif ((!defined __cplusplus || defined __clang__) \
|
|
|
|
&& (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0) \
|
|
|
|
|| 4 < __GNUC__ + (7 <= __GNUC_MINOR__)))
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
/* _Noreturn works as-is. */
|
|
|
|
# elif 2 < __GNUC__ + (8 <= __GNUC_MINOR__) || 0x5110 <= __SUNPRO_C
|
Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets. New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 22:15:47 +00:00
|
|
|
# define _Noreturn __attribute__ ((__noreturn__))
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
# elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
|
Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets. New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 22:15:47 +00:00
|
|
|
# define _Noreturn __declspec (noreturn)
|
|
|
|
# else
|
|
|
|
# define _Noreturn
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
])
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
AH_VERBATIM([isoc99_inline],
|
|
|
|
[/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
|
|
|
|
the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
|
|
|
|
earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
|
Merge from gnulib.
* lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
* lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
* m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
Copy new versions from gnulib, incorporating the following changes:
2012-06-22 time_r: fix typo that always overrode localtime_r decl
2012-06-22 Write "Mac OS X" instead of "MacOS X".
2012-06-21 mktime: fix integer overflow in 'configure'-time test
2012-06-21 nonblocking: Avoid compilation error on mingw64.
2012-06-19 stat, fstat: Avoid warnings on mingw64.
2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2012-06-22 17:20:00 +00:00
|
|
|
__APPLE__ && __MACH__ test for Mac OS X.
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
__APPLE_CC__ tests for the Apple compiler and its version.
|
|
|
|
__STDC_VERSION__ tests for the C99 mode. */
|
|
|
|
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
|
|
|
|
# define __GNUC_STDC_INLINE__ 1
|
|
|
|
#endif])
|
|
|
|
AH_VERBATIM([unused_parameter],
|
|
|
|
[/* Define as a marker that can be attached to declarations that might not
|
|
|
|
be used. This helps to reduce warnings, such as from
|
|
|
|
GCC -Wunused-parameter. */
|
|
|
|
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
|
|
|
|
# define _GL_UNUSED __attribute__ ((__unused__))
|
|
|
|
#else
|
|
|
|
# define _GL_UNUSED
|
|
|
|
#endif
|
|
|
|
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
|
|
|
|
is a misnomer outside of parameter lists. */
|
|
|
|
#define _UNUSED_PARAMETER_ _GL_UNUSED
|
2011-06-06 19:53:44 +00:00
|
|
|
|
2014-06-01 23:58:38 +00:00
|
|
|
/* gcc supports the "unused" attribute on possibly unused labels, and
|
Omit redundant extern decls.
Most of this patch is from Dmitry Antipov, in:
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
* configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
* lib-src/emacsclient.c (getenv): Remove decl.
* lib-src/make-docfile.c (write_globals): Add ATTRIBUTE_CONST for
Fbyteorder, Ftool_bar_height, Fmax_char, Fidentity.
* lwlib/lwlib-Xm.c (lw_motif_widget_p, xm_update_one_value)
(xm_create_dialog, xm_destroy_instance, xm_popup_menu)
(xm_set_keyboard_focus, xm_set_main_areas): Remove decls.
* src/commands.h (update_mode_lines):
* src/frame.h (Qbackground_color, Qforeground_color)
(x_set_menu_bar_lines):
* src/ftfont.c (ftfont_font_format):
* src/intervals.h (Qkeymap, Qfont):
* src/keyboard.c (timer_check, safe_run_hooks, Qregion_extract_function):
* src/lisp.h (Ffboundp, Qnil, Qt, Qlambda, Qintegerp, Qwholenump)
(Qsymbolp, Qlisp, Qconsp, Qstringp, Qarrayp, Qbufferp, Qmarkerp)
(Qvectorp, Qbuffer_or_string_p, Qchar_table_p, Qvector_or_char_table_p)
(Qfloatp, Qnumberp, Qfont_spec, Qfont_entity, Qfont_object)
(Fbyteorder, wrong_type_argument, Fmax_char, syms_of_composite)
(Fidentity, extract_float, init_display, syms_of_display, Qdisplay):
(Qimage, Qbox, redisplay_preserve_echo_area, char_table_ref)
(char_table_set, char_table_translate, Qautoload, Qbottom, Qtop)
(Qvisible, Qfont, Qfront_sticky, Qrear_nonsticky, init_sigio)
(Qtool_bar, Qheader_line):
* src/macros.c (Fexecute_kbd_macro):
* src/xdisp.c (Ftool_bar_height, Ftool_bar_height):
* src/xterm.c (x_delete_terminal, XSetIMValues):
* src/xterm.h (x_set_window_size, x_query_color, x_get_focus_frame)
(x_implicitly_set_name, popup_activated)
(widget_store_internal_border):
Remove redundant decls.
* src/frame.c [USE_X_TOOLKIT]: Include widget.h.
* src/keyboard.c (Fexit_recursive_edit, Fabort_recursive_edit):
Remove _Noreturn, as make-docfile now does that for us.
* src/lisp.h (DEFUN): Don't declare fnname here; rely on make-docfile.
(Qregion_extract_function): New decl.
* src/window.c, src/xfns.c: Include menu.h.
2014-06-17 16:09:19 +00:00
|
|
|
g++ has since version 4.5. Note to support C++ as well as C,
|
|
|
|
_GL_UNUSED_LABEL should be used with a trailing ; */
|
2014-06-01 23:58:38 +00:00
|
|
|
#if !defined __cplusplus || __GNUC__ > 4 \
|
|
|
|
|| (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
|
|
|
|
# define _GL_UNUSED_LABEL _GL_UNUSED
|
|
|
|
#else
|
|
|
|
# define _GL_UNUSED_LABEL
|
|
|
|
#endif
|
|
|
|
|
2011-06-06 19:53:44 +00:00
|
|
|
/* The __pure__ attribute was added in gcc 2.96. */
|
|
|
|
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
|
|
|
|
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
|
|
|
|
#else
|
|
|
|
# define _GL_ATTRIBUTE_PURE /* empty */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* The __const__ attribute was added in gcc 2.95. */
|
|
|
|
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
|
|
|
|
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
|
|
|
|
#else
|
|
|
|
# define _GL_ATTRIBUTE_CONST /* empty */
|
|
|
|
#endif
|
Update from Gnulib
This incorporates:
2018-05-21 crypto: omit stream ops Emacs doesn’t need
2018-05-13 truncate: Fix compilation error on Android
2018-05-13 imaxdiv: Fix compilation error on Android
2018-05-13 Support selective inclusion of recent mingw.org headers
2018-05-13 Add cross-compilation guesses for Linux systems sans glibc
2018-05-13 stdioext: Fix compilation errors with newer Android headers
2018-05-07 af_alg: Pacify --enable-gcc-warnings
2018-05-06 af_alg: Fix bug with streams that are not at position 0
2018-05-06 Followup to 'af_alg: New module'
2018-05-05 crypto/{md5,sha1,sha256,sha512}: simplify
2018-05-05 af_alg: New module
2018-05-05 af_alg: Improve function signature
2018-04-28 md5sum: Use AF_ALG when available
2018-04-28 sha512sum: Use AF_ALG when available
2018-04-28 sha256sum: Use AF_ALG when available
2018-04-28 sha1sum: Use AF_ALG when available
2018-05-05 all: Replace more http URLs by https URLs
2018-05-03 maint: port more modules to GCC 8
2018-05-03 Simplify code; drop support for Borland C++ on Windows
* admin/merge-gnulib (GNULIB_MODULES): Use crypto/md5-buffer
rather than crypto/md5, since Emacs doesn’t use the stream
operations that in recent Gnulib pull in other stuff Emacs doesn’t
need. Similarly for crypto/sha1-buffer, crypto/sha256-buffer,
crypto/sha512-buffer.
* build-aux/config.guess, build-aux/config.sub, lib/dosname.h:
* lib/dup2.c, lib/errno.in.h, lib/euidaccess.c, lib/fcntl.c:
* lib/fcntl.in.h, lib/fpending.c, lib/fsync.c, lib/getdtablesize.c:
* lib/getopt.c, lib/gettimeofday.c, lib/inttypes.in.h, lib/md5.c:
* lib/md5.h, lib/open.c, lib/pipe2.c, lib/putenv.c, lib/sha1.c:
* lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c:
* lib/sha512.h, lib/stat-time.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/stdlib.in.h, lib/sys_stat.in.h, lib/sys_types.in.h:
* lib/timespec.h, lib/unistd.in.h, lib/utimens.c, m4/c-strtod.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/lstat.m4, m4/nocrash.m4:
* m4/pselect.m4, m4/readlink.m4, m4/stdio_h.m4, m4/symlink.m4:
* m4/unistd_h.m4, m4/utimens.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
2018-05-21 18:42:18 +00:00
|
|
|
|
|
|
|
/* The __malloc__ attribute was added in gcc 3. */
|
|
|
|
#if 3 <= __GNUC__
|
|
|
|
# define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
|
|
|
|
#else
|
|
|
|
# define _GL_ATTRIBUTE_MALLOC /* empty */
|
|
|
|
#endif
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
])
|
|
|
|
AH_VERBATIM([async_safe],
|
|
|
|
[/* The _GL_ASYNC_SAFE marker should be attached to functions that are
|
|
|
|
signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
|
|
|
|
invoked from such signal handlers. Such functions have some restrictions:
|
|
|
|
* All functions that it calls should be marked _GL_ASYNC_SAFE as well,
|
|
|
|
or should be listed as async-signal-safe in POSIX
|
Update from Gnulib
This incorporates:
2019-09-22 Update some URLs
2019-09-15 fcntl-h: fix compilation error of creat.c on MSVC
2019-09-15 creat: new module
2019-09-15 access: new module
2019-09-09 Add option to assume best, not worst, when cross-compiling.
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/careadlinkat.c, lib/careadlinkat.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, lib/diffseq.h, lib/fcntl.in.h:
* lib/ftoastr.c, lib/get-permissions.c:
* lib/ieee754.in.h, lib/inttypes.in.h, lib/mktime.c, lib/open.c:
* lib/pathmax.h, lib/pipe2.c, lib/stddef.in.h, lib/stdint.in.h:
* lib/stdlib.in.h, lib/str-two-way.h, lib/string.in.h, lib/time.in.h:
* lib/timegm.c, lib/unistd.in.h, m4/canonicalize.m4:
* m4/extern-inline.m4, m4/fcntl_h.m4, m4/fdopendir.m4:
* m4/getgroups.m4, m4/getopt.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/largefile.m4:
* m4/lstat.m4, m4/memmem.m4, m4/mktime.m4, m4/nocrash.m4, m4/open.m4:
* m4/pselect.m4, m4/putenv.m4, m4/readlink.m4, m4/regex.m4:
* m4/symlink.m4, m4/unistd_h.m4, m4/utimens.m4, m4/utimes.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* m4/open-slash.m4: New file, copied from Gnulib.
2019-09-23 06:50:59 +00:00
|
|
|
<https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
section 2.4.3. Note that malloc(), sprintf(), and fwrite(), in
|
|
|
|
particular, are NOT async-signal-safe.
|
|
|
|
* All memory locations (variables and struct fields) that these functions
|
|
|
|
access must be marked 'volatile'. This holds for both read and write
|
|
|
|
accesses. Otherwise the compiler might optimize away stores to and
|
|
|
|
reads from such locations that occur in the program, depending on its
|
|
|
|
data flow analysis. For example, when the program contains a loop
|
|
|
|
that is intended to inspect a variable set from within a signal handler
|
|
|
|
while (!signal_occurred)
|
|
|
|
;
|
|
|
|
the compiler is allowed to transform this into an endless loop if the
|
|
|
|
variable 'signal_occurred' is not declared 'volatile'.
|
|
|
|
Additionally, recall that:
|
|
|
|
* A signal handler should not modify errno (except if it is a handler
|
|
|
|
for a fatal signal and ends by raising the same signal again, thus
|
|
|
|
provoking the termination of the process). If it invokes a function
|
|
|
|
that may clobber errno, it needs to save and restore the value of
|
|
|
|
errno. */
|
|
|
|
#define _GL_ASYNC_SAFE
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
])
|
Update from Gnulib
This incorporates:
2019-09-22 Update some URLs
2019-09-15 fcntl-h: fix compilation error of creat.c on MSVC
2019-09-15 creat: new module
2019-09-15 access: new module
2019-09-09 Add option to assume best, not worst, when cross-compiling.
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/careadlinkat.c, lib/careadlinkat.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, lib/diffseq.h, lib/fcntl.in.h:
* lib/ftoastr.c, lib/get-permissions.c:
* lib/ieee754.in.h, lib/inttypes.in.h, lib/mktime.c, lib/open.c:
* lib/pathmax.h, lib/pipe2.c, lib/stddef.in.h, lib/stdint.in.h:
* lib/stdlib.in.h, lib/str-two-way.h, lib/string.in.h, lib/time.in.h:
* lib/timegm.c, lib/unistd.in.h, m4/canonicalize.m4:
* m4/extern-inline.m4, m4/fcntl_h.m4, m4/fdopendir.m4:
* m4/getgroups.m4, m4/getopt.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/largefile.m4:
* m4/lstat.m4, m4/memmem.m4, m4/mktime.m4, m4/nocrash.m4, m4/open.m4:
* m4/pselect.m4, m4/putenv.m4, m4/readlink.m4, m4/regex.m4:
* m4/symlink.m4, m4/unistd_h.m4, m4/utimens.m4, m4/utimes.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* m4/open-slash.m4: New file, copied from Gnulib.
2019-09-23 06:50:59 +00:00
|
|
|
dnl Hint which direction to take regarding cross-compilation guesses:
|
|
|
|
dnl When a user installs a program on a platform they are not intimately
|
|
|
|
dnl familiar with, --enable-cross-guesses=conservative is the appropriate
|
|
|
|
dnl choice. It implements the "If we don't know, assume the worst" principle.
|
|
|
|
dnl However, when an operating system developer (on a platform which is not
|
|
|
|
dnl yet known to gnulib) builds packages for their platform, they want to
|
|
|
|
dnl expose, not hide, possible platform bugs; in this case,
|
|
|
|
dnl --enable-cross-guesses=risky is the appropriate choice.
|
|
|
|
dnl Sets the variables
|
|
|
|
dnl gl_cross_guess_normal (to be used when 'yes' is good and 'no' is bad),
|
|
|
|
dnl gl_cross_guess_inverted (to be used when 'no' is good and 'yes' is bad).
|
|
|
|
AC_ARG_ENABLE([cross-guesses],
|
|
|
|
[AS_HELP_STRING([--enable-cross-guesses={conservative|risky}],
|
|
|
|
[specify policy for cross-compilation guesses])],
|
|
|
|
[if test "x$enableval" != xconservative && test "x$enableval" != xrisky; then
|
|
|
|
AC_MSG_WARN([invalid argument supplied to --enable-cross-guesses])
|
|
|
|
enableval=conservative
|
|
|
|
fi
|
|
|
|
gl_cross_guesses="$enableval"],
|
|
|
|
[gl_cross_guesses=conservative])
|
|
|
|
if test $gl_cross_guesses = risky; then
|
|
|
|
gl_cross_guess_normal="guessing yes"
|
|
|
|
gl_cross_guess_inverted="guessing no"
|
|
|
|
else
|
|
|
|
gl_cross_guess_normal="guessing no"
|
|
|
|
gl_cross_guess_inverted="guessing yes"
|
|
|
|
fi
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
dnl Preparation for running test programs:
|
|
|
|
dnl Tell glibc to write diagnostics from -D_FORTIFY_SOURCE=2 to stderr, not
|
|
|
|
dnl to /dev/tty, so they can be redirected to log files. Such diagnostics
|
|
|
|
dnl arise e.g., in the macros gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N.
|
|
|
|
LIBC_FATAL_STDERR_=1
|
|
|
|
export LIBC_FATAL_STDERR_
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_CONDITION
|
|
|
|
# expands to a C preprocessor expression that evaluates to 1 or 0, depending
|
|
|
|
# whether a gnulib module that has been requested shall be considered present
|
|
|
|
# or not.
|
2011-06-08 16:26:45 +00:00
|
|
|
m4_define([gl_MODULE_INDICATOR_CONDITION], [1])
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_SET_VARIABLE([modulename])
|
|
|
|
# sets the shell variable that indicates the presence of the given module to
|
|
|
|
# a C preprocessor expression that will evaluate to 1.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE],
|
|
|
|
[
|
2011-06-08 16:26:45 +00:00
|
|
|
gl_MODULE_INDICATOR_SET_VARIABLE_AUX(
|
|
|
|
[GNULIB_[]m4_translit([[$1]],
|
|
|
|
[abcdefghijklmnopqrstuvwxyz./-],
|
|
|
|
[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])],
|
|
|
|
[gl_MODULE_INDICATOR_CONDITION])
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_SET_VARIABLE_AUX([variable])
|
|
|
|
# modifies the shell variable to include the gl_MODULE_INDICATOR_CONDITION.
|
|
|
|
# The shell variable's value is a C preprocessor expression that evaluates
|
|
|
|
# to 0 or 1.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX],
|
|
|
|
[
|
|
|
|
m4_if(m4_defn([gl_MODULE_INDICATOR_CONDITION]), [1],
|
|
|
|
[
|
|
|
|
dnl Simplify the expression VALUE || 1 to 1.
|
|
|
|
$1=1
|
|
|
|
],
|
|
|
|
[gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([$1],
|
|
|
|
[gl_MODULE_INDICATOR_CONDITION])])
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([variable], [condition])
|
|
|
|
# modifies the shell variable to include the given condition. The shell
|
|
|
|
# variable's value is a C preprocessor expression that evaluates to 0 or 1.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR],
|
|
|
|
[
|
|
|
|
dnl Simplify the expression 1 || CONDITION to 1.
|
|
|
|
if test "$[]$1" != 1; then
|
|
|
|
dnl Simplify the expression 0 || CONDITION to CONDITION.
|
|
|
|
if test "$[]$1" = 0; then
|
|
|
|
$1=$2
|
|
|
|
else
|
|
|
|
$1="($[]$1 || $2)"
|
|
|
|
fi
|
|
|
|
fi
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR([modulename])
|
|
|
|
# defines a C macro indicating the presence of the given module
|
|
|
|
# in a location where it can be used.
|
|
|
|
# | Value | Value |
|
|
|
|
# | in lib/ | in tests/ |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among main modules: | 1 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among tests-related modules: | 0 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module not present at all: | 0 | 0 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR],
|
|
|
|
[
|
|
|
|
AC_DEFINE_UNQUOTED([GNULIB_]m4_translit([[$1]],
|
|
|
|
[abcdefghijklmnopqrstuvwxyz./-],
|
|
|
|
[ABCDEFGHIJKLMNOPQRSTUVWXYZ___]),
|
|
|
|
[gl_MODULE_INDICATOR_CONDITION],
|
|
|
|
[Define to a C preprocessor expression that evaluates to 1 or 0,
|
|
|
|
depending whether the gnulib module $1 shall be considered present.])
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_FOR_TESTS([modulename])
|
|
|
|
# defines a C macro indicating the presence of the given module
|
|
|
|
# in lib or tests. This is useful to determine whether the module
|
|
|
|
# should be tested.
|
|
|
|
# | Value | Value |
|
|
|
|
# | in lib/ | in tests/ |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among main modules: | 1 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among tests-related modules: | 1 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module not present at all: | 0 | 0 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS],
|
|
|
|
[
|
|
|
|
AC_DEFINE([GNULIB_TEST_]m4_translit([[$1]],
|
|
|
|
[abcdefghijklmnopqrstuvwxyz./-],
|
|
|
|
[ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [1],
|
|
|
|
[Define to 1 when the gnulib module $1 should be tested.])
|
|
|
|
])
|
|
|
|
|
2011-01-24 04:53:39 +00:00
|
|
|
# gl_ASSERT_NO_GNULIB_POSIXCHECK
|
|
|
|
# asserts that there will never be a need to #define GNULIB_POSIXCHECK.
|
|
|
|
# and thereby enables an optimization of configure and config.h.
|
|
|
|
# Used by Emacs.
|
|
|
|
AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK],
|
|
|
|
[
|
|
|
|
dnl Override gl_WARN_ON_USE_PREPARE.
|
2011-04-01 06:07:33 +00:00
|
|
|
dnl But hide this definition from 'aclocal'.
|
|
|
|
AC_DEFUN([gl_W][ARN_ON_USE_PREPARE], [])
|
2011-01-24 04:53:39 +00:00
|
|
|
])
|
|
|
|
|
2011-01-22 00:12:10 +00:00
|
|
|
# gl_ASSERT_NO_GNULIB_TESTS
|
|
|
|
# asserts that there will be no gnulib tests in the scope of the configure.ac
|
|
|
|
# and thereby enables an optimization of config.h.
|
|
|
|
# Used by Emacs.
|
|
|
|
AC_DEFUN([gl_ASSERT_NO_GNULIB_TESTS],
|
|
|
|
[
|
|
|
|
dnl Override gl_MODULE_INDICATOR_FOR_TESTS.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], [])
|
|
|
|
])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# Test whether <features.h> exists.
|
|
|
|
# Set HAVE_FEATURES_H.
|
|
|
|
AC_DEFUN([gl_FEATURES_H],
|
|
|
|
[
|
|
|
|
AC_CHECK_HEADERS_ONCE([features.h])
|
|
|
|
if test $ac_cv_header_features_h = yes; then
|
|
|
|
HAVE_FEATURES_H=1
|
|
|
|
else
|
|
|
|
HAVE_FEATURES_H=0
|
|
|
|
fi
|
|
|
|
AC_SUBST([HAVE_FEATURES_H])
|
|
|
|
])
|
|
|
|
|
|
|
|
# AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH])
|
|
|
|
# ----------------------------------------------------
|
|
|
|
# Backport of autoconf-2.63b's macro.
|
|
|
|
# Remove this macro when we can assume autoconf >= 2.64.
|
|
|
|
m4_ifndef([AS_VAR_IF],
|
|
|
|
[m4_define([AS_VAR_IF],
|
|
|
|
[AS_IF([test x"AS_VAR_GET([$1])" = x""$2], [$3], [$4])])])
|
|
|
|
|
2011-10-07 21:15:00 +00:00
|
|
|
# gl_PROG_CC_C99
|
|
|
|
# Modifies the value of the shell variable CC in an attempt to make $CC
|
|
|
|
# understand ISO C99 source code.
|
|
|
|
# This is like AC_PROG_CC_C99, except that
|
|
|
|
# - AC_PROG_CC_C99 does not mix well with AC_PROG_CC_STDC
|
Merge from Gnulib
This incorporates:
2017-11-23 stat: work around Solaris bug with tv_nsec < 0
2017-11-12 maint: shorten https://lists.gnu.org/archive/html/... links
* build-aux/config.sub, doc/misc/texinfo.tex, lib/allocator.h:
* lib/fstatat.c, lib/intprops.h, lib/lstat.c, lib/signal.in.h:
* lib/stat-time.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/timespec.h, m4/alloca.m4, m4/extern-inline.m4:
* m4/faccessat.m4, m4/fstatat.m4, m4/gnulib-common.m4:
* m4/lstat.m4, m4/std-gnu11.m4, m4/sys_types_h.m4:
* m4/vararrays.m4:
Copy from Gnulib.
2017-11-26 06:28:31 +00:00
|
|
|
# <https://lists.gnu.org/r/bug-gnulib/2011-09/msg00367.html>,
|
2011-10-07 21:15:00 +00:00
|
|
|
# but many more packages use AC_PROG_CC_STDC than AC_PROG_CC_C99
|
Merge from Gnulib
This incorporates:
2017-11-23 stat: work around Solaris bug with tv_nsec < 0
2017-11-12 maint: shorten https://lists.gnu.org/archive/html/... links
* build-aux/config.sub, doc/misc/texinfo.tex, lib/allocator.h:
* lib/fstatat.c, lib/intprops.h, lib/lstat.c, lib/signal.in.h:
* lib/stat-time.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/timespec.h, m4/alloca.m4, m4/extern-inline.m4:
* m4/faccessat.m4, m4/fstatat.m4, m4/gnulib-common.m4:
* m4/lstat.m4, m4/std-gnu11.m4, m4/sys_types_h.m4:
* m4/vararrays.m4:
Copy from Gnulib.
2017-11-26 06:28:31 +00:00
|
|
|
# <https://lists.gnu.org/r/bug-gnulib/2011-09/msg00441.html>.
|
2011-10-07 21:15:00 +00:00
|
|
|
# Remaining problems:
|
|
|
|
# - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options
|
|
|
|
# to CC twice
|
Merge from Gnulib
This incorporates:
2017-11-23 stat: work around Solaris bug with tv_nsec < 0
2017-11-12 maint: shorten https://lists.gnu.org/archive/html/... links
* build-aux/config.sub, doc/misc/texinfo.tex, lib/allocator.h:
* lib/fstatat.c, lib/intprops.h, lib/lstat.c, lib/signal.in.h:
* lib/stat-time.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/timespec.h, m4/alloca.m4, m4/extern-inline.m4:
* m4/faccessat.m4, m4/fstatat.m4, m4/gnulib-common.m4:
* m4/lstat.m4, m4/std-gnu11.m4, m4/sys_types_h.m4:
* m4/vararrays.m4:
Copy from Gnulib.
2017-11-26 06:28:31 +00:00
|
|
|
# <https://lists.gnu.org/r/bug-gnulib/2011-09/msg00431.html>.
|
2012-05-26 23:14:36 +00:00
|
|
|
# - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard.
|
2011-10-07 21:15:00 +00:00
|
|
|
AC_DEFUN([gl_PROG_CC_C99],
|
|
|
|
[
|
|
|
|
dnl Change that version number to the minimum Autoconf version that supports
|
|
|
|
dnl mixing AC_PROG_CC_C99 calls with AC_PROG_CC_STDC calls.
|
|
|
|
m4_version_prereq([9.0],
|
|
|
|
[AC_REQUIRE([AC_PROG_CC_C99])],
|
|
|
|
[AC_REQUIRE([AC_PROG_CC_STDC])])
|
|
|
|
])
|
|
|
|
|
2011-09-03 23:08:32 +00:00
|
|
|
# gl_PROG_AR_RANLIB
|
|
|
|
# Determines the values for AR, ARFLAGS, RANLIB that fit with the compiler.
|
|
|
|
# The user can set the variables AR, ARFLAGS, RANLIB if he wants to override
|
|
|
|
# the values.
|
|
|
|
AC_DEFUN([gl_PROG_AR_RANLIB],
|
|
|
|
[
|
|
|
|
dnl Minix 3 comes with two toolchains: The Amsterdam Compiler Kit compiler
|
|
|
|
dnl as "cc", and GCC as "gcc". They have different object file formats and
|
2015-10-14 06:34:16 +00:00
|
|
|
dnl library formats. In particular, the GNU binutils programs ar and ranlib
|
2011-09-03 23:08:32 +00:00
|
|
|
dnl produce libraries that work only with gcc, not with cc.
|
|
|
|
AC_REQUIRE([AC_PROG_CC])
|
2017-03-12 07:53:02 +00:00
|
|
|
dnl The '][' hides this use from 'aclocal'.
|
|
|
|
AC_BEFORE([$0], [A][M_PROG_AR])
|
2011-09-03 23:08:32 +00:00
|
|
|
AC_CACHE_CHECK([for Minix Amsterdam compiler], [gl_cv_c_amsterdam_compiler],
|
|
|
|
[
|
|
|
|
AC_EGREP_CPP([Amsterdam],
|
|
|
|
[
|
|
|
|
#ifdef __ACK__
|
|
|
|
Amsterdam
|
|
|
|
#endif
|
|
|
|
],
|
|
|
|
[gl_cv_c_amsterdam_compiler=yes],
|
|
|
|
[gl_cv_c_amsterdam_compiler=no])
|
|
|
|
])
|
2015-10-14 06:34:16 +00:00
|
|
|
|
|
|
|
dnl Don't compete with AM_PROG_AR's decision about AR/ARFLAGS if we are not
|
|
|
|
dnl building with __ACK__.
|
|
|
|
if test $gl_cv_c_amsterdam_compiler = yes; then
|
|
|
|
if test -z "$AR"; then
|
2011-09-03 23:08:32 +00:00
|
|
|
AR='cc -c.a'
|
|
|
|
fi
|
|
|
|
if test -z "$ARFLAGS"; then
|
2015-10-14 06:34:16 +00:00
|
|
|
ARFLAGS='-o'
|
2011-09-03 23:08:32 +00:00
|
|
|
fi
|
2015-10-14 06:34:16 +00:00
|
|
|
else
|
|
|
|
dnl AM_PROG_AR was added in automake v1.11.2. AM_PROG_AR does not AC_SUBST
|
|
|
|
dnl ARFLAGS variable (it is filed into Makefile.in directly by automake
|
|
|
|
dnl script on-demand, if not specified by ./configure of course).
|
|
|
|
dnl Don't AC_REQUIRE the AM_PROG_AR otherwise the code for __ACK__ above
|
|
|
|
dnl will be ignored. Also, pay attention to call AM_PROG_AR in else block
|
|
|
|
dnl because AM_PROG_AR is written so it could re-set AR variable even for
|
|
|
|
dnl __ACK__. It may seem like its easier to avoid calling the macro here,
|
|
|
|
dnl but we need to AC_SUBST both AR/ARFLAGS (thus those must have some good
|
|
|
|
dnl default value and automake should usually know them).
|
2017-03-12 07:53:02 +00:00
|
|
|
dnl
|
|
|
|
dnl The '][' hides this use from 'aclocal'.
|
|
|
|
m4_ifdef([A][M_PROG_AR], [A][M_PROG_AR], [:])
|
2015-10-14 06:34:16 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
dnl In case the code above has not helped with setting AR/ARFLAGS, use
|
|
|
|
dnl Automake-documented default values for AR and ARFLAGS, but prefer
|
|
|
|
dnl ${host}-ar over ar (useful for cross-compiling).
|
|
|
|
AC_CHECK_TOOL([AR], [ar], [ar])
|
|
|
|
if test -z "$ARFLAGS"; then
|
|
|
|
ARFLAGS='cr'
|
2011-09-03 23:08:32 +00:00
|
|
|
fi
|
2015-10-14 06:34:16 +00:00
|
|
|
|
2011-09-03 23:08:32 +00:00
|
|
|
AC_SUBST([AR])
|
|
|
|
AC_SUBST([ARFLAGS])
|
|
|
|
if test -z "$RANLIB"; then
|
|
|
|
if test $gl_cv_c_amsterdam_compiler = yes; then
|
|
|
|
RANLIB=':'
|
|
|
|
else
|
|
|
|
dnl Use the ranlib program if it is available.
|
|
|
|
AC_PROG_RANLIB
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
AC_SUBST([RANLIB])
|
|
|
|
])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# AC_C_RESTRICT
|
2014-09-02 19:17:23 +00:00
|
|
|
# This definition is copied from post-2.69 Autoconf and overrides the
|
|
|
|
# AC_C_RESTRICT macro from autoconf 2.60..2.69. It can be removed
|
|
|
|
# once autoconf >= 2.70 can be assumed. It's painful to check version
|
|
|
|
# numbers, and in practice this macro is more up-to-date than Autoconf
|
|
|
|
# is, so override Autoconf unconditionally.
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
AC_DEFUN([AC_C_RESTRICT],
|
|
|
|
[AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict],
|
|
|
|
[ac_cv_c_restrict=no
|
|
|
|
# The order here caters to the fact that C++ does not require restrict.
|
|
|
|
for ac_kw in __restrict __restrict__ _Restrict restrict; do
|
2014-09-02 19:17:23 +00:00
|
|
|
AC_COMPILE_IFELSE(
|
|
|
|
[AC_LANG_PROGRAM(
|
Update from Gnulib
This incorporates:
2018-06-29 regex: glibc does not use intprops.h
2018-06-28 regex: port to recently proposed glibc regex merge
2018-06-25 Continue to use spaces for indentation, not tabs
2018-06-25 manywarnings: Don't enable -Wjump-misses-init by default
2018-06-25 acl-internal.h: remove _GL_ATTRIBUTE_CONST on void function
2018-06-24 manywarnings: accommodate GCC 9: remove -Wchkp and -Wabi
2018-06-24 maint: clarify comments about sticky EOF
2018-06-24 af_alg: avoid hangs when reading from streams
2018-06-17 crypto: use byteswap
2018-06-17 getloadavg: Return 0 on MS-Windows without Cygwi
2018-06-17 getloadavg: Allow building on MS-Windows without Cygwin
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/acl-internal.c, lib/acl-internal.h, lib/get-permissions.c:
* lib/getloadavg.c, lib/gettimeofday.c, lib/md5.c, lib/pselect.c:
* lib/set-permissions.c, lib/sha1.c, lib/sha256.c, lib/sha512.c:
* lib/time.in.h, m4/getloadavg.m4, m4/gnulib-common.m4:
* m4/manywarnings.m4, m4/pthread_sigmask.m4, m4/vararrays.m4:
Copy from Gnulib.
2018-06-30 00:31:04 +00:00
|
|
|
[[typedef int *int_ptr;
|
|
|
|
int foo (int_ptr $ac_kw ip) { return ip[0]; }
|
|
|
|
int bar (int [$ac_kw]); /* Catch GCC bug 14050. */
|
|
|
|
int bar (int ip[$ac_kw]) { return ip[0]; }
|
|
|
|
]],
|
|
|
|
[[int s[1];
|
|
|
|
int *$ac_kw t = s;
|
|
|
|
t[0] = 0;
|
|
|
|
return foo (t) + bar (t);
|
|
|
|
]])],
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
[ac_cv_c_restrict=$ac_kw])
|
|
|
|
test "$ac_cv_c_restrict" != no && break
|
|
|
|
done
|
|
|
|
])
|
|
|
|
AH_VERBATIM([restrict],
|
|
|
|
[/* Define to the equivalent of the C99 'restrict' keyword, or to
|
|
|
|
nothing if this is not supported. Do not define if restrict is
|
|
|
|
supported directly. */
|
|
|
|
#undef restrict
|
2014-09-02 19:17:23 +00:00
|
|
|
/* Work around a bug in Sun C++: it does not support _Restrict or
|
|
|
|
__restrict__, even though the corresponding Sun C compiler ends up with
|
|
|
|
"#define restrict _Restrict" or "#define restrict __restrict__" in the
|
|
|
|
previous line. Perhaps some future version of Sun C++ will work with
|
|
|
|
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
#if defined __SUNPRO_CC && !defined __RESTRICT
|
|
|
|
# define _Restrict
|
2014-09-02 19:17:23 +00:00
|
|
|
# define __restrict__
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
#endif])
|
|
|
|
case $ac_cv_c_restrict in
|
|
|
|
restrict) ;;
|
|
|
|
no) AC_DEFINE([restrict], []) ;;
|
|
|
|
*) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;;
|
|
|
|
esac
|
2014-09-02 19:17:23 +00:00
|
|
|
])# AC_C_RESTRICT
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
|
|
|
# gl_BIGENDIAN
|
|
|
|
# is like AC_C_BIGENDIAN, except that it can be AC_REQUIREd.
|
|
|
|
# Note that AC_REQUIRE([AC_C_BIGENDIAN]) does not work reliably because some
|
|
|
|
# macros invoke AC_C_BIGENDIAN with arguments.
|
|
|
|
AC_DEFUN([gl_BIGENDIAN],
|
|
|
|
[
|
|
|
|
AC_C_BIGENDIAN
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_CACHE_VAL_SILENT(cache-id, command-to-set-it)
|
|
|
|
# is like AC_CACHE_VAL(cache-id, command-to-set-it), except that it does not
|
|
|
|
# output a spurious "(cached)" mark in the midst of other configure output.
|
|
|
|
# This macro should be used instead of AC_CACHE_VAL when it is not surrounded
|
|
|
|
# by an AC_MSG_CHECKING/AC_MSG_RESULT pair.
|
|
|
|
AC_DEFUN([gl_CACHE_VAL_SILENT],
|
|
|
|
[
|
|
|
|
saved_as_echo_n="$as_echo_n"
|
|
|
|
as_echo_n=':'
|
|
|
|
AC_CACHE_VAL([$1], [$2])
|
|
|
|
as_echo_n="$saved_as_echo_n"
|
|
|
|
])
|
2014-01-11 07:01:30 +00:00
|
|
|
|
|
|
|
# AS_VAR_COPY was added in autoconf 2.63b
|
|
|
|
m4_define_default([AS_VAR_COPY],
|
|
|
|
[AS_LITERAL_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])
|