summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-20 23:14:55 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-20 23:14:55 +0000
commitf39948ae54e7d441b24484d0195d6bf8d8dfc1e1 (patch)
treea5a7ba4e0c31273475994aa188cdf4f06115dd4e /NEWS
parentbb959df4b22ed342efb4d7a6d6745711afb595c0 (diff)
downloadlibgtop-f39948ae54e7d441b24484d0195d6bf8d8dfc1e1.tar.gz
added more detailed description of today's changes.
* NEWS: added more detailed description of today's changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b9be53b9..28f6bcdb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
$Id$
+May/20/1998
+===========
+
+* 'gtopConf.sh' now defines 'GTOP_LIBS' and 'GTOP_INCS' in a manner
+ that they contain everything that is needed to link some program with
+ libgtop. It will use '-lgtop' only if the server is really needed and
+ '-lgtop_sysdeps' otherwise;
+
+* 'gtopConf.sh' additionally defines 'GTOP_GUILE_LIBS' and 'GTOP_GUILE_INCS'
+ containing everything that is needed to link some program both with
+ libgtop and its guile interface. They are identically to 'GTOP_LIBS'
+ and 'GTOP_INCS' if building the guile interface is disabled or guile
+ cannot be found on the system.
+
+* 'configure' takes additional arguments '--enable-libgtop-server' and
+ '--disable-libgtop-server' to use the server even when it's not needed
+ or to disable it's use where it's needed.
+
+* 'configure' takes an argument '--without-libgtop-guile' to disable
+ guile support.
+
+* 'configure takes an argument '--without-libgtop-names' to remove
+ '-lgtop_names' (and '-lgtop_guile_names' when we have guile) from
+ 'GTOP_LIBS'; in this case these libraries are not even built.
+
May/19/1998
===========