<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2010-05-10 at 13:50 -0700, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Adds DragonFly BSD, OpenSolaris, & GNU Hurd.
Drops MacOS X, since this is in the section specific to the Xorg/XFree86 DDX.
(Matches the OS patterns the configure script checks for.)
Also uses m4 macros to fix the spacing/formatting of the resulting message.
Signed-off-by: Alan Coopersmith <<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>>
---
configure.ac | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6110d8c..859886c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1704,9 +1704,11 @@ if test "x$XORG" = xyes; then
         *)
                 XORG_OS="unknown"
                XORG_OS_SUBDIR="unknown"
-                AC_MSG_ERROR([Your OS is unknown. Xorg currently only supports Linux, \
-                Free/Open/NetBSD, Solaris, and OS X. If you are interested in porting \
-         Xorg to your platform, please email <A HREF="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</A>.])
+                AC_MSG_ERROR([m4_text_wrap(m4_join([ ],
+                [Your OS is unknown. Xorg currently only supports Linux,],
+                [Free/Open/Net/DragonFlyBSD, Solaris/OpenSolaris, & GNU Hurd.],
+                [If you are interested in porting Xorg to your platform,],
+                [please email <A HREF="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</A>.]))])
                ;
        esac
</PRE>
</BLOCKQUOTE>
Acked-by: Gaetan Nadon <<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>><BR>
<BR>
I just happened to have been reading around that area. There is also the GNU/kFreeBSD (kfreebsd*-gnu, line 411) system for which there appears to be support in the server as shown by the __FreeBSD_kernel__ macro.<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>