diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-10 13:44:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-05-14 19:49:00 -0700 |
commit | 03f7e92a6cbfe58db08ce840283f9809695c70e7 (patch) | |
tree | 7919dd9e4c6ae09a347dc8e7261e9614847fa0d8 /configure.ac | |
parent | e42a29d269fadc11e065c63ee369e3165196f2d7 (diff) |
Update list of supported platforms in configure.ac error message
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 <alan.coopersmith@oracle.com>
Acked-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a25b1f4fb..cf2a358df 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 xorg@lists.freedesktop.org.]) + 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 xorg@lists.freedesktop.org.]))]) ;; esac |