summaryrefslogtreecommitdiff
path: root/docs/RELEASE-HOWTO
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2010-05-07 09:53:03 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-07 10:07:23 +0200
commitccc53b9a45f35af358d1387a6db14838d6977fd4 (patch)
tree3e791400d49f4f2aadece5412ab67d3ef5ef88f7 /docs/RELEASE-HOWTO
parent3781b2447610601d778ef44489341712af58cf54 (diff)
downloadgtk+-ccc53b9a45f35af358d1387a6db14838d6977fd4.tar.gz
Rename configure.in to configure.ac
In the autoconf manual the recomended name for the autoconf input file is configure.ac and not configure.in. Follow this recomendation. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=598768
Diffstat (limited to 'docs/RELEASE-HOWTO')
-rw-r--r--docs/RELEASE-HOWTO6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/RELEASE-HOWTO b/docs/RELEASE-HOWTO
index f19e56828e..8aeb7b3ebd 100644
--- a/docs/RELEASE-HOWTO
+++ b/docs/RELEASE-HOWTO
@@ -29,9 +29,9 @@ Make sure that gtk-doc is the latest released version.
3) In particular, if this is a major, stable, release, verify that
README.in contains the relevant release notes and that the
required versions of dependencies in INSTALL.in are in sync
- with configure.in.
+ with configure.ac.
- 4) Verify that the version in configure.in has been bumped after the last
+ 4) Verify that the version in configure.ac has been bumped after the last
release. (Note that this is critical, a slip-up here will cause the
soname to change).
@@ -78,7 +78,7 @@ Make sure that gtk-doc is the latest released version.
git push origin refs/tags/2.12.10
-13) Bump the version number in configure.in and commit and push this change
+13) Bump the version number in configure.ac and commit and push this change
14) Upload the tarball to master.gnome.org and run install-module to transfer
it to download.gnome.org. If you don't have an account on master.gnome.org,