[milter-manager-commit] milter-manager/milter-manager at 5852c33 [master] Accept CentOS 8 as REDHAT_PLATFORM

Back to archive index
Kentaro Hayashi null+****@clear*****
Mon May 31 16:34:54 JST 2021


Kentaro Hayashi	2021-05-31 16:34:54 +0900 (Mon, 31 May 2021)

  Revision: 5852c33512a26a5f1b9f61004fa1ff5f838ef109
  https://github.com/milter-manager/milter-manager/commit/5852c33512a26a5f1b9f61004fa1ff5f838ef109

  Message:
    Accept CentOS 8 as REDHAT_PLATFORM

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -1)
===================================================================
--- configure.ac    2021-05-31 16:26:50 +0900 (c35bc32a)
+++ configure.ac    2021-05-31 16:34:54 +0900 (d0277e16)
@@ -283,7 +283,8 @@ AM_CONDITIONAL(DEBIAN_PLATFORM,
                [test "$MILTER_MANAGER_PACKAGE_PLATFORM" = "debian"])
 AM_CONDITIONAL(REDHAT_PLATFORM,
                [test "$MILTER_MANAGER_PACKAGE_PLATFORM" = "redhat" \
-                  -o "$MILTER_MANAGER_PACKAGE_PLATFORM" = "centos7"])
+                  -o "$MILTER_MANAGER_PACKAGE_PLATFORM" = "centos7" \
+                  -o "$MILTER_MANAGER_PACKAGE_PLATFORM" = "centos8"])
 AM_CONDITIONAL(REDHAT_SYSTEMD_PLATFORM,
                [test "$MILTER_MANAGER_PACKAGE_PLATFORM" = "centos7" \
                   -o "$MILTER_MANAGER_PACKAGE_PLATFORM" = "centos8"])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20210531/20993aa6/attachment-0001.html>


More information about the milter-manager-commit mailing list
Back to archive index