[Zope-Checkins] CVS: Zope/inst - configure.py:1.12
Chris McDonough
chrism at zope.com
Sun Aug 17 19:23:43 EDT 2003
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv6716
Modified Files:
configure.py
Log Message:
Fix getopt declaration.
=== Zope/inst/configure.py 1.11 => 1.12 ===
--- Zope/inst/configure.py:1.11 Sun Aug 17 18:18:57 2003
+++ Zope/inst/configure.py Sun Aug 17 18:23:38 2003
@@ -43,7 +43,7 @@
DISTUTILS_OPTS = ''
try:
longopts = ['help', 'ignore-largefile', 'ignore-zlib',
- '--ignore-pyexpat', 'prefix=',
+ 'ignore-pyexpat', 'prefix=',
'build-base=', 'optimize', 'no-compile', 'quiet']
opts, args = getopt.getopt(sys.argv[1:], 'h', longopts)
except getopt.GetoptError, v:
More information about the Zope-Checkins
mailing list