Fixes for --with-docdir option as per bug

http://bugzilla.remotesensing.org/show_bug.cgi?id=759
This commit is contained in:
Andrey Kiselev 2005-01-30 12:08:03 +00:00
parent 9690ab1ea1
commit 2a7c58ca02
5 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,17 @@
2005-01-30 Andrey Kiselev <dron@remotesensing.org>
* configure.ac: Fixes for --with-docdir option as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=759
* libtiff/tif_open.c: Remove unnesessary TIFFSeekFile() call as per
bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=756
* libtiff/tif_stream.cxx: Fixes for C++ stream interface from
Michael Rinne and Edward Lam.
2005-01-15 Andrey Kiselev <dron@remotesensing.org>
* configure.ac: Make the documentation directory location configurable

2
configure vendored
View File

@ -23031,7 +23031,7 @@ fi
LIBTIFF_DOCDIR=${ac_default_prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
LIBTIFF_DOCDIR=\${prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
# Check whether --with-docdir or --without-docdir was given.

View File

@ -162,7 +162,7 @@ dnl ---------------------------------------------------------------------------
dnl Point to path where we should install documentation.
dnl ---------------------------------------------------------------------------
LIBTIFF_DOCDIR=${ac_default_prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
LIBTIFF_DOCDIR=\${prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
AC_ARG_WITH(docdir,
AS_HELP_STRING([--with-docdir=DIR],

View File

@ -14,7 +14,7 @@
@SET_MAKE@
# $Id: Makefile.in,v 1.17 2005-01-23 09:43:26 dron Exp $
# $Id: Makefile.in,v 1.18 2005-01-30 12:08:03 dron Exp $
#
# Tag Image File Format (TIFF) Software
#

View File

@ -14,7 +14,7 @@
@SET_MAKE@
# $Id: Makefile.in,v 1.31 2005-01-23 09:43:26 dron Exp $
# $Id: Makefile.in,v 1.32 2005-01-30 12:08:03 dron Exp $
#
# Tag Image File Format (TIFF) Software
#