Fixes for --with-docdir option as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=759
This commit is contained in:
parent
9690ab1ea1
commit
2a7c58ca02
14
ChangeLog
14
ChangeLog
@ -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>
|
2005-01-15 Andrey Kiselev <dron@remotesensing.org>
|
||||||
|
|
||||||
* configure.ac: Make the documentation directory location configurable
|
* configure.ac: Make the documentation directory location configurable
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -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.
|
# Check whether --with-docdir or --without-docdir was given.
|
||||||
|
@ -162,7 +162,7 @@ dnl ---------------------------------------------------------------------------
|
|||||||
dnl Point to path where we should install documentation.
|
dnl Point to path where we should install documentation.
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
LIBTIFF_DOCDIR=${ac_default_prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
|
LIBTIFF_DOCDIR=\${prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
|
||||||
|
|
||||||
AC_ARG_WITH(docdir,
|
AC_ARG_WITH(docdir,
|
||||||
AS_HELP_STRING([--with-docdir=DIR],
|
AS_HELP_STRING([--with-docdir=DIR],
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
@SET_MAKE@
|
@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
|
# Tag Image File Format (TIFF) Software
|
||||||
#
|
#
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
@SET_MAKE@
|
@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
|
# Tag Image File Format (TIFF) Software
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user