From: Eric Bollengier Date: Sat, 17 Jul 2010 08:04:21 +0000 (+0200) Subject: Add archlinux to os.m4 X-Git-Tag: Release-5.0.3~79 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9bea9473af62ab9b1ba543201f77041d5106fabb;p=bacula%2Fbacula Add archlinux to os.m4 --- 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