diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-01-05 01:42:38 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-01-05 01:42:38 +0000 |
commit | d951f9e4f9613c4bf3cf5e4b5d174fb98b84674a (patch) | |
tree | 73fb2eed1be5171783b4880ed7d361cc0c8e330f /gdb/configure | |
parent | d7f71863da468b0d1fc9ace86a21b8716f13d9cf (diff) | |
download | gdb-d951f9e4f9613c4bf3cf5e4b5d174fb98b84674a.zip gdb-d951f9e4f9613c4bf3cf5e4b5d174fb98b84674a.tar.gz gdb-d951f9e4f9613c4bf3cf5e4b5d174fb98b84674a.tar.bz2 |
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Fix whitespace indentation for --help.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure index 8d310f8..a41b34a 100755 --- a/gdb/configure +++ b/gdb/configure @@ -16,13 +16,13 @@ ac_help="$ac_help ac_help="$ac_help --with-included-gettext use the GNU gettext library included here" ac_help="$ac_help - --enable-netrom " + --enable-netrom Enable NetROM support" ac_help="$ac_help - --enable-build-warnings Enable build-time compiler warnings if gcc is used" + --enable-build-warnings Enable build-time compiler warnings if gcc is used" ac_help="$ac_help --with-mmalloc Use memory mapped malloc package" ac_help="$ac_help - --enable-carp Configure alternative readaptive paradigm " + --enable-carp Configure alternative readaptive paradigm " ac_help="$ac_help --enable-targets alternative target configurations" ac_help="$ac_help |