]> sourceware.org Git - automake.git/commit
Made `+=' more robust. Fixes pluseq6.test and pluseq7.test.
authorTom Tromey <tromey@redhat.com>
Sun, 21 Mar 1999 23:27:58 +0000 (23:27 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 21 Mar 1999 23:27:58 +0000 (23:27 +0000)
commitffafd42e5c144c4d25baf70fad796cf1efb1228d
tree547be0fedf5616a1f638dd0ffed7b306d6d2c490
parent9a9b0142b23b1fdc0180fc110c9d5d38f9c619ae
Made `+=' more robust.  Fixes pluseq6.test and pluseq7.test.
* automake.in (define_standard_variables): New sub.
(read_main_am_file): Use two passes to scan standard variables.
(read_am_file): Don't special-case configure variables with `+='.
(initialize_per_input): Initialize %var_was_plus_eq.
(read_am_file): Set var_was_plus_eq element correctly.
(define_variable): Give error if variable assigned with `+=' is
internally defined.
(initialize_per_input): Initialize %am_var_defs.
(file_contents_with_transform): Set element in %am_var_defs.
(read_am_file): Use %am_var_defs.
ChangeLog
TODO
automake.in
This page took 0.031391 seconds and 5 git commands to generate.