]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove reference to configure in CONTRIBUTING.md
authorAndoni Duarte Pintado <andoni@isc.org>
Mon, 30 Jun 2025 10:19:20 +0000 (12:19 +0200)
committerAndoni Duarte <andoni@isc.org>
Wed, 2 Jul 2025 08:50:34 +0000 (08:50 +0000)
The Meson build system does not use `configure`, so the comment no
longer applies when submitting patches.

CONTRIBUTING.md

index 8a8609051e17e69b52dd3044fb3c47272a14c3cb..19b34cf19c301ee7cdccdc76bc3893cf40f3ba1c 100644 (file)
@@ -154,17 +154,6 @@ To ensure your patch is acted on as promptly as possible, please:
   library API, include unit tests. See [Testing](doc/dev/dev.md#testing)
   for more information.
 
-##### Changes to `configure`
-
-If you need to make changes to `configure`, you should not edit it
-directly; instead, edit `configure.ac`, then run `autoconf`.  Similarly,
-instead of editing `config.h.in` directly, edit `configure.ac` and run
-`autoheader`.
-
-When submitting a patch as a diff, it's fine to omit the `configure`
-diffs to save space.  Just send the `configure.ac` diffs and we'll
-generate the new `configure` during the review process.
-
 ##### Documentation
 
 All functional changes should be documented. There are three types