devnotes.rst: Remove hardcoded Python version
authorMichael Hanselmann <hansmi@google.com>
Fri, 15 Oct 2010 14:19:08 +0000 (16:19 +0200)
committerMichael Hanselmann <hansmi@google.com>
Fri, 15 Oct 2010 14:24:41 +0000 (16:24 +0200)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

doc/devnotes.rst

index 0aa9898..898d03a 100644 (file)
@@ -29,8 +29,7 @@ Run the following command (only use ``PYTHON=...`` if you need to use a
 different python version)::
 
   ./autogen.sh && \
-  ./configure PYTHON=python2.4 \
-    --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
 
 
 Packaging notes