~ubuntu-branches/ubuntu/oneiric/seahorse/oneiric-proposed-201111150713

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-10-18 11:17:42 UTC
  • mfrom: (1.2.66 upstream)
  • Revision ID: james.westby@ubuntu.com-20111018111742-0w9cqu5f6j4ltvgu
Tags: 3.2.1-0ubuntu1
* New upstream release (LP: #877253)
  - updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
461
461
[
462
462
  m4_pattern_allow([AM_V_GEN])
463
463
  AC_ARG_ENABLE(schemas-compile,
464
 
                AC_HELP_STRING([--disable-schemas-compile],
 
464
                AS_HELP_STRING([--disable-schemas-compile],
465
465
                               [Disable regeneration of gschemas.compiled on install]),
466
466
                [case ${enableval} in
467
467
                  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;