*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / configure.in
index 990b0605c9bade72c2cf288bed1efe3bf5b3368d..10afc5374411dd1ee699517e9fa5d9fba3088213 100644 (file)
@@ -46,7 +46,7 @@ AC_GNU_SOURCE
 AC_PROG_YACC
 AM_PROG_LEX
 
-ALL_LINGUAS="fr tr ja es sv da zh_CN ru ro rw zh_TW fi"
+ALL_LINGUAS="fr tr ja es sv da zh_CN ru ro rw zh_TW fi vi"
 CY_GNU_GETTEXT
 
 AM_MAINTAINER_MODE
@@ -172,7 +172,8 @@ if test $bu_cv_header_utime_h = yes; then
   AC_DEFINE(HAVE_GOOD_UTIME_H, 1, [Does <utime.h> define struct utimbuf?])
 fi
 
-AC_CHECK_DECLS([fprintf, stpcpy, strstr, sbrk, getenv, environ, getc_unlocked])
+AC_CHECK_DECLS([fprintf, stpcpy, strstr, sbrk, getenv, environ, getc_unlocked,
+               snprintf, vsnprintf])
 
 BFD_BINARY_FOPEN
 
@@ -345,6 +346,11 @@ done
 AC_SUBST(EMULATION)
 AC_SUBST(EMULATION_VECTOR)
 
+# Required for html and install-html
+AC_SUBST(datarootdir)
+AC_SUBST(docdir)
+AC_SUBST(htmldir)
+
 AC_OUTPUT(Makefile doc/Makefile po/Makefile.in:po/Make-in,
 [
 case "x$CONFIG_FILES" in
This page took 0.023056 seconds and 4 git commands to generate.