bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: host-os: Add support for DragonFly BSD
Date: Mon, 07 Jun 2021 23:49:05 +0200	[thread overview]
Message-ID: <2390070.SD6vEb3ZzE@omega> (raw)

The name of DragonFly BSD is taken from their homepage
https://www.dragonflybsd.org/ . Although they have other
spellings, e.g. in https://bugs.dragonflybsd.org/ .


2021-06-07  Bruno Haible  <bruno@clisp.org>

	host-os: Add support for DragonFly BSD.
	* m4/host-os.m4 (gl_HOST_OS): On DragonFly BSD, set
	HOST_OPERATING_SYSTEM to "DragonFly BSD", not "Dragonfly".

diff --git a/m4/host-os.m4 b/m4/host-os.m4
index 813133b..19e85d3 100644
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -1,4 +1,4 @@
-# serial 11
+# serial 12
 
 # Copyright (C) 2001, 2003-2004, 2006, 2009-2021 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -55,6 +55,7 @@ AC_DEFUN([gl_HOST_OS],
        gnu*)            os='GNU';;
        freebsd*)        os='FreeBSD';;
        dgux*)           os='DG/UX';;
+       dragonfly*)      os='DragonFly BSD';;
        bsdi*)           os='BSD/OS';;
        bsd*)            os='BSD';;
        beos*)           os='BeOS';;



                 reply	other threads:[~2021-06-07 21:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2390070.SD6vEb3ZzE@omega \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).