[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 <name> <version>")
-6\. autoreconf -vi && ./configure && make distcheck
+6\. autoreconf -vfi && ./configure && make distcheck
7\. Tag the repository (git-tag -s -m "Release <name> <version>" <version>)
More information about the xcb-commit
mailing list