Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #264197

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Fri 10 Apr 2026 23:19:41
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 8a3991e05016cef4f6765967192ffc20ac88e48a

Comments

configure: tidy up comments
- convert `#` comments to `dnl`, except copyright headers, and inline
  comments in `curl-complilers.m4`.
- drop empty comments.
- drop line-ending `dnl` markers. (except `zz40-xc-ovr.m4` where it's
  used to produce a comment in `configure`.)
- replace `dnl` line with C comment in `AC_CHECK_HEADERS()`.

Verified to produce the same `configure` script except empty lines,
`#` comments, and C comments, with autoreconf 2.72.

Cherry-picked from #21000

Closes #21246

Changed files