[PATCH 1/2] build: resolve autoheader warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$ autoreconf -fi
[...]
autoheader: warning: missing template: HAVE_UMODE_T
autoheader: Use AC_DEFINE([HAVE_UMODE_T], [], [Description])
autoreconf: /usr/bin/autoheader failed with exit status: 1

Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx>
---
 m4/package_types.m4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/m4/package_types.m4 b/m4/package_types.m4
index 4aa09a5..1c35839 100644
--- a/m4/package_types.m4
+++ b/m4/package_types.m4
@@ -1,6 +1,7 @@
 #
 # Check if we have umode_t
 #
+AH_TEMPLATE([HAVE_UMODE_T], [Whether you have umode_t])
 AC_DEFUN([AC_TYPE_UMODE_T],
   [ AC_MSG_CHECKING([for umode_t])
     AC_TRY_COMPILE([
-- 
2.10.2

--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux