2021-09-24 Fred Gleason <fredg@paravelsystems.com>

* Updated the build system to detect Rocky Linux.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-09-24 14:18:00 -04:00
parent d1db7e7719
commit ece9e1a8b2
3 changed files with 15 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ case "$ar_distro_id" in
AC_SUBST(RDDBCONFIG_DESKTOP_FILE,"rivendell-rddbconfig-sudo.desktop")
;;
centos|rhel|fedora)
centos|fedora|rhel|rocky)
AC_MSG_NOTICE([Distro is RedHat-ish])
DISTRO_FAMILY="| Distribution Family ... RedHat |"
if test $ar_distro_id = "centos" ; then
@@ -209,6 +209,9 @@ case "$ar_distro_id" in
if test $ar_distro_id = "rhel" ; then
DISTRO_NAME="| Distribution Name ... RHEL |"
fi
if test $ar_distro_id = "rocky" ; then
DISTRO_NAME="| Distribution Name ... Rocky |"
fi
AC_SUBST(APACHE_PKG,"httpd")
AC_SUBST(APACHE_CONFIG_DIR,"/etc/httpd/conf.d")
AC_SUBST(USERMODE_PKG,"usermode usermode-gtk")