diff options
author | Alan Modra <amodra@gmail.com> | 2006-04-19 02:06:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-04-19 02:06:15 +0000 |
commit | 241a6c40c89a1da8e46bbb9119b852ed0be20009 (patch) | |
tree | 4265a8cae16889a6cddbf46b6e16c289572b5476 /gas/configure.in | |
parent | a481dbb719c8f6c07d1910ea633ca467cf51a857 (diff) | |
download | gdb-241a6c40c89a1da8e46bbb9119b852ed0be20009.zip gdb-241a6c40c89a1da8e46bbb9119b852ed0be20009.tar.gz gdb-241a6c40c89a1da8e46bbb9119b852ed0be20009.tar.bz2 |
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 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index fe69a51..d0013fe 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -23,7 +23,7 @@ AM_INIT_AUTOMAKE(gas, ${BFD_VERSION}) AM_PROG_LIBTOOL AC_ARG_ENABLE(targets, -[ --enable-targets alternative target configurations besides the primary], +[ --enable-targets alternative target configurations besides the primary], [case "${enableval}" in yes | "") AC_ERROR(enable-targets option must specify target names or 'all') ;; |