Ciao,

  is  there a  specific reason  for Guile  not to  install a
pkg-config meta file? It should be as simple as putting:

   prefix=/usr/local
   exec_prefix=${prefix}
   libdir=${exec_prefix}/lib
   includedir=${prefix}/include

   Name: Guile
   Description: GNU's Ubiquitous Intelligent Language for
Extensions
   Version: 1.8.1
   Libs: [stuff from guile-config link]
   Cflags: [stuff from guile-config compile]

or something into "${prefix}/lib/pkgconfig/guile.pc".

I do not use pkg-config but I am starting to put
meta files in my distributions, because it is so
easy to offer this one more option...

--
Marco Maggi

"Now feel the funk blast!"
Rage Against the Machine - "Calm like a bomb"




_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to