* configure.ac (--with-platform): Properly quote the square
brackets.
+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>
* conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-platform=PLATFORM
- select the host platform guessed
+ select the host platform [guessed]
Some influential environment variables:
CC C compiler command
# Specify the platform (such as firmware).
AC_ARG_WITH([platform],
AS_HELP_STRING([--with-platform=PLATFORM],
- [select the host platform [guessed]]))
+ [select the host platform [[guessed]]]))
# Guess the platform if not specified.
if test "x$with_platform" = x; then