]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-21 Robert Millan <rmh@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Thu, 21 Jan 2010 16:50:52 +0000 (16:50 +0000)
committerRobert Millan <rmh@aybabtu.com>
Thu, 21 Jan 2010 16:50:52 +0000 (16:50 +0000)
* configure.ac: Add AM_PROG_AS (to fix automake generation).

ChangeLog
configure.ac

index f6fe17d60d56e196c66251e8cf15692644e6293f..c3b482a24c2ee872ca107a274c94f00be575c3bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-21  Robert Millan  <rmh@aybabtu.com>
+
+       * configure.ac: Add AM_PROG_AS (to fix automake generation).
+
 2009-12-07  Richard Hartmann  <richih.mailinglist@gmail.com>
 
        * stage2/builtins.c (builtin_halt): Fix typo.
index 2c6e5c95e311d385ac6e696ae750934775944ad1..beeed2012758dd1e742c0de962b356d24d88d5a6 100644 (file)
@@ -56,6 +56,8 @@ fi
 
 AC_CHECK_TOOL(CC, gcc)
 AC_PROG_CC
+AM_PROG_AS
+
 # We need this for older versions of Autoconf.
 _AM_DEPENDENCIES(CC)