From 9bea9473af62ab9b1ba543201f77041d5106fabb Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 17 Jul 2010 10:04:21 +0200 Subject: [PATCH] Add archlinux to os.m4 --- bacula/autoconf/bacula-macros/os.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/autoconf/bacula-macros/os.m4 b/bacula/autoconf/bacula-macros/os.m4 index 7a3ce55d5a..2833e4da3a 100644 --- a/bacula/autoconf/bacula-macros/os.m4 +++ b/bacula/autoconf/bacula-macros/os.m4 @@ -216,6 +216,9 @@ then 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 -- 2.39.5