help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Request pkg-config support


From: David Forster
Subject: [Help-smalltalk] Request pkg-config support
Date: Fri, 5 Sep 2003 21:06:52 -0600
User-agent: Mutt/1.4i

Hello,

I'd like to ask if adding pkg-config support added to GNU Smalltalk
would be possible?  This will make it easier for packages that use
Autoconf to build modules for GNU Smalltalk.

All it requires is processing something like the following and
installing it in ${libdir}/pkgconfig.

gnu-smalltalk.pc.in:

prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
includedir = @includedir@

Name: gnu-smalltalk
Description: GNU Smalltalk
Version: @VERSION@
Libs: -L${libdir} -lgst
Cflags: -I${includedir}


Thanks,
David Forster




reply via email to

[Prev in Thread] Current Thread [Next in Thread]