Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
c759c5c8
Commit
c759c5c8
authored
Jun 21, 2003
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document --optimize flag.
parent
6507ed85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
configure
configure
+4
-2
No files found.
configure
View file @
c759c5c8
#!/bin/sh
# Zope configure script
# $Id: configure,v 1.1
0 2003/06/20 01:12:11
chrism Exp $
# $Revision: 1.1
0
$
# $Id: configure,v 1.1
1 2003/06/21 13:46:38
chrism Exp $
# $Revision: 1.1
1
$
#####################################################################
# BEGIN EDITABLE PARAMETERS #
...
...
@@ -40,6 +40,7 @@ usage()
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 @@ usage()
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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment