rest25/distutils/configfile.rst => rest262/distutils/configfile.rst
58   Options for 'build_ext' command:
59     --build-lib (-b)     directory for compiled extension modules
60     --build-temp (-t)    directory for temporary files (build by-products)
61     --inplace (-i)       ignore build-lib and put compiled extensions into the
62                          source directory alongside your pure Python modules
63     --include-dirs (-I)  list of directories to search for header files
64     --define (-D)        C preprocessor macros to define
65     --undef (-U)         C preprocessor macros to undefine
n66+     --swig-opts          list of SWIG command line options
66   [...]
67
68Note that an option spelled :option:`--foo-bar` on the command-line  is spelled
69:option:`foo_bar` in configuration files.
70
71For example, say you want your extensions to be built "in-place"---that is, you
72have an extension :mod:`pkg.ext`, and you want the compiled extension file
73(:file:`ext.so` on Unix, say) to be put in the same source directory as your
112               examples/
113
114Note that the :option:`doc_files` option is simply a whitespace-separated string
115split across multiple lines for readability.
116
117
118.. seealso::
119
t120-   `Installing Python Modules <../inst/config-syntax.html>`_
t121+   :ref:`inst-config-syntax` in "Installing Python Modules"
121      More information on the configuration files is available in the manual for
122      system administrators.
123
124
125.. rubric:: Footnotes
126
127.. [#] This ideal probably won't be achieved until auto-configuration is fully
128   supported by the Distutils.
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op