summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-30 20:34:23 +0000
committerJim Meyering <jim@meyering.net>2000-11-30 20:34:23 +0000
commit3e50cea2f5644a021e73230ac6cb536c0be5f055 (patch)
treefa828a257836ca29fe26878254efc447e5a34b1e /m4
parent339738f351376daf6f98c40c9b4f1a223808648b (diff)
downloadcoreutils-3e50cea2f5644a021e73230ac6cb536c0be5f055.tar.xz
(jm_MACROS): Add stdint.h to the list of headers.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 95e262670..ce882a744 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 27
+#serial 28 -*- autoconf -*-
dnl Misc type-related macros for fileutils, sh-utils, textutils.
@@ -32,6 +32,7 @@ AC_DEFUN(jm_MACROS,
paths.h \
stdlib.h \
stddef.h \
+ stdint.h \
string.h \
sys/acl.h \
sys/filsys.h \