2006-05-09 Yoshinori K. Okuji <okuji@enbug.org>
* configure.ac (--with-platform): Properly quote the square brackets.
This commit is contained in:
parent
5f0413bd2a
commit
83b984def6
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-09 Yoshinori K. Okuji <okuji@enbug.org>
|
||||||
|
|
||||||
|
* configure.ac (--with-platform): Properly quote the square
|
||||||
|
brackets.
|
||||||
|
|
||||||
2006-05-08 Marco Gerards <marco@gnu.org>
|
2006-05-08 Marco Gerards <marco@gnu.org>
|
||||||
|
|
||||||
* conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
|
* conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -855,7 +855,7 @@ Optional Packages:
|
||||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
||||||
--with-platform=PLATFORM
|
--with-platform=PLATFORM
|
||||||
select the host platform guessed
|
select the host platform [guessed]
|
||||||
|
|
||||||
Some influential environment variables:
|
Some influential environment variables:
|
||||||
CC C compiler command
|
CC C compiler command
|
||||||
|
|
|
@ -32,7 +32,7 @@ esac
|
||||||
# Specify the platform (such as firmware).
|
# Specify the platform (such as firmware).
|
||||||
AC_ARG_WITH([platform],
|
AC_ARG_WITH([platform],
|
||||||
AS_HELP_STRING([--with-platform=PLATFORM],
|
AS_HELP_STRING([--with-platform=PLATFORM],
|
||||||
[select the host platform [guessed]]))
|
[select the host platform [[guessed]]]))
|
||||||
|
|
||||||
# Guess the platform if not specified.
|
# Guess the platform if not specified.
|
||||||
if test "x$with_platform" = x; then
|
if test "x$with_platform" = x; then
|
||||||
|
|
Loading…
Reference in a new issue