* changed backend/Makefile.in:

wrong old installation of libsane.la
          $(INSTALL_PROGRAM) libsane.la $(libdir)/libsane.la
          to this:
          $(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) libsane.la $(libdir)/libsane.la
Oliver Rauch
DEVEL_2_0_BRANCH-1
Oliver Rauch 2000-11-30 20:07:27 +00:00
rodzic e2380e956a
commit 886500f917
1 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,11 @@
2000-11-30 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
* changed backend/Makefile.in:
wrong old installation of libsane.la
$(INSTALL_PROGRAM) libsane.la $(libdir)/libsane.la
to this:
$(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) libsane.la $(libdir)/libsane.la
2000-11-30 Henning Meier-Geinitz <hmg@gmx.de>
* README.irix: Removed. Problem with libjpeg is solved.
@ -14,13 +22,13 @@
2000-11-30 Gerhard Jaeger <g.jaeger@earthling.net>
* backend/plustek.c backend/plustek.desc backend/plustek-share.h
backend/plustek.h doc/sane-plustek.man:
* backend/plustek.c backend/plustek.desc backend/plustek-share.h
backend/plustek.h doc/sane-plustek.man:
changed to version 0.38 - document update, minor bugfixes
2000-11-30 Chris Pinkham <cpinkham@infi.net>
* artec.c: removed O_SYNC for posix compatibility, converted variable
* artec.c: removed O_SYNC for posix compatibility, converted variable
to unsigned char to get rid of overflow error. Changed version
to 0.5.15.