summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-03-15 15:32:58 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-03-15 15:36:34 +0100
commit019c8616571f7151c5916a75d137d0c10c0b6306 (patch)
tree3fba4fe06ecb0891b37e51bd5a79b13a366256de /configure.ac
parentd46142c38c92297c6db2ef6a89b1ea01fad7c150 (diff)
Require GNU Automake 1.10.2.
9ff49d9648debffbe42d18863c739d37bcdb50b4's config.status.dep.patch is fit for 1.10.2 (released in November 2008) and later, and is no longer suitable for 1.10.1. * configure.ac (AM_INIT_AUTOMAKE): Require 1.10.2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fca0dd3b..50ec6b40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Configure script for GNU Mach.
-dnl Copyright (C) 1997, 1998, 1999, 2004, 2006, 2007, 2008 Free Software
+dnl Copyright (C) 1997, 1998, 1999, 2004, 2006, 2007, 2008, 2010 Free Software
dnl Foundation, Inc.
dnl Permission to use, copy, modify and distribute this software and its
@@ -24,7 +24,7 @@ AC_CONFIG_SRCDIR([kern/ipc_kobject.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(
- [1.10.1]
+ [1.10.2]
dnl Don't define `PACKAGE' and `VERSION'.
[no-define]
dnl Do not clutter the main build directory.