Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [configuration] |
| 2 | |
| 3 | --- |
| 4 | configure.ac | 4 ++-- |
| 5 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 6 | |
| 7 | Index: grub-0.97/configure.ac |
| 8 | =================================================================== |
| 9 | --- grub-0.97.orig/configure.ac 2008-09-12 17:39:52.000000000 +0200 |
| 10 | +++ grub-0.97/configure.ac 2008-09-12 17:40:21.000000000 +0200 |
| 11 | @@ -60,8 +60,8 @@ AC_PROG_CC |
| 12 | _AM_DEPENDENCIES(CC) |
| 13 | |
| 14 | dnl Because recent automake complains about AS, set it here. |
| 15 | -CCAS="$CC" |
| 16 | -AC_SUBST(CCAS) |
| 17 | +AM_PROG_AS |
| 18 | +AC_SUBST(AS) |
| 19 | |
| 20 | AC_ARG_WITH(binutils, |
| 21 | [ --with-binutils=DIR search the directory DIR to find binutils]) |