gnuscripts/lalsuite_swig.am: fix counting of line numbers
Description
-
#line
directives set the line number for the following line, so the directives should be#line 2 ...
to account for the#line
directive itself (as line 1) - Fixes commit e31810ff
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