Skip to content

Commit

Permalink
Docs for new Autotools argument (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasote committed Sep 2, 2021
1 parent 6303f06 commit 8477539
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reference/conanfile/tools/gnu/autotools.rst
Expand Up @@ -41,10 +41,14 @@ configure()

.. code-block:: python
def configure(self)
def configure(self, build_script_folder=None)
Call the configure script.

Parameters:
- **build_script_folder** (Optional, Defaulted to ``None``): Subfolder where the configure script is located.
If ``None``, ``conanfile.source_folder`` will be used.


make()
++++++
Expand Down

0 comments on commit 8477539

Please sign in to comment.