Commit d7b81c1ed1405fdef10ee7e83c8aa2f6fb50756e

Alexandre Duret-Lutz 2004-08-08T20:14:34

* lib/Automake/DisjConditions.pm (new): Precompute 'string' and 'conds' in place instead of as a side-effect of calling ->string and ->conds. This saves method-lookup time, simplify ->string and ->conds, and allows to create the object only when necessary. (string, conds): Simplify, now that the result is precomputed.