* configure.in: Fix help string for --enable-targets option.

* configure: Regenerate.
This commit is contained in:
Andreas Schwab 2006-03-30 13:35:17 +00:00
parent b761a20733
commit 9dfde49d60
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-03-30 Andreas Schwab <schwab@suse.de>
* configure.in: Fix help string for --enable-targets option.
* configure: Regenerate.
2006-03-28 Nathan Sidwell <nathan@codesourcery.com>
* gas/config/tc-m68k.c (find_cf_chip): Merge into ...

2
gas/configure vendored
View File

@ -856,7 +856,7 @@ Optional Features:
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
targets alternative target configurations besides the primary
--enable-targets alternative target configurations besides the primary
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
--enable-werror treat compile warnings as errors
--enable-build-warnings Enable build-time compiler warnings

View File

@ -23,7 +23,7 @@ AM_INIT_AUTOMAKE(gas, ${BFD_VERSION})
AM_PROG_LIBTOOL
AC_ARG_ENABLE(targets,
[ 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')
;;