2002-07-01 Yoshinori K. Okuji <okuji@enbug.org>
* Makefile.am (AUTOMAKE_OPTIONS): New variable. Specify the required Automake version explicitly.
This commit is contained in:
parent
05202f5eb0
commit
1e42fdd201
4 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-07-01 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* Makefile.am (AUTOMAKE_OPTIONS): New variable. Specify the
|
||||
required Automake version explicitly.
|
||||
|
||||
2002-06-30 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* stage2/builtins.c [SUPPORT_SERIAL || SUPPORT_HERCULES]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Do not change this order if you don't know what you are doing.
|
||||
AUTOMAKE_OPTIONS = 1.5
|
||||
SUBDIRS = netboot stage2 stage1 lib grub util docs
|
||||
EXTRA_DIST = BUGS MAINTENANCE
|
||||
|
|
|
@ -88,6 +88,7 @@ host_cpu = @host_cpu@
|
|||
host_vendor = @host_vendor@
|
||||
install_sh = @install_sh@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.5
|
||||
SUBDIRS = netboot stage2 stage1 lib grub util docs
|
||||
EXTRA_DIST = BUGS MAINTENANCE
|
||||
subdir = .
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||
.TH GRUB "8" "June 2002" "grub (GNU GRUB 0.93)" FSF
|
||||
.TH GRUB "8" "July 2002" "grub (GNU GRUB 0.93)" FSF
|
||||
.SH NAME
|
||||
grub \- the grub shell
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue