diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-05-22 08:23:48 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-05-22 08:23:48 +0800 |
commit | a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e (patch) | |
tree | 7f68f95bf7e59c7c8bfaa5bec793991bb06bc68f /macros/ChangeLog | |
parent | d39a6ea089cf108d5f09ab7c49073394538198f4 (diff) | |
download | gsoc2013-evolution-a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e.tar gsoc2013-evolution-a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e.tar.gz gsoc2013-evolution-a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e.tar.bz2 gsoc2013-evolution-a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e.tar.lz gsoc2013-evolution-a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e.tar.xz gsoc2013-evolution-a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e.tar.zst gsoc2013-evolution-a9b80f8f1cc77aad397e6a0ae8b08764a9b0904e.zip |
New file. Checks whether libgtop is installed and reads its
* gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file.
Checks whether libgtop is installed and reads its `libgtopConf.sh'
file if it can be found. Defines HAVE_LIBGTOP on success and
provides HAVE_LIBGTOP automake conditional.
svn path=/trunk/; revision=224
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index c6aaa920da..fea1218bdd 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,20 @@ +1998-05-22 Martin Baulig <martin@home-of-linux.org> + + * gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file. + Checks whether libgtop is installed and reads its `libgtopConf.sh' + file if it can be found. Defines HAVE_LIBGTOP on success and + provides HAVE_LIBGTOP automake conditional. + +1998-05-21 Martin Baulig <martin@home-of-linux.org> + + * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file. + (libgtop_sysdeps_dir): sysdeps directory libgtop uses. + (libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this + is `yes'. + (libgtop_need_server): we only need the libgtop server, when + this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP + automake conditional. + 1998-05-19 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4 (strerror): New check. |