* ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
[deliverable/binutils-gdb.git] / gprof / configure.in
index 904e05195427550a02f1370d4dc9c06f150ee7ff..142f4cd1b6d848987554b6c0d1bbff4813f522ab 100644 (file)
@@ -20,13 +20,14 @@ AC_CONFIG_HEADERS([gconfig.h:gconfig.in])
 AC_PROG_CC
 AC_GNU_SOURCE
 AC_USE_SYSTEM_EXTENSIONS
+ACX_LARGEFILE
 AC_PROG_INSTALL
 
 LT_INIT
 
 AC_CHECK_FUNCS(setmode)
 
-ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms fi nl"
+ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms fi nl bg"
 ZW_GNU_GETTEXT_SISTER_DIR
 AM_PO_SUBDIRS
 
@@ -51,10 +52,11 @@ AC_SEARCH_LIBS(fabs, m)
 
 AM_BINUTILS_WARNINGS
 
-dnl Required by html and install-html
+dnl Required by html, pdf, install-pdf and install-html
 AC_SUBST(datarootdir)
 AC_SUBST(docdir)
 AC_SUBST(htmldir)
+AC_SUBST(pdfdir)
 
 AC_CONFIG_FILES([Makefile po/Makefile.in:po/Make-in])
 AC_OUTPUT
This page took 0.023737 seconds and 4 git commands to generate.