Olaf Meeuwissen
46bc0ff1c8
Sync autofoo
2016-09-18 21:41:03 +09:00
Olaf Meeuwissen
50fa8efdcf
gphoto2: fix libgphoto2 logging integration
...
In libgphoto2-2.5.0 (tagged for release on 2012-07-10) the GPLogFunc no
longer takes a va_list. Instead, it passes a formatted message.
2016-09-04 14:39:52 +09:00
Olaf Meeuwissen
ffd93a9fad
Sync autofoo
2016-08-03 22:43:06 +09:00
Olaf Meeuwissen
bfd1626c4b
Sync autofoo
2016-07-13 23:44:26 +09:00
Olaf Meeuwissen
2481e1e98b
Sync autofoo
2016-07-10 21:54:24 +09:00
Olaf Meeuwissen
ddbdfd6206
Fix configure time test
2016-07-03 21:11:22 +09:00
Olaf Meeuwissen
c962368626
Sync autofoo
2016-07-01 23:45:43 +09:00
Olaf Meeuwissen
418fbb987d
Sync autofoo, once again ...
2016-06-30 21:50:33 +09:00
Olaf Meeuwissen
89dc05006e
Sync autofoo
...
Looks like the sorting of the DIST_COMMON file list is not stable.
2016-06-29 22:21:10 +09:00
Olaf Meeuwissen
f03f1f66d4
Sync autofoo files
2016-06-29 22:15:06 +09:00
Olaf Meeuwissen
cb4924f210
Stop distclean from removing files willy-nilly
...
The distclean target should only remove files that make creates. If
there are any that need taking care of, they should be added in on a
per file basis in the Makefile.am that creates it.
2016-06-26 10:24:30 +09:00
Olaf Meeuwissen
bdade6bb07
Sync derived files with previous changes
2016-06-26 10:24:29 +09:00
Olaf Meeuwissen
43cdc1056a
Do not duplicate Warning on output
2016-06-15 20:18:25 +09:00
Olaf Meeuwissen
d853463ef1
Sync derived files
...
This was done with
AUTOMAKE="automake --add-missing --copy" autoreconf --force
on Debian GNU/Linux 8.5.
2016-06-14 06:30:48 +09:00
Olaf Meeuwissen
87e12bbf2e
Sync derived files with autoreconf --force
...
For the record, this was done on Debian GNU/Linux 8.5.
2016-06-13 22:24:21 +09:00
Olaf Meeuwissen
0d7882e34b
Change compile time warning policy
...
The -Wall flag is now always enabled (when using gcc). The -Wextra
flag (previously known as -W) and -pedantic flags are, by default,
enabled during development but disabled for releases.
All other flags have been removed.
2015-12-26 16:51:44 +09:00
Volker Diels-Grabsch
58052a7ce6
Change GCC mode from ISO C90 to ISO C99
...
Add GCC flag "-std=c99". Also remove GCC flag "-ansi" which is an
alias for "-std=c90" and would make the flag "-std=c99" ineffective.
This fixes all occurrences of the following GCC warning:
warning: ISO C90 does not support '__func__' predefined identifier
2015-12-20 15:27:45 +09:00
m. allan noah
5e1d45cad7
reopen sane-backends 1.0.26git
2015-10-04 21:13:39 -04:00
m. allan noah
60a772ca5d
sane-backends 1.0.25
2015-10-04 09:24:46 -04:00
m. allan noah
19c5159378
autofoo for recent changes
2015-09-28 21:21:32 -04:00
m. allan noah
2a3f6f2bb5
autoconf after latest config.in changes
...
Only whitespace differences, since the removed
code was an expanded version of the macros that
replaced it.
2015-09-25 20:56:48 -04:00
m. allan noah
87bfd53512
Run autofoo for recent changes
2015-09-19 13:39:38 -04:00
Luiz Angelo Daros de Luca
8434ea9162
Define IO_SUPPORT_MISSING when inb() and outb() aren't in <sys/io.h>
...
Fixes link issues on OpenWRT w/ musl on MIPS.
2015-09-19 13:39:37 -04:00
m. allan noah
a158339c57
disable epsonds if no libjpeg
2015-08-31 21:18:30 -04:00
m. allan noah
7566619e53
rebuild with automake 1.14.1
2015-08-31 20:58:30 -04:00
Stéphane Voltz
07d8b48097
don't harcode /usr/local/include
...
- fix for #315060
2015-08-08 21:41:04 +02:00
Alessandro Zummo
ccd15dc966
Revert "epsonds: enable double feed detection"
...
This reverts commit 005c3928a5
.
2015-04-26 23:09:08 +02:00
Alessandro Zummo
005c3928a5
epsonds: enable double feed detection
2015-04-26 22:44:01 +02:00
m. allan noah
682c418f63
starting 1.0.25git
2013-09-30 22:53:21 -04:00
m. allan noah
ad6a17ad7c
Changes to release 1.0.24
2013-09-30 21:25:18 -04:00
m. allan noah
6d219683fc
rebuild configure with v4l flag
2013-09-17 22:33:31 -04:00
m. allan noah
98345c5dfe
Enable pthread on linux by default
...
Also, Changlog entries for recent changes.
2013-08-27 21:52:17 -04:00
Chris Bagwell
bc2dc68fa5
Improve snmp detection when cross compiling.
...
Improving here means do not set LIBS/CFLAGS if library is not detected.
This prevents some unknown options based to ld when host is Linux and
target is mingw32/64. Further improvements are needed if one wants this
snmp support when cross compiling to really work.
Also, to make commit bisectable, updated all autofoo files using
'autoreconf -i -f' and repatching ltmain.sh.
Also, test-driver was missing from git repo but the Makefile.in
checked in expected it to exist.
2013-08-15 13:10:39 -05:00
Stéphane Voltz
fdadecc509
add testsuite for sane-desc
...
- add a tools sudbir in testsuite
- add a desc test file
- record test references
- add check in Makefile to run and compare output
2013-08-02 22:16:33 +02:00
Stéphane Voltz
8b3674a516
add testsuite/sanei for sanei test programs
...
- add sanei_usb_test to test sanei_usb functions
- update SUBDIRS so the check target is ran on testsuite/sanei
2013-03-24 14:50:17 +01:00
Stéphane Voltz
7e4095d30d
change HAVE_USBCALL define back to HAVE_USBCALLS
2013-03-07 07:24:33 +01:00
Louis Lagendijk
3276babdec
Added optional support in saned for systemd socket activation. This will allow for
...
using backend debugging using SANE_DEBUG_xxx to be used for saned controlled
scanning when using socket activation. When only the socket is received we
use the existing code path.
2013-01-10 20:59:26 +01:00
m. allan noah
9b142567fa
Revert "forgot to do autoreconf"
...
This reverts commit aa6f185452
.
2012-11-28 21:51:12 -05:00
Paul Newall
aa6f185452
forgot to do autoreconf
2012-11-28 22:11:04 +00:00
Stéphane Voltz
e5b886cb76
add optional doxygen documentation generation for the genesys backend
2012-11-02 21:46:44 +01:00
Mattias Ellert
67efea5d4f
Minor clean-up
2012-10-25 06:39:22 +02:00
Mattias Ellert
c6e8e2ab53
Unset VERSION during the SCSI header check
2012-10-24 17:30:05 +02:00
m. allan noah
0662fceeb0
Fix busted comment
2012-08-26 13:40:02 -04:00
m. allan noah
879f281487
Starting sane-backends 1.0.24git
2012-08-26 11:47:56 -04:00
m. allan noah
d353a1c5f2
Release of sane-backends 1.0.23
2012-08-26 11:00:21 -04:00
m. allan noah
206e6ed094
Adding new kodakaio backend
2012-06-30 21:28:14 -04:00
Ruediger Meier
f3a8705525
add checks for ntddscsi.h and ddk/ntddscsi.h (to be used for win32)
2012-01-21 22:10:10 -06:00
Chris Bagwell
8ac464a47d
add support for libusb-win32
...
It is API compatible with libusb-0.1 that is already supported
but uses different header file name to prevent conflict with
Window's own usb.h.
2011-12-27 17:35:35 -06:00
Chris Bagwell
9c4f8d51d0
Add replacement sleep(); mostly for mingw usage.
2011-11-10 19:21:13 -06:00
Chris Bagwell
05c2825f17
Default enable_dynamic to yes/no based on librarys
...
My previous try was always defaulting to "yes" and user
and to manually specify --disable-dynamic to work correctly
on platforms that didn't support dynamic loading.
2011-11-09 21:46:12 -06:00