merge from gcc
[deliverable/binutils-gdb.git] / gprof / configure.in
index 904e05195427550a02f1370d4dc9c06f150ee7ff..1ee8064b70b75041c240d6b6e01b66bb50d3958e 100644 (file)
@@ -20,6 +20,7 @@ AC_CONFIG_HEADERS([gconfig.h:gconfig.in])
 AC_PROG_CC
 AC_GNU_SOURCE
 AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_PROG_INSTALL
 
 LT_INIT
@@ -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.02318 seconds and 4 git commands to generate.