Switched back to the old behaviour. Likely better solution should be found for

OJPEG support.
This commit is contained in:
Andrey Kiselev 2003-05-20 15:42:10 +00:00
parent 5b80291b58
commit 6a861d25b0
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#! smake
# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.35 2003-05-20 15:22:52 dron Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.36 2003-05-20 15:42:10 dron Exp $
#
# @WARNING@
#

4
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.29 2003-05-20 15:22:52 dron Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.30 2003-05-20 15:42:10 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
@ -152,7 +152,7 @@ do
-target|--target) ac_prev=TARGET;;
-target=*|--target=*) TARGET="$ac_optarg" ;;
-version|--version)
echo "This is TIFF configure $Revision: 1.29 $"
echo "This is TIFF configure $Revision: 1.30 $"
exit 0
;;
-help|--help) usage; exit 0;;