-
Enhancement
-
Resolution: Fixed
-
P3
-
15
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293299 | 11.0.18 | Christoph Langer | P3 | Resolved | Fixed | b01 |
The file basics.m4 in make/autoconf is mixing two different concerns:
1) Providing utility/helper functions to the rest of the autoconf files
2) Doing basic or initial setup that does not belong elsewhere.
It should be split into two parts, so these different concerns are clearly separated.
Furthermore, the naming has not followed our standards. The functions are prefixed "BASIC_" but the file is named "basics.m4". I propose to keep the prefix and drop the plural "s" from the file name.
1) Providing utility/helper functions to the rest of the autoconf files
2) Doing basic or initial setup that does not belong elsewhere.
It should be split into two parts, so these different concerns are clearly separated.
Furthermore, the naming has not followed our standards. The functions are prefixed "BASIC_" but the file is named "basics.m4". I propose to keep the prefix and drop the plural "s" from the file name.
- backported by
-
JDK-8293299 Split basics.m4 into basic.m4 and util.m4
- Resolved