add some missing variables replaced by configure into grub-md5-crypt.
This commit is contained in:
parent
acc6543257
commit
cccfe78a6a
3 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2001-01-13 OKUJI Yoshinori <okuji@gnu.org>
|
||||||
|
|
||||||
|
From Thierry Laronde <thierry.laronde@polynum.com>:
|
||||||
|
* util/grub-md5-crypt.in (prefix): New variable.
|
||||||
|
(exec_prefix): Likewise.
|
||||||
|
(sbindir): Likewise.
|
||||||
|
|
||||||
2001-01-12 OKUJI Yoshinori <okuji@gnu.org>
|
2001-01-12 OKUJI Yoshinori <okuji@gnu.org>
|
||||||
|
|
||||||
* docs/multiboot.h [__ELF__] (MULTIBOOT_HEADER_FLAGS): Defined
|
* docs/multiboot.h [__ELF__] (MULTIBOOT_HEADER_FLAGS): Defined
|
||||||
|
|
1
THANKS
1
THANKS
|
@ -61,6 +61,7 @@ Stefan Ondrejicka <ondrej@idata.sk>
|
||||||
Stephen Early <steve@greenend.org.uk>
|
Stephen Early <steve@greenend.org.uk>
|
||||||
Takehiro Suzuki <takehiro@coral.ocn.ne.jp>
|
Takehiro Suzuki <takehiro@coral.ocn.ne.jp>
|
||||||
Thierry DELHAISE <thierry.delhaise@delhaise.com>
|
Thierry DELHAISE <thierry.delhaise@delhaise.com>
|
||||||
|
Thierry Laronde <thierry.laronde@polynum.com>
|
||||||
Thomas Schweikle <tschweikle@fiducia.de>
|
Thomas Schweikle <tschweikle@fiducia.de>
|
||||||
Torsten Duwe <duwe@caldera.de>
|
Torsten Duwe <duwe@caldera.de>
|
||||||
VaX#n8 <vax@linkdead.paranoia.com>
|
VaX#n8 <vax@linkdead.paranoia.com>
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
# Replaced by the configure script.
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
sbindir=@sbindir@
|
||||||
|
|
||||||
# Initialize some variables.
|
# Initialize some variables.
|
||||||
grub_shell=${sbindir}/grub
|
grub_shell=${sbindir}/grub
|
||||||
progname="grub-md5-crypt"
|
progname="grub-md5-crypt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue