Remove the `--enable-hacker-mode' requirement for the BSDI, Solaris and
1999-05-15 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4: Remove the `--enable-hacker-mode' requirement for the BSDI, Solaris and Digital Unix ports.
This commit is contained in:
committed by
Martin Baulig
parent
fdb2e5eb7b
commit
e8bbb15f7e
@@ -1,3 +1,8 @@
|
|||||||
|
1999-05-15 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* libgtop-sysdeps.m4: Remove the `--enable-hacker-mode' requirement
|
||||||
|
for the BSDI, Solaris and Digital Unix ports.
|
||||||
|
|
||||||
1999-05-13 Martin Baulig <martin@home-of-linux.org>
|
1999-05-13 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* libgtop-sysdeps.m4 (GLIBTOP_SOLARIS_RELEASE): Define this on Solaris;
|
* libgtop-sysdeps.m4 (GLIBTOP_SOLARIS_RELEASE): Define this on Solaris;
|
||||||
|
@@ -123,9 +123,6 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
|
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
|
||||||
;;
|
;;
|
||||||
*)
|
|
||||||
if test x$hacker_mode = xyes ; then
|
|
||||||
case "$host_os" in
|
|
||||||
bsdi*)
|
bsdi*)
|
||||||
libgtop_sysdeps_dir=freebsd
|
libgtop_sysdeps_dir=freebsd
|
||||||
libgtop_use_machine_h=yes
|
libgtop_use_machine_h=yes
|
||||||
@@ -138,13 +135,18 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_postinstall='chgrp sys $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
|
libgtop_postinstall='chgrp sys $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
|
||||||
;;
|
;;
|
||||||
sunos4*)
|
osf*)
|
||||||
libgtop_sysdeps_dir=sun4
|
libgtop_sysdeps_dir=osf1
|
||||||
libgtop_use_machine_h=yes
|
libgtop_use_machine_h=yes
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
;;
|
;;
|
||||||
osf*)
|
*)
|
||||||
libgtop_sysdeps_dir=osf1
|
if test x$hacker_mode = xyes ; then
|
||||||
|
case "$host_os" in
|
||||||
|
sunos4*)
|
||||||
|
;; Please note that this port is obsolete and not working at
|
||||||
|
;; all. It is only useful for people who want to fix it ... :-)
|
||||||
|
libgtop_sysdeps_dir=sun4
|
||||||
libgtop_use_machine_h=yes
|
libgtop_use_machine_h=yes
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user