Henning Geinitz
9f7da031c5
Automatically update the version number of SANE in the doxygen documentation.
2003-09-30 13:31:05 +00:00
Henning Geinitz
54e8a458a2
Updated contact information (website, mailing lists, bug tracker). Minor fixes.
2003-09-24 13:23:25 +00:00
Frank Zago
3bda0d541d
Port to Cygwin.
2003-09-24 03:41:48 +00:00
Gerhard Jaeger
1eef5c8c60
Updated Plustek backend and added code for alternative CIS calibration.
...
All the supported CanoScan devices should work now correctly.
Moved the Plustek parallelport support into a separate backend: plustek_pp.
Added new backend for Plustek ASIC 9600x/9800x based parallelport scanner.
2003-09-23 07:10:53 +00:00
Stéphane Voltz
929c5c9e75
* backend/sane-umax_pp.c: fix default port address handling
...
(patch from Malcolm Parsons <malcolm.parsons@virgin.net>)
* configure.in configure include/sane/config.h.in: added detection of
machine/cpufunc.h and i386_set_ioperm() for FreeBSD support.
2003-09-18 05:17:23 +00:00
Peter Fales
aa9845ccd1
Move jpeg files to sanei
2003-07-26 17:07:36 +00:00
Henning Geinitz
10dcf60722
Removed references to sane-desc.el.
2003-06-18 09:47:11 +00:00
Henning Geinitz
a425dd8e30
The list of backends that are built is now in configure.in. Print backends
...
that are built. Allow manually setting the backends.
2003-06-06 17:07:02 +00:00
Henning Geinitz
89e17fa76a
Don't disable IPv& if poll is not found.
2003-05-26 23:33:12 +00:00
Henning Geinitz
4708ea0f17
Warnings enabled again. Added -cvs to version.
2003-05-25 11:38:20 +00:00
Henning Geinitz
3395afbb7a
New version: 1.0.12.
2003-05-25 11:20:52 +00:00
Henning Geinitz
cc8f09f996
Disabled compilation warnings.
2003-05-18 15:34:36 +00:00
Henning Geinitz
2fca468542
Remove -all_load again and try to use the correct link order for
...
libraries.
2003-05-03 20:48:15 +00:00
Henning Geinitz
69a101ef06
Add -all_load to linker flags on MacOS X to avoid linker errors.
2003-05-02 21:58:57 +00:00
Henning Geinitz
e93322e28d
Test for poll() and disable IPV6 if not found.
2003-05-02 09:41:12 +00:00
Henning Geinitz
06dc21afb4
Added support for -framework option and check for IOKit for MacOS X. Check for
...
latex tools. Minimum autoconf version is 2.54.
2003-04-30 23:00:15 +00:00
Stéphane Voltz
2208647618
* added detection of dev/ppbus/ppi.h include (*BSD)
2003-04-18 20:10:56 +00:00
Henning Geinitz
749ceed2e6
Added a switch to disable libusb. Removed switch to enable ipv6
...
uncondinionally. Check for sys/poll.h.
2003-04-02 16:21:07 +00:00
Henning Geinitz
088281c4e1
Added support for IPv6. Updated manpages. Patch from Julien BLACHE
...
<jb@jblache.org>.
2003-03-30 19:07:18 +00:00
Henning Geinitz
3f2c8ff31e
Updated version number.
2003-02-09 17:50:58 +00:00
Henning Geinitz
ad1137476d
Warnings enabled again. Used extra version -cvs.
2003-02-01 22:58:18 +00:00
Henning Geinitz
175995e387
New version: 1.0.10. Disabled warnings for release.
2003-01-31 19:45:21 +00:00
Henning Geinitz
b8010a3fec
Declare prototypes for all functions that may miss on some platforms.
2003-01-24 14:06:08 +00:00
Henning Geinitz
317e28ab74
Adjusted test for sparc64 to disable SCSI generic v3.
2003-01-21 16:02:56 +00:00
Henning Geinitz
cb2e483d60
Disable the new Linux SG interface for sparc64 to work-around 32 bit userland
...
/ 64 bit kernel problems.
2003-01-17 12:21:16 +00:00
Henning Geinitz
8313af0881
Update to latest libtool (1.4.3), config.sub and config.gues. This should fix
...
the build problems on MacOS X concerning dynamic loading.
2002-12-30 12:41:56 +00:00
Henning Geinitz
414e0c509f
Cleanup. Added some missing quotes. Better structure and comments. Tried to
...
keep similar tests in one group. Moved more complicated tests to
acinclude.m4. Added explicit test for build and host system type. When
checking for programs, used $EXEEXT (hopefully fixes OS/2 gettext
misdetection). Removed obsolete macros. Removed PTAL check. Used autoconf for
asm/io.h check. Shortened --enable-foo output and formatted it
correctly. Translations were installed even if --disable-translations was
set. Don't test for msgcat anymore. Tell why translations aren't
installed. Used autoconf 2.5 syntax for AC_OUTPUT and AC_CONFIG_FILES. Make
sane-config executable. Print flags and installation directories near the end
of configure output.
2002-12-04 17:48:10 +00:00
Henning Geinitz
04317d8623
Use libtool -module when linking shared libs that will be loaded dynamically.
2002-12-01 15:30:18 +00:00
Henning Geinitz
46fcee60aa
Add dynamic loading support for MacOS X/Darwin (from Peter O'Gorman
...
<peter@pogma.com>).
2002-12-01 12:42:01 +00:00
Henning Geinitz
991bd09675
Fixed PACKAGE_VERSION breakage. PACKAGE_VERSION was redefined by autoconf 2.5
...
with a different meaning. Use PACKAGE_STRING instead.
2002-11-29 18:19:58 +00:00
Henning Geinitz
c3e38d99c2
Fix compilation on Tru64 by readding the sys/bitypes.h work-around. Minimum
...
autoconf version is 2.50 now
2002-11-13 16:52:46 +00:00
Henning Geinitz
22fbc9a070
Translations are now enabled by default if the gettext tools are found. Use
...
msgcat if available. Don't update the .po files automatically.
2002-11-03 16:14:27 +00:00
Henning Geinitz
719d9cdd36
Print installation directories.
2002-10-31 17:48:34 +00:00
Henning Geinitz
929e26fe29
Added a warning if sysconfdir is set to /usr/etc.
2002-10-27 12:58:51 +00:00
Henning Geinitz
af8fd9a020
Warnings enabled again. Used extra version -cvs.
2002-10-24 17:51:46 +00:00
Henning Geinitz
f50495f8c6
New version: 1.0.9. Disabled compilation warnings.
2002-10-23 14:06:37 +00:00
Peter Kirchgessner
ea238f9bb7
Peter Kirchgessner: applied patch by David Paschal to remove PTAL-support
2002-09-01 17:47:37 +00:00
Henning Geinitz
e78debcf10
Added define for strcasecmp on OS/2.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-07-06 21:50:41 +00:00
Max Vorobiev
1694389461
*** empty log message ***
2002-07-06 09:59:17 +00:00
Henning Geinitz
a8c8969925
Check for usb_get_busses to make sure, we have at least version 0.1.6 of
...
libusb. Fixed strncasecomp test for OS/2.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-07-03 12:09:29 +00:00
Henning Geinitz
e102b51932
Added HAVE_LIBUSB #define. Added OS/2 substitution for strncasecmp.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-07-03 09:00:47 +00:00
Henning Geinitz
9a36a3dd0c
Added some sanity checks. Configure now stops if one of the essential headers
...
isn't found.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-06-09 09:09:54 +00:00
Henning Geinitz
c4948333ae
Print CPPFLAGS, CFLAGS, LDFLAGS and LIBS for easier debugging. Moved
...
AC_SUBST to the variable definitions they belong to.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-06-07 16:43:07 +00:00
Henning Geinitz
fa42114a14
Added option --disable-local-backends to configure. Only net and dll will be
...
compiled if set. Also a warning is printed.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-06-02 18:56:56 +00:00
Frank Zago
8cdb1af5e1
Added test for long long. Fixed declaration for HAVE_ASM_IO_H.
2002-05-29 05:34:11 +00:00
Henning Geinitz
8d5dbae38e
Warnings enabled by default.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-05-27 22:30:04 +00:00
Oliver Rauch
b063ac70d4
Oliver Rauch:
...
- changed configure/configure.in V_EXTRA to "-cvs"
2002-05-27 20:35:24 +00:00
Henning Geinitz
a4924fbba9
Set version to 1.0.8. Disabled warnings by default.
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-05-24 23:03:31 +00:00
Oliver Rauch
589f86b1bd
Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
...
added cvs code freeze markers for sane 1.0.8
renamed version from "1.0.7-cvs" to "1.0.8-pre1"
2002-05-22 19:37:25 +00:00
Henning Geinitz
cb6aadd8fa
Fixed 16 bit pnm output. The byte-order was wrong for little-endian
...
systems. Based on code from Roland Roberts <roland@astrofoto.org>.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-05-09 13:41:28 +00:00