[Zope-Checkins] CVS: Zope - configure:1.11

Chris McDonough chrism@zope.com
Sat, 21 Jun 2003 09:46:39 -0400


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv3682

Modified Files:
	configure 
Log Message:
Document --optimize flag.


=== Zope/configure 1.10 => 1.11 ===
--- Zope/configure:1.10	Thu Jun 19 21:12:11 2003
+++ Zope/configure	Sat Jun 21 09:46:38 2003
@@ -40,6 +40,7 @@
     echo
     echo "configure [--help] [--quiet] [--with-python=path] [--prefix=path] "
     echo "          [--build-base=path] [--ignore-largefile] [--ignore-zlib]"
+    echo "          [--optimize]"
     echo
     echo " Creates a Makefile suitable for building and installing Zope"
     echo
@@ -51,6 +52,7 @@
     echo "  --build-base        specify a temporary path for build files"
     echo "  --ignore-largefile  ignore large file support warnings"
     echo "  --ignore-zlib       ignore warnings about zlib"
+    echo "  --optimize          optimize compiled Python bytecode"
     echo
     echo " Given no options, configure will search your PATH for a suitable"
     echo " Python interpreter and will use '/opt/Zope-$ZOPE_VERS' as a prefix."