Re: Gnumeric & Python
- From: Tom Dyas <tdyas remus rutgers edu>
- To: James Henstridge <james daa com au>
- cc: Michael Hudson <mwh21 cam ac uk>, Gnome List <gnome-list gnome org>
- Subject: Re: Gnumeric & Python
- Date: Sat, 10 Oct 1998 21:23:58 -0400 (EDT)
On Sat, 10 Oct 1998, James Henstridge wrote:
> IIRC, python should record some of this information in
> $(exec_prefix)/lib/python$(version)/config/Makefile. Specifically, the
> definition of LIBS.
>
> I use the information in this file for the autoconf scripts for pygtk and
> pygnome. In gnumeric's config script, you could try adding something like
> this:
>
> eval `sed -n '/^LIBS=/ s/LIBS=[ ]*\(.*\)/PY_XTRA_LIBS="\1"/p' \
> /usr/lib/python1.5/config/Makefile`
> AC_SUBST(PY_EXTRA_LIBS)
>
> Hopefully this will be helpful to someone.
I'll add this to configure.in. Thanks.
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]