~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_warnings.m4

  • Committer: Monty Taylor
  • Date: 2011-02-14 20:32:29 UTC
  • mto: (2168.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2169.
  • Revision ID: mordred@inaugust.com-20110214203229-vpjp2e7y021i0nyc
Let's not vomit on tarball builds on missing po mentions.

Show diffs side-by-side

added added

removed removed

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