You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the correct python lib directory to install python libraries
automake does not provide the python lib directory anymore which was dealing
to install python modules in the wrong directory for Ubuntu.
Use distutils as recommended by automake
From aclocal.4
dnl pythondir -- where to install python scripts. This is the
dnl site-packages directory, not the python standard library
dnl directory like in previous automake betas. This behavior
dnl is more consistent with lispdir.m4 for example.
dnl Query distutils for this directory.
Signed-off-by: Aline Manera <[email protected]>
0 commit comments