diff mbox

[1/2] build: resolve autoheader warning

Message ID 20161105173806.20052-1-jengelh@inai.de (mailing list archive)
State Accepted
Headers show

Commit Message

Jan Engelhardt Nov. 5, 2016, 5:38 p.m. UTC
$ 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@inai.de>
---
 m4/package_types.m4 | 1 +
 1 file changed, 1 insertion(+)

Comments

Christoph Hellwig Nov. 13, 2016, 12:29 p.m. UTC | #1
On Sat, Nov 05, 2016 at 06:38:05PM +0100, Jan Engelhardt wrote:
> $ 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

I really wish we could just stop using umode_t in xfs xfsprogs,
but until then:

Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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([