2004-05-08 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gprof / configure.in
index a8bde472daf8d16556055c43a454945f1a3c2cf7..01464f3ecc523b643110e4e81ee1d1c3fc3dcb5d 100644 (file)
@@ -23,13 +23,15 @@ AC_PROG_INSTALL
 
 AC_CHECK_FUNCS(setmode)
 
-ALL_LINGUAS=
+ALL_LINGUAS="fr tr sv es id da pt_BR de"
 CY_GNU_GETTEXT
 
 AM_MAINTAINER_MODE
 AC_EXEEXT
 
-build_warnings="-W -Wall"
+AC_CHECK_HEADERS(sys/gmon_out.h)
+
+build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
 AC_ARG_ENABLE(build-warnings,
 [  --enable-build-warnings Enable build-time compiler warnings if gcc is used],
 [case "${enableval}" in
This page took 0.023221 seconds and 4 git commands to generate.