* configure.ac (AM_INIT_AUTOMAKE): Require at least version 1.10.1,

to match INSTALL.
This commit is contained in:
Colin Watson 2013-11-13 14:57:12 +00:00
parent 81a2e438dc
commit 6fe506b04b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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])