*** empty log message ***

This commit is contained in:
Martin Baulig
1998-05-22 00:42:47 +00:00
parent bee25bc218
commit 33f52f01b8
2 changed files with 15 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ i686-pc-linux-gnu
intl intl
libgtop-0.01.tar.gz libgtop-0.01.tar.gz
libgtop-mirror.sh.swp libgtop-mirror.sh.swp
libgtopConf.sh
libtool libtool
ltconfig ltconfig
ltmain.sh ltmain.sh

View File

@@ -68,6 +68,20 @@
<chapter id="macros"> <chapter id="macros">
<title>Autoconf macros</title> <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"> <sect1 id="gnome-libgtop-sysdeps">
<title><filename>macros/gnome-libgtop-sysdeps.m4</filename></title> <title><filename>macros/gnome-libgtop-sysdeps.m4</filename></title>
@@ -120,13 +134,6 @@
</variablelist> </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> </sect1>
<chapter id="configure"> <chapter id="configure">