[Xcb-commit] ReleasingXcb.mdwn

Jamey Sharp jamey at freedesktop.org
Sat Nov 24 15:32:52 PST 2007


 ReleasingXcb.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 885cd3832e9522873316261c6e20d684ef3f7b6c
Author: Jamey Sharp <jamey at minilop.net>
Date:   Sat Nov 24 15:39:34 2007 -0800

    Release process: use autoreconf -f so config.{sub,guess} are updated.

diff --git a/ReleasingXcb.mdwn b/ReleasingXcb.mdwn
index ac6e179..805b1b8 100644
--- a/ReleasingXcb.mdwn
+++ b/ReleasingXcb.mdwn
@@ -12,7 +12,7 @@
 
 5\. Commit changed README, NEWS, and configure.ac ("Release &lt;name&gt; &lt;version&gt;")
 
-6\. autoreconf -vi &amp;&amp; ./configure &amp;&amp; make distcheck
+6\. autoreconf -vfi &amp;&amp; ./configure &amp;&amp; make distcheck
 
 7\. Tag the repository (git-tag -s -m "Release &lt;name&gt; &lt;version&gt;" &lt;version&gt;)
 


More information about the xcb-commit mailing list