summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-12-05 18:47:40 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-05 18:47:40 +0000
commit5ad64770d4aef248025cfaebc96620be35892bef (patch)
tree4f3873f2043ac16e23c3b063a3158443c9707d53
parenta77785228d93e098034142fc9103e22304e30414 (diff)
downloadgnome-common-5ad64770d4aef248025cfaebc96620be35892bef.tar.gz
Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory
1998-12-05 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory for it. svn path=/trunk/; revision=504
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-libgtop-sysdeps.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index ec8d3a4..4797bce 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-05 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid
+ system and use the `freebsd' sysdeps directory for it.
+
1998-12-03 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE):
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index 82c50c0..9130a12 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -77,7 +77,7 @@ main (void)
libgtop_use_machine_h=yes
libgtop_need_server=yes
;;
- freebsd*)
+ freebsd*|netbsd*)
libgtop_sysdeps_dir=freebsd
libgtop_use_machine_h=yes
libgtop_need_server=yes