~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_warnings.m4

  • Committer: Monty Taylor
  • Date: 2011-02-15 03:57:13 UTC
  • mfrom: (2168.1.7 build)
  • Revision ID: mordred@inaugust.com-20110215035713-w41jt6izr5r8e8lq
Merge Haildb fixes from Stewart and various small build cleanups from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
 
77
77
         
78
 
    AS_IF([test "$ac_cv_warnings_as_errors" = "yes"],
79
 
          [W_FAIL="-Werror"])
 
78
    AS_IF([test "$ac_cv_warnings_as_errors" = "yes"],[
 
79
      W_FAIL="-Werror"
 
80
      SPHINX_WARNINGS="-W"
 
81
      INTLTOOL_WARNINGS="yes"
 
82
    ])
80
83
 
81
84
    AC_CACHE_CHECK([whether it is safe to use -fdiagnostics-show-option],
82
85
      [ac_cv_safe_to_use_fdiagnostics_show_option_],
438
441
  AC_SUBST(PERMISSIVE_C_WARNINGS)
439
442
  AC_SUBST(NO_WERROR)
440
443
  AC_SUBST([GCOV_LIBS])
 
444
  AC_SUBST([SPHINX_WARNINGS])
 
445
  AC_SUBST([INTLTOOL_WARNINGS])
441
446
 
442
447
])