* 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,

View file

@ -32,7 +32,6 @@ dnl type.
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])
@ -41,6 +40,8 @@ AC_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE()
# Program name transformations
AC_ARG_PROGRAM