LIBGTOP ready for use



-----BEGIN PGP SIGNED MESSAGE-----

Hi Gnome Hackers,

Libgtop is now ready for use in any Gnome application. Basically the
following patch to configure.in would be enough to include it (well, I
don't want to apply it until I checked that it really works ...):

	diff -u -r1.6 acconfig.h
	--- acconfig.h	1998/05/04 06:11:00	1.6
	+++ acconfig.h	1998/05/22 00:34:06
	@@ -12,3 +12,6 @@
	 /* Name of default window manager, as string.  */
	 #undef WINDOW_MANAGER
 	
	+#undef HAVE_GLIBTOP_MACHINE_H
	+#undef HAVE_LIBGTOP
	+#undef NEED_LIBGTOP
	
	diff -u -r1.50 configure.in
	--- configure.in	1998/05/17 17:46:48	1.50
	+++ configure.in	1998/05/22 00:34:12
	@@ -55,6 +55,8 @@
	 			   Specify default window manager],[
	 AC_DEFINE_UNQUOTED(WINDOW_MANAGER, "$with_window_manager")])
	 
	+dnl Check for libgtop
	+GNOME_INIT_LIBGTOP
	 
	 dnl panel/cdplayer
	 PROGRAMS_PANEL_CDPLAYER=""

This will define `NEED_LIBGTOP' if libgtop is needed and `HAVE_LIBGTOP' it
it can be found. It also provides two automake conditionals with the same
names.

I made a short documentation on about how to use it in a Gnome application
at my site:

	http://www.home-of-linux.org/gnome/libgtop/gnome-hackers.shtml

Sure, it's still buggy ... however ...

Happy Hacking,

Martin

- -----------------------------------------------------------------
   Martin Baulig - Angewandte Mathematik - Universitaet Trier

   baulig@castor.uni-trier.de, http://www.home-of-linux.org/
   Key: 1024-bit key with ID C8178435 created 1997/01/24 
   ID:  67 C1 84 A0 47 F5 11 C5  5F 68 4C 84 99 05 C3 92
   Finger me for public key or fetch finger.txt from the url above
- ------------------------------------------------------------------


-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: noconv

iQCVAwUBNWTJkYA8K7jIF4Q1AQE/HgP9ERyf5I/657D2JyWhsSXAmPjUqLjzLYw+
tWwpFCxn+bPlWE+IjzL9QajwhLzEMwF/KEXlSKAAsLFns7UaSSgKEFt/hV1w1lCI
wuow2+s/PAt2/dt/gS5y80gfOimdsDrW6lzZ7ExIcInpamXAZ7IPq5Ypcjaj+QNP
aveDVMB+VQs=
=NotJ
-----END PGP SIGNATURE-----



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