]> git.ipfire.org Git - thirdparty/automake.git/commit
Rename more files to accomodate 8+3 file systems, and adjust the
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 19 Jan 2003 23:01:03 +0000 (23:01 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 19 Jan 2003 23:01:03 +0000 (23:01 +0000)
commit29af0999aee3c857a5f7602656e11ebd7cdee610
treed150f4dbee360030692ef600d3c3abff0acefa1d
parent7b01f9e978fd1823e98120059dc98497e3c80242
Rename more files to accomodate 8+3 file systems, and adjust the
vocabulary at the same time: AM_CONDITIONAL defines "conditionals",
and we call "condition" a conjunction of "conditionals".
* lib/am/Conditional.pm: Rename to lib/am/Condition.pm.
* lib/am/tests/Conditional.pl: Rename to lib/am/tests/Condition.pl.
* lib/am/ConditionalSet.pm: Rename to lib/am/DisjConditions.pm.
* lib/am/tests/ConditionalSet.pl: Rename to
lib/am/tests/DisjConditions.pl
* lib/am/Conditional.pm (condition_negate): Rename to ...
* lib/am/Condition.pm (conditional_negate): ... this.
* automake.in: Adjust references to Condition and DisjConditions.
(check_ambiguous_conditional, conditional_ambiguous_p): Rename to ...
(check_ambiguous_condition, condition_ambiguous_p): ... these.
ChangeLog
automake.in
lib/Automake/Condition.pm [moved from lib/Automake/Conditional.pm with 72% similarity]
lib/Automake/DisjConditions.pm [moved from lib/Automake/ConditionalSet.pm with 65% similarity]
lib/Automake/Makefile.am
lib/Automake/Makefile.in
lib/Automake/tests/Condition.pl [moved from lib/Automake/tests/Conditional.pl with 88% similarity]
lib/Automake/tests/DisjConditions.pl [moved from lib/Automake/tests/ConditionalSet.pl with 94% similarity]
lib/Automake/tests/Makefile.am
lib/Automake/tests/Makefile.in