* configure.ac: Add quotes to not lose brackets in help text.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 21 Apr 2009 21:01:07 +0000 (21:01 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 21 Apr 2009 21:01:07 +0000 (21:01 +0000)
* configure: Rebuild.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index fa32d7067a4bffd342f7883292cf6e219c66efcd..35c601e33dc066239afbb98eb6adbd867f67cba8 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Add quotes to not lose brackets in help text.
+       * configure: Rebuild.
+
 2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
 
        * configure.ac: Don't postprocess Makefile in config.status.
index 7d5777f0b9c3bc5d00ddc15437ef6620ccb99800..d7097272f4600ab1f5ed0f82e111b0a9c72bb077 100755 (executable)
@@ -886,7 +886,7 @@ Optional Packages:
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-separate-debug-dir=PATH
                           look for global separate debug info in this path
-                          LIBDIR/debug
+                          [LIBDIR/debug]
   --with-relocated-sources=PATH
                           automatically relocate this path for source files
   --with-libunwind        use libunwind frame unwinding support
index 01b5a81f9f319d58431667d6a7220ffdac151c05..aff1b843d230a9d15da2cc8a8bb59250b5b92f23 100644 (file)
@@ -95,7 +95,7 @@ AM_INIT_AUTOMAKE(gdb, UNUSED-VERSION, [no-define])
 debugdir=${libdir}/debug
         
 AC_ARG_WITH(separate-debug-dir,
-AC_HELP_STRING([--with-separate-debug-dir=PATH], [look for global separate debug info in this path [LIBDIR/debug]]),
+[AC_HELP_STRING([--with-separate-debug-dir=PATH], [look for global separate debug info in this path [LIBDIR/debug]])],
 [debugdir="${withval}"])
        
 AC_DEFINE_DIR(DEBUGDIR, debugdir,
This page took 0.03576 seconds and 4 git commands to generate.