/[grub]/grub2/configure.ac
ViewVC logotype

Diff of /grub2/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by marco_g, Sun Nov 6 22:19:58 2005 UTC revision 1.17 by hollisb, Sat Nov 26 23:40:24 2005 UTC
# Line 45  fi Line 45  fi
45    
46  AC_PROG_CC  AC_PROG_CC
47  AC_PROG_YACC  AC_PROG_YACC
48    # AC_PROG_YACC doesn't actually check if yacc exists!
49    tmp_yacc=$YACC
50    unset YACC
51    AC_CHECK_PROG(YACC, "$tmp_yacc", "$tmp_yacc")
52    if test "x$YACC" = x; then
53      AC_MSG_ERROR([Could not find $tmp_yacc.])
54    fi
55    
56  AC_SYS_LARGEFILE  AC_SYS_LARGEFILE
57    
58  # Must be GCC.  # Must be GCC.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26