2002-05-31 Richard Boulton <richard@tartarus.org>
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 31 May 2002 17:46:22 +0000 (17:46 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 31 May 2002 17:46:22 +0000 (17:46 +0000)
commit0375e1931d0129ca48281844deb36c8e9f233916
treeb0ef3709a39d95771b0bb87054e4d76392acda2d
parente0531329dd577b116b58d1363d130d6f4891489c
2002-05-31  Richard Boulton <richard@tartarus.org>

        Fix PR automake/326:
        * automake.in (define_objects_from_sources): Calculate the result in
        all conditions before passing this to subobjname to pick a name to
        store the result in.
        (subobjname): Expect a list of condition/value pairs as input.
        Combine this list and use it as the key to determine the variable name.
        * test/cond22.test: New file.
        * tests/Makefile.am (TESTS): Add cond21.test
ChangeLog
automake.in
tests/Makefile.am
tests/Makefile.in
tests/cond22.test [new file with mode: 0755]