Commit 0269583
committed
docs: add TODO comment for autoconf compatibility workaround
The branding detection mechanism implemented to fix issue #8880
is only needed for autoconf < 2.72. Modern distributions (Ubuntu 25.10+)
ship with autoconf >= 2.72, which always uses mkdir -p regardless of
branding, making this workaround potentially unnecessary.
Added clear documentation:
- TODO(#8880) comment explaining when this code could be removed
- Detailed function documentation for should_emit_gnu_brand()
- Decision point for maintainers to consider removal if supporting
only modern autoconf versions
This allows future maintainers to easily identify and remove the
workaround if the project decides not to support autoconf < 2.72.1 parent 0dc8a65 commit 0269583
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
237 | 252 | | |
238 | 253 | | |
239 | 254 | | |
| |||
318 | 333 | | |
319 | 334 | | |
320 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
321 | 347 | | |
322 | 348 | | |
323 | 349 | | |
| |||
0 commit comments