summaryrefslogtreecommitdiff
path: root/bfd/warning.m4
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-04-19 02:06:15 +0000
committerAlan Modra <amodra@bigpond.net.au>2006-04-19 02:06:15 +0000
commit48e556e2bb5fb3681dd0189606a94c404bb48044 (patch)
tree019f608ec942abf629b35f7795905d8b868b1de5 /bfd/warning.m4
parent2e51007809ec779d5daaaa5393b359a6c44ce77b (diff)
downloadbinutils-redhat-48e556e2bb5fb3681dd0189606a94c404bb48044.tar.gz
bfd/
* warning.m4 (--enable-werror, -build-warnings): Format help messages. * configure: Regenerate. binutils/ * configure: Regenerate. gas/ * configure.in (--enable-targets): Indent help message. * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * configure: Regenerate. opcodes/ * configure: Regenerate.
Diffstat (limited to 'bfd/warning.m4')
-rw-r--r--bfd/warning.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/warning.m4 b/bfd/warning.m4
index 2e2dd424c0..b366cadeb2 100644
--- a/bfd/warning.m4
+++ b/bfd/warning.m4
@@ -4,7 +4,7 @@ AC_DEFUN([AM_BINUTILS_WARNINGS],[
GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
AC_ARG_ENABLE(werror,
- [ --enable-werror treat compile warnings as errors],
+ [ --enable-werror treat compile warnings as errors],
[case "${enableval}" in
yes | y) ERROR_ON_WARNING="yes" ;;
no | n) ERROR_ON_WARNING="no" ;;
@@ -27,7 +27,7 @@ if test "${GCC}" = yes ; then
fi
AC_ARG_ENABLE(build-warnings,
-[ --enable-build-warnings Enable build-time compiler warnings],
+[ --enable-build-warnings enable build-time compiler warnings],
[case "${enableval}" in
yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
no) if test "${GCC}" = yes ; then