From: Jan Engelhardt Date: Thu, 12 Jan 2017 20:12:40 +0000 (-0600) Subject: build: resolve autoheader warning X-Git-Tag: v4.10.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a0fce2340c3c3bd366c33b4aee6141310d5d79;p=thirdparty%2Fxfsprogs-dev.git build: resolve autoheader warning $ 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 Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen --- diff --git a/m4/package_types.m4 b/m4/package_types.m4 index 4aa09a5d1..1c3583931 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([