aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grub/grub-0.97/automake-1.10.patch
blob: e7c6ec061f7606fe5504f9614eae65d6f4b32343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- grub-0.97/configure.ac.orig
+++ grub-0.97/configure.ac
@@ -56,12 +56,7 @@
 
 AC_CHECK_TOOL(CC, gcc)
 AC_PROG_CC
-# We need this for older versions of Autoconf.
-_AM_DEPENDENCIES(CC)
-
-dnl Because recent automake complains about AS, set it here.
-CCAS="$CC"
-AC_SUBST(CCAS)
+AM_PROG_AS
 
 AC_ARG_WITH(binutils,
   [  --with-binutils=DIR     search the directory DIR to find binutils])