summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-13 12:51:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-13 12:51:06 +0000
commitfc9e914e911790ea802d05e33bec00683f1df296 (patch)
treef7829c969911fbc4ee9c0803e58bff35e4d59689
parentffb164502143d5fce09e950f77971affc7ad99a0 (diff)
downloadpaxutils-fc9e914e911790ea802d05e33bec00683f1df296.tar.gz
(PU_SYSTEM): Add AC_STRUCT_ST_BLKSIZE.
Require gl_AC_TYPE_UINTMAX_T (this means that uintmax_t.m4 from gnulibs should be used).
-rw-r--r--m4/system.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/system.m4 b/m4/system.m4
index 3690e96..5a742b6 100644
--- a/m4/system.m4
+++ b/m4/system.m4
@@ -12,7 +12,9 @@ AC_DEFUN([PU_SYSTEM],[
AC_CHECK_MEMBERS([struct stat.st_blksize]) dnl instead of AC_STRUCT_ST_BLKSIZE
AC_STRUCT_ST_BLOCKS
+ AC_STRUCT_ST_BLKSIZE
AC_CHECK_FUNCS_ONCE(lstat mkfifo setlocale)
+ AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
])