summaryrefslogtreecommitdiff
path: root/DEVELOPERS.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPERS.md')
-rw-r--r--DEVELOPERS.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index 5a92da8..8e6f327 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -4,11 +4,9 @@ Developers
Making a release
----------------
-1. Bump the version in `configure.ac`, in `AC_INIT`.
+1. Bump the version within the `AC_INIT` macro call in `configure.ac`.
-2. Update the build system. This depends on GNU autoconf and GNU automake.
-
- ./autogen.sh
+2. Update the build system by running: `./autogen.sh`.
3. Build the packages: