Hi,

On Mon, Sep 09, 2002 at 08:58:58PM +0200, Rossetti Andrea wrote:
> I have this version of gphoto2-config...
> 
> goku:/home/andros/download/sane/sane-backends-1.0.7# gphoto2-config --version
> gphoto2 2.1.0
> 
> is this a not supported version? that's right?

It's not in the list. Just try compiling. If the API was changed,
compilation will probably break. In this case, use one of the
supported versions (e.g. 2.0).

> If it's supported, I must modify acinclude.m4 as below?
> 
>        if test "$GPVERSION" != "gphoto2 2.0beta4dev8" &&
>           test "$GPVERSION" != "gphoto2 2.0beta4dev9" &&
>           test "$GPVERSION" != "gphoto2 2.0beta5dev1" &&
>           test "$GPVERSION" != "gphoto2 2.1.0-9" ; then #<---------- my modify
>           echo
>           .....

Above you wrote that the version is "2.1.0" so why you are checking
for "2.1.0-9"? Just use "2.1.0" like the string returned by
gphoto2-config.

Bye,
  Henning

Reply via email to