On Fri, 15 Dec 2006, Jason Winningham wrote:

>
> On Dec 15, 2006, at 10:19 AM, Curt, WE7U wrote:
> >
> > Where is GraphicsMagick installed on that system?  In particular
> > what are the full paths to these files?
>
> on Mac OS X, depends on if fink, darwinports, or standard install is
> used.  The base dir will be one of
>
> /sw
> /opt
> /usr/local

I think we need to get away from code such as this (acinclude.m4):


  # For the case of apple-darwin, we don't want to check the
  # headers/libraries 'cuz the standard macros won't find them
  # anyway.
  #
  if test "${darwin}" = "yes"; then
    AC_DEFINE(HAVE_IMAGEMAGICK, 1, [Imagemagick image library])
  else
    AC_CHECK_HEADER(magick/api.h, use_imagemagick="yes", use_imagemagick="no")


And fix the auto-detect code so that it can find things properly on
OSX no matter which of the three install methods is used for the
libraries.

Help from OSX users, or better yet OSX users who are familiar with
autoconf/automake macros, is now sought.  This is a good time to fix
it:  I've been mucking with configure.ac/acinclude.m4 a lot over the
past few days and the weird syntax is fresh in my mind.  It won't
last long.

--
Curt, WE7U.   APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto:    A tax on people who are bad at math." -- unknown
"Windows:  Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to