diff --git a/ChangeLog b/ChangeLog index cbf23f45..4e043787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-10-09 Andrey Kiselev + + * 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 * Makefile.in: Added missed v3.6.0.html. diff --git a/dist/newalpha b/dist/newalpha deleted file mode 100755 index 04c2e324..00000000 --- a/dist/newalpha +++ /dev/null @@ -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 diff --git a/dist/tiff.alpha b/dist/tiff.alpha deleted file mode 100644 index a78fd0b8..00000000 --- a/dist/tiff.alpha +++ /dev/null @@ -1 +0,0 @@ -define ALPHA diff --git a/tools/Makefile.in b/tools/Makefile.in index 133fe9ab..f10b6638 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -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