* configure.ac (AM_INIT_AUTOMAKE): Require at least version 1.10.1,
authorColin Watson <cjwatson@ubuntu.com>
Wed, 13 Nov 2013 14:57:12 +0000 (14:57 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 13 Nov 2013 14:57:12 +0000 (14:57 +0000)
to match INSTALL.

ChangeLog
configure.ac

index 91bbeb4..2d9df29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-13  Colin Watson  <cjwatson@ubuntu.com>
+
+       * configure.ac (AM_INIT_AUTOMAKE): Require at least version 1.10.1,
+       to match INSTALL.
+
 2013-11-13  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/kern/misc.c: Don't redirect divisions in the
index 00d88e2..4ad7584 100644 (file)
@@ -45,7 +45,7 @@ save_program_prefix="${program_prefix}"
 AC_CANONICAL_TARGET
 program_prefix="${save_program_prefix}"
 
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE([1.10.1])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([include/grub/dl.h])
 AC_CONFIG_HEADER([config-util.h])