* configure.in: Fix help string for --enable-targets option.
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 30 Mar 2006 13:35:17 +0000 (13:35 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 30 Mar 2006 13:35:17 +0000 (13:35 +0000)
* configure: Regenerate.

gas/ChangeLog
gas/configure
gas/configure.in

index 8541257..0ae569d 100644 (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 ...
index c97e02b..1a2298f 100755 (executable)
@@ -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
index f7a75cd..3ced026 100644 (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')
            ;;