[sane-devel] adding dev/ppbus/ppi.h detection to configure

2003-04-18 Thread Henning Meier-Geinitz
Hi, On Fri, Apr 18, 2003 at 05:05:23PM +, stef wrote: > Ahem, autowhat ? :-) info autoconf info autoheader > I thing I going to learn something ... what would be > the correct way to add this header check ? Modyfy config.in and run automake > and > then autoheader ? No. automake it

[sane-devel] adding dev/ppbus/ppi.h detection to configure

2003-04-18 Thread stef
On Fri, Apr 18, 2003 at 03:38:19PM +0200, Henning Meier-Geinitz wrote: > Hi, > > On Fri, Apr 18, 2003 at 02:53:28PM +, stef wrote: > > I'd like to have sane configure script detecting the dev/ppbus/ppi.h > > file. On freebsd, this file is associated with the /dev/ppi0 device which > > let

[sane-devel] adding dev/ppbus/ppi.h detection to configure

2003-04-18 Thread Henning Meier-Geinitz
Hi, On Fri, Apr 18, 2003 at 02:53:28PM +, stef wrote: > I'd like to have sane configure script detecting the dev/ppbus/ppi.h > file. On freebsd, this file is associated with the /dev/ppi0 device which > lets users > accessing the parallel port through a few ioctls, instead of doing inb/

[sane-devel] adding dev/ppbus/ppi.h detection to configure

2003-04-18 Thread stef
Hello, I'd like to have sane configure script detecting the dev/ppbus/ppi.h file. On freebsd, this file is associated with the /dev/ppi0 device which lets users accessing the parallel port through a few ioctls, instead of doing inb/outb. I have already modified the umax_p