~ubuntu-branches/debian/jessie/automake1.10/jessie

« back to all changes in this revision

Viewing changes to lib/Automake/Condition.pm

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2008-02-09 21:43:37 UTC
  • mfrom: (2.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080209214337-rkh2xt99uul53joq
Tags: 1:1.10.1-3
debian/automake.postinst: Bump up the priority to 28 so that it wins
the priority war. This should have happened after etch was
released. (Closes: #464883)

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
the form C<"NAME_FALSE"> or C<"NAME_TRUE"> where C<NAME> can be
145
145
anything (in practice C<NAME> should be the name of a conditional
146
146
declared in F<configure.ac> with C<AM_CONDITIONAL>, but it's not
147
 
C<Automake::Condition>'s responsability to ensure this).
 
147
C<Automake::Condition>'s responsibility to ensure this).
148
148
 
149
149
An empty C<@conds> means C<"TRUE">.
150
150
 
151
151
As explained previously, the reference (object) returned is unique
152
152
with respect to C<@conds>.  For this purpose, duplicate elements are
153
 
ignored, and C<@conds> is rewriten as C<("FALSE")> if it contains
 
153
ignored, and C<@conds> is rewritten as C<("FALSE")> if it contains
154
154
C<"FALSE"> or two contradictory conditionals (such as C<"NAME_FALSE">
155
155
and C<"NAME_TRUE">.)
156
156