Wykres commitów

102 Commity (95dafc40f8407127cedcffacfc7a7430f25fe0db)

Autor SHA1 Wiadomość Data
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 218716a010 Fixed MacOS X LD_FLAGS bug. 2002-12-06 14:26:31 +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
Peter Fales bcfa90dd98 Remove checks for specific version numbers of gphoto2 - that's not
good for long term maintenance, and the API has settled down enough
that all recent versions (both releases and CVS) are workable for SANE.
It is still necessary to specify --with-gphoto2 if you want to
use the gphoto2 backend.
2002-10-28 02:51:08 +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 Fales b9e94dd9e7 Update allowed gphoto2 version numbers 2002-10-01 03:28:09 +00:00
Peter Fales 101a96218f Fix allowed gphoto2 version numbers 2002-08-16 03:04:52 +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
Henning Geinitz 0a9673face Regenerated from configure.in.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-07-06 14:22:56 +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 7dac97a025 Regenerated. 2002-05-29 05:35:32 +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
Matthew Duggan 2cb1402344 Added check for new libieee1284 version, also updated code to reflect
interface changes.  Required due to critical bug fixes in 0.1.5.
2002-04-12 00:29:57 +00:00
Henning Geinitz 7f316583eb Added work-around for asm/io.h problems.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-07 14:50:18 +00:00
Peter Fales fbc777b899 Update to allowed gphoto2 version numbers 2002-04-03 03:13:52 +00:00
Henning Geinitz 15d3c1c4e3 Added checks for libieee1284. Enable canon_pp backend if found. Patch from
"Matthew Duggan" <stauff@guarana.org>.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-01 22:49:02 +00:00
Henning Geinitz ebe5be801c Another try to get the DISTCLEAN_FILES working.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-03-29 16:46:37 +00:00
Henning Geinitz 78a279218b Update to libtool 1.4.2. Included local changes: use soname "libsane" for all
os but AIX. Use "normal" shared libs (.so) instead of archives on AIX. Use 1
instead of 2 as major number with Irix.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-03-24 14:19:11 +00:00
Henning Geinitz fa8fd9e9f4 Use only shared libraries by default. Fixed file patterns for distclean
targets.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-03-21 20:26:54 +00:00
Henning Geinitz 96195decb5 Added tools/sane-desc.el to output files.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-03-20 22:59:59 +00:00
Abel Deuring 4f70616c01 configure.in, configure, include/sanei/config.h.in
sanei/sanei_scsi.c: Added HAVE_SG_TARGET_STATUS for compatibility
with old Linux sg.h versions

Abel
2002-03-10 14:34:11 +00:00
Henning Geinitz b6b3496b00 Added wrapper for inet_pton(). If this function is not available, try first
inet_aton() and then inet_addr().
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:34:52 +00:00
Peter Fales 9834cad6a9 Update to the allowed gphoto2-config version numbers 2002-02-14 04:32:43 +00:00
Henning Geinitz e3cbda553c Added global list of file patterns for "make distclean". Some "make clean"
and "make distclean" cleanup and additions.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-13 20:48:29 +00:00
Henning Geinitz c1d3afc64f Link to functions in lib/ only if they are not available on the system. Use
AC_PROG_LIBTOOL instead of the deprecated AM_PROG_LIBTOOL.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-10 18:35:29 +00:00
Henning Geinitz c62b16eca3 Version is 1.0.7-cvs. Enable warnings by default. Don't use "-ansi" for HPUX.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-04 23:24:36 +00:00
Henning Geinitz d603dde9f5 Added a missing "test" command in check for gphoto2. This fixes error
messages while testing for gphoto2 and a false positive result.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-03 11:24:01 +00:00
Henning Geinitz 6c70042b14 Include <sys/types.h> and <sys/ipc.h> also when checking for struct semun in
<sys/sem.h>. This fixes a compilation problem on FreeBSD.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-02 17:09:00 +00:00
Peter Fales e297467707 gphoto2 backend broken by latest gphoto2 updates 2002-02-02 04:40:40 +00:00
Henning Geinitz befe15b5ee New vesrion: 1.0.7. Disabled extra version.
Disabeld warnings by default.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-28 23:08:55 +00:00
Henning Geinitz 5a1ea1bcd2 Only define union semun if not already defined in <sys/sem.h>. Fixes
compilation bugs on Irix and FreeBSD.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-27 18:24:47 +00:00
Peter Fales 7f510fd21f Update gphoto2 version check 2002-01-19 02:12:21 +00:00
Peter Fales 4ca99c69ea Disable gphoto2 backend if wrong version is installed 2002-01-18 01:57:01 +00:00
Peter Fales cbf1b2287b Disable gphoto2 unless specifically requested by the user, and the
right version is found
2002-01-17 03:17:23 +00:00