Update the link to binutils.

This commit is contained in:
okuji 2002-04-15 22:09:16 +00:00
parent d6f4c1c620
commit 204a870ff7
8 changed files with 1888 additions and 831 deletions

View file

@ -1,3 +1,8 @@
2002-04-16 Yoshinori K. Okuji <okuji@enbug.org>
* docs/grub.texi (Obtaining and Building GRUB): Update the link
to the binutils site.
2002-04-06 Pavel Roskin <proski@gnu.org> 2002-04-06 Pavel Roskin <proski@gnu.org>
* util/grub-install.in: Fix hardcoded /dev/hda1. * util/grub-install.in: Fix hardcoded /dev/hda1.

View file

@ -1,4 +1,4 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */ /* config.h.in. Generated from configure.in by autoheader. */
/* This file is still needed because the defines below are /* This file is still needed because the defines below are
AC_DEFINEd in more than one place. */ AC_DEFINEd in more than one place. */
@ -44,26 +44,65 @@
/* Define if C symbols get an underscore after compilation */ /* Define if C symbols get an underscore after compilation */
#undef HAVE_ASM_USCORE #undef HAVE_ASM_USCORE
/* Define if you have the <curses.h> header file. */ /* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H #undef HAVE_CURSES_H
/* Define if you have the <ncurses/curses.h> header file. */ /* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <ncurses/curses.h> header file. */
#undef HAVE_NCURSES_CURSES_H #undef HAVE_NCURSES_CURSES_H
/* Define if you have the <ncurses.h> header file. */ /* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H #undef HAVE_NCURSES_H
/* Define if opendisk() in -lutil can be used */ /* Define if opendisk() in -lutil can be used */
#undef HAVE_OPENDISK #undef HAVE_OPENDISK
/* Define if you have the <strings.h> header file. */ /* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H #undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */ /* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H #undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */ /* Name of package */
#undef PACKAGE #undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */ /* Version number of package */
#undef VERSION #undef VERSION

2653
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
.TH GRUB-MD5-CRYPT "8" "March 2002" "grub-md5-crypt (GNU GRUB )" FSF .TH GRUB-MD5-CRYPT "8" "April 2002" "grub-md5-crypt (GNU GRUB )" FSF
.SH NAME .SH NAME
grub-md5-crypt \- Encrypt a password in MD5 format grub-md5-crypt \- Encrypt a password in MD5 format
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -3630,7 +3630,7 @@ utopia@dots{}
@strong{Caution:} GRUB requires binutils-2.9.1.0.23 or later because the @strong{Caution:} GRUB requires binutils-2.9.1.0.23 or later because the
GNU assembler has been changed so that it can produce real 16bits GNU assembler has been changed so that it can produce real 16bits
machine code between 2.9.1 and 2.9.1.0.x. See machine code between 2.9.1 and 2.9.1.0.x. See
@uref{http://sourceware.cygnus.com/binutils/}, to obtain information on @uref{http://sources.redhat.com/binutils/}, to obtain information on
how to get the latest version. how to get the latest version.
@end quotation @end quotation

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
.TH MBCHK "1" "March 2002" "mbchk (GNU GRUB 0.92)" FSF .TH MBCHK "1" "April 2002" "mbchk (GNU GRUB 0.92)" FSF
.SH NAME .SH NAME
mbchk \- check the format of a Multiboot kernel mbchk \- check the format of a Multiboot kernel
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -1,4 +1,4 @@
@set UPDATED 4 April 2002 @set UPDATED 16 April 2002
@set UPDATED-MONTH April 2002 @set UPDATED-MONTH April 2002
@set EDITION 0.92 @set EDITION 0.92
@set VERSION 0.92 @set VERSION 0.92

View file

@ -1,4 +1,4 @@
@set UPDATED 4 April 2002 @set UPDATED 16 April 2002
@set UPDATED-MONTH April 2002 @set UPDATED-MONTH April 2002
@set EDITION 0.92 @set EDITION 0.92
@set VERSION 0.92 @set VERSION 0.92