Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
0e3893f2
Commit
0e3893f2
authored
May 02, 2013
by
Tiago Peixoto
Browse files
Fix help for --with-python-module-path option in configure script
parent
7a49155d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
0e3893f2
...
@@ -199,7 +199,7 @@ AC_PYTHON_DEVEL([== '${PYTHON_FULL_VERSION}'])
...
@@ -199,7 +199,7 @@ AC_PYTHON_DEVEL([== '${PYTHON_FULL_VERSION}'])
# default directory for submodules
# default directory for submodules
[MOD_DIR="${PYTHON_SITE_PKG}"]
[MOD_DIR="${PYTHON_SITE_PKG}"]
AC_ARG_WITH([python-module-path], [AS_HELP_STRING([--python-module-path=DIR],
AC_ARG_WITH([python-module-path], [AS_HELP_STRING([--
with-
python-module-path=DIR],
[directory where python module will be installed
[directory where python module will be installed
[default=auto-detected] ])],
[default=auto-detected] ])],
MOD_DIR=$withval)
MOD_DIR=$withval)
...
...
Write
Preview
Supports
Markdown
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