gnuscripts/lalsuite_python.am: call lalsuite_run_uninstalled with absolute path
Description
The LALSuite build system generates wrapper scripts around uninstalled Python executable scripts, so that they can be correctly called within the build directory tree (for tests, etc.) before being installed. The wrapper script calls gnuscripts/lalsuite_run_uninstalled
, but currently uses a relative path, so the wrapper script cannot be called outside of the directory that it's in. This MR changes the gnuscripts/lalsuite_run_uninstalled
path to an absolute path in the wrapper script.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
N/A