Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7a663 commit ede2dfbCopy full SHA for ede2dfb
setup.rst
@@ -447,7 +447,14 @@ example, ``autoconf`` by itself will not regenerate ``pyconfig.h.in``.
447
appropriate.
448
449
Python's ``configure.ac`` script typically requires a specific version of
450
-Autoconf. At the moment, this reads: ``AC_PREREQ(2.69)``.
+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:
454
+
455
+.. code-block:: bash
456
457
+ ls $(aclocal --print-ac-dir) | grep pkg.m4
458
459
If the system copy of Autoconf does not match this version, you will need to
460
install your own copy of Autoconf.
0 commit comments