bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Support Apple X11 at /opt/X11


From: Daniel Macks
Subject: Support Apple X11 at /opt/X11
Date: Wed, 17 Jun 2015 22:57:00 -0400
User-agent: Webmail 6.0

Apple has migrated its X11 suite (xquartz) to /opt/X11 for the past few OS X 
major releases, but they have retained some symlinks from /usr/X11 and/or 
/usr/X11R6 so that we can still access headers and libs via -I/usr/X11/include 
and similar. A few years ago, they temporarily dropped a symlink, and many 
things became uncompileable unless one knew to pass --x-includes= and 
--x-libraries paths. Rumor is they might be doing it again in the next release. 
If I patch libs.m4 to place /opt/X11/include in the ac_x_header_dirs default 
search paths list, X11 is detected correctly. 

dan

--
Daniel Macks
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]