Hi,

the #include <stdckdint.h> cannot be found on macOS 12 / git branch
branch-1.4
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=shortlog;h=refs/heads/branch-1.4>
bootstrap and configure cannot produce it for the build process.

Change introduced by
diff --git a/src/m4.c
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=cc22f400c801d953f6b04a8810106935a8eec93c>
 b/src/m4.c
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=67f7e6eb77b1a9f2d781938765acc953f06e87d5;hb=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55>
index
cc22f400c801d953f6b04a8810106935a8eec93c..67f7e6eb77b1a9f2d781938765acc953f06e87d5
100644 (file)
--- a/src/m4.c
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=cc22f400c801d953f6b04a8810106935a8eec93c>
+++ b/src/m4.c
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=67f7e6eb77b1a9f2d781938765acc953f06e87d5;hb=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55>
@@ -25,6
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=cc22f400c801d953f6b04a8810106935a8eec93c#l25>
+25,7
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=67f7e6eb77b1a9f2d781938765acc953f06e87d5;hb=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55#l25>
@@
 #include <getopt.h>
 #include <limits.h>
 #include <signal.h>
+#include <stdckdint.h>

 #include "c-stack.h"
 #include "configmake.h"
@@ -51,7
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=cc22f400c801d953f6b04a8810106935a8eec93c#l51>
+52,7
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=blob;f=src/m4.c;h=67f7e6eb77b1a9f2d781938765acc953f06e87d5;hb=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55#l52>
@@ int sync_output = 0;
 int debug_level = 0;

m4: avoid size_t when it’s easy
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=commit;h=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55>
author Paul Eggert
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=search;h=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55;s=Paul+Eggert;st=author>
 <[email protected]>
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=search;h=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55;[email protected];st=author>
Thu, 25 Jun 2026 20:04:13 +0200 (11:04 -0700)
committer Paul Eggert
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=search;h=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55;s=Paul+Eggert;st=committer>
 <[email protected]>
<https://gitweb.git.savannah.gnu.org/gitweb/?p=m4.git;a=search;h=92641ac2ce8694e75f202f1bd2e3d8c99ee0df55;[email protected];st=committer>
Tue, 7 Jul 2026 21:27:06 +0200 (12:27 -0700)
BR
Mate Gabor

Reply via email to