Skip to content

Commit d618fce

Browse files
committed
fixup! Add instructions on running autoreconf with pkg-config
1 parent ede2dfb commit d618fce

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"restructuredtext.confPath": "${workspaceFolder}/Doc"
3+
}

setup.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ appropriate.
448448

449449
Python's ``configure.ac`` script typically requires a specific version of
450450
Autoconf. At the moment, this reads: ``AC_PREREQ(2.69)``. It also requires
451-
to have the ``pkg-config`` utility installed in the system and the ``pkg.m4``
452-
macro file located in the approapiate ``alocal`` location. You can easily check
453-
if this is correctly configured by running:
451+
to have the ``autoconf-archive`` and ``pkg-config`` utilities installed in
452+
the system and the ``pkg.m4`` macro file located in the approapiate ``alocal``
453+
location. You can easily check if this is correctly configured by running:
454454

455455
.. code-block:: bash
456456

0 commit comments

Comments
 (0)