Wykres commitów

21 Commity (e9fd4b2d20f30a6448191b9ce0dabebe22923965)

Autor SHA1 Wiadomość Data
Nils Philippsen 26ea2a2569 use pkg-config in sane-config
As we require pkg-config anyway, simply let sane-config use it to make
it compatible with multilib systems. Previously, sane-config contained
paths which were different on e.g. x86_64 and i386 which made the 64 and
32 bit versions conflict if installed in parallel.
2011-09-16 13:11:32 +02:00
Chris Bagwell ce61e88f86 fix typo in tools/sane-config.in. REGMGR=RESMGR. 2010-04-25 15:49:27 -05:00
Chris Bagwell 15572c9cd9 Add stub for future pkg-config support
Not quite ready to support pkg-config yet but go ahead and provide
basic support in configure to discourage distributions that are
patching pkg-config support in to no longer run "autoreconf -f"
and wiping out our custom libtool.  sane-backends.pc will not
be installed currently.

Also, fixed a LDFLAGS bug in sane-config for GPHOTO2 support.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-06 11:54:03 -05:00
Chris Bagwell 0109113ea3 Don't include -lresmgr in all backends
resmgr library is only used (optionally) by
sanei_usb and sanei_scsi.  So only need to
link it in for those backends.  This was
a stray piece from initial cleanup of LIBS
in sane-backends 1.0.20.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-06 09:49:58 -05:00
Chris Bagwell 6b5973313c * Makefile.in, aclocal.m4, configure, */Makefile.in: Regenerated
with newer automake.
* backend/Makefile.am, tools/sane-config.in: Add missing
$GPHOTO2_LDFLAGS so library can be found.
* tools/Makefile.am: Add mising $SCSI_LIBS to sane-find-scanner.
2009-05-03 22:01:23 +00:00
Chris Bagwell 191cde3dbd Add space mistakenly removed in last CVS update. 2009-03-04 01:22:01 +00:00
Chris Bagwell 9d1375fd7e * acinclude.m4, tools/sane-config.in: Add in missing libraries
to sane-config missed during fix to stop using LIBS to link everything.
Add back in code to move LDFLAGS out of $GPHOTO2_LIBS and into
GPHOTO2_LDFLAGS.
2009-03-03 02:53:42 +00:00
Mattias Ellert 22efa538b7 Fix warnings about ignored --datarootdir 2008-02-03 06:59:36 +00:00
Peter Fales 2f9b6bb8b3 When using pkg-config to get library flags for gphoto2, any
extra flags (such as -L) must be passed to sane-config.in so
that it can find the libraries in a non-standard location.
(Bug #300686)
2004-07-03 18:08:15 +00:00
Henning Geinitz fe31e3389c Updated links. 2003-09-24 15:57:14 +00:00
Henning Geinitz 6d05fab6a4 Removed "fuction" keyword (bourne shell compatibility). 1994-09-06 20:55:14 +00:00
Henning Geinitz 5340034d49 Avoid using "echo -e" for compatibility reasons. 2002-07-28 11:40:09 +00:00
Henning Geinitz 33422298f6 Avoid printing "-I/usr/include" as this changes the default include order
(from Tim Waugh <twaugh@redhat.com>). Really check for entries in $cflags that
are also in $includedir.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-12 16:42:35 +00:00
Henning Geinitz a9f35d5063 Use @NUMBER_VERSION@.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-08 18:48:49 +00:00
Henning Geinitz 9f15f123d0 Also return -ldl (necessary fo IA64?).
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-11-22 20:43:03 +00:00
Petter Reinholdtsen b627ce0be6 Fix typo in previous commit. 2001-04-19 07:28:42 +00:00
Petter Reinholdtsen f76f3af97f Try to guess how to set runtime link path, and make it easier to extend. 2001-04-16 17:23:39 +00:00
Henning Geinitz 8f22c0e307 2001-04-08 Henning Meier-Geinitz <hmg@gmx.de>
* backend/mustek.c backend/mustek.desc backend/mustek.CHANGES
	  Added detection of the TA for the Paragon 1200 SP Pro. Added
	  warning about not supported Trust scanners. Changed description
	  of contarst and brightness settings. Backend status is "stable"
	  now. New version: 1.0-106.
	* acinclude.m4 aclocal.m4: Fixed comment concerning dc240.
	* configure configure.in include/sane/config.h.in: Added test for
	  socklen_t in sys/socket.h. This fixes the compilation problem on
	  Irix.
	* doc/sane-avision.man doc/sane-ricoh.man doc/sane-s9036.man
	  doc/sane-tamarack.man: find-scanner is now called
	  sane-find-scanner and installed on the system so it's not
	  necessary to point to the tools directory.
	* frontend/scanimage.c: Fixed too long line in output.
	* sane-config.in: Name is sane-config again (was sane-backends-config
	  due to the renaming of the package).
	* TODO: Removed entry about net.c not compiling on Irix and
	  references to find-scanner in the man pages. Updated numbers of
	  the compilation warnings. Still too many, however.
2001-04-08 15:52:56 +00:00
Oliver Rauch 90186f8233 sane-config --libs now prints again all libs that libsane depends on
Oliver Rauch
2000-11-30 00:08:48 +00:00
Oliver Rauch bcb31ca600 sane-config --libs print "-lsane" now, all needed shared libs are linked
to the backends now

Oliver Rauch
2000-11-24 16:13:50 +00:00
Petter Reinholdtsen 064827f59d Merged main branch with current DEVEL_1_9. 2000-03-05 13:57:24 +00:00