diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-21 21:01:07 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-21 21:01:07 +0000 |
commit | 62e4f60cdb325ead1609bc7d609d2499b0cd87af (patch) | |
tree | c1b54da48df10ebf2f74b50e5aae3a8657676a56 /gdb | |
parent | 82cd387f601a3c63f0be9f1ac8f96346c4c29415 (diff) | |
download | gdb-62e4f60cdb325ead1609bc7d609d2499b0cd87af.zip gdb-62e4f60cdb325ead1609bc7d609d2499b0cd87af.tar.gz gdb-62e4f60cdb325ead1609bc7d609d2499b0cd87af.tar.bz2 |
* configure.ac: Add quotes to not lose brackets in help text.
* configure: Rebuild.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rwxr-xr-x | gdb/configure | 2 | ||||
-rw-r--r-- | gdb/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa32d70..35c601e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 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. Substitute GDB_NM_FILE. Don't substitute nm_h. * Makefile.in (GDB_NM_FILE): Substitute. diff --git a/gdb/configure b/gdb/configure index 7d5777f..d709727 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 diff --git a/gdb/configure.ac b/gdb/configure.ac index 01b5a81..aff1b84 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -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, |