aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-01-05 01:42:38 +0000
committerJason Molenda <jmolenda@apple.com>1999-01-05 01:42:38 +0000
commitd951f9e4f9613c4bf3cf5e4b5d174fb98b84674a (patch)
tree73fb2eed1be5171783b4880ed7d361cc0c8e330f /gdb/configure.in
parentd7f71863da468b0d1fc9ace86a21b8716f13d9cf (diff)
downloadgdb-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.in')
-rw-r--r--gdb/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index c131762..96c2e3c 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -297,7 +297,7 @@ dnl Handle optional features that can be enabled.
ENABLE_CFLAGS=
AC_ARG_ENABLE(netrom,
-[ --enable-netrom ],
+[ --enable-netrom Enable NetROM support],
[case "${enableval}" in
yes) enable_netrom=yes ;;
no) enable_netrom=no ;;
@@ -310,7 +310,7 @@ if test "${enable_netrom}" = "yes"; then
fi
AC_ARG_ENABLE(build-warnings,
-[ --enable-build-warnings Enable build-time compiler warnings if gcc is used],
+[ --enable-build-warnings Enable build-time compiler warnings if gcc is used],
[build_warnings="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations"
case "${enableval}" in
yes) ;;
@@ -356,7 +356,7 @@ fi
# significant backward compatibility.
AC_ARG_ENABLE(carp,
-[ --enable-carp Configure alternative readaptive paradigm ],
+[ --enable-carp Configure alternative readaptive paradigm ],
[case "${enableval}" in
yes) enable_carp=yes ;;
no) enable_carp=no ;;