From 83b984def6b48bf1d08c9406a0bd74db4c7101d9 Mon Sep 17 00:00:00 2001 From: okuji Date: Tue, 9 May 2006 00:05:49 +0000 Subject: [PATCH] 2006-05-09 Yoshinori K. Okuji * configure.ac (--with-platform): Properly quote the square brackets. --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d13e1edfc..26e4006d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-09 Yoshinori K. Okuji + + * configure.ac (--with-platform): Properly quote the square + brackets. + 2006-05-08 Marco Gerards * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from diff --git a/configure b/configure index f4f51d8cf..2575c175c 100644 --- a/configure +++ b/configure @@ -855,7 +855,7 @@ Optional Packages: --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 diff --git a/configure.ac b/configure.ac index f3fe968b1..6982931c0 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ esac # 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