New check. Added libgtop stuff.
1998-08-23 Martin Baulig <martin@home-of-linux.org> * configure.in (GNOME_INIT_LIBGTOP): New check. * acconfig.h: Added libgtop stuff.
This commit is contained in:
parent
8bcbbdb50b
commit
612865fb73
3 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
1998-08-23 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* configure.in (GNOME_INIT_LIBGTOP): New check.
|
||||||
|
* acconfig.h: Added libgtop stuff.
|
||||||
|
|
||||||
1998-08-20 Raja R Harinath <harinath@cs.umn.edu>
|
1998-08-20 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
* core-docs/Makefile.am (gnome-intro/gnome-intro.html):
|
* core-docs/Makefile.am (gnome-intro/gnome-intro.html):
|
||||||
|
|
|
@ -11,6 +11,12 @@
|
||||||
#undef PACKAGE
|
#undef PACKAGE
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
|
||||||
|
#undef HAVE_LIBGTOP
|
||||||
|
|
||||||
|
/* Define if there is no `u_int64_t' and `int64_t'. */
|
||||||
|
#undef u_int64_t
|
||||||
|
#undef int64_t
|
||||||
|
|
||||||
/* Define if you have the Andrew File System. */
|
/* Define if you have the Andrew File System. */
|
||||||
#undef AFS
|
#undef AFS
|
||||||
|
|
||||||
|
|
|
@ -142,6 +142,9 @@ AC_ARG_WITH(window-manager,
|
||||||
WINDOW_MANAGER=icewm])
|
WINDOW_MANAGER=icewm])
|
||||||
AC_SUBST(WINDOW_MANAGER)
|
AC_SUBST(WINDOW_MANAGER)
|
||||||
|
|
||||||
|
dnl Check for libgtop
|
||||||
|
GNOME_INIT_LIBGTOP
|
||||||
|
|
||||||
dnl applets/diskusage
|
dnl applets/diskusage
|
||||||
GNOME_FILEUTILS_CHECKS
|
GNOME_FILEUTILS_CHECKS
|
||||||
|
|
||||||
|
@ -198,6 +201,7 @@ applets/bussign/Makefile
|
||||||
applets/cdplayer/Makefile
|
applets/cdplayer/Makefile
|
||||||
applets/mixer/Makefile
|
applets/mixer/Makefile
|
||||||
applets/modemlights/Makefile
|
applets/modemlights/Makefile
|
||||||
|
applets/multiload/Makefile
|
||||||
applets/cpuload/Makefile
|
applets/cpuload/Makefile
|
||||||
applets/netload/Makefile
|
applets/netload/Makefile
|
||||||
applets/cpumemusage/Makefile
|
applets/cpumemusage/Makefile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue