2006-04-07 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / configure.in
index 3449a7dac76bfa7f5ecc909009798452edaf0fad..fe69a51c92592bc92c824dc8ab5c73e24a1d39a2 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')
            ;;
@@ -321,7 +321,7 @@ changequote([,])dnl
        fi
        ;;
 
-      ms1)
+      mt)
         using_cgen=yes
        ;;
 
@@ -335,6 +335,10 @@ changequote([,])dnl
        using_cgen=yes
        ;;
 
+      xc16x)
+       using_cgen=yes
+       ;;
+
       xtensa)
        echo ${extra_objects} | grep -s "xtensa-relax.o"
        if test $? -ne 0 ; then
@@ -663,6 +667,13 @@ GAS_CHECK_DECL_NEEDED(malloc, f, char *(*f)(), $gas_test_headers)
 GAS_CHECK_DECL_NEEDED(sbrk, f, char *(*f)(), $gas_test_headers)
 GAS_CHECK_DECL_NEEDED(strstr, f, char *(*f)(), $gas_test_headers)
 
+AC_CHECK_DECLS([vsnprintf])
+
+dnl Required for html and install-html targets.
+AC_SUBST(datarootdir)
+AC_SUBST(docdir)
+AC_SUBST(htmldir)
+
 dnl This must come last.
 
 dnl We used to make symlinks to files in the source directory, but now
This page took 0.02328 seconds and 4 git commands to generate.