fix warnings from Autoconf.
+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,
AC_INIT([GRUB],[1.98],[bug-grub@gnu.org])
-AM_INIT_AUTOMAKE()
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([include/grub/dl.h])
AC_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
+AM_INIT_AUTOMAKE()
+
# Program name transformations
AC_ARG_PROGRAM