]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/bacula-macros/os.m4
Add archlinux to os.m4
[bacula/bacula] / bacula / autoconf / bacula-macros / os.m4
index 7fe1a6bf6da3e644a47cc38215bbf482910f03c3..2833e4da3ab501731e8650b8f7eeb54fe71c1af6 100644 (file)
@@ -207,12 +207,18 @@ then
 elif test -f /etc/slackware-version
 then
         DISTNAME=slackware
+elif test x$host_vendor = xapple
+then
+    DISTNAME=osx
 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
 then
     DISTNAME=darwin
 elif test -f /etc/engarde-version
 then
         DISTNAME=engarde
+elif test -f /etc/arch-release
+then
+        DISTNAME=archlinux
 elif test "$CYGWIN" = yes
 then
         DISTNAME=cygwin