]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2006-05-09 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Tue, 9 May 2006 00:05:49 +0000 (00:05 +0000)
committerokuji <okuji@localhost>
Tue, 9 May 2006 00:05:49 +0000 (00:05 +0000)
        * configure.ac (--with-platform): Properly quote the square
        brackets.

ChangeLog
configure
configure.ac

index d13e1edfc636ec13ed8a7e109f953dc711f00b40..26e4006d1f1dd0dbcf60b2c422b7fc5608db5086 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
index f4f51d8cf0ac4ed0abe38f6a38f43cb92bf074d7..2575c175cb92a5a4be1d5bfb3d03479a333672b9 100644 (file)
--- 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
index f3fe968b1e74c65362371576a92ffa919db77a31..6982931c0ce3d888aa43d685b7696d892df4085b 100644 (file)
@@ -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