From a2252cd044bec6323e1c76856bd47a3839078060 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Sat, 12 May 2001 03:11:59 +0000 Subject: [PATCH] removed tee to out.sh --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 9e4d4050..85c4344f 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.15 2001-05-10 02:14:16 warmerda Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.16 2001-05-12 03:11:59 warmerda 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.15 $" + echo "This is TIFF configure $Revision: 1.16 $" exit 0 ;; -help|--help) usage; exit 0;; @@ -649,7 +649,7 @@ SHELL=@SHELL@ all: @if [ -n "${MAKE}" ] ; then echo "make sets make" ; fi EOF -) | tee out.sh | $MAKE -f - | grep "make sets make" > /dev/null ; then +) | $MAKE -f - | grep "make sets make" > /dev/null ; then SETMAKE= else Note "Looks like $MAKE does not setup MAKE in Makefiles, will compensate."