===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
imview-1.1.9h/buildnb-2-# increments build number
imview-1.1.9h/buildnb:3:buildno=`egrep '^int buildnb' patchlevel.h | awk '{print $4}'`
imview-1.1.9h/buildnb:4:totalbno=`egrep '^int totalbnb' patchlevel.h | awk '{print $4}'`
imview-1.1.9h/buildnb:5:buildno=`expr ${buildno} + 1`
imview-1.1.9h/buildnb:6:totalbno=`expr ${totalbno} + 1`
imview-1.1.9h/buildnb-7-sed -e '/^const char \*patchlevel/q' patchlevel.h > tmppatch
##############################################
imview-1.1.9h/changehdr.sh-9-    sed -n -e '/^.*/p' -e '/^ \* \*\//q' $file > /tmp/imview/oldheader
imview-1.1.9h/changehdr.sh:10:    nblines=`wc -l /tmp/imview/oldheader | awk '{print $1}'`
imview-1.1.9h/changehdr.sh-11-    sed -e "1,$nblines d" $file > $tmpfile
##############################################
imview-1.1.9h/config.guess-37-
imview-1.1.9h/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
imview-1.1.9h/config.guess-39-
##############################################
imview-1.1.9h/config.guess-106-: ${TMPDIR=/tmp} ;
imview-1.1.9h/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
imview-1.1.9h/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
imview-1.1.9h/config.guess-190-	    *)
imview-1.1.9h/config.guess:191:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
imview-1.1.9h/config.guess-192-		;;
##############################################
imview-1.1.9h/config.guess-242-	if test $UNAME_RELEASE = "V4.0"; then
imview-1.1.9h/config.guess:243:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
imview-1.1.9h/config.guess-244-	fi
##############################################
imview-1.1.9h/config.guess-248-	# types through head -n 1, so we only detect the type of CPU 0.
imview-1.1.9h/config.guess:249:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
imview-1.1.9h/config.guess-250-	case "$ALPHA_CPU_TYPE" in
##############################################
imview-1.1.9h/config.guess-285-	# 1.2 uses "1.2" for uname -r.
imview-1.1.9h/config.guess:286:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
imview-1.1.9h/config.guess-287-	exit 0 ;;
##############################################
imview-1.1.9h/config.guess-330-    sun4H:SunOS:5.*:*)
imview-1.1.9h/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
imview-1.1.9h/config.guess-332-	exit 0 ;;
imview-1.1.9h/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
imview-1.1.9h/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
imview-1.1.9h/config.guess-335-	exit 0 ;;
imview-1.1.9h/config.guess-336-    i86pc:SunOS:5.*:*)
imview-1.1.9h/config.guess:337:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
imview-1.1.9h/config.guess-338-	exit 0 ;;
##############################################
imview-1.1.9h/config.guess-342-	# it's likely to be more like Solaris than SunOS4.
imview-1.1.9h/config.guess:343:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
imview-1.1.9h/config.guess-344-	exit 0 ;;
##############################################
imview-1.1.9h/config.guess-351-	# Japanese Language versions have a version number like `4.1.3-JL'.
imview-1.1.9h/config.guess:352:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
imview-1.1.9h/config.guess-353-	exit 0 ;;
##############################################
imview-1.1.9h/config.guess-357-    sun*:*:4.2BSD:*)
imview-1.1.9h/config.guess:358:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
imview-1.1.9h/config.guess-359-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
imview-1.1.9h/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c \
imview-1.1.9h/config.guess:437:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
imview-1.1.9h/config.guess-438-	  && exit 0
##############################################
imview-1.1.9h/config.guess-491-    *:IRIX*:*:*)
imview-1.1.9h/config.guess:492:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
imview-1.1.9h/config.guess-493-	exit 0 ;;
##############################################
imview-1.1.9h/config.guess-530-    *:AIX:*:[45])
imview-1.1.9h/config.guess:531:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
imview-1.1.9h/config.guess-532-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
imview-1.1.9h/config.guess-565-    9000/[34678]??:HP-UX:*:*)
imview-1.1.9h/config.guess:566:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
imview-1.1.9h/config.guess-567-	case "${UNAME_MACHINE}" in
##############################################
imview-1.1.9h/config.guess-619-EOF
imview-1.1.9h/config.guess:620:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
imview-1.1.9h/config.guess-621-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
imview-1.1.9h/config.guess-637-    ia64:HP-UX:*:*)
imview-1.1.9h/config.guess:638:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
imview-1.1.9h/config.guess-639-	echo ia64-hp-hpux${HPUX_REV}
##############################################
imview-1.1.9h/config.guess-737-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
imview-1.1.9h/config.guess:738:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
imview-1.1.9h/config.guess-739-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
imview-1.1.9h/config.guess-760-EOF
imview-1.1.9h/config.guess:761:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
imview-1.1.9h/config.guess:762:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
imview-1.1.9h/config.guess-763-	exit 0 ;;
##############################################
imview-1.1.9h/config.guess-791-    prep*:SunOS:5.*:*)
imview-1.1.9h/config.guess:792:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
imview-1.1.9h/config.guess-793-	exit 0 ;;
imview-1.1.9h/config.guess-794-    *:GNU:*:*)
imview-1.1.9h/config.guess:795:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
imview-1.1.9h/config.guess-796-	exit 0 ;;
##############################################
imview-1.1.9h/config.guess-824-EOF
imview-1.1.9h/config.guess:825:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
imview-1.1.9h/config.guess-826-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
imview-1.1.9h/config.guess-843-EOF
imview-1.1.9h/config.guess:844:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
imview-1.1.9h/config.guess-845-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
imview-1.1.9h/config.guess-938-EOF
imview-1.1.9h/config.guess:939:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
imview-1.1.9h/config.guess-940-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
imview-1.1.9h/config.guess-974-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
imview-1.1.9h/config.guess:975:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
imview-1.1.9h/config.guess-976-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
imview-1.1.9h/config.sub-54-
imview-1.1.9h/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
imview-1.1.9h/config.sub-56-
##############################################
imview-1.1.9h/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
imview-1.1.9h/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
imview-1.1.9h/config.sub-120-case $maybe_os in
##############################################
imview-1.1.9h/config.sub-122-    os=-$maybe_os
imview-1.1.9h/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
imview-1.1.9h/config.sub-124-    ;;
imview-1.1.9h/config.sub-125-  *)
imview-1.1.9h/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
imview-1.1.9h/config.sub-127-    if [ $basic_machine != $1 ]
imview-1.1.9h/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
imview-1.1.9h/config.sub-129-    else os=; fi
##############################################
imview-1.1.9h/config.sub-173-		os=-sco3.2v5
imview-1.1.9h/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-175-		;;
##############################################
imview-1.1.9h/config.sub-177-		os=-sco3.2v4
imview-1.1.9h/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-179-		;;
imview-1.1.9h/config.sub-180-	-sco3.2.[4-9]*)
imview-1.1.9h/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
imview-1.1.9h/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-183-		;;
##############################################
imview-1.1.9h/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
imview-1.1.9h/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-187-		;;
##############################################
imview-1.1.9h/config.sub-189-		os=-sco3.2v2
imview-1.1.9h/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-191-		;;
imview-1.1.9h/config.sub-192-	-udk*)
imview-1.1.9h/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-194-		;;
##############################################
imview-1.1.9h/config.sub-196-		os=-isc2.2
imview-1.1.9h/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-198-		;;
##############################################
imview-1.1.9h/config.sub-202-	-isc*)
imview-1.1.9h/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
imview-1.1.9h/config.sub-204-		;;
##############################################
imview-1.1.9h/config.sub-208-	-ptx*)
imview-1.1.9h/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
imview-1.1.9h/config.sub-210-		;;
imview-1.1.9h/config.sub-211-	-windowsnt*)
imview-1.1.9h/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
imview-1.1.9h/config.sub-213-		;;
##############################################
imview-1.1.9h/config.sub-286-	*-*-*)
imview-1.1.9h/config.sub:287:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
imview-1.1.9h/config.sub-288-		exit 1
##############################################
imview-1.1.9h/config.sub-573-	i*86v32)
imview-1.1.9h/config.sub:574:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
imview-1.1.9h/config.sub-575-		os=-sysv32
##############################################
imview-1.1.9h/config.sub-577-	i*86v4*)
imview-1.1.9h/config.sub:578:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
imview-1.1.9h/config.sub-579-		os=-sysv4
##############################################
imview-1.1.9h/config.sub-581-	i*86v)
imview-1.1.9h/config.sub:582:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
imview-1.1.9h/config.sub-583-		os=-sysv
##############################################
imview-1.1.9h/config.sub-585-	i*86sol2)
imview-1.1.9h/config.sub:586:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
imview-1.1.9h/config.sub-587-		os=-solaris2
##############################################
imview-1.1.9h/config.sub-633-	mips3*-*)
imview-1.1.9h/config.sub:634:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
imview-1.1.9h/config.sub-635-		;;
imview-1.1.9h/config.sub-636-	mips3*)
imview-1.1.9h/config.sub:637:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
imview-1.1.9h/config.sub-638-		;;
##############################################
imview-1.1.9h/config.sub-772-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
imview-1.1.9h/config.sub:773:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
imview-1.1.9h/config.sub-774-		;;
imview-1.1.9h/config.sub-775-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
imview-1.1.9h/config.sub:776:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
imview-1.1.9h/config.sub-777-		;;
imview-1.1.9h/config.sub-778-	pentiumii-* | pentium2-*)
imview-1.1.9h/config.sub:779:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
imview-1.1.9h/config.sub-780-		;;
##############################################
imview-1.1.9h/config.sub-787-		;;
imview-1.1.9h/config.sub:788:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
imview-1.1.9h/config.sub-789-		;;
##############################################
imview-1.1.9h/config.sub-793-	ppcle-* | powerpclittle-*)
imview-1.1.9h/config.sub:794:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
imview-1.1.9h/config.sub-795-		;;
##############################################
imview-1.1.9h/config.sub-797-		;;
imview-1.1.9h/config.sub:798:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
imview-1.1.9h/config.sub-799-		;;
##############################################
imview-1.1.9h/config.sub-803-	ppc64le-* | powerpc64little-*)
imview-1.1.9h/config.sub:804:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
imview-1.1.9h/config.sub-805-		;;
##############################################
imview-1.1.9h/config.sub-1057-	*)
imview-1.1.9h/config.sub:1058:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
imview-1.1.9h/config.sub-1059-		exit 1
##############################################
imview-1.1.9h/config.sub-1065-	*-digital*)
imview-1.1.9h/config.sub:1066:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
imview-1.1.9h/config.sub-1067-		;;
imview-1.1.9h/config.sub-1068-	*-commodore*)
imview-1.1.9h/config.sub:1069:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
imview-1.1.9h/config.sub-1070-		;;
##############################################
imview-1.1.9h/config.sub-1083-	-solaris1 | -solaris1.*)
imview-1.1.9h/config.sub:1084:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
imview-1.1.9h/config.sub-1085-		;;
##############################################
imview-1.1.9h/config.sub-1095-	-gnu/linux*)
imview-1.1.9h/config.sub:1096:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
imview-1.1.9h/config.sub-1097-		;;
##############################################
imview-1.1.9h/config.sub-1135-	-nto*)
imview-1.1.9h/config.sub:1136:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
imview-1.1.9h/config.sub-1137-		;;
##############################################
imview-1.1.9h/config.sub-1142-	-mac*)
imview-1.1.9h/config.sub:1143:		os=`echo $os | sed -e 's|mac|macos|'`
imview-1.1.9h/config.sub-1144-		;;
imview-1.1.9h/config.sub-1145-	-linux*)
imview-1.1.9h/config.sub:1146:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
imview-1.1.9h/config.sub-1147-		;;
imview-1.1.9h/config.sub-1148-	-sunos5*)
imview-1.1.9h/config.sub:1149:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
imview-1.1.9h/config.sub-1150-		;;
imview-1.1.9h/config.sub-1151-	-sunos6*)
imview-1.1.9h/config.sub:1152:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
imview-1.1.9h/config.sub-1153-		;;
##############################################
imview-1.1.9h/config.sub-1194-	-sinix5.*)
imview-1.1.9h/config.sub:1195:		os=`echo $os | sed -e 's|sinix|sysv|'`
imview-1.1.9h/config.sub-1196-		;;
##############################################
imview-1.1.9h/config.sub-1236-		# Get rid of the `-' at the beginning of $os.
imview-1.1.9h/config.sub:1237:		os=`echo $os | sed 's/[^-]*-//'`
imview-1.1.9h/config.sub:1238:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
imview-1.1.9h/config.sub-1239-		exit 1
##############################################
imview-1.1.9h/config.sub-1463-		esac
imview-1.1.9h/config.sub:1464:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
imview-1.1.9h/config.sub-1465-		;;
##############################################
imview-1.1.9h/install-sh-85-
imview-1.1.9h/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
imview-1.1.9h/install-sh-87-	    shift
##############################################
imview-1.1.9h/install-sh-89-
imview-1.1.9h/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
imview-1.1.9h/install-sh-91-	    shift
##############################################
imview-1.1.9h/install-sh-151-	then
imview-1.1.9h/install-sh:152:		dst="$dst"/`basename $src`
imview-1.1.9h/install-sh-153-	else
##############################################
imview-1.1.9h/install-sh-158-## this sed command emulates the dirname command
imview-1.1.9h/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
imview-1.1.9h/install-sh-160-
##############################################
imview-1.1.9h/install-sh-172-IFS='%'
imview-1.1.9h/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
imview-1.1.9h/install-sh-174-IFS="${oIFS}"
##############################################
imview-1.1.9h/install-sh-206-	then
imview-1.1.9h/install-sh:207:		dstfile=`basename $dst`
imview-1.1.9h/install-sh-208-	else
##############################################
imview-1.1.9h/install-sh-216-	then
imview-1.1.9h/install-sh:217:		dstfile=`basename $dst`
imview-1.1.9h/install-sh-218-	else
##############################################
imview-1.1.9h/mkinstalldirs-12-do
imview-1.1.9h/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
imview-1.1.9h/mkinstalldirs-14-   shift
##############################################
imview-1.1.9h/server/socketstream.cxx-51-	(socket_type s, sockaddr_in a)
imview-1.1.9h/server/socketstream.cxx:52:	: sock(s), addr(a)
imview-1.1.9h/server/socketstream.cxx-53-{
##############################################
imview-1.1.9h/server/socketstream.cxx-140-
imview-1.1.9h/server/socketstream.cxx:141:    unsigned long addr = inet_addr(address);
imview-1.1.9h/server/socketstream.cxx-142-    if (addr != INADDR_NONE)
imview-1.1.9h/server/socketstream.cxx:143:        hp = gethostbyaddr((const char*)&addr, 4, AF_INET);
imview-1.1.9h/server/socketstream.cxx-144-    else
##############################################
imview-1.1.9h/debian/patches/10_non-static.patch-17-@@ -2342,9 +2342,9 @@ else
imview-1.1.9h/debian/patches/10_non-static.patch:18: 	fltk_images_name=`$my_fltk_config --libs | sed 's/\(.*fltk\)\(\.a$\)/\1_images.a/'`
imview-1.1.9h/debian/patches/10_non-static.patch:19: 		fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/debian/patches/10_non-static.patch-20- 	FLUID=${START}fluid
imview-1.1.9h/debian/patches/10_non-static.patch:21:-		LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/debian/patches/10_non-static.patch:22:+		LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/debian/patches/10_non-static.patch-23- 	Cppflags="$CPPFLAGS $fltk_include_flags"
imview-1.1.9h/debian/patches/10_non-static.patch:24:-	FLTKLIB="`$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/debian/patches/10_non-static.patch:25:+	FLTKLIB="`$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/debian/patches/10_non-static.patch-26- 	fltklib=$fltk_cfg_name
##############################################
imview-1.1.9h/debian/patches/10_non-static.patch-33-@@ -281,9 +281,9 @@ else
imview-1.1.9h/debian/patches/10_non-static.patch:34: 	fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/debian/patches/10_non-static.patch-35- 	FLUID=${START}fluid
imview-1.1.9h/debian/patches/10_non-static.patch-36- 	dnl Include extra library (FLTK-1.1.x) for handling various image formats.
imview-1.1.9h/debian/patches/10_non-static.patch:37:-	LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/debian/patches/10_non-static.patch:38:+	LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/debian/patches/10_non-static.patch-39- 	Cppflags="$CPPFLAGS $fltk_include_flags"
imview-1.1.9h/debian/patches/10_non-static.patch:40:-	FLTKLIB="`$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/debian/patches/10_non-static.patch:41:+	FLTKLIB="`$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/debian/patches/10_non-static.patch-42- 	fltklib=$fltk_cfg_name
##############################################
imview-1.1.9h/.pc/08_makefile.patch/Makefile.in-509-			${CP} $$a Imview.app/Contents/Frameworks ;\
imview-1.1.9h/.pc/08_makefile.patch/Makefile.in:510:			b=`basename $$a` ;\
imview-1.1.9h/.pc/08_makefile.patch/Makefile.in-511-			install_name_tool \
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-46-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
imview-1.1.9h/.pc/10_non-static.patch/configure:47:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
imview-1.1.9h/.pc/10_non-static.patch/configure-48-  as_echo='printf %s\n'
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-50-else
imview-1.1.9h/.pc/10_non-static.patch/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
imview-1.1.9h/.pc/10_non-static.patch/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
imview-1.1.9h/.pc/10_non-static.patch/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
imview-1.1.9h/.pc/10_non-static.patch/configure-62-      esac;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-234-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
imview-1.1.9h/.pc/10_non-static.patch/configure:235:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
imview-1.1.9h/.pc/10_non-static.patch/configure-236-") 2> /dev/null; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-349-  test "x$as_lineno_1" != "x$as_lineno_2" &&
imview-1.1.9h/.pc/10_non-static.patch/configure:350:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
imview-1.1.9h/.pc/10_non-static.patch/configure-351-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-445-  test "x$as_lineno_1" != "x$as_lineno_2" &&
imview-1.1.9h/.pc/10_non-static.patch/configure:446:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
imview-1.1.9h/.pc/10_non-static.patch/configure-447-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-558-	esac;
imview-1.1.9h/.pc/10_non-static.patch/configure:559:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
imview-1.1.9h/.pc/10_non-static.patch/configure-560-	???[sx]*):;;*)false;;esac;fi
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-830-  case $ac_option in
imview-1.1.9h/.pc/10_non-static.patch/configure:831:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
imview-1.1.9h/.pc/10_non-static.patch/configure-832-  *)	ac_optarg=yes ;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-873-  -disable-* | --disable-*)
imview-1.1.9h/.pc/10_non-static.patch/configure:874:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-875-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-879-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/.pc/10_non-static.patch/configure:880:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/.pc/10_non-static.patch/configure-881-    case $ac_user_opts in
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-900-  -enable-* | --enable-*)
imview-1.1.9h/.pc/10_non-static.patch/configure:901:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-902-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-906-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/.pc/10_non-static.patch/configure:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/.pc/10_non-static.patch/configure-908-    case $ac_user_opts in
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1105-  -with-* | --with-*)
imview-1.1.9h/.pc/10_non-static.patch/configure:1106:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1107-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1111-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/.pc/10_non-static.patch/configure:1112:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1113-    case $ac_user_opts in
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1122-  -without-* | --without-*)
imview-1.1.9h/.pc/10_non-static.patch/configure:1123:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1124-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1128-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/.pc/10_non-static.patch/configure:1129:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1130-    case $ac_user_opts in
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1162-  *=*)
imview-1.1.9h/.pc/10_non-static.patch/configure:1163:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
imview-1.1.9h/.pc/10_non-static.patch/configure-1164-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1182-if test -n "$ac_prev"; then
imview-1.1.9h/.pc/10_non-static.patch/configure:1183:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1184-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1206-    */ )
imview-1.1.9h/.pc/10_non-static.patch/configure:1207:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1208-      eval $ac_var=\$ac_val;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1244-ac_ls_di=`ls -di .` &&
imview-1.1.9h/.pc/10_non-static.patch/configure:1245:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
imview-1.1.9h/.pc/10_non-static.patch/configure-1246-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1304-case $srcdir in
imview-1.1.9h/.pc/10_non-static.patch/configure:1305:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
imview-1.1.9h/.pc/10_non-static.patch/configure-1306-esac
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1347-By default, \`make install' will install all the files in
imview-1.1.9h/.pc/10_non-static.patch/configure:1348:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
imview-1.1.9h/.pc/10_non-static.patch/configure:1349:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
imview-1.1.9h/.pc/10_non-static.patch/configure-1350-for instance \`--prefix=\$HOME'.
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1448-*)
imview-1.1.9h/.pc/10_non-static.patch/configure:1449:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1450-  # A ".." for each directory in $ac_dir_suffix.
imview-1.1.9h/.pc/10_non-static.patch/configure:1451:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
imview-1.1.9h/.pc/10_non-static.patch/configure-1452-  case $ac_top_builddir_sub in
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1581-    *\'*)
imview-1.1.9h/.pc/10_non-static.patch/configure:1582:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/.pc/10_non-static.patch/configure-1583-    esac
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1668-      case $ac_val in
imview-1.1.9h/.pc/10_non-static.patch/configure:1669:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
imview-1.1.9h/.pc/10_non-static.patch/configure-1670-      esac
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1685-	case $ac_val in
imview-1.1.9h/.pc/10_non-static.patch/configure:1686:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
imview-1.1.9h/.pc/10_non-static.patch/configure-1687-	esac
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1780-    set,)
imview-1.1.9h/.pc/10_non-static.patch/configure:1781:      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
imview-1.1.9h/.pc/10_non-static.patch/configure:1782:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
imview-1.1.9h/.pc/10_non-static.patch/configure-1783-      ac_cache_corrupted=: ;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1791-	# differences in whitespace do not lead to failure.
imview-1.1.9h/.pc/10_non-static.patch/configure:1792:	ac_old_val_w=`echo x $ac_old_val`
imview-1.1.9h/.pc/10_non-static.patch/configure:1793:	ac_new_val_w=`echo x $ac_new_val`
imview-1.1.9h/.pc/10_non-static.patch/configure-1794-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1811-    case $ac_new_val in
imview-1.1.9h/.pc/10_non-static.patch/configure:1812:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/.pc/10_non-static.patch/configure-1813-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1897-test "x$ac_build_alias" = x &&
imview-1.1.9h/.pc/10_non-static.patch/configure:1898:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
imview-1.1.9h/.pc/10_non-static.patch/configure-1899-test "x$ac_build_alias" = x &&
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1902-   { (exit 1); exit 1; }; }
imview-1.1.9h/.pc/10_non-static.patch/configure:1903:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
imview-1.1.9h/.pc/10_non-static.patch/configure-1904-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1927-IFS=$ac_save_IFS
imview-1.1.9h/.pc/10_non-static.patch/configure:1928:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
imview-1.1.9h/.pc/10_non-static.patch/configure-1929-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1938-else
imview-1.1.9h/.pc/10_non-static.patch/configure:1939:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
imview-1.1.9h/.pc/10_non-static.patch/configure-1940-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1964-IFS=$ac_save_IFS
imview-1.1.9h/.pc/10_non-static.patch/configure:1965:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
imview-1.1.9h/.pc/10_non-static.patch/configure-1966-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-1975-else
imview-1.1.9h/.pc/10_non-static.patch/configure:1976:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
imview-1.1.9h/.pc/10_non-static.patch/configure-1977-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2001-IFS=$ac_save_IFS
imview-1.1.9h/.pc/10_non-static.patch/configure:2002:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
imview-1.1.9h/.pc/10_non-static.patch/configure-2003-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2248-
imview-1.1.9h/.pc/10_non-static.patch/configure:2249:srcdirfull=`cd $srcdir && pwd`
imview-1.1.9h/.pc/10_non-static.patch/configure-2250-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2323-		my_fltk_config=${fltk_dist}/fltk-config
imview-1.1.9h/.pc/10_non-static.patch/configure:2324:	my_fltk_version=`${fltk_dist}/fltk-config --version`
imview-1.1.9h/.pc/10_non-static.patch/configure:2325:	fltk_config_name=`$my_fltk_config --libs` # that's pre-installation, no good
imview-1.1.9h/.pc/10_non-static.patch/configure:2326:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name still OK
imview-1.1.9h/.pc/10_non-static.patch/configure-2327-	fltk_config_name=${fltk_dist}/lib/lib${fltk_cfg_nm}.a
imview-1.1.9h/.pc/10_non-static.patch/configure-2328-	fltk_images_name=${fltk_dist}/lib/lib${fltk_cfg_nm}_images.a
imview-1.1.9h/.pc/10_non-static.patch/configure:2329:		fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/.pc/10_non-static.patch/configure-2330-	LDFLAGS="-L${fltk_dist}/lib $LDFLAGS"
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2335-	# one more hack for the road... This is needed to get the `framework` information on macos
imview-1.1.9h/.pc/10_non-static.patch/configure:2336:	LDFLAGS="$LDFLAGS `$my_fltk_config --ldflags`"
imview-1.1.9h/.pc/10_non-static.patch/configure-2337-else
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2339-	my_fltk_version=`fltk-config --version`
imview-1.1.9h/.pc/10_non-static.patch/configure:2340:	fltk_config_name=`$my_fltk_config --libs` # long path
imview-1.1.9h/.pc/10_non-static.patch/configure:2341:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name
imview-1.1.9h/.pc/10_non-static.patch/configure:2342:	fltk_images_name=`$my_fltk_config --libs | sed 's/\(.*fltk\)\(\.a$\)/\1_images.a/'`
imview-1.1.9h/.pc/10_non-static.patch/configure:2343:		fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/.pc/10_non-static.patch/configure-2344-	FLUID=${START}fluid
imview-1.1.9h/.pc/10_non-static.patch/configure:2345:		LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/.pc/10_non-static.patch/configure-2346-	Cppflags="$CPPFLAGS $fltk_include_flags"
imview-1.1.9h/.pc/10_non-static.patch/configure:2347:	FLTKLIB="`$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/.pc/10_non-static.patch/configure-2348-	fltklib=$fltk_cfg_name
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2350-
imview-1.1.9h/.pc/10_non-static.patch/configure:2351:fltk_x11_ldflags=`$my_fltk_config --ldflags | grep '\-lX11'`
imview-1.1.9h/.pc/10_non-static.patch/configure-2352-if test "$fltk_x11_ldflags" != "" ; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2614-$as_echo_n "checking for C++ compiler default output file name... " >&6; }
imview-1.1.9h/.pc/10_non-static.patch/configure:2615:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
imview-1.1.9h/.pc/10_non-static.patch/configure-2616-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2658-	then :; else
imview-1.1.9h/.pc/10_non-static.patch/configure:2659:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-2660-	fi
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2761-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
imview-1.1.9h/.pc/10_non-static.patch/configure:2762:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-2763-	  break;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-2819-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
imview-1.1.9h/.pc/10_non-static.patch/configure:2820:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-2821-       break;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-3944-set x ${MAKE-make}
imview-1.1.9h/.pc/10_non-static.patch/configure:3945:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
imview-1.1.9h/.pc/10_non-static.patch/configure-3946-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-3954-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
imview-1.1.9h/.pc/10_non-static.patch/configure:3955:case `${MAKE-make} -f conftest.make 2>/dev/null` in
imview-1.1.9h/.pc/10_non-static.patch/configure-3956-  *@@@%%%=?*=@@@%%%*)
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-4435-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
imview-1.1.9h/.pc/10_non-static.patch/configure:4436:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-4437-{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-4495-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:4496:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-4497-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-4939-  # Check for GNU $ac_path_GREP
imview-1.1.9h/.pc/10_non-static.patch/configure:4940:case `"$ac_path_GREP" --version 2>&1` in
imview-1.1.9h/.pc/10_non-static.patch/configure-4941-*GNU*)
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-4953-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
imview-1.1.9h/.pc/10_non-static.patch/configure:4954:    ac_count=`expr $ac_count + 1`
imview-1.1.9h/.pc/10_non-static.patch/configure-4955-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-5007-  # Check for GNU $ac_path_EGREP
imview-1.1.9h/.pc/10_non-static.patch/configure:5008:case `"$ac_path_EGREP" --version 2>&1` in
imview-1.1.9h/.pc/10_non-static.patch/configure-5009-*GNU*)
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-5021-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
imview-1.1.9h/.pc/10_non-static.patch/configure:5022:    ac_count=`expr $ac_count + 1`
imview-1.1.9h/.pc/10_non-static.patch/configure-5023-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-5245-do
imview-1.1.9h/.pc/10_non-static.patch/configure:5246:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-5247-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-5297-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:5298:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-5299-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-5936-do
imview-1.1.9h/.pc/10_non-static.patch/configure:5937:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-5938-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-6028-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:6029:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-6030-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-6039-do
imview-1.1.9h/.pc/10_non-static.patch/configure:6040:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-6041-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-6131-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:6132:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-6133-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-6177-    for ac_var in incroot usrlibdir libdir; do
imview-1.1.9h/.pc/10_non-static.patch/configure:6178:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
imview-1.1.9h/.pc/10_non-static.patch/configure-6179-    done
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-6334-	LIBS=$ac_save_LIBS
imview-1.1.9h/.pc/10_non-static.patch/configure:6335:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
imview-1.1.9h/.pc/10_non-static.patch/configure-6336-do
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-8105-$ECHO -n "Checking for fltk version:  <${my_fltk_version}> "
imview-1.1.9h/.pc/10_non-static.patch/configure:8106:majorver=`(${FLUID} -o /tmp/toto -c /dev/null ; grep 'version' /tmp/toto | awk '{printf("%.0f\n", $NF)}' )`
imview-1.1.9h/.pc/10_non-static.patch/configure:8107:minorver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", ($NF-int($NF)) * 100)}' )`
imview-1.1.9h/.pc/10_non-static.patch/configure:8108:patchver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", 100*((($NF-int($NF))*100)-int(($NF-int($NF))*100)))}' )`
imview-1.1.9h/.pc/10_non-static.patch/configure-8109-rm /tmp/toto # clean up
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-8120-
imview-1.1.9h/.pc/10_non-static.patch/configure:8121:fltk_alt_suff=`echo $CXX | sed 's%/%_%g'`
imview-1.1.9h/.pc/10_non-static.patch/configure-8122-echo "Alternative libfltk name: " libfltk_${fltk_alt_suff}.a
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-8127-
imview-1.1.9h/.pc/10_non-static.patch/configure:8128:xtra_cflags=`$my_fltk_config --cflags`
imview-1.1.9h/.pc/10_non-static.patch/configure:8129:xtra_ldflags=`$my_fltk_config --ldflags`
imview-1.1.9h/.pc/10_non-static.patch/configure-8130-if test "$have_wingdi" = 'yes' ; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-8141-
imview-1.1.9h/.pc/10_non-static.patch/configure:8142:need_Xft=`$my_fltk_config --ldflags | grep Xft`
imview-1.1.9h/.pc/10_non-static.patch/configure-8143-echo -n "Testing if $fltklib needs True Type rendering"
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-8320-    echo "Testing for windows compatible pthreads"
imview-1.1.9h/.pc/10_non-static.patch/configure:8321:    as_ac_Lib=`$as_echo "ac_cv_lib_${WINTHREAD}''_pthread_attr_init" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-8322-{ $as_echo "$as_me:$LINENO: checking for pthread_attr_init in -l${WINTHREAD}" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-9777-do
imview-1.1.9h/.pc/10_non-static.patch/configure:9778:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-9779-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-9832-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:9833:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-9834-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-10112-do
imview-1.1.9h/.pc/10_non-static.patch/configure:10113:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-10114-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-10248-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:10249:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-10250-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-10654-do
imview-1.1.9h/.pc/10_non-static.patch/configure:10655:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-10656-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-10746-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:10747:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-10748-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-10850-do
imview-1.1.9h/.pc/10_non-static.patch/configure:10851:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-10852-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-10942-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:10943:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-10944-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-10956-do
imview-1.1.9h/.pc/10_non-static.patch/configure:10957:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/.pc/10_non-static.patch/configure-10958-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11048-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/.pc/10_non-static.patch/configure:11049:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/.pc/10_non-static.patch/configure-11050-_ACEOF
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11076-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
imview-1.1.9h/.pc/10_non-static.patch/configure:11077:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
imview-1.1.9h/.pc/10_non-static.patch/configure-11078-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11146-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
imview-1.1.9h/.pc/10_non-static.patch/configure:11147:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
imview-1.1.9h/.pc/10_non-static.patch/configure-11148-  as_echo='printf %s\n'
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11150-else
imview-1.1.9h/.pc/10_non-static.patch/configure:11151:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
imview-1.1.9h/.pc/10_non-static.patch/configure-11152-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11160-	expr "X$arg" : "X\\(.*\\)$as_nl";
imview-1.1.9h/.pc/10_non-static.patch/configure:11161:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
imview-1.1.9h/.pc/10_non-static.patch/configure-11162-      esac;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11276-  test "x$as_lineno_1" != "x$as_lineno_2" &&
imview-1.1.9h/.pc/10_non-static.patch/configure:11277:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
imview-1.1.9h/.pc/10_non-static.patch/configure-11278-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11389-	esac;
imview-1.1.9h/.pc/10_non-static.patch/configure:11390:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
imview-1.1.9h/.pc/10_non-static.patch/configure-11391-	???[sx]*):;;*)false;;esac;fi
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11474-configured by $0, generated by GNU Autoconf 2.63,
imview-1.1.9h/.pc/10_non-static.patch/configure:11475:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
imview-1.1.9h/.pc/10_non-static.patch/configure-11476-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11493-  --*=*)
imview-1.1.9h/.pc/10_non-static.patch/configure:11494:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
imview-1.1.9h/.pc/10_non-static.patch/configure:11495:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
imview-1.1.9h/.pc/10_non-static.patch/configure-11496-    ac_shift=:
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11515-    case $ac_optarg in
imview-1.1.9h/.pc/10_non-static.patch/configure:11516:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/.pc/10_non-static.patch/configure-11517-    esac
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11522-    case $ac_optarg in
imview-1.1.9h/.pc/10_non-static.patch/configure:11523:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/.pc/10_non-static.patch/configure-11524-    esac
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11650-ac_cr=''
imview-1.1.9h/.pc/10_non-static.patch/configure:11651:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
imview-1.1.9h/.pc/10_non-static.patch/configure-11652-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11669-   { (exit 1); exit 1; }; }
imview-1.1.9h/.pc/10_non-static.patch/configure:11670:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
imview-1.1.9h/.pc/10_non-static.patch/configure-11671-ac_delim='%!_!# '
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11677-
imview-1.1.9h/.pc/10_non-static.patch/configure:11678:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
imview-1.1.9h/.pc/10_non-static.patch/configure-11679-  if test $ac_delim_n = $ac_delim_num; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11811-for ac_last_try in false false :; do
imview-1.1.9h/.pc/10_non-static.patch/configure:11812:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
imview-1.1.9h/.pc/10_non-static.patch/configure-11813-  if test -z "$ac_t"; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-11951-      esac
imview-1.1.9h/.pc/10_non-static.patch/configure:11952:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
imview-1.1.9h/.pc/10_non-static.patch/configure-11953-      ac_file_inputs="$ac_file_inputs '$ac_f'"
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-12014-      case $as_dir in #(
imview-1.1.9h/.pc/10_non-static.patch/configure:12015:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
imview-1.1.9h/.pc/10_non-static.patch/configure-12016-      *) as_qdir=$as_dir;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-12052-*)
imview-1.1.9h/.pc/10_non-static.patch/configure:12053:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
imview-1.1.9h/.pc/10_non-static.patch/configure-12054-  # A ".." for each directory in $ac_dir_suffix.
imview-1.1.9h/.pc/10_non-static.patch/configure:12055:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
imview-1.1.9h/.pc/10_non-static.patch/configure-12056-  case $ac_top_builddir_sub in
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-12110-'
imview-1.1.9h/.pc/10_non-static.patch/configure:12111:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
imview-1.1.9h/.pc/10_non-static.patch/configure-12112-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-12127-
imview-1.1.9h/.pc/10_non-static.patch/configure:12128:# Neutralize VPATH when `$srcdir' = `.'.
imview-1.1.9h/.pc/10_non-static.patch/configure-12129-# Shell code in configure.ac might set extrasub.
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure-12156-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
imview-1.1.9h/.pc/10_non-static.patch/configure:12157:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
imview-1.1.9h/.pc/10_non-static.patch/configure:12158:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
imview-1.1.9h/.pc/10_non-static.patch/configure-12159-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-216-
imview-1.1.9h/.pc/10_non-static.patch/configure.in:217:srcdirfull=`cd $srcdir && pwd`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-218-
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-256-	my_fltk_config=${fltk_dist}/fltk-config
imview-1.1.9h/.pc/10_non-static.patch/configure.in:257:	my_fltk_version=`${fltk_dist}/fltk-config --version`
imview-1.1.9h/.pc/10_non-static.patch/configure.in:258:	fltk_config_name=`$my_fltk_config --libs` # that's pre-installation, no good
imview-1.1.9h/.pc/10_non-static.patch/configure.in:259:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name still OK
imview-1.1.9h/.pc/10_non-static.patch/configure.in-260-	fltk_config_name=${fltk_dist}/lib/lib${fltk_cfg_nm}.a
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-262-	dnl Extra include flags
imview-1.1.9h/.pc/10_non-static.patch/configure.in:263:	fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-264-	LDFLAGS="-L${fltk_dist}/lib $LDFLAGS"
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-270-	# one more hack for the road... This is needed to get the `framework` information on macos
imview-1.1.9h/.pc/10_non-static.patch/configure.in:271:	LDFLAGS="$LDFLAGS `$my_fltk_config --ldflags`"
imview-1.1.9h/.pc/10_non-static.patch/configure.in-272-else
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-276-	my_fltk_version=`fltk-config --version`
imview-1.1.9h/.pc/10_non-static.patch/configure.in:277:	fltk_config_name=`$my_fltk_config --libs` # long path	
imview-1.1.9h/.pc/10_non-static.patch/configure.in:278:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name
imview-1.1.9h/.pc/10_non-static.patch/configure.in:279:	fltk_images_name=`$my_fltk_config --libs | sed 's/\(.*fltk\)\(\.a$\)/\1_images.a/'`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-280-	dnl extra include flags
imview-1.1.9h/.pc/10_non-static.patch/configure.in:281:	fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-282-	FLUID=${START}fluid
imview-1.1.9h/.pc/10_non-static.patch/configure.in-283-	dnl Include extra library (FLTK-1.1.x) for handling various image formats.
imview-1.1.9h/.pc/10_non-static.patch/configure.in:284:	LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/.pc/10_non-static.patch/configure.in-285-	Cppflags="$CPPFLAGS $fltk_include_flags"
imview-1.1.9h/.pc/10_non-static.patch/configure.in:286:	FLTKLIB="`$my_fltk_config --use-images --ldstaticflags`"
imview-1.1.9h/.pc/10_non-static.patch/configure.in-287-	fltklib=$fltk_cfg_name
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-290-dnl Are we using X?
imview-1.1.9h/.pc/10_non-static.patch/configure.in:291:fltk_x11_ldflags=`$my_fltk_config --ldflags | grep '\-lX11'`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-292-if test "$fltk_x11_ldflags" != "" ; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-607-$ECHO -n "Checking for fltk version:  <${my_fltk_version}> "
imview-1.1.9h/.pc/10_non-static.patch/configure.in:608:majorver=`(${FLUID} -o /tmp/toto -c /dev/null ; grep 'version' /tmp/toto | awk '{printf("%.0f\n", $NF)}' )`
imview-1.1.9h/.pc/10_non-static.patch/configure.in:609:minorver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", ($NF-int($NF)) * 100)}' )`
imview-1.1.9h/.pc/10_non-static.patch/configure.in:610:patchver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", 100*((($NF-int($NF))*100)-int(($NF-int($NF))*100)))}' )`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-611-rm /tmp/toto # clean up
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-622-
imview-1.1.9h/.pc/10_non-static.patch/configure.in:623:fltk_alt_suff=`echo $CXX | sed 's%/%_%g'`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-624-echo "Alternative libfltk name: " libfltk_${fltk_alt_suff}.a
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-630-dnl add extra flags for linking
imview-1.1.9h/.pc/10_non-static.patch/configure.in:631:xtra_cflags=`$my_fltk_config --cflags`
imview-1.1.9h/.pc/10_non-static.patch/configure.in:632:xtra_ldflags=`$my_fltk_config --ldflags`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-633-if test "$have_wingdi" = 'yes' ; then
##############################################
imview-1.1.9h/.pc/10_non-static.patch/configure.in-645-dnl See if we need the True-Type renderer
imview-1.1.9h/.pc/10_non-static.patch/configure.in:646:need_Xft=`$my_fltk_config --ldflags | grep Xft`
imview-1.1.9h/.pc/10_non-static.patch/configure.in-647-echo -n "Testing if $fltklib needs True Type rendering"
##############################################
imview-1.1.9h/Makefile.in-509-			${CP} $$a Imview.app/Contents/Frameworks ;\
imview-1.1.9h/Makefile.in:510:			b=`basename $$a` ;\
imview-1.1.9h/Makefile.in-511-			install_name_tool \
##############################################
imview-1.1.9h/configure-46-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
imview-1.1.9h/configure:47:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
imview-1.1.9h/configure-48-  as_echo='printf %s\n'
##############################################
imview-1.1.9h/configure-50-else
imview-1.1.9h/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
imview-1.1.9h/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
imview-1.1.9h/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
imview-1.1.9h/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
imview-1.1.9h/configure-62-      esac;
##############################################
imview-1.1.9h/configure-234-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
imview-1.1.9h/configure:235:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
imview-1.1.9h/configure-236-") 2> /dev/null; then
##############################################
imview-1.1.9h/configure-349-  test "x$as_lineno_1" != "x$as_lineno_2" &&
imview-1.1.9h/configure:350:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
imview-1.1.9h/configure-351-
##############################################
imview-1.1.9h/configure-445-  test "x$as_lineno_1" != "x$as_lineno_2" &&
imview-1.1.9h/configure:446:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
imview-1.1.9h/configure-447-
##############################################
imview-1.1.9h/configure-558-	esac;
imview-1.1.9h/configure:559:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
imview-1.1.9h/configure-560-	???[sx]*):;;*)false;;esac;fi
##############################################
imview-1.1.9h/configure-830-  case $ac_option in
imview-1.1.9h/configure:831:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
imview-1.1.9h/configure-832-  *)	ac_optarg=yes ;;
##############################################
imview-1.1.9h/configure-873-  -disable-* | --disable-*)
imview-1.1.9h/configure:874:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
imview-1.1.9h/configure-875-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/configure-879-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/configure:880:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/configure-881-    case $ac_user_opts in
##############################################
imview-1.1.9h/configure-900-  -enable-* | --enable-*)
imview-1.1.9h/configure:901:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
imview-1.1.9h/configure-902-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/configure-906-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/configure:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/configure-908-    case $ac_user_opts in
##############################################
imview-1.1.9h/configure-1105-  -with-* | --with-*)
imview-1.1.9h/configure:1106:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
imview-1.1.9h/configure-1107-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/configure-1111-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/configure:1112:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/configure-1113-    case $ac_user_opts in
##############################################
imview-1.1.9h/configure-1122-  -without-* | --without-*)
imview-1.1.9h/configure:1123:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
imview-1.1.9h/configure-1124-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/configure-1128-    ac_useropt_orig=$ac_useropt
imview-1.1.9h/configure:1129:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
imview-1.1.9h/configure-1130-    case $ac_user_opts in
##############################################
imview-1.1.9h/configure-1162-  *=*)
imview-1.1.9h/configure:1163:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
imview-1.1.9h/configure-1164-    # Reject names that are not valid shell variable names.
##############################################
imview-1.1.9h/configure-1182-if test -n "$ac_prev"; then
imview-1.1.9h/configure:1183:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
imview-1.1.9h/configure-1184-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
imview-1.1.9h/configure-1206-    */ )
imview-1.1.9h/configure:1207:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
imview-1.1.9h/configure-1208-      eval $ac_var=\$ac_val;;
##############################################
imview-1.1.9h/configure-1244-ac_ls_di=`ls -di .` &&
imview-1.1.9h/configure:1245:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
imview-1.1.9h/configure-1246-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
##############################################
imview-1.1.9h/configure-1304-case $srcdir in
imview-1.1.9h/configure:1305:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
imview-1.1.9h/configure-1306-esac
##############################################
imview-1.1.9h/configure-1347-By default, \`make install' will install all the files in
imview-1.1.9h/configure:1348:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
imview-1.1.9h/configure:1349:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
imview-1.1.9h/configure-1350-for instance \`--prefix=\$HOME'.
##############################################
imview-1.1.9h/configure-1448-*)
imview-1.1.9h/configure:1449:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
imview-1.1.9h/configure-1450-  # A ".." for each directory in $ac_dir_suffix.
imview-1.1.9h/configure:1451:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
imview-1.1.9h/configure-1452-  case $ac_top_builddir_sub in
##############################################
imview-1.1.9h/configure-1581-    *\'*)
imview-1.1.9h/configure:1582:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/configure-1583-    esac
##############################################
imview-1.1.9h/configure-1668-      case $ac_val in
imview-1.1.9h/configure:1669:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
imview-1.1.9h/configure-1670-      esac
##############################################
imview-1.1.9h/configure-1685-	case $ac_val in
imview-1.1.9h/configure:1686:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
imview-1.1.9h/configure-1687-	esac
##############################################
imview-1.1.9h/configure-1780-    set,)
imview-1.1.9h/configure:1781:      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
imview-1.1.9h/configure:1782:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
imview-1.1.9h/configure-1783-      ac_cache_corrupted=: ;;
##############################################
imview-1.1.9h/configure-1791-	# differences in whitespace do not lead to failure.
imview-1.1.9h/configure:1792:	ac_old_val_w=`echo x $ac_old_val`
imview-1.1.9h/configure:1793:	ac_new_val_w=`echo x $ac_new_val`
imview-1.1.9h/configure-1794-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
imview-1.1.9h/configure-1811-    case $ac_new_val in
imview-1.1.9h/configure:1812:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/configure-1813-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
imview-1.1.9h/configure-1897-test "x$ac_build_alias" = x &&
imview-1.1.9h/configure:1898:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
imview-1.1.9h/configure-1899-test "x$ac_build_alias" = x &&
##############################################
imview-1.1.9h/configure-1902-   { (exit 1); exit 1; }; }
imview-1.1.9h/configure:1903:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
imview-1.1.9h/configure-1904-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
imview-1.1.9h/configure-1927-IFS=$ac_save_IFS
imview-1.1.9h/configure:1928:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
imview-1.1.9h/configure-1929-
##############################################
imview-1.1.9h/configure-1938-else
imview-1.1.9h/configure:1939:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
imview-1.1.9h/configure-1940-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
imview-1.1.9h/configure-1964-IFS=$ac_save_IFS
imview-1.1.9h/configure:1965:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
imview-1.1.9h/configure-1966-
##############################################
imview-1.1.9h/configure-1975-else
imview-1.1.9h/configure:1976:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
imview-1.1.9h/configure-1977-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
imview-1.1.9h/configure-2001-IFS=$ac_save_IFS
imview-1.1.9h/configure:2002:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
imview-1.1.9h/configure-2003-
##############################################
imview-1.1.9h/configure-2248-
imview-1.1.9h/configure:2249:srcdirfull=`cd $srcdir && pwd`
imview-1.1.9h/configure-2250-
##############################################
imview-1.1.9h/configure-2323-		my_fltk_config=${fltk_dist}/fltk-config
imview-1.1.9h/configure:2324:	my_fltk_version=`${fltk_dist}/fltk-config --version`
imview-1.1.9h/configure:2325:	fltk_config_name=`$my_fltk_config --libs` # that's pre-installation, no good
imview-1.1.9h/configure:2326:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name still OK
imview-1.1.9h/configure-2327-	fltk_config_name=${fltk_dist}/lib/lib${fltk_cfg_nm}.a
imview-1.1.9h/configure-2328-	fltk_images_name=${fltk_dist}/lib/lib${fltk_cfg_nm}_images.a
imview-1.1.9h/configure:2329:		fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/configure-2330-	LDFLAGS="-L${fltk_dist}/lib $LDFLAGS"
##############################################
imview-1.1.9h/configure-2335-	# one more hack for the road... This is needed to get the `framework` information on macos
imview-1.1.9h/configure:2336:	LDFLAGS="$LDFLAGS `$my_fltk_config --ldflags`"
imview-1.1.9h/configure-2337-else
##############################################
imview-1.1.9h/configure-2339-	my_fltk_version=`fltk-config --version`
imview-1.1.9h/configure:2340:	fltk_config_name=`$my_fltk_config --libs` # long path
imview-1.1.9h/configure:2341:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name
imview-1.1.9h/configure:2342:	fltk_images_name=`$my_fltk_config --libs | sed 's/\(.*fltk\)\(\.a$\)/\1_images.a/'`
imview-1.1.9h/configure:2343:		fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/configure-2344-	FLUID=${START}fluid
imview-1.1.9h/configure:2345:		LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/configure-2346-	Cppflags="$CPPFLAGS $fltk_include_flags"
imview-1.1.9h/configure:2347:	FLTKLIB="`$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/configure-2348-	fltklib=$fltk_cfg_name
##############################################
imview-1.1.9h/configure-2350-
imview-1.1.9h/configure:2351:fltk_x11_ldflags=`$my_fltk_config --ldflags | grep '\-lX11'`
imview-1.1.9h/configure-2352-if test "$fltk_x11_ldflags" != "" ; then
##############################################
imview-1.1.9h/configure-2614-$as_echo_n "checking for C++ compiler default output file name... " >&6; }
imview-1.1.9h/configure:2615:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
imview-1.1.9h/configure-2616-
##############################################
imview-1.1.9h/configure-2658-	then :; else
imview-1.1.9h/configure:2659:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
imview-1.1.9h/configure-2660-	fi
##############################################
imview-1.1.9h/configure-2761-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
imview-1.1.9h/configure:2762:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
imview-1.1.9h/configure-2763-	  break;;
##############################################
imview-1.1.9h/configure-2819-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
imview-1.1.9h/configure:2820:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
imview-1.1.9h/configure-2821-       break;;
##############################################
imview-1.1.9h/configure-3944-set x ${MAKE-make}
imview-1.1.9h/configure:3945:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
imview-1.1.9h/configure-3946-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
imview-1.1.9h/configure-3954-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
imview-1.1.9h/configure:3955:case `${MAKE-make} -f conftest.make 2>/dev/null` in
imview-1.1.9h/configure-3956-  *@@@%%%=?*=@@@%%%*)
##############################################
imview-1.1.9h/configure-4435-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
imview-1.1.9h/configure:4436:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
imview-1.1.9h/configure-4437-{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
imview-1.1.9h/configure-4495-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:4496:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
imview-1.1.9h/configure-4497-_ACEOF
##############################################
imview-1.1.9h/configure-4939-  # Check for GNU $ac_path_GREP
imview-1.1.9h/configure:4940:case `"$ac_path_GREP" --version 2>&1` in
imview-1.1.9h/configure-4941-*GNU*)
##############################################
imview-1.1.9h/configure-4953-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
imview-1.1.9h/configure:4954:    ac_count=`expr $ac_count + 1`
imview-1.1.9h/configure-4955-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
imview-1.1.9h/configure-5007-  # Check for GNU $ac_path_EGREP
imview-1.1.9h/configure:5008:case `"$ac_path_EGREP" --version 2>&1` in
imview-1.1.9h/configure-5009-*GNU*)
##############################################
imview-1.1.9h/configure-5021-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
imview-1.1.9h/configure:5022:    ac_count=`expr $ac_count + 1`
imview-1.1.9h/configure-5023-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
imview-1.1.9h/configure-5245-do
imview-1.1.9h/configure:5246:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
imview-1.1.9h/configure-5247-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
imview-1.1.9h/configure-5297-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:5298:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
imview-1.1.9h/configure-5299-_ACEOF
##############################################
imview-1.1.9h/configure-5936-do
imview-1.1.9h/configure:5937:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/configure-5938-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/configure-6028-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:6029:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/configure-6030-_ACEOF
##############################################
imview-1.1.9h/configure-6039-do
imview-1.1.9h/configure:6040:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/configure-6041-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/configure-6131-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:6132:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/configure-6133-_ACEOF
##############################################
imview-1.1.9h/configure-6177-    for ac_var in incroot usrlibdir libdir; do
imview-1.1.9h/configure:6178:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
imview-1.1.9h/configure-6179-    done
##############################################
imview-1.1.9h/configure-6334-	LIBS=$ac_save_LIBS
imview-1.1.9h/configure:6335:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
imview-1.1.9h/configure-6336-do
##############################################
imview-1.1.9h/configure-8105-$ECHO -n "Checking for fltk version:  <${my_fltk_version}> "
imview-1.1.9h/configure:8106:majorver=`(${FLUID} -o /tmp/toto -c /dev/null ; grep 'version' /tmp/toto | awk '{printf("%.0f\n", $NF)}' )`
imview-1.1.9h/configure:8107:minorver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", ($NF-int($NF)) * 100)}' )`
imview-1.1.9h/configure:8108:patchver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", 100*((($NF-int($NF))*100)-int(($NF-int($NF))*100)))}' )`
imview-1.1.9h/configure-8109-rm /tmp/toto # clean up
##############################################
imview-1.1.9h/configure-8120-
imview-1.1.9h/configure:8121:fltk_alt_suff=`echo $CXX | sed 's%/%_%g'`
imview-1.1.9h/configure-8122-echo "Alternative libfltk name: " libfltk_${fltk_alt_suff}.a
##############################################
imview-1.1.9h/configure-8127-
imview-1.1.9h/configure:8128:xtra_cflags=`$my_fltk_config --cflags`
imview-1.1.9h/configure:8129:xtra_ldflags=`$my_fltk_config --ldflags`
imview-1.1.9h/configure-8130-if test "$have_wingdi" = 'yes' ; then
##############################################
imview-1.1.9h/configure-8141-
imview-1.1.9h/configure:8142:need_Xft=`$my_fltk_config --ldflags | grep Xft`
imview-1.1.9h/configure-8143-echo -n "Testing if $fltklib needs True Type rendering"
##############################################
imview-1.1.9h/configure-8320-    echo "Testing for windows compatible pthreads"
imview-1.1.9h/configure:8321:    as_ac_Lib=`$as_echo "ac_cv_lib_${WINTHREAD}''_pthread_attr_init" | $as_tr_sh`
imview-1.1.9h/configure-8322-{ $as_echo "$as_me:$LINENO: checking for pthread_attr_init in -l${WINTHREAD}" >&5
##############################################
imview-1.1.9h/configure-9777-do
imview-1.1.9h/configure:9778:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
imview-1.1.9h/configure-9779-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
imview-1.1.9h/configure-9832-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:9833:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
imview-1.1.9h/configure-9834-_ACEOF
##############################################
imview-1.1.9h/configure-10112-do
imview-1.1.9h/configure:10113:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
imview-1.1.9h/configure-10114-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
imview-1.1.9h/configure-10248-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:10249:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
imview-1.1.9h/configure-10250-_ACEOF
##############################################
imview-1.1.9h/configure-10654-do
imview-1.1.9h/configure:10655:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/configure-10656-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/configure-10746-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:10747:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/configure-10748-_ACEOF
##############################################
imview-1.1.9h/configure-10850-do
imview-1.1.9h/configure:10851:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/configure-10852-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/configure-10942-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:10943:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/configure-10944-_ACEOF
##############################################
imview-1.1.9h/configure-10956-do
imview-1.1.9h/configure:10957:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
imview-1.1.9h/configure-10958-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
imview-1.1.9h/configure-11048-  cat >>confdefs.h <<_ACEOF
imview-1.1.9h/configure:11049:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
imview-1.1.9h/configure-11050-_ACEOF
##############################################
imview-1.1.9h/configure-11076-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
imview-1.1.9h/configure:11077:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
imview-1.1.9h/configure-11078-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
imview-1.1.9h/configure-11146-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
imview-1.1.9h/configure:11147:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
imview-1.1.9h/configure-11148-  as_echo='printf %s\n'
##############################################
imview-1.1.9h/configure-11150-else
imview-1.1.9h/configure:11151:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
imview-1.1.9h/configure-11152-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
imview-1.1.9h/configure-11160-	expr "X$arg" : "X\\(.*\\)$as_nl";
imview-1.1.9h/configure:11161:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
imview-1.1.9h/configure-11162-      esac;
##############################################
imview-1.1.9h/configure-11276-  test "x$as_lineno_1" != "x$as_lineno_2" &&
imview-1.1.9h/configure:11277:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
imview-1.1.9h/configure-11278-
##############################################
imview-1.1.9h/configure-11389-	esac;
imview-1.1.9h/configure:11390:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
imview-1.1.9h/configure-11391-	???[sx]*):;;*)false;;esac;fi
##############################################
imview-1.1.9h/configure-11474-configured by $0, generated by GNU Autoconf 2.63,
imview-1.1.9h/configure:11475:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
imview-1.1.9h/configure-11476-
##############################################
imview-1.1.9h/configure-11493-  --*=*)
imview-1.1.9h/configure:11494:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
imview-1.1.9h/configure:11495:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
imview-1.1.9h/configure-11496-    ac_shift=:
##############################################
imview-1.1.9h/configure-11515-    case $ac_optarg in
imview-1.1.9h/configure:11516:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/configure-11517-    esac
##############################################
imview-1.1.9h/configure-11522-    case $ac_optarg in
imview-1.1.9h/configure:11523:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
imview-1.1.9h/configure-11524-    esac
##############################################
imview-1.1.9h/configure-11650-ac_cr=''
imview-1.1.9h/configure:11651:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
imview-1.1.9h/configure-11652-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
imview-1.1.9h/configure-11669-   { (exit 1); exit 1; }; }
imview-1.1.9h/configure:11670:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
imview-1.1.9h/configure-11671-ac_delim='%!_!# '
##############################################
imview-1.1.9h/configure-11677-
imview-1.1.9h/configure:11678:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
imview-1.1.9h/configure-11679-  if test $ac_delim_n = $ac_delim_num; then
##############################################
imview-1.1.9h/configure-11811-for ac_last_try in false false :; do
imview-1.1.9h/configure:11812:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
imview-1.1.9h/configure-11813-  if test -z "$ac_t"; then
##############################################
imview-1.1.9h/configure-11951-      esac
imview-1.1.9h/configure:11952:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
imview-1.1.9h/configure-11953-      ac_file_inputs="$ac_file_inputs '$ac_f'"
##############################################
imview-1.1.9h/configure-12014-      case $as_dir in #(
imview-1.1.9h/configure:12015:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
imview-1.1.9h/configure-12016-      *) as_qdir=$as_dir;;
##############################################
imview-1.1.9h/configure-12052-*)
imview-1.1.9h/configure:12053:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
imview-1.1.9h/configure-12054-  # A ".." for each directory in $ac_dir_suffix.
imview-1.1.9h/configure:12055:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
imview-1.1.9h/configure-12056-  case $ac_top_builddir_sub in
##############################################
imview-1.1.9h/configure-12110-'
imview-1.1.9h/configure:12111:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
imview-1.1.9h/configure-12112-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
imview-1.1.9h/configure-12127-
imview-1.1.9h/configure:12128:# Neutralize VPATH when `$srcdir' = `.'.
imview-1.1.9h/configure-12129-# Shell code in configure.ac might set extrasub.
##############################################
imview-1.1.9h/configure-12156-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
imview-1.1.9h/configure:12157:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
imview-1.1.9h/configure:12158:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
imview-1.1.9h/configure-12159-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
imview-1.1.9h/configure.in-216-
imview-1.1.9h/configure.in:217:srcdirfull=`cd $srcdir && pwd`
imview-1.1.9h/configure.in-218-
##############################################
imview-1.1.9h/configure.in-256-	my_fltk_config=${fltk_dist}/fltk-config
imview-1.1.9h/configure.in:257:	my_fltk_version=`${fltk_dist}/fltk-config --version`
imview-1.1.9h/configure.in:258:	fltk_config_name=`$my_fltk_config --libs` # that's pre-installation, no good
imview-1.1.9h/configure.in:259:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name still OK
imview-1.1.9h/configure.in-260-	fltk_config_name=${fltk_dist}/lib/lib${fltk_cfg_nm}.a
##############################################
imview-1.1.9h/configure.in-262-	dnl Extra include flags
imview-1.1.9h/configure.in:263:	fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/configure.in-264-	LDFLAGS="-L${fltk_dist}/lib $LDFLAGS"
##############################################
imview-1.1.9h/configure.in-270-	# one more hack for the road... This is needed to get the `framework` information on macos
imview-1.1.9h/configure.in:271:	LDFLAGS="$LDFLAGS `$my_fltk_config --ldflags`"
imview-1.1.9h/configure.in-272-else
##############################################
imview-1.1.9h/configure.in-276-	my_fltk_version=`fltk-config --version`
imview-1.1.9h/configure.in:277:	fltk_config_name=`$my_fltk_config --libs` # long path	
imview-1.1.9h/configure.in:278:	fltk_cfg_nm=`echo $fltk_config_name | sed 's%.*/lib\(fltk.*\).a%\1%'` # short name
imview-1.1.9h/configure.in:279:	fltk_images_name=`$my_fltk_config --libs | sed 's/\(.*fltk\)\(\.a$\)/\1_images.a/'`
imview-1.1.9h/configure.in-280-	dnl extra include flags
imview-1.1.9h/configure.in:281:	fltk_include_flags=`$my_fltk_config --use-images --cxxflags`
imview-1.1.9h/configure.in-282-	FLUID=${START}fluid
imview-1.1.9h/configure.in-283-	dnl Include extra library (FLTK-1.1.x) for handling various image formats.
imview-1.1.9h/configure.in:284:	LDFLAGS="$LDFLAGS `$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/configure.in-285-	Cppflags="$CPPFLAGS $fltk_include_flags"
imview-1.1.9h/configure.in:286:	FLTKLIB="`$my_fltk_config --use-images --ldflags`"
imview-1.1.9h/configure.in-287-	fltklib=$fltk_cfg_name
##############################################
imview-1.1.9h/configure.in-290-dnl Are we using X?
imview-1.1.9h/configure.in:291:fltk_x11_ldflags=`$my_fltk_config --ldflags | grep '\-lX11'`
imview-1.1.9h/configure.in-292-if test "$fltk_x11_ldflags" != "" ; then
##############################################
imview-1.1.9h/configure.in-607-$ECHO -n "Checking for fltk version:  <${my_fltk_version}> "
imview-1.1.9h/configure.in:608:majorver=`(${FLUID} -o /tmp/toto -c /dev/null ; grep 'version' /tmp/toto | awk '{printf("%.0f\n", $NF)}' )`
imview-1.1.9h/configure.in:609:minorver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", ($NF-int($NF)) * 100)}' )`
imview-1.1.9h/configure.in:610:patchver=`( grep 'version' /tmp/toto | awk '{printf("%0.f\n", 100*((($NF-int($NF))*100)-int(($NF-int($NF))*100)))}' )`
imview-1.1.9h/configure.in-611-rm /tmp/toto # clean up
##############################################
imview-1.1.9h/configure.in-622-
imview-1.1.9h/configure.in:623:fltk_alt_suff=`echo $CXX | sed 's%/%_%g'`
imview-1.1.9h/configure.in-624-echo "Alternative libfltk name: " libfltk_${fltk_alt_suff}.a
##############################################
imview-1.1.9h/configure.in-630-dnl add extra flags for linking
imview-1.1.9h/configure.in:631:xtra_cflags=`$my_fltk_config --cflags`
imview-1.1.9h/configure.in:632:xtra_ldflags=`$my_fltk_config --ldflags`
imview-1.1.9h/configure.in-633-if test "$have_wingdi" = 'yes' ; then
##############################################
imview-1.1.9h/configure.in-645-dnl See if we need the True-Type renderer
imview-1.1.9h/configure.in:646:need_Xft=`$my_fltk_config --ldflags | grep Xft`
imview-1.1.9h/configure.in-647-echo -n "Testing if $fltklib needs True Type rendering"