* configure.ac: Move AM_INIT_AUTOMAKE after AC_CANONICAL_TARGET to

fix warnings from Autoconf.
This commit is contained in:
Colin Watson 2010-08-18 11:15:08 +01:00
parent 9da94e0576
commit 51f1f5afab
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-08-18 Colin Watson <cjwatson@ubuntu.com>
* configure.ac: Move AM_INIT_AUTOMAKE after AC_CANONICAL_TARGET to
fix warnings from Autoconf.
2010-08-18 Colin Watson <cjwatson@ubuntu.com>
* acinclude.m4 (grub_ASM_USCORE): Use a more accurate grep pattern,