From dc8811243344361497079b394a0ff5e36e62afce Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 21 May 1998 20:34:06 +0000 Subject: [PATCH] added information about latest changes in 'acinclude.m4' and * doc/gnome-hackers.sgml: added information about latest changes in 'acinclude.m4' and 'gtopConf.sh.in'. --- doc/gnome-hackers.sgml | 51 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/doc/gnome-hackers.sgml b/doc/gnome-hackers.sgml index 2f679647..6edbf6fa 100644 --- a/doc/gnome-hackers.sgml +++ b/doc/gnome-hackers.sgml @@ -154,7 +154,23 @@ Is the default. - + + + + + To disable building of the examples, you can say: + + + + + --without-examples + + + + Disables building of the examples. + + + @@ -259,6 +275,39 @@ This structure represents the machine member of _glibtop. + + GTOP_GUILE_FOUND + + + + Is either yes or no and tells you + whether guile has been found on your system + (or if building the guile interface was disabled). + + + GTOP_WANT_NAMES + + + + Is either yes or no and tells you + whether the sysdeps/names subdirectory was build. + + + GTOP_WANT_GUILE_NAMES + + + + Is either yes or no and tells you + whether the sysdeps/guile/names subdirectory was build. + + + GTOP_WANT_EXAMPLES + + + + Is either yes or no and tells you + whether the examples were build. +