add some missing variables replaced by configure into grub-md5-crypt.

This commit is contained in:
okuji 2001-01-13 04:07:37 +00:00
parent acc6543257
commit cccfe78a6a
3 changed files with 13 additions and 0 deletions

View file

@ -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>
* docs/multiboot.h [__ELF__] (MULTIBOOT_HEADER_FLAGS): Defined

1
THANKS
View file

@ -61,6 +61,7 @@ Stefan Ondrejicka <ondrej@idata.sk>
Stephen Early <steve@greenend.org.uk>
Takehiro Suzuki <takehiro@coral.ocn.ne.jp>
Thierry DELHAISE <thierry.delhaise@delhaise.com>
Thierry Laronde <thierry.laronde@polynum.com>
Thomas Schweikle <tschweikle@fiducia.de>
Torsten Duwe <duwe@caldera.de>
VaX#n8 <vax@linkdead.paranoia.com>

View file

@ -17,6 +17,11 @@
# along with this program; if not, write to the Free Software
# 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.
grub_shell=${sbindir}/grub
progname="grub-md5-crypt"