removed extra sh

This commit is contained in:
Frank Warmerdam 2000-07-24 16:56:31 +00:00
parent ad9af004db
commit e0433eb06e

5
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.5 2000-07-13 14:58:16 mwelles Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.6 2000-07-24 16:56:31 warmerda Exp $
#
# Tag Image File Format (TIFF) Software
#
@ -147,7 +147,7 @@ do
-target|--target) ac_prev=TARGET;;
-target=*|--target=*) TARGET="$ac_optarg" ;;
-version|--version)
echo "This is TIFF configure $Revision: 1.5 $"
echo "This is TIFF configure $Revision: 1.6 $"
exit 0
;;
-help|--help) usage; exit 0;;
@ -1156,7 +1156,6 @@ if [ "$DSO" = auto ]; then
TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
;;
*-linux*)
sh
if [ -r /lib/libc.so.6 ] || [ -r /lib/libc.so.5 ]; then
DSOSUF=so.${DIST_MAJOR}
DSOSUF_VERSION=${DSOSUF}.${DIST_MINOR}.${DIST_ALPHA}