On Sat, 2009-08-08 at 14:58 +0200, Julien BLACHE wrote: > Umut Emin <js_bach at freenet.de> wrote: > > Hi, > > > i want to develop the sane backend driver for CanoScan5200f. > > I have read the backend-writing.txt and I have downloaded/compiled the > > sane code from git repos (anonymous access). Now i can't find any > > ALL_BACKENDS variable in configure.in as mentioned in > > backend-writing.txt. > > It's there, look harder :) > % grep -n ^ALL_BACKENDS configure.in > 508:ALL_BACKENDS="abaton agfafocus apple artec artec_eplus48u as6e \ > yep, i missed it somehow :}.
> > Second, i'd like to do a autoreconf -i -f, but it fails with > > aclocal-1.10: acinclude.m4:606: file `m4/libtool.m4' does not exist > > autoreconf-2.63: aclocal failed with exit status: 1 > > You need libtool and automake. > ok, now i did another autoreconf -if, everything seems to be fine. > JB. > Thanks, Umut
