*** empty log message ***

This commit is contained in:
Andrey Kiselev 2003-10-09 08:41:00 +00:00
parent d234e74582
commit a24c2d6e45
4 changed files with 10 additions and 11 deletions

View File

@ -1,3 +1,11 @@
2003-10-09 Andrey Kiselev <dron@remotesensing.org>
* configure, libtiff/{Makefile.in, mkversion.c}:
Relative buildings fixed.
* tools/Makefile.in: Added "-I../libtiff" to the tiffset building
rule.
2003-10-07 Andrey Kiselev <dron@remotesensing.org>
* Makefile.in: Added missed v3.6.0.html.

8
dist/newalpha vendored
View File

@ -1,8 +0,0 @@
#! /bin/sh
# $Header: /cvs/maptools/cvsroot/libtiff/dist/Attic/newalpha,v 1.2 1999-11-28 20:15:36 mwelles Exp $
if test -r tiff.alpha; then
ALPHA=`cat tiff.alpha`; rm -f tiff.alpha
echo "$ALPHA" | awk '{ printf "define ALPHA %1d\n", $3+1}' > tiff.alpha
else
echo "define ALPHA 001" >tiff.alpha
fi

1
dist/tiff.alpha vendored
View File

@ -1 +0,0 @@
define ALPHA

View File

@ -1,4 +1,4 @@
# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.11 2002-08-10 15:25:54 dron Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.12 2003-10-09 08:48:16 dron Exp $
#
# @WARNING@
#
@ -175,7 +175,7 @@ tiff2ps.o: ${SRCDIR}/tiff2ps.c
tiffset: tiffset.o ${TIFFLIB}
${CC} -o tiffset ${CFLAGS} tiffset.o ${LIBS}
tiffset.o: ${SRCDIR}/tiffset.c
${CC} -c ${CFLAGS} ${SRCDIR}/tiffset.c
${CC} -c ${CFLAGS} -I../libtiff ${SRCDIR}/tiffset.c
#
# Junky stuff... programs that are more examples of how