[Zope-Checkins] CVS: Zope - configure:1.13
Chris McDonough
chrism@zope.com
Tue, 24 Jun 2003 18:36:05 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv11304
Modified Files:
configure
Log Message:
Add a --no-compile option to prevent bytecode compilation (for binary packagers who don't want to ship compiled bytecode).
=== Zope/configure 1.12 => 1.13 ===
--- Zope/configure:1.12 Tue Jun 24 16:22:39 2003
+++ Zope/configure Tue Jun 24 18:35:34 2003
@@ -53,6 +53,7 @@
echo " --ignore-largefile ignore large file support warnings"
echo " --ignore-zlib ignore warnings about zlib"
echo " --optimize optimize compiled Python bytecode"
+ echo " --no-compile Dont compile 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."