File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "restructuredtext.confPath" : " ${workspaceFolder}/Doc"
3
+ }
Original file line number Diff line number Diff line change @@ -448,9 +448,9 @@ appropriate.
448
448
449
449
Python's ``configure.ac `` script typically requires a specific version of
450
450
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:
454
454
455
455
.. code-block :: bash
456
456
You can’t perform that action at this time.
0 commit comments