05568c2e85
Add --with-platform to configure. Use pkglibdir instead of pkgdatadir. This is reported by Roger Leigh. * util/powerpc/ieee1275/grub-install.in (datadir): Removed. (host_vendor): Likewise. (host_os): Likewise. (pkgdatadir): Likewise. (platform): New variable. (pkglibdir): Likewise. Use PKGLIBDIR instead of PKGDATADIR. * util/i386/pc/grub-install.in (datadir): Removed. (host_vendor): Likewise. (host_os): Likewise. (pkgdatadir): Likewise. (platform): New variable. (pkglibdir): Likewise. Use PKGLIBDIR instead of PKGDATADIR. * util/powerpc/ieee1275/grub-mkimage.c (usage): Use GRUB_LIBDIR instead of GRUB_DATADIR. (main): Likewise. * util/i386/pc/grub-mkimage.c (usage): Likewise. (main): Likewise. * util/i386/efi/grub-mkimage.c (usage): Likewise. (main): Likewise. * configure.ac (--with-platform): New option. Use PLATFORM instead of HOST_VENDOR to specify a platform. * Makefile.in: Include a makefile based on PLATFORM instead of HOST_VENDOR. (pkgdatadir): Not appended by the machine type. (pkglibdir): Appended by the machine type. (host_vendor): Removed. (platform): New variable. (BUILD_CPPFLAGS): Specify GRUB_LIBDIR instead of GRUB_DATADIR. (install-local): Use PKGLIBDIR instead of PKGDATADIR. (uninstall): Likewise.
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
GRUB 2 would not be what it is today without the invaluable help of
|
|
everybody who was kind enough to spend time testing it and reporting
|
|
bugs.
|
|
|
|
The following people made especially gracious contributions of their
|
|
time and energy in helping to track down bugs, add new features, and
|
|
generally assist in the GRUB 2 maintainership process:
|
|
|
|
Guillem Jover <guillem@hadrons.org>
|
|
Jeroen Dekkers <jeroen@dekkers.cx>
|
|
Johan Rydberg <jrydberg@night.trouble.net>
|
|
Hollis Blanchard <hollis@penguinppc.org>
|
|
Marco Gerards <metgerards@student.han.nl>
|
|
NIIBE Yutaka <gniibe@m17n.org>
|
|
Omniflux <omniflux@omniflux.com>
|
|
Robert Bihlmeyer <robbe@orcus.priv.at>
|
|
Roger Leigh <rleigh@whinlatter.ukfsn.org>
|
|
Ruslan Nikolaev <nruslan@mail.com>
|
|
Timothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
|
|
Tomas Ebenlendr <ebik@ucw.cz>
|
|
Tsuneyoshi Yasuo <tuneyoshi@naic.co.jp>
|
|
Vesa Jaaskelainen <chaac@nic.fi>
|
|
Vincent Guffens <guffens@inma.ucl.ac.be>
|
|
Vincent Pelletier <subdino2004@yahoo.fr>
|
|
Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
|
Also, we thank the projects GNU Automake and LZO. Some code
|
|
was stolen from them.
|
|
|
|
This project was supported by Information-technology Promotion Agency,
|
|
Japan.
|