aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-libgtop-check.m4
Commit message (Collapse)AuthorAgeFilesLines
* Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument isMartin Baulig1998-08-261-1/+1
| | | | | | | | | 1998-08-26 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument is not given. svn path=/trunk/; revision=340
* You can give this macro two parameters: the required version number and anMartin Baulig1998-08-241-3/+10
| | | | | | | | | | | 1998-08-23 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): You can give this macro two parameters: the required version number and an optional `fail' argument to make it fail if LibGTop is not found. svn path=/trunk/; revision=330
* make it require libgtop >= 0.25.0. Added (AC_SUBST):Martin Baulig1998-08-181-1/+2
| | | | | | | | | 1998-08-18 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: make it require libgtop >= 0.25.0. Added (AC_SUBST): `LIBGTOP_MICRO_VERSION' and `LIBGTOP_EXTRA_LIBS'. svn path=/trunk/; revision=322
* Completely rewrote this file. It uses now the `libgtop-config' script andMartin Baulig1998-08-171-43/+37
| | | | | | | | | | 1998-08-17 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: Completely rewrote this file. It uses now the `libgtop-config' script and also checks for correct libgtop version. svn path=/trunk/; revision=320
* New macro. Checks for `u_int64_t' and `int64_t'.Martin Baulig1998-07-311-1/+13
| | | | | | | | | 1998-07-30 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): New macro. Checks for `u_int64_t' and `int64_t'. svn path=/trunk/; revision=293
* Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS',Martin Baulig1998-07-301-0/+7
| | | | | | | | | | | | | | | 1998-07-29 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: Added (AC_SUBST): `LIBGTOP_NAMES_LIBS', `LIBGTOP_NAMES_INCS', `LIBGTOP_GUILE_LIBS', `LIBGTOP_GUILE_NAMES_LIBS', `LIBGTOP_MAJOR_VERSION', `LIBGTOP_MINOR_VERSION', `LIBGTOP_VERSION'. * gnome-libgtop-sysdeps.m4 (libgtop_sysdeps_dir): Added `AC_SUBST(libgtop_sysdeps_dir)'. svn path=/trunk/; revision=292
* No longer requiring `GNOME_LIBGTOP_SYSDEPS'.Martin Baulig1998-07-241-1/+1
| | | | | | | | | 1998-07-24 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: No longer requiring `GNOME_LIBGTOP_SYSDEPS'. svn path=/trunk/; revision=287
* New file. Checks whether libgtop is installed and reads itsMartin Baulig1998-05-221-0/+73
* 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