Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory
authorMartin Baulig <martin@home-of-linux.org>
Sat, 5 Dec 1998 18:47:40 +0000 (18:47 +0000)
committerMartin Baulig <martin@src.gnome.org>
Sat, 5 Dec 1998 18:47:40 +0000 (18:47 +0000)
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

macros/ChangeLog
macros/gnome-libgtop-sysdeps.m4

index ec8d3a4..4797bce 100644 (file)
@@ -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):
index 82c50c0..9130a12 100644 (file)
@@ -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