[0/3] GDB: Fix `pkg-config' issues with configuring for Guile

Message ID alpine.DEB.2.20.2211241701270.19931@tpp.orcam.me.uk
Headers
Series GDB: Fix `pkg-config' issues with configuring for Guile |

Message

Maciej W. Rozycki Nov. 24, 2022, 11:50 p.m. UTC
  Hi,

 In the course of verifying an earlier change against multiple versions of 
Guile I have come across several issues with how `pkg-config' is used to 
pull Guile in our configuration leading to build failures.  I have fixed 
them in this small patch series.  See individual change descriptions for 
details.

 These changes were build-tested only as regression-testing does not apply 
to such build issues.  Nevertheless I have run native `x86_64-linux-gnu' 
testing with other changes applied on top of these and that didn't trigger 
any regressions.

 OK to apply?

  Maciej