summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-22 00:42:47 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-22 00:42:47 +0000
commit33f52f01b80b0a29ac57b025adb3b59240e8324b (patch)
tree17d23da40256155c39b0bf38e9f9578779b55383
parentbee25bc2182d1911820469bfb8d303b5028e6cbb (diff)
downloadlibgtop-33f52f01b80b0a29ac57b025adb3b59240e8324b.tar.gz
*** empty log message ***
-rw-r--r--.cvsignore1
-rw-r--r--doc/gnome-hackers.sgml21
2 files changed, 15 insertions, 7 deletions
diff --git a/.cvsignore b/.cvsignore
index 1e0ac471..abed9664 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -15,6 +15,7 @@ i686-pc-linux-gnu
intl
libgtop-0.01.tar.gz
libgtop-mirror.sh.swp
+libgtopConf.sh
libtool
ltconfig
ltmain.sh
diff --git a/doc/gnome-hackers.sgml b/doc/gnome-hackers.sgml
index a6f16855..7f81e2d9 100644
--- a/doc/gnome-hackers.sgml
+++ b/doc/gnome-hackers.sgml
@@ -68,6 +68,20 @@
<chapter id="macros">
<title>Autoconf macros</title>
+ <sect1 id="gnome-libgtop-check">
+ <title><filename>macros/gnome-libgtop-check.m4</filename></title>
+
+ <para>
+ Contains all that you need to include libgtop in any Gnome application. It defines
+ <function>GNOME_INIT_LIBGTOP</function> which you can use in the same way like
+ <function>GNOME_INIT</function> to check whether libgtop is installed and to read
+ its <filename>libgtopConf.sh</filename> script. It automatically invokes
+ <function>GNOME_LIBGTOP_SYSDEPS</function>.
+
+ <para>
+ When libgtop can be found, it defines <parameter>HAVE_LIBGTOP</parameter>. There's
+ also an automake conditional <parameter>HAVE_LIBGTOP</parameter> which you can use.
+
<sect1 id="gnome-libgtop-sysdeps">
<title><filename>macros/gnome-libgtop-sysdeps.m4</filename></title>
@@ -120,13 +134,6 @@
</variablelist>
- <sect1 id="gnome-libgtop-check">
- <title><filename>macros/gnome-libgtop-check.m4</filename></title>
-
- <para>
- Checks whether <productname>libgtop</productname> can be found and includes everything
- from its <filename>libgtopConf.sh</filename> configuration script.
-
</sect1>
<chapter id="configure">