summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/configure.in
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
committersjg <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
commit40b0d2c4e53b744bec6a0948f1445f6083b871ec (patch)
tree56122b5c8140a0bf6027aed1c35467390a3cfad5 /contrib/bmake/configure.in
parent9c33c8f38a611cd237ba6ea77def0b0928ddb50e (diff)
downloadFreeBSD-src-40b0d2c4e53b744bec6a0948f1445f6083b871ec.zip
FreeBSD-src-40b0d2c4e53b744bec6a0948f1445f6083b871ec.tar.gz
Merge bmake-20160606
o dir.c: extend mtimes cache to others via cached_stat()
Diffstat (limited to 'contrib/bmake/configure.in')
-rw-r--r--contrib/bmake/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/bmake/configure.in b/contrib/bmake/configure.in
index c4b6808..29d368b 100644
--- a/contrib/bmake/configure.in
+++ b/contrib/bmake/configure.in
@@ -1,11 +1,11 @@
dnl
dnl RCSid:
-dnl $Id: configure.in,v 1.56 2015/10/25 05:20:48 sjg Exp $
+dnl $Id: configure.in,v 1.57 2016/06/07 00:49:44 sjg Exp $
dnl
dnl Process this file with autoconf to produce a configure script
dnl
AC_PREREQ(2.50)
-AC_INIT([bmake], [20151022], [sjg@NetBSD.org])
+AC_INIT([bmake], [20160606], [sjg@NetBSD.org])
AC_CONFIG_HEADERS(config.h)
dnl make srcdir absolute
@@ -148,6 +148,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C___ATTRIBUTE__
AC_C_BIGENDIAN
AC_C_CONST
+AC_TYPE_MODE_T
AC_TYPE_OFF_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
OpenPOWER on IntegriCloud