The source project of this merge request has been removed.
gnuscripts/lalsuite_python.am: move Automake rule hooks outside of HAVE_PYTHON
Description
Fix to gnuscripts/lalsuite_python.am
so that other (non-Python-related) Automake code can use the make hooks (e.g. dist-hook
) used by gnuscripts/lalsuite_python.am
. Otherwise, Automake complains of e.g. dist-hook
being defined both inside and outside a HAVE_PYTHON
block.
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
@adam-mercer @duncanmmacleod to approve