]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Rename configure.in to configure.ac
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 24 Feb 2011 15:43:24 +0000 (15:43 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 24 Feb 2011 15:43:24 +0000 (15:43 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245

HACKING
configure.ac [moved from configure.in with 100% similarity]

diff --git a/HACKING b/HACKING
index 4a561f2bda54a5e007f67f084493291cd4c1f699..7a5a792c71b8573fe623020b00ce8c897e624dee 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -172,14 +172,14 @@ To make a release of D-Bus, do the following:
    then simply created an unsigned annotated tag:
    "git tag -a -m 'Released X.Y.Z' dbus-X.Y.Z".
 
- - bump the version number up in configure.in (so the micro version is odd),
+ - bump the version number up in configure.ac (so the micro version is odd),
    and commit it.  Make sure you do this *after* tagging the previous
    release! The idea is that git has a newer version number
    than anything released.
 
  - merge the branch you've released to the chronologically-later
    branch (usually "master"). You'll probably have to fix a merge
-   conflict in configure.in (the version number).
+   conflict in configure.ac (the version number).
 
  - push your changes and the tag to the central repository with
      git push origin master dbus-X.Y dbus-X.Y.Z
similarity index 100%
rename from configure.in
rename to configure.ac