summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-10-09 13:41:21 -0400
committerPaul Smith <psmith@gnu.org>2022-10-15 18:39:32 -0400
commit01b1d4f40195ddb715bc8a5e2236a7fe2e92890f (patch)
tree26a72161e7130d3e77fbebf27473d6ae93903a4d /bootstrap.conf
parentbf2d71498c12ee09b6c9fe63a337c306442fd7f6 (diff)
downloadmake-git-01b1d4f40195ddb715bc8a5e2236a7fe2e92890f.tar.gz
Set the proper type for variables set in signal handlers
* bootstrap.conf: Get gnulib's sig_atomic_t type checking M4 macro. * configure.ac: Invoke it. * src/makeint.h (handling_fatal_signal): Set the type correctly. * src/commands.c (handling_fatal_signal): Ditto.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 1dc096db..a8b8b8d5 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -47,7 +47,7 @@ automake 1.16.1
"
gnulib_name=libgnu
-gnulib_files=doc/make-stds.texi
+gnulib_files="doc/make-stds.texi m4/sig_atomic_t.m4"
# Using the full strtoll module pulls in a lot of stuff. But, it's pretty
# simple to use just the base source file, so pull that. We'll use it in