diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-10 20:55:16 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-13 14:14:05 +0000 |
commit | c9d396710b872c69840162b9113c57cf2f2b9ba6 (patch) | |
tree | d427cd95e45b7ee884e7382eca2dd5b05abf009c /docs | |
parent | f4f78a59b0e7e2072d2ad5d6dce540d35306ed0c (diff) |
docs: replace autoconf with meson
We no longer have an autoconf build-system to maintain, but we do have a
meson build-system. So let's mention that instead.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index e85126b2db2..4e9ebd83457 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -122,7 +122,7 @@ a casual search for terms such as regression, fix, broken and similar. <p> Maintainer is also responsible for testing in various possible permutations of -the autoconf and scons build. +the meson and scons build. </p> <h2>Cherry-picking and build/check testing</h2> |