From: Jason Molenda Date: Tue, 5 Jan 1999 01:42:38 +0000 (+0000) Subject: 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com) X-Git-Tag: gdb-4_18~386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d951f9e4f9613c4bf3cf5e4b5d174fb98b84674a;p=external%2Fbinutils.git 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com) * configure.in: Fix whitespace indentation for --help. * configure: Regenerated. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a0bc41b..ce5fe03 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com) + + * configure.in: Fix whitespace indentation for --help. + * configure: Regenerated. + 1999-01-04 Manuel Bouyer * main.c: Add --write command line option, document -w. 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 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 ;;