diff options
Diffstat (limited to 'contrib/bmake/configure.in')
-rw-r--r-- | contrib/bmake/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bmake/configure.in b/contrib/bmake/configure.in index 0caafdf..ba82a75 100644 --- a/contrib/bmake/configure.in +++ b/contrib/bmake/configure.in @@ -1,10 +1,10 @@ dnl dnl RCSid: -dnl $Id: configure.in,v 1.46 2012/12/28 21:28:18 sjg Exp $ +dnl $Id: configure.in,v 1.48 2013/03/04 21:25:57 sjg Exp $ dnl dnl Process this file with autoconf to produce a configure script dnl -AC_INIT([bmake], [20121212], [sjg@NetBSD.org]) +AC_INIT([bmake], [20130303], [sjg@NetBSD.org]) AC_CONFIG_HEADER(config.h) dnl make srcdir absolute |