lal*/configure.ac: make sure local library module is in python path
Description
The variable LAL_PYTHON_PATH
contains the path to various uninstalled Python modules in LALSuite, so that Python tests scripts can be run, and Python applications can be called for testing before installation.
LAL_PYTHON_PATH
doesn't current contain the path to the python/
directory in the current LALSuite library. For example, in LALPulsar LAL_PYTHON_PATH
should contain lalpulsar/python
, so that a Python application in bin/
can import lalpulsar
.
This MR makes sure LAL_PYTHON_PATH
has the path to the library-local python/
directory in all LALSuite libraries.
API Changes and Justification
Backwards Compatible Changes
-
This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions -
This change adds new classes/functions/structs/types to a public C header file or Python module
Backwards Incompatible Changes
-
This change modifies an existing class/function/struct/type definition in a public C header file or Python module -
This change removes an existing class/function/struct/type from a public C header file or Python module
Review Status
N/A