--- autoconf/configure.in.orig 2005-01-10 02:55:40 +0400 +++ autoconf/configure.in 2005-03-28 12:08:02 +0500 @@ -1147,6 +1147,9 @@ elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin then DISTNAME=darwin +elif test -f /etc/altlinux-release +then + DISTNAME=altlinux elif test -f /etc/SuSE-release then DISTNAME=suse @@ -1370,6 +1373,14 @@ platforms/openbsd/apccontrol \ " ;; +altlinux) + DISTVER= + DFILES="\ + platforms/apccontrol \ + platforms/altlinux/Makefile \ + platforms/altlinux/apcupsd \ + platforms/altlinux/awkhaltprog" + ;; mandrake) DISTVER=`cat /etc/mandrake-release | grep release |\ cut -f 5 -d ' '`