[Xastir-dev] gpsman/gpsmanshp

Curt, WE7U archer at eskimo.com
Fri Jul 6 17:06:26 EDT 2007


On Fri, 6 Jul 2007, Curt, WE7U wrote:

> I just realized (or perhaps just realized again), that gpsmanshp.so
> isn't checked for in configure.ac.  We only check for GPSMan and
> report it's status.
>
> Since gpsmanshp.so is used by GPSMan, and not directly by Xastir,
> does it make sense to try to check for it and report the status?

Hmmm.  I may have been wrong on this one.  I see this in
acinclude.m4:


 if test "$use_gpsman" != "no"; then
  AC_PATH_PROG(gpsman, [gpsman haslib gpsmanshp], no, $BINPATH)
  if test "$gpsman" != "no"; then
    AC_DEFINE_UNQUOTED(HAVE_GPSMAN, 1, [Define if you have gpsman])
    AC_DEFINE_UNQUOTED(GPSMAN_PATH, "${gpsman}", [Path to gpsman])
  fi
 fi


Which leads me to believe that we won't decide that we have GPSMan
support unless we also have gpsmanshp.  Is that correct?

If so, the text in the summary should probably say
"GPSMan/gpsmanshp" to let people know there's another dependency
there.

--
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!"



More information about the Xastir-dev mailing list