f93b3b9314
New with 1.0.20, released 2009-05-03: * New backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan), rts8891 (Umax & HP 44xx), xerox_mfp (Samsung/Xerox/Dell MFPs) * Many backends updated. * 75 more scanner models supported. * New build system (thanks Chris and Olaf). * Avahi support (thanks Julien). * More network scanners supported * Epson backend deprecated, use epson2 * Coolscan2 backend deprecated, use coolscan3 * Internal SCSI, USB, threading, TCP & UDP code updates. * Updated HAL and udev support. * Improved saned configuration. * Scanimage updates. * Updated translations. * Documentation updates. * Bugfixes.
13 lines
405 B
Text
13 lines
405 B
Text
$NetBSD: patch-aa,v 1.12 2009/08/15 17:53:11 wiz Exp $
|
|
|
|
--- backend/Makefile.in.orig 2009-04-30 13:41:18.000000000 +0000
|
|
+++ backend/Makefile.in
|
|
@@ -1444,7 +1444,7 @@ build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
-configdir = @configdir@
|
|
+configdir = ${PREFIX}/share/examples/sane
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
docdir = @docdir@
|