===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
grass-7.8.4/Makefile-66-	$(MAKE) manifests
grass-7.8.4/Makefile:67:	@if [ `wc -l < "$(ERRORLOG)"` -gt 5 ] ; then \
grass-7.8.4/Makefile-68-		echo "--"     >> $(ERRORLOG) ; \
##############################################
grass-7.8.4/Makefile-78-	@cat $(ERRORLOG)
grass-7.8.4/Makefile:79:	@if [ `wc -l < "$(ERRORLOG)"` -gt 8 ] ; then false ; else true ; fi
grass-7.8.4/Makefile-80-
##############################################
grass-7.8.4/aclocal.m4-356-AC_DEFUN([LOC_MSG_USE],[
grass-7.8.4/aclocal.m4:357:[echo "  $1:]LOC_PAD_26($1)`LOC_YES_NO($2)`"])
grass-7.8.4/aclocal.m4-358-
##############################################
grass-7.8.4/aclocal.m4-481-    STLIB_SUFFIX='.a'
grass-7.8.4/aclocal.m4:482:    GRASS_TRIM_DOTS='`echo ${LIB_VER} | tr -d .`'
grass-7.8.4/aclocal.m4-483-    GRASS_LIB_VERSIONS_OK=ok
##############################################
grass-7.8.4/binaryInstall.src-85-CURR_DIR=`pwd`
grass-7.8.4/binaryInstall.src:86:PACKAGE_NAME=`basename $1`
grass-7.8.4/binaryInstall.src:87:PACKAGE_DIR=`dirname $1`
grass-7.8.4/binaryInstall.src-88-
##############################################
grass-7.8.4/binaryInstall.src-146-# Check if the size of the tar gzip file is the same as what was on the server
grass-7.8.4/binaryInstall.src:147:SIZE=`ls -l $PACKAGE_NAME | tr -s " " | cut -d" " -f5`
grass-7.8.4/binaryInstall.src-148-if [ $? -ne 0 ] ; then
##############################################
grass-7.8.4/binaryInstall.src-272-echo "Uncompressing the package and extracting to target directory..."
grass-7.8.4/binaryInstall.src:273:PACK_FILE=`echo $PACKAGE_DIR/$PACKAGE_NAME | sed 's+^//+/+g'`
grass-7.8.4/binaryInstall.src-274-cd $DESTDIR; $UNPACK -c $PACK_FILE | tar -xf -
##############################################
grass-7.8.4/config.guess-34-
grass-7.8.4/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
grass-7.8.4/config.guess-36-
##############################################
grass-7.8.4/config.guess-103-    # shellcheck disable=SC2039
grass-7.8.4/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
grass-7.8.4/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
grass-7.8.4/config.guess-153-	EOF
grass-7.8.4/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
grass-7.8.4/config.guess-155-
##############################################
grass-7.8.4/config.guess-190-	    earmv*)
grass-7.8.4/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
grass-7.8.4/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
grass-7.8.4/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
grass-7.8.4/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
grass-7.8.4/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
grass-7.8.4/config.guess-224-		;;
##############################################
grass-7.8.4/config.guess-235-	    *)
grass-7.8.4/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
grass-7.8.4/config.guess-237-		;;
##############################################
grass-7.8.4/config.guess-285-	*4.0)
grass-7.8.4/config.guess:286:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
grass-7.8.4/config.guess-287-		;;
grass-7.8.4/config.guess-288-	*5.*)
grass-7.8.4/config.guess:289:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
grass-7.8.4/config.guess-290-		;;
##############################################
grass-7.8.4/config.guess-295-	# types through head -n 1, so we only detect the type of CPU 0.
grass-7.8.4/config.guess:296:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
grass-7.8.4/config.guess-297-	case "$ALPHA_CPU_TYPE" in
##############################################
grass-7.8.4/config.guess-333-	# 1.2 uses "1.2" for uname -r.
grass-7.8.4/config.guess:334:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
grass-7.8.4/config.guess-335-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
grass-7.8.4/config.guess-384-    s390x:SunOS:*:*)
grass-7.8.4/config.guess:385:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
grass-7.8.4/config.guess-386-	exit ;;
grass-7.8.4/config.guess-387-    sun4H:SunOS:5.*:*)
grass-7.8.4/config.guess:388:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grass-7.8.4/config.guess-389-	exit ;;
grass-7.8.4/config.guess-390-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
grass-7.8.4/config.guess:391:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
grass-7.8.4/config.guess-392-	exit ;;
##############################################
grass-7.8.4/config.guess-409-	fi
grass-7.8.4/config.guess:410:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grass-7.8.4/config.guess-411-	exit ;;
##############################################
grass-7.8.4/config.guess-415-	# it's likely to be more like Solaris than SunOS4.
grass-7.8.4/config.guess:416:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grass-7.8.4/config.guess-417-	exit ;;
##############################################
grass-7.8.4/config.guess-424-	# Japanese Language versions have a version number like `4.1.3-JL'.
grass-7.8.4/config.guess:425:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
grass-7.8.4/config.guess-426-	exit ;;
##############################################
grass-7.8.4/config.guess-430-    sun*:*:4.2BSD:*)
grass-7.8.4/config.guess:431:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
grass-7.8.4/config.guess-432-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
grass-7.8.4/config.guess-512-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
grass-7.8.4/config.guess:513:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
grass-7.8.4/config.guess:514:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
grass-7.8.4/config.guess-515-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
grass-7.8.4/config.guess-568-    *:IRIX*:*:*)
grass-7.8.4/config.guess:569:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
grass-7.8.4/config.guess-570-	exit ;;
##############################################
grass-7.8.4/config.guess-598-EOF
grass-7.8.4/config.guess:599:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
grass-7.8.4/config.guess-600-		then
##############################################
grass-7.8.4/config.guess-611-    *:AIX:*:[4567])
grass-7.8.4/config.guess:612:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
grass-7.8.4/config.guess-613-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
grass-7.8.4/config.guess-647-    9000/[34678]??:HP-UX:*:*)
grass-7.8.4/config.guess:648:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
grass-7.8.4/config.guess-649-	case "$UNAME_MACHINE" in
##############################################
grass-7.8.4/config.guess-701-EOF
grass-7.8.4/config.guess:702:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
grass-7.8.4/config.guess-703-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
grass-7.8.4/config.guess-729-    ia64:HP-UX:*:*)
grass-7.8.4/config.guess:730:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
grass-7.8.4/config.guess-731-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
grass-7.8.4/config.guess-759-EOF
grass-7.8.4/config.guess:760:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
grass-7.8.4/config.guess-761-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
grass-7.8.4/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
grass-7.8.4/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
grass-7.8.4/config.guess-832-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
grass-7.8.4/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
grass-7.8.4/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
grass-7.8.4/config.guess-837-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
grass-7.8.4/config.guess-853-	then
grass-7.8.4/config.guess:854:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
grass-7.8.4/config.guess-855-	else
grass-7.8.4/config.guess:856:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
grass-7.8.4/config.guess-857-	fi
##############################################
grass-7.8.4/config.guess-866-	esac
grass-7.8.4/config.guess:867:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
grass-7.8.4/config.guess-868-	exit ;;
##############################################
grass-7.8.4/config.guess-902-    prep*:SunOS:5.*:*)
grass-7.8.4/config.guess:903:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grass-7.8.4/config.guess-904-	exit ;;
##############################################
grass-7.8.4/config.guess-906-	# the GNU system
grass-7.8.4/config.guess:907:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
grass-7.8.4/config.guess-908-	exit ;;
##############################################
grass-7.8.4/config.guess-910-	# other systems with GNU libc and userland
grass-7.8.4/config.guess:911:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
grass-7.8.4/config.guess-912-	exit ;;
##############################################
grass-7.8.4/config.guess-1032-EOF
grass-7.8.4/config.guess:1033:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
grass-7.8.4/config.guess-1034-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
grass-7.8.4/config.guess-1132-    i*86:*:4.*:*)
grass-7.8.4/config.guess:1133:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
grass-7.8.4/config.guess-1134-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
grass-7.8.4/config.guess-1435-    *:DragonFly:*:*)
grass-7.8.4/config.guess:1436:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
grass-7.8.4/config.guess-1437-	exit ;;
##############################################
grass-7.8.4/config.guess-1448-    i*86:skyos:*:*)
grass-7.8.4/config.guess:1449:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
grass-7.8.4/config.guess-1450-	exit ;;
##############################################
grass-7.8.4/config.guess-1598-
grass-7.8.4/config.guess:1599:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
grass-7.8.4/config.guess-1600-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
grass-7.8.4/config.sub-52-
grass-7.8.4/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
grass-7.8.4/config.sub-54-
##############################################
grass-7.8.4/config.sub-768-	i*86v32)
grass-7.8.4/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grass-7.8.4/config.sub-770-		vendor=pc
##############################################
grass-7.8.4/config.sub-773-	i*86v4*)
grass-7.8.4/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grass-7.8.4/config.sub-775-		vendor=pc
##############################################
grass-7.8.4/config.sub-778-	i*86v)
grass-7.8.4/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grass-7.8.4/config.sub-780-		vendor=pc
##############################################
grass-7.8.4/config.sub-783-	i*86sol2)
grass-7.8.4/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grass-7.8.4/config.sub-785-		vendor=pc
##############################################
grass-7.8.4/config.sub-916-		cpu=sparc
grass-7.8.4/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
grass-7.8.4/config.sub-918-		;;
##############################################
grass-7.8.4/config.sub-1083-	sh5e[lb]-*)
grass-7.8.4/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
grass-7.8.4/config.sub-1085-		;;
##############################################
grass-7.8.4/config.sub-1101-	xscale-* | xscalee[bl]-*)
grass-7.8.4/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
grass-7.8.4/config.sub-1103-		;;
##############################################
grass-7.8.4/config.sub-1256-			*)
grass-7.8.4/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
grass-7.8.4/config.sub-1258-				exit 1
##############################################
grass-7.8.4/config.sub-1290-	solaris1 | solaris1.*)
grass-7.8.4/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
grass-7.8.4/config.sub-1292-		;;
##############################################
grass-7.8.4/config.sub-1299-	gnu/linux*)
grass-7.8.4/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
grass-7.8.4/config.sub-1301-		;;
##############################################
grass-7.8.4/config.sub-1322-	sco3.2.[4-9]*)
grass-7.8.4/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
grass-7.8.4/config.sub-1324-		;;
##############################################
grass-7.8.4/config.sub-1386-	nto*)
grass-7.8.4/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
grass-7.8.4/config.sub-1388-		;;
##############################################
grass-7.8.4/config.sub-1396-	linux*)
grass-7.8.4/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
grass-7.8.4/config.sub-1398-		;;
##############################################
grass-7.8.4/config.sub-1408-	mac*)
grass-7.8.4/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
grass-7.8.4/config.sub-1410-		;;
##############################################
grass-7.8.4/config.sub-1417-	sunos5*)
grass-7.8.4/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
grass-7.8.4/config.sub-1419-		;;
grass-7.8.4/config.sub-1420-	sunos6*)
grass-7.8.4/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
grass-7.8.4/config.sub-1422-		;;
##############################################
grass-7.8.4/config.sub-1454-	sinix5.*)
grass-7.8.4/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
grass-7.8.4/config.sub-1456-		;;
##############################################
grass-7.8.4/config.sub-1514-	*)
grass-7.8.4/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
grass-7.8.4/config.sub-1516-		exit 1
##############################################
grass-7.8.4/configure-286-  case "$ac_option" in
grass-7.8.4/configure:287:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
grass-7.8.4/configure-288-  *) ac_optarg= ;;
##############################################
grass-7.8.4/configure-318-  -disable-* | --disable-*)
grass-7.8.4/configure:319:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
grass-7.8.4/configure-320-    # Reject names that are not valid shell variable names.
grass-7.8.4/configure:321:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
grass-7.8.4/configure-322-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
grass-7.8.4/configure-323-    fi
grass-7.8.4/configure:324:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
grass-7.8.4/configure-325-    eval "enable_${ac_feature}=no" ;;
##############################################
grass-7.8.4/configure-327-  -enable-* | --enable-*)
grass-7.8.4/configure:328:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
grass-7.8.4/configure-329-    # Reject names that are not valid shell variable names.
grass-7.8.4/configure:330:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
grass-7.8.4/configure-331-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
grass-7.8.4/configure-332-    fi
grass-7.8.4/configure:333:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
grass-7.8.4/configure-334-    case "$ac_option" in
##############################################
grass-7.8.4/configure-558-  -with-* | --with-*)
grass-7.8.4/configure:559:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
grass-7.8.4/configure-560-    # Reject names that are not valid shell variable names.
grass-7.8.4/configure:561:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
grass-7.8.4/configure-562-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
grass-7.8.4/configure-563-    fi
grass-7.8.4/configure:564:    ac_package=`echo $ac_package| sed 's/-/_/g'`
grass-7.8.4/configure-565-    case "$ac_option" in
##############################################
grass-7.8.4/configure-571-  -without-* | --without-*)
grass-7.8.4/configure:572:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
grass-7.8.4/configure-573-    # Reject names that are not valid shell variable names.
grass-7.8.4/configure:574:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
grass-7.8.4/configure-575-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
grass-7.8.4/configure-576-    fi
grass-7.8.4/configure:577:    ac_package=`echo $ac_package| sed 's/-/_/g'`
grass-7.8.4/configure-578-    eval "with_${ac_package}=no" ;;
##############################################
grass-7.8.4/configure-601-  *)
grass-7.8.4/configure:602:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
grass-7.8.4/configure-603-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
grass-7.8.4/configure-614-if test -n "$ac_prev"; then
grass-7.8.4/configure:615:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
grass-7.8.4/configure-616-fi
##############################################
grass-7.8.4/configure-679-  ac_prog=$0
grass-7.8.4/configure:680:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
grass-7.8.4/configure-681-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
grass-7.8.4/configure-695-fi
grass-7.8.4/configure:696:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
grass-7.8.4/configure-697-
##############################################
grass-7.8.4/configure-771-  NONE)
grass-7.8.4/configure:772:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
grass-7.8.4/configure-773-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
grass-7.8.4/configure-778-
grass-7.8.4/configure:779:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
grass-7.8.4/configure:780:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
grass-7.8.4/configure:781:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
grass-7.8.4/configure:782:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
grass-7.8.4/configure-783-echo "$ac_t""$host" 1>&6
##############################################
grass-7.8.4/configure-966-echo 'void f(){}' > conftest.c
grass-7.8.4/configure:967:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
grass-7.8.4/configure-968-  ac_cv_prog_cc_g=yes
##############################################
grass-7.8.4/configure-1227-if test -z "$srcdir" ; then
grass-7.8.4/configure:1228:  SRCDIR=`$pwd`
grass-7.8.4/configure-1229-else
grass-7.8.4/configure:1230:  SRCDIR=`(cd "$srcdir" ; $pwd)`
grass-7.8.4/configure-1231-fi
##############################################
grass-7.8.4/configure-1237-
grass-7.8.4/configure:1238:DSTDIR=`$pwd`
grass-7.8.4/configure:1239:WINDSTDIR=`$winpwd`
grass-7.8.4/configure-1240-
##############################################
grass-7.8.4/configure-1289-GRASS_VERSION_FILE=include/VERSION
grass-7.8.4/configure:1290:GRASS_VERSION_MAJOR=`sed -n 1p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure:1291:GRASS_VERSION_MINOR=`sed -n 2p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure:1292:GRASS_VERSION_RELEASE=`sed -n 3p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure:1293:GRASS_VERSION_DATE=`sed -n 4p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure:1294:GRASS_VERSION_NUMBER=`echo ${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.${GRASS_VERSION_RELEASE}`
grass-7.8.4/configure:1295:NAME_VER=`echo ${GRASS_VERSION_NUMBER} | sed 's/\..*//'`
grass-7.8.4/configure-1296-
grass-7.8.4/configure:1297:LIB_VER=`echo ${GRASS_VERSION_NUMBER} | sed 's/^\([0-9.]*\).*$/\1/'`
grass-7.8.4/configure-1298-
##############################################
grass-7.8.4/configure-1302-# (and anything else in include)
grass-7.8.4/configure:1303:GRASS_HEADERS_GIT_HASH=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure:1304:GRASS_HEADERS_GIT_DATE=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure-1305-# Extract the first word of "git", so it can be a program name with args.
##############################################
grass-7.8.4/configure-1338-if test "$GIT" != "no" ; then
grass-7.8.4/configure:1339:   GRASS_VERSION_GIT=`$GIT rev-parse --short HEAD 2>/dev/null`
grass-7.8.4/configure-1340-   if test -z "$GRASS_VERSION_GIT"; then
##############################################
grass-7.8.4/configure-1342-   fi
grass-7.8.4/configure:1343:   GRASS_HEADERS_GIT_HASH=`$GIT log -1 --pretty=format:"%h" -- "${SRCDIR}/include" 2>/dev/null`
grass-7.8.4/configure-1344-   if test -z "$GRASS_HEADERS_GIT_HASH"; then
grass-7.8.4/configure:1345:      GRASS_HEADERS_GIT_HASH=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure-1346-   fi
grass-7.8.4/configure:1347:   GRASS_HEADERS_GIT_DATE=`date -d $($GIT log -1 --pretty=format:"%cI" -- "${SRCDIR}/include") -u +%FT%T%z | sed 's/\(..\)$/:\1/'` 2>/dev/null
grass-7.8.4/configure-1348-   if test -z "$GRASS_HEADERS_GIT_DATE"; then
grass-7.8.4/configure:1349:      GRASS_HEADERS_GIT_DATE=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure-1350-   fi
##############################################
grass-7.8.4/configure-1425-  
grass-7.8.4/configure:1426:ac_safe=`echo "$with_macosx_sdk/SDKSettings.plist" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-1427-echo $ac_n "checking for $with_macosx_sdk/SDKSettings.plist""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-1438-fi
grass-7.8.4/configure:1439:if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-1440-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-1512-    STLIB_SUFFIX='.a'
grass-7.8.4/configure:1513:    GRASS_TRIM_DOTS='`echo ${LIB_VER} | tr -d .`'
grass-7.8.4/configure-1514-    GRASS_LIB_VERSIONS_OK=ok
##############################################
grass-7.8.4/configure-2547-echo "configure:2548: checking for yywrap in -l$ac_lib" >&5
grass-7.8.4/configure:2548:ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-2549-
##############################################
grass-7.8.4/configure-2575-
grass-7.8.4/configure:2576:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-2577-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-2837-{ (eval echo configure:2838: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:2838:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-2839-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-2854-{ (eval echo configure:2855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:2855:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-2856-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-2871-{ (eval echo configure:2872: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:2872:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-2873-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-2906-{ (eval echo configure:2907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:2907:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-2908-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-2997-do
grass-7.8.4/configure:2998:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-2999-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-3008-{ (eval echo configure:3009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:3009:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-3010-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-3020-rm -f conftest*
grass-7.8.4/configure:3021:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-3022-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3023:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-3024-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3034-do
grass-7.8.4/configure:3035:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-3036-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-3045-{ (eval echo configure:3046: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:3046:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-3047-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-3057-rm -f conftest*
grass-7.8.4/configure:3058:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-3059-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3060:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-3061-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3071-do
grass-7.8.4/configure:3072:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-3073-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-3082-{ (eval echo configure:3083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:3083:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-3084-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-3094-rm -f conftest*
grass-7.8.4/configure:3095:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-3096-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3097:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-3098-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3108-do
grass-7.8.4/configure:3109:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-3110-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-3119-{ (eval echo configure:3120: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:3120:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-3121-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-3131-rm -f conftest*
grass-7.8.4/configure:3132:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-3133-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3134:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-3135-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3145-do
grass-7.8.4/configure:3146:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-3147-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-3156-{ (eval echo configure:3157: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:3157:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-3158-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-3168-rm -f conftest*
grass-7.8.4/configure:3169:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-3170-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3171:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-3172-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3381-
grass-7.8.4/configure:3382:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
grass-7.8.4/configure-3383-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3384:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
grass-7.8.4/configure-3385-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3433-
grass-7.8.4/configure:3434:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
grass-7.8.4/configure-3435-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3436:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
grass-7.8.4/configure-3437-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3485-
grass-7.8.4/configure:3486:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
grass-7.8.4/configure-3487-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3488:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
grass-7.8.4/configure-3489-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3537-
grass-7.8.4/configure:3538:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
grass-7.8.4/configure-3539-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3540:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
grass-7.8.4/configure-3541-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3589-
grass-7.8.4/configure:3590:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
grass-7.8.4/configure-3591-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:3592:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
grass-7.8.4/configure-3593-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-3773-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
grass-7.8.4/configure:3774:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
grass-7.8.4/configure-3775-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
grass-7.8.4/configure-3809-{ (eval echo configure:3810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:3810:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-3811-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-3896-# Check X11 before X11Rn because it is often a symlink to the current release.
grass-7.8.4/configure:3897:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
grass-7.8.4/configure-3898-    /usr/X11/lib          \
##############################################
grass-7.8.4/configure-4083-
grass-7.8.4/configure:4084:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4085-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4121-
grass-7.8.4/configure:4122:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4123-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4174-
grass-7.8.4/configure:4175:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
grass-7.8.4/configure-4176-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4212-
grass-7.8.4/configure:4213:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4214-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4266-
grass-7.8.4/configure:4267:if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
grass-7.8.4/configure-4268-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4304-
grass-7.8.4/configure:4305:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4306-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4352-
grass-7.8.4/configure:4353:if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
grass-7.8.4/configure-4354-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4390-
grass-7.8.4/configure:4391:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4392-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4438-
grass-7.8.4/configure:4439:if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
grass-7.8.4/configure-4440-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4476-
grass-7.8.4/configure:4477:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4478-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4525-
grass-7.8.4/configure:4526:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4527-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4654-
grass-7.8.4/configure:4655:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
grass-7.8.4/configure-4656-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:4657:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
grass-7.8.4/configure-4658-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-4707-
grass-7.8.4/configure:4708:if eval "test \"`echo '$ac_cv_func_'atan`\" = yes"; then
grass-7.8.4/configure-4709-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4743-
grass-7.8.4/configure:4744:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4745-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4795-
grass-7.8.4/configure:4796:if eval "test \"`echo '$ac_cv_func_'dlsym`\" = yes"; then
grass-7.8.4/configure-4797-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4831-
grass-7.8.4/configure:4832:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4833-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4883-
grass-7.8.4/configure:4884:if eval "test \"`echo '$ac_cv_func_'iconv`\" = yes"; then
grass-7.8.4/configure-4885-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4919-
grass-7.8.4/configure:4920:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4921-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4955-
grass-7.8.4/configure:4956:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-4957-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-4999-
grass-7.8.4/configure:5000:if eval "test \"`echo '$ac_cv_func_'libiconv`\" = yes"; then
grass-7.8.4/configure-5001-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5035-
grass-7.8.4/configure:5036:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-5037-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5071-
grass-7.8.4/configure:5072:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-5073-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5133-
grass-7.8.4/configure:5134:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
grass-7.8.4/configure-5135-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5169-
grass-7.8.4/configure:5170:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-5171-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5229-do
grass-7.8.4/configure:5230:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-5231-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-5240-{ (eval echo configure:5241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:5241:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-5242-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-5252-rm -f conftest*
grass-7.8.4/configure:5253:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-5254-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:5255:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-5256-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-5327-
grass-7.8.4/configure:5328:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-5329-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5401-do
grass-7.8.4/configure:5402:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-5403-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-5412-{ (eval echo configure:5413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:5413:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-5414-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-5424-rm -f conftest*
grass-7.8.4/configure:5425:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-5426-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:5427:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-5428-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-5499-
grass-7.8.4/configure:5500:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-5501-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5574-do
grass-7.8.4/configure:5575:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-5576-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-5585-{ (eval echo configure:5586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:5586:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-5587-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-5597-rm -f conftest*
grass-7.8.4/configure:5598:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-5599-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:5600:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-5601-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-5672-
grass-7.8.4/configure:5673:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-5674-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-5737-do
grass-7.8.4/configure:5738:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-5739-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-5748-{ (eval echo configure:5749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:5749:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-5750-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-5760-rm -f conftest*
grass-7.8.4/configure:5761:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-5762-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:5763:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-5764-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-5891-    # minimum required PROJ 5+ version to use the new PROJ API: 5.1.0
grass-7.8.4/configure:5892:    if test ${proj_ver_major} = 5 && test `expr ${proj_ver_minor} \< 1` = 1 ; then
grass-7.8.4/configure-5893-	echo "configure: warning: At least PROJ version "5.1.0" is required for the new API " 1>&2
##############################################
grass-7.8.4/configure-5933-
grass-7.8.4/configure:5934:    if test `expr ${proj_ver} \>= 600` = 1 ; then
grass-7.8.4/configure-5935-	PROJMAJOR=6
grass-7.8.4/configure:5936:    elif test `expr ${proj_ver} \>= 500` = 1 ; then
grass-7.8.4/configure-5937-	PROJMAJOR=5
grass-7.8.4/configure:5938:    elif test `expr ${proj_ver} \>= 400` = 1 ; then
grass-7.8.4/configure-5939-	PROJMAJOR=4
##############################################
grass-7.8.4/configure-6003-
grass-7.8.4/configure:6004:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-6005-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-6032-do
grass-7.8.4/configure:6033:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-6034-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-6043-{ (eval echo configure:6044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:6044:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-6045-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-6055-rm -f conftest*
grass-7.8.4/configure:6056:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-6057-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:6058:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-6059-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-6114-
grass-7.8.4/configure:6115:	if test `expr ${proj_ver} \< 446` = 1 ; then
grass-7.8.4/configure-6116-	    { echo "configure: error: *** PROJ.4.4.6 or later is required." 1>&2; exit 1; }
##############################################
grass-7.8.4/configure-6176-
grass-7.8.4/configure:6177:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-6178-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-6221-# check if share/proj/epsg exists only for PROJ < 6
grass-7.8.4/configure:6222:if test `expr ${PROJMAJOR} \< 6` = 1 ; then
grass-7.8.4/configure-6223-    # LOC_CHECK_SHARE does not work when cross compiling
##############################################
grass-7.8.4/configure-6230-
grass-7.8.4/configure:6231:ac_safe=`echo "$PROJSHARE/epsg" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-6232-echo $ac_n "checking for $PROJSHARE/epsg""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-6243-fi
grass-7.8.4/configure:6244:if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-6245-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-6310-do
grass-7.8.4/configure:6311:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-6312-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-6321-{ (eval echo configure:6322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:6322:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-6323-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-6333-rm -f conftest*
grass-7.8.4/configure:6334:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-6335-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:6336:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-6337-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-6416-
grass-7.8.4/configure:6417:if eval "test \"`echo '$ac_cv_func_'regcomp`\" = yes"; then
grass-7.8.4/configure-6418-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-6461-
grass-7.8.4/configure:6462:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-6463-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-6544-do
grass-7.8.4/configure:6545:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-6546-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-6555-{ (eval echo configure:6556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:6556:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-6557-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-6567-rm -f conftest*
grass-7.8.4/configure:6568:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-6569-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:6570:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-6571-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-6588-do
grass-7.8.4/configure:6589:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-6590-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-6599-{ (eval echo configure:6600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:6600:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-6601-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-6611-rm -f conftest*
grass-7.8.4/configure:6612:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-6613-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:6614:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-6615-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-6686-
grass-7.8.4/configure:6687:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-6688-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-6738-
grass-7.8.4/configure:6739:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-6740-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-6775-
grass-7.8.4/configure:6776:if test "`basename xx/$with_gdal`" = "gdal-config" ; then
grass-7.8.4/configure-6777-  GDAL_CONFIG="$with_gdal"
##############################################
grass-7.8.4/configure-6822-  if test "$GDAL_CONFIG" != "" ; then
grass-7.8.4/configure:6823:    GDAL_LIBS=`"$GDAL_CONFIG" --libs`
grass-7.8.4/configure:6824:    GDAL_DEP_LIBS=`"$GDAL_CONFIG" --dep-libs`
grass-7.8.4/configure:6825:    GDAL_CFLAGS=`"$GDAL_CONFIG" --cflags`
grass-7.8.4/configure-6826-    USE_GDAL=1
grass-7.8.4/configure:6827:    if test `"$GDAL_CONFIG" --ogr-enabled` = "yes" ; then
grass-7.8.4/configure-6828-      cat >> confdefs.h <<\EOF
##############################################
grass-7.8.4/configure-6902-
grass-7.8.4/configure:6903:if test "`basename xx/$with_liblas`" = "liblas-config" ; then
grass-7.8.4/configure-6904-  LIBLAS_CONFIG="$with_liblas"
##############################################
grass-7.8.4/configure-6949-  if test "$LIBLAS_CONFIG" != "" ; then
grass-7.8.4/configure:6950:    LIBLAS_LIBS=`"$LIBLAS_CONFIG" --libs`
grass-7.8.4/configure:6951:    LIBLAS_CFLAGS=`"$LIBLAS_CONFIG" --cflags`
grass-7.8.4/configure:6952:    LIBLAS_INC=`"$LIBLAS_CONFIG" --includes`
grass-7.8.4/configure-6953-    USE_LIBLAS=1
##############################################
grass-7.8.4/configure-6964-do
grass-7.8.4/configure:6965:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-6966-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-6975-{ (eval echo configure:6976: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:6976:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-6977-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-6987-rm -f conftest*
grass-7.8.4/configure:6988:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-6989-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:6990:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-6991-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-7072-
grass-7.8.4/configure:7073:if test "`basename xx/$with_pdal`" = "pdal-config" ; then
grass-7.8.4/configure-7074-  PDAL_CONFIG="$with_pdal"
##############################################
grass-7.8.4/configure-7119-  if test "$PDAL_CONFIG" != "" ; then
grass-7.8.4/configure:7120:    PDAL_LIBS=`"$PDAL_CONFIG" --libs`
grass-7.8.4/configure:7121:    PDAL_CPPFLAGS=`"$PDAL_CONFIG" --cxxflags`
grass-7.8.4/configure:7122:    PDAL_INC=`"$PDAL_CONFIG" --includes`
grass-7.8.4/configure-7123-    USE_PDAL=1
##############################################
grass-7.8.4/configure-7211-
grass-7.8.4/configure:7212:if test "`basename xx/$with_netcdf`" = "nc-config" ; then
grass-7.8.4/configure-7213-  NETCDF_CONFIG="$with_netcdf"
##############################################
grass-7.8.4/configure-7258-  if test "$NETCDF_CONFIG" != "" ; then
grass-7.8.4/configure:7259:    NETCDF_LIBS=`"$NETCDF_CONFIG" --libs`
grass-7.8.4/configure:7260:    NETCDF_CFLAGS=`"$NETCDF_CONFIG" --cflags`
grass-7.8.4/configure-7261-    USE_NETCDF=1
##############################################
grass-7.8.4/configure-7329-# FIXME: "quote" $with_geos ?
grass-7.8.4/configure:7330:if test "`basename xx/$with_geos`" = "geos-config" ; then
grass-7.8.4/configure-7331-  GEOS_CONFIG="$with_geos"
##############################################
grass-7.8.4/configure-7376-  if test "$GEOS_CONFIG" != "" ; then
grass-7.8.4/configure:7377:    GEOS_LIBS=`"$GEOS_CONFIG" --clibs`
grass-7.8.4/configure:7378:    GEOS_CFLAGS=`"$GEOS_CONFIG" --cflags`
grass-7.8.4/configure-7379-    USE_GEOS=1
##############################################
grass-7.8.4/configure-7386-do
grass-7.8.4/configure:7387:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-7388-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-7397-{ (eval echo configure:7398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:7398:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-7399-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-7409-rm -f conftest*
grass-7.8.4/configure:7410:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-7411-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:7412:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-7413-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-7464-
grass-7.8.4/configure:7465:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7466-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7540-do
grass-7.8.4/configure:7541:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-7542-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-7551-{ (eval echo configure:7552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:7552:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-7553-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-7563-rm -f conftest*
grass-7.8.4/configure:7564:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-7565-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:7566:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-7567-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-7644-
grass-7.8.4/configure:7645:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7646-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7680-
grass-7.8.4/configure:7681:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7682-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7716-
grass-7.8.4/configure:7717:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7718-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7752-
grass-7.8.4/configure:7753:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7754-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7788-
grass-7.8.4/configure:7789:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7790-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7824-
grass-7.8.4/configure:7825:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7826-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7860-
grass-7.8.4/configure:7861:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7862-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-7896-
grass-7.8.4/configure:7897:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-7898-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8025-do
grass-7.8.4/configure:8026:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-8027-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-8036-{ (eval echo configure:8037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:8037:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-8038-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-8048-rm -f conftest*
grass-7.8.4/configure:8049:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-8050-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:8051:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-8052-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-8123-
grass-7.8.4/configure:8124:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8125-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8204-do
grass-7.8.4/configure:8205:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-8206-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-8215-{ (eval echo configure:8216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:8216:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-8217-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-8227-rm -f conftest*
grass-7.8.4/configure:8228:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-8229-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:8230:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-8231-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-8310-
grass-7.8.4/configure:8311:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8312-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8346-
grass-7.8.4/configure:8347:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8348-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8382-
grass-7.8.4/configure:8383:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8384-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8418-
grass-7.8.4/configure:8419:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8420-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8492-
grass-7.8.4/configure:8493:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8494-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8531-
grass-7.8.4/configure:8532:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8533-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8606-do
grass-7.8.4/configure:8607:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-8608-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-8617-{ (eval echo configure:8618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:8618:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-8619-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-8629-rm -f conftest*
grass-7.8.4/configure:8630:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-8631-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:8632:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-8633-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-8713-
grass-7.8.4/configure:8714:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8715-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8749-
grass-7.8.4/configure:8750:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8751-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8785-
grass-7.8.4/configure:8786:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8787-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8821-
grass-7.8.4/configure:8822:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8823-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8857-
grass-7.8.4/configure:8858:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8859-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8893-
grass-7.8.4/configure:8894:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8895-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8929-
grass-7.8.4/configure:8930:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8931-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-8965-
grass-7.8.4/configure:8966:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-8967-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9088-    ac_save_libs="$LIBS"
grass-7.8.4/configure:9089:    MYSQLDLIB=`"$MYSQLD_CONFIG" --libmysqld-libs`
grass-7.8.4/configure-9090-
##############################################
grass-7.8.4/configure-9132-
grass-7.8.4/configure:9133:if eval "test \"`echo '$ac_cv_func_'mysql_server_init`\" = yes"; then
grass-7.8.4/configure-9134-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9217-do
grass-7.8.4/configure:9218:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-9219-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-9228-{ (eval echo configure:9229: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:9229:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-9230-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-9240-rm -f conftest*
grass-7.8.4/configure:9241:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-9242-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:9243:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-9244-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-9328-
grass-7.8.4/configure:9329:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9330-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9364-
grass-7.8.4/configure:9365:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9366-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9400-
grass-7.8.4/configure:9401:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9402-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9436-
grass-7.8.4/configure:9437:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9438-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9557-do
grass-7.8.4/configure:9558:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-9559-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-9568-{ (eval echo configure:9569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:9569:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-9570-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-9580-rm -f conftest*
grass-7.8.4/configure:9581:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-9582-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:9583:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-9584-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-9659-
grass-7.8.4/configure:9660:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9661-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9695-
grass-7.8.4/configure:9696:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9697-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9731-
grass-7.8.4/configure:9732:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9733-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9767-
grass-7.8.4/configure:9768:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9769-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9846-
grass-7.8.4/configure:9847:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9848-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9882-
grass-7.8.4/configure:9883:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-9884-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-9954-
grass-7.8.4/configure:9955:if eval "test \"`echo '$ac_cv_func_'glXCreatePbuffer`\" = yes"; then
grass-7.8.4/configure-9956-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-10017-
grass-7.8.4/configure:10018:if eval "test \"`echo '$ac_cv_func_'glXCreateGLXPixmap`\" = yes"; then
grass-7.8.4/configure-10019-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-10071-do
grass-7.8.4/configure:10072:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-10073-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-10082-{ (eval echo configure:10083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:10083:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-10084-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-10094-rm -f conftest*
grass-7.8.4/configure:10095:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-10096-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:10097:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-10098-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-10154-
grass-7.8.4/configure:10155:if eval "test \"`echo '$ac_cv_func_'glBegin`\" = yes"; then
grass-7.8.4/configure-10156-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-10217-
grass-7.8.4/configure:10218:if eval "test \"`echo '$ac_cv_func_'gluBeginCurve`\" = yes"; then
grass-7.8.4/configure-10219-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-10278-do
grass-7.8.4/configure:10279:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-10280-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-10289-{ (eval echo configure:10290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:10290:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-10291-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-10301-rm -f conftest*
grass-7.8.4/configure:10302:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-10303-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:10304:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-10305-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-10485-do
grass-7.8.4/configure:10486:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-10487-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-10496-{ (eval echo configure:10497: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:10497:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-10498-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-10508-rm -f conftest*
grass-7.8.4/configure:10509:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-10510-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:10511:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-10512-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-10583-
grass-7.8.4/configure:10584:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-10585-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-10625-
grass-7.8.4/configure:10626:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-10627-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-10742-do
grass-7.8.4/configure:10743:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-10744-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-10753-{ (eval echo configure:10754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:10754:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-10755-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-10765-rm -f conftest*
grass-7.8.4/configure:10766:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-10767-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:10768:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-10769-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-10778-do
grass-7.8.4/configure:10779:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-10780-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-10789-{ (eval echo configure:10790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:10790:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-10791-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-10801-rm -f conftest*
grass-7.8.4/configure:10802:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-10803-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:10804:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-10805-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-10814-do
grass-7.8.4/configure:10815:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-10816-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-10825-{ (eval echo configure:10826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:10826:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-10827-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-10837-rm -f conftest*
grass-7.8.4/configure:10838:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-10839-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:10840:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-10841-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-10924-
grass-7.8.4/configure:10925:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-10926-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-10966-
grass-7.8.4/configure:10967:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-10968-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11008-
grass-7.8.4/configure:11009:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11010-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11118-do
grass-7.8.4/configure:11119:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-11120-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-11129-{ (eval echo configure:11130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:11130:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-11131-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-11141-rm -f conftest*
grass-7.8.4/configure:11142:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-11143-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:11144:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-11145-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-11192-
grass-7.8.4/configure:11193:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11194-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11228-
grass-7.8.4/configure:11229:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11230-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11289-
grass-7.8.4/configure:11290:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11291-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11321-
grass-7.8.4/configure:11322:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11323-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11353-
grass-7.8.4/configure:11354:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11355-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11443-
grass-7.8.4/configure:11444:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11445-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11475-
grass-7.8.4/configure:11476:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11477-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11507-
grass-7.8.4/configure:11508:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11509-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11558-
grass-7.8.4/configure:11559:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11560-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11590-
grass-7.8.4/configure:11591:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11592-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11637-
grass-7.8.4/configure:11638:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11639-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11733-do
grass-7.8.4/configure:11734:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-11735-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-11744-{ (eval echo configure:11745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:11745:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-11746-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-11756-rm -f conftest*
grass-7.8.4/configure:11757:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-11758-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:11759:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-11760-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-11812-
grass-7.8.4/configure:11813:if eval "test \"`echo '$ac_cv_func_'dsegv_`\" = yes"; then
grass-7.8.4/configure-11814-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11857-
grass-7.8.4/configure:11858:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11859-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11906-
grass-7.8.4/configure:11907:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11908-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-11942-
grass-7.8.4/configure:11943:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-11944-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-12014-#FIXME: somehow quote dirs with spaces in $cairo ?
grass-7.8.4/configure:12015:CAIROINC=`pkg-config --cflags $cairo`
grass-7.8.4/configure-12016-
##############################################
grass-7.8.4/configure-12042-do
grass-7.8.4/configure:12043:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-12044-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-12053-{ (eval echo configure:12054: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:12054:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-12055-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-12065-rm -f conftest*
grass-7.8.4/configure:12066:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-12067-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:12068:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-12069-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-12084-
grass-7.8.4/configure:12085:CAIROLIB=`pkg-config --libs $cairo`
grass-7.8.4/configure-12086-
##############################################
grass-7.8.4/configure-12161-
grass-7.8.4/configure:12162:if eval "test \"`echo '$ac_cv_func_'cairo_create`\" = yes"; then
grass-7.8.4/configure-12163-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-12221-
grass-7.8.4/configure:12222:if eval "test \"`echo '$ac_cv_func_'cairo_xlib_surface_create_with_xrender_format`\" = yes"; then
grass-7.8.4/configure-12223-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-12280-
grass-7.8.4/configure:12281:if eval "test \"`echo '$ac_cv_func_'cairo_xlib_surface_get_xrender_format`\" = yes"; then
grass-7.8.4/configure-12282-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-12354-do
grass-7.8.4/configure:12355:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-12356-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-12365-{ (eval echo configure:12366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:12366:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-12367-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-12377-rm -f conftest*
grass-7.8.4/configure:12378:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-12379-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:12380:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-12381-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-12452-
grass-7.8.4/configure:12453:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-12454-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-12538-
grass-7.8.4/configure:12539:if eval "test \"`echo '$ac_cv_func_'gettext`\" = yes"; then
grass-7.8.4/configure-12540-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-12574-
grass-7.8.4/configure:12575:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-12576-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-12717-echo 'void f(){}' > conftest.cc
grass-7.8.4/configure:12718:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
grass-7.8.4/configure-12719-  ac_cv_prog_cxx_g=yes
##############################################
grass-7.8.4/configure-12850-do
grass-7.8.4/configure:12851:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-12852-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-12861-{ (eval echo configure:12862: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:12862:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-12863-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-12873-rm -f conftest*
grass-7.8.4/configure:12874:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-12875-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:12876:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-12877-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-12918-#for now hack (but working):
grass-7.8.4/configure:12919:TRUEOPENDWGLIBPATH=`echo "$OPENDWGLIBPATH" | cut -b3-`
grass-7.8.4/configure:12920:adlib=`ls -1 "$TRUEOPENDWGLIBPATH"/ad?.a | tail -1`
grass-7.8.4/configure-12921-OPENDWGLIB="$adlib"
##############################################
grass-7.8.4/configure-12979-do
grass-7.8.4/configure:12980:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-12981-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-12990-{ (eval echo configure:12991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:12991:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-12992-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-13002-rm -f conftest*
grass-7.8.4/configure:13003:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-13004-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:13005:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-13006-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-13085-
grass-7.8.4/configure:13086:if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then
grass-7.8.4/configure-13087-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-13130-
grass-7.8.4/configure:13131:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-13132-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-13213-do
grass-7.8.4/configure:13214:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-13215-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-13224-{ (eval echo configure:13225: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:13225:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-13226-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-13236-rm -f conftest*
grass-7.8.4/configure:13237:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-13238-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:13239:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-13240-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-13323-
grass-7.8.4/configure:13324:if eval "test \"`echo '$ac_cv_func_'GOMP_parallel_start`\" = yes"; then
grass-7.8.4/configure-13325-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-13368-
grass-7.8.4/configure:13369:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-13370-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-13474-do
grass-7.8.4/configure:13475:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-13476-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-13485-{ (eval echo configure:13486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:13486:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-13487-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-13497-rm -f conftest*
grass-7.8.4/configure:13498:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-13499-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:13500:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-13501-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-13561-
grass-7.8.4/configure:13562:if eval "test \"`echo '$ac_cv_func_'clGetPlatformInfo`\" = yes"; then
grass-7.8.4/configure-13563-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-13587-do
grass-7.8.4/configure:13588:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
grass-7.8.4/configure-13589-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
grass-7.8.4/configure-13598-{ (eval echo configure:13599: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
grass-7.8.4/configure:13599:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
grass-7.8.4/configure-13600-if test -z "$ac_err"; then
##############################################
grass-7.8.4/configure-13610-rm -f conftest*
grass-7.8.4/configure:13611:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
grass-7.8.4/configure-13612-  echo "$ac_t""yes" 1>&6
grass-7.8.4/configure:13613:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
grass-7.8.4/configure-13614-  cat >> confdefs.h <<EOF
##############################################
grass-7.8.4/configure-13683-
grass-7.8.4/configure:13684:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
grass-7.8.4/configure-13685-  echo "$ac_t""yes" 1>&6
##############################################
grass-7.8.4/configure-14461-    fi
grass-7.8.4/configure:14462:    ac_file=`expr $ac_file + 1`
grass-7.8.4/configure-14463-    ac_beg=$ac_end
grass-7.8.4/configure:14464:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
grass-7.8.4/configure-14465-  fi
##############################################
grass-7.8.4/configure-14479-  case "$ac_file" in
grass-7.8.4/configure:14480:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
grass-7.8.4/configure:14481:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
grass-7.8.4/configure-14482-  *) ac_file_in="${ac_file}.in" ;;
##############################################
grass-7.8.4/configure-14487-  # Remove last slash and all that follows it.  Not all systems have dirname.
grass-7.8.4/configure:14488:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
grass-7.8.4/configure-14489-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
grass-7.8.4/configure-14491-    test ! -d "$ac_dir" && mkdir "$ac_dir"
grass-7.8.4/configure:14492:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
grass-7.8.4/configure-14493-    # A "../" for each directory in $ac_dir_suffix.
grass-7.8.4/configure:14494:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
grass-7.8.4/configure-14495-  else
##############################################
grass-7.8.4/configure-14501-      if test -z "$ac_dots"; then top_srcdir=.
grass-7.8.4/configure:14502:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
grass-7.8.4/configure-14503-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
grass-7.8.4/configure-14515-  rm -f "$ac_file"
grass-7.8.4/configure:14516:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
grass-7.8.4/configure-14517-  case "$ac_file" in
##############################################
grass-7.8.4/configure-14522-
grass-7.8.4/configure:14523:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
grass-7.8.4/configure-14524-  sed -e "$ac_comsub
##############################################
grass-7.8.4/configure-14561-  case "$ac_file" in
grass-7.8.4/configure:14562:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
grass-7.8.4/configure:14563:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
grass-7.8.4/configure-14564-  *) ac_file_in="${ac_file}.in" ;;
##############################################
grass-7.8.4/configure-14569-  rm -f conftest.frag conftest.in conftest.out
grass-7.8.4/configure:14570:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
grass-7.8.4/configure-14571-  cat $ac_file_inputs > conftest.in
##############################################
grass-7.8.4/configure-14629-    # Remove last slash and all that follows it.  Not all systems have dirname.
grass-7.8.4/configure:14630:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
grass-7.8.4/configure-14631-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
grass-7.8.4/configure-14696-
grass-7.8.4/configure:14697:echo "  MacOSX application:         `if test -n "${MACOSX_APP}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14698-
##############################################
grass-7.8.4/configure-14707-
grass-7.8.4/configure:14708:echo "  BLAS support:               `if test -n "${USE_BLAS}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14709-
grass-7.8.4/configure:14710:echo "  BZIP2 support:              `if test -n "${USE_BZIP2}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14711-
grass-7.8.4/configure:14712:echo "  C++ support:                `if test -n "${USE_CXX}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14713-
grass-7.8.4/configure:14714:echo "  Cairo support:              `if test -n "${USE_CAIRO}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14715-
grass-7.8.4/configure:14716:echo "  DWG support:                `if test -n "${USE_OPENDWG}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14717-
grass-7.8.4/configure:14718:echo "  FFTW support:               `if test -n "${USE_FFTW}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14719-
grass-7.8.4/configure:14720:echo "  FreeType support:           `if test -n "${USE_FREETYPE}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14721-
grass-7.8.4/configure:14722:echo "  GDAL support:               `if test -n "${USE_GDAL}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14723-
grass-7.8.4/configure:14724:echo "  GEOS support:               `if test -n "${USE_GEOS}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14725-
grass-7.8.4/configure:14726:echo "  LAPACK support:             `if test -n "${USE_LAPACK}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14727-
grass-7.8.4/configure:14728:echo "  Large File support (LFS):   `if test -n "${USE_LARGEFILES}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14729-
grass-7.8.4/configure:14730:echo "  libLAS support:             `if test -n "${USE_LIBLAS}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14731-
grass-7.8.4/configure:14732:echo "  MySQL support:              `if test -n "${USE_MYSQL}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14733-
grass-7.8.4/configure:14734:echo "  NetCDF support:             `if test -n "${USE_NETCDF}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14735-
grass-7.8.4/configure:14736:echo "  NLS support:                `if test -n "${USE_NLS}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14737-
grass-7.8.4/configure:14738:echo "  ODBC support:               `if test -n "${USE_ODBC}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14739-
grass-7.8.4/configure:14740:echo "  OGR support:                `if test -n "${USE_OGR}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14741-
grass-7.8.4/configure:14742:echo "  OpenCL support:             `if test -n "${USE_OPENCL}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14743-
grass-7.8.4/configure:14744:echo "  OpenGL support:             `if test -n "${USE_OPENGL}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14745-
grass-7.8.4/configure:14746:echo "  OpenMP support:             `if test -n "${USE_OPENMP}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14747-
grass-7.8.4/configure:14748:echo "  PDAL support:               `if test -n "${USE_PDAL}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14749-
grass-7.8.4/configure:14750:echo "  PNG support:                `if test -n "${USE_PNG}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14751-
grass-7.8.4/configure:14752:echo "  POSIX thread support:       `if test -n "${USE_PTHREAD}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14753-
grass-7.8.4/configure:14754:echo "  PostgreSQL support:         `if test -n "${USE_POSTGRES}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14755-
grass-7.8.4/configure:14756:echo "  Readline support:           `if test -n "${USE_READLINE}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14757-
grass-7.8.4/configure:14758:echo "  Regex support:              `if test -n "${USE_REGEX}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14759-
grass-7.8.4/configure:14760:echo "  SQLite support:             `if test -n "${USE_SQLITE}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14761-
grass-7.8.4/configure:14762:echo "  TIFF support:               `if test -n "${USE_TIFF}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14763-
grass-7.8.4/configure:14764:echo "  X11 support:                `if test -n "${USE_X11}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14765-
grass-7.8.4/configure:14766:echo "  Zstandard support:          `if test -n "${USE_ZSTD}" ; then echo yes ; else echo no ; fi`"
grass-7.8.4/configure-14767-
##############################################
grass-7.8.4/configure.in-75-if test -z "$srcdir" ; then
grass-7.8.4/configure.in:76:  SRCDIR=`$pwd`
grass-7.8.4/configure.in-77-else
grass-7.8.4/configure.in:78:  SRCDIR=`(cd "$srcdir" ; $pwd)`
grass-7.8.4/configure.in-79-fi
##############################################
grass-7.8.4/configure.in-84-
grass-7.8.4/configure.in:85:DSTDIR=`$pwd`
grass-7.8.4/configure.in:86:WINDSTDIR=`$winpwd`
grass-7.8.4/configure.in-87-
##############################################
grass-7.8.4/configure.in-118-GRASS_VERSION_FILE=include/VERSION
grass-7.8.4/configure.in:119:GRASS_VERSION_MAJOR=`sed -n 1p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure.in:120:GRASS_VERSION_MINOR=`sed -n 2p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure.in:121:GRASS_VERSION_RELEASE=`sed -n 3p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure.in:122:GRASS_VERSION_DATE=`sed -n 4p "${GRASS_VERSION_FILE}"`
grass-7.8.4/configure.in:123:GRASS_VERSION_NUMBER=`echo ${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.${GRASS_VERSION_RELEASE}`
grass-7.8.4/configure.in:124:NAME_VER=`echo ${GRASS_VERSION_NUMBER} | sed 's/\..*//'`
grass-7.8.4/configure.in-125-changequote(,)
grass-7.8.4/configure.in:126:LIB_VER=`echo ${GRASS_VERSION_NUMBER} | sed 's/^\([0-9.]*\).*$/\1/'`
grass-7.8.4/configure.in-127-changequote([,])
##############################################
grass-7.8.4/configure.in-131-# (and anything else in include)
grass-7.8.4/configure.in:132:GRASS_HEADERS_GIT_HASH=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure.in:133:GRASS_HEADERS_GIT_DATE=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure.in-134-AC_PATH_PROG(GIT, git, no)
grass-7.8.4/configure.in-135-if test "$GIT" != "no" ; then
grass-7.8.4/configure.in:136:   GRASS_VERSION_GIT=`$GIT rev-parse --short HEAD 2>/dev/null`
grass-7.8.4/configure.in-137-   if test -z "$GRASS_VERSION_GIT"; then
##############################################
grass-7.8.4/configure.in-139-   fi
grass-7.8.4/configure.in:140:   GRASS_HEADERS_GIT_HASH=`$GIT log -1 --pretty=format:"%h" -- "${SRCDIR}/include" 2>/dev/null`
grass-7.8.4/configure.in-141-   if test -z "$GRASS_HEADERS_GIT_HASH"; then
grass-7.8.4/configure.in:142:      GRASS_HEADERS_GIT_HASH=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure.in-143-   fi
grass-7.8.4/configure.in:144:   GRASS_HEADERS_GIT_DATE=`date -d $($GIT log -1 --pretty=format:"%cI" -- "${SRCDIR}/include") -u +%FT%T%z | sed 's/\(..\)$/:\1/'` 2>/dev/null
grass-7.8.4/configure.in-145-   if test -z "$GRASS_HEADERS_GIT_DATE"; then
grass-7.8.4/configure.in:146:      GRASS_HEADERS_GIT_DATE=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'`
grass-7.8.4/configure.in-147-   fi
##############################################
grass-7.8.4/configure.in-709-    # minimum required PROJ 5+ version to use the new PROJ API: 5.1.0
grass-7.8.4/configure.in:710:    if test ${proj_ver_major} = 5 && test `expr ${proj_ver_minor} \< 1` = 1 ; then
grass-7.8.4/configure.in-711-	AC_MSG_WARN([At least PROJ version "5.1.0" is required for the new API ])
##############################################
grass-7.8.4/configure.in-715-    LOC_CHECK_VERSION_INT(proj_api.h,PJ_VERSION,External PROJ.4,proj_ver,$PROJINC,0)
grass-7.8.4/configure.in:716:    if test `expr ${proj_ver} \>= 600` = 1 ; then
grass-7.8.4/configure.in-717-	PROJMAJOR=6
grass-7.8.4/configure.in:718:    elif test `expr ${proj_ver} \>= 500` = 1 ; then
grass-7.8.4/configure.in-719-	PROJMAJOR=5
grass-7.8.4/configure.in:720:    elif test `expr ${proj_ver} \>= 400` = 1 ; then
grass-7.8.4/configure.in-721-	PROJMAJOR=4
##############################################
grass-7.8.4/configure.in-744-
grass-7.8.4/configure.in:745:	if test `expr ${proj_ver} \< 446` = 1 ; then
grass-7.8.4/configure.in-746-	    AC_MSG_ERROR([*** PROJ.4.4.6 or later is required.])
##############################################
grass-7.8.4/configure.in-764-# check if share/proj/epsg exists only for PROJ < 6
grass-7.8.4/configure.in:765:if test `expr ${PROJMAJOR} \< 6` = 1 ; then
grass-7.8.4/configure.in-766-    # LOC_CHECK_SHARE does not work when cross compiling
##############################################
grass-7.8.4/configure.in-858-
grass-7.8.4/configure.in:859:if test "`basename xx/$with_gdal`" = "gdal-config" ; then
grass-7.8.4/configure.in-860-  GDAL_CONFIG="$with_gdal"
##############################################
grass-7.8.4/configure.in-873-  if test "$GDAL_CONFIG" != "" ; then
grass-7.8.4/configure.in:874:    GDAL_LIBS=`"$GDAL_CONFIG" --libs`
grass-7.8.4/configure.in:875:    GDAL_DEP_LIBS=`"$GDAL_CONFIG" --dep-libs`
grass-7.8.4/configure.in:876:    GDAL_CFLAGS=`"$GDAL_CONFIG" --cflags`
grass-7.8.4/configure.in-877-    USE_GDAL=1
grass-7.8.4/configure.in:878:    if test `"$GDAL_CONFIG" --ogr-enabled` = "yes" ; then
grass-7.8.4/configure.in-879-      AC_DEFINE(HAVE_OGR)
##############################################
grass-7.8.4/configure.in-913-
grass-7.8.4/configure.in:914:if test "`basename xx/$with_liblas`" = "liblas-config" ; then
grass-7.8.4/configure.in-915-  LIBLAS_CONFIG="$with_liblas"
##############################################
grass-7.8.4/configure.in-928-  if test "$LIBLAS_CONFIG" != "" ; then
grass-7.8.4/configure.in:929:    LIBLAS_LIBS=`"$LIBLAS_CONFIG" --libs`
grass-7.8.4/configure.in:930:    LIBLAS_CFLAGS=`"$LIBLAS_CONFIG" --cflags`
grass-7.8.4/configure.in:931:    LIBLAS_INC=`"$LIBLAS_CONFIG" --includes`
grass-7.8.4/configure.in-932-    USE_LIBLAS=1
##############################################
grass-7.8.4/configure.in-972-
grass-7.8.4/configure.in:973:if test "`basename xx/$with_pdal`" = "pdal-config" ; then
grass-7.8.4/configure.in-974-  PDAL_CONFIG="$with_pdal"
##############################################
grass-7.8.4/configure.in-987-  if test "$PDAL_CONFIG" != "" ; then
grass-7.8.4/configure.in:988:    PDAL_LIBS=`"$PDAL_CONFIG" --libs`
grass-7.8.4/configure.in:989:    PDAL_CPPFLAGS=`"$PDAL_CONFIG" --cxxflags`
grass-7.8.4/configure.in:990:    PDAL_INC=`"$PDAL_CONFIG" --includes`
grass-7.8.4/configure.in-991-    USE_PDAL=1
##############################################
grass-7.8.4/configure.in-1030-
grass-7.8.4/configure.in:1031:if test "`basename xx/$with_netcdf`" = "nc-config" ; then
grass-7.8.4/configure.in-1032-  NETCDF_CONFIG="$with_netcdf"
##############################################
grass-7.8.4/configure.in-1045-  if test "$NETCDF_CONFIG" != "" ; then
grass-7.8.4/configure.in:1046:    NETCDF_LIBS=`"$NETCDF_CONFIG" --libs`
grass-7.8.4/configure.in:1047:    NETCDF_CFLAGS=`"$NETCDF_CONFIG" --cflags`
grass-7.8.4/configure.in-1048-    USE_NETCDF=1
##############################################
grass-7.8.4/configure.in-1079-# FIXME: "quote" $with_geos ?
grass-7.8.4/configure.in:1080:if test "`basename xx/$with_geos`" = "geos-config" ; then
grass-7.8.4/configure.in-1081-  GEOS_CONFIG="$with_geos"
##############################################
grass-7.8.4/configure.in-1094-  if test "$GEOS_CONFIG" != "" ; then
grass-7.8.4/configure.in:1095:    GEOS_LIBS=`"$GEOS_CONFIG" --clibs`
grass-7.8.4/configure.in:1096:    GEOS_CFLAGS=`"$GEOS_CONFIG" --cflags`
grass-7.8.4/configure.in-1097-    USE_GEOS=1
##############################################
grass-7.8.4/configure.in-1256-    ac_save_libs="$LIBS"
grass-7.8.4/configure.in:1257:    MYSQLDLIB=`"$MYSQLD_CONFIG" --libmysqld-libs`
grass-7.8.4/configure.in-1258-
##############################################
grass-7.8.4/configure.in-1681-#FIXME: somehow quote dirs with spaces in $cairo ?
grass-7.8.4/configure.in:1682:CAIROINC=`pkg-config --cflags $cairo`
grass-7.8.4/configure.in-1683-
##############################################
grass-7.8.4/configure.in-1689-
grass-7.8.4/configure.in:1690:CAIROLIB=`pkg-config --libs $cairo`
grass-7.8.4/configure.in-1691-
##############################################
grass-7.8.4/configure.in-1801-#for now hack (but working):
grass-7.8.4/configure.in:1802:TRUEOPENDWGLIBPATH=`echo "$OPENDWGLIBPATH" | cut -b3-`
grass-7.8.4/configure.in:1803:adlib=`ls -1 "$TRUEOPENDWGLIBPATH"/ad?.a | tail -1`
grass-7.8.4/configure.in-1804-OPENDWGLIB="$adlib"
##############################################
grass-7.8.4/doc/README-43-DIR="../trunk-commands/doc/"
grass-7.8.4/doc/README:44:for FILE in *.png; do convert $FILE -resize 200x200 $DIR/`basename -s .png $FILE`.jpg; done;
grass-7.8.4/doc/README-45-
##############################################
grass-7.8.4/general/g.findfile/g.findfile.html-68-<div class="code"><pre>
grass-7.8.4/general/g.findfile/g.findfile.html:69:eval `g.findfile element=vector file="$G_OPT_V_INPUT"`
grass-7.8.4/general/g.findfile/g.findfile.html-70-if [ ! "$file" ] ; then
##############################################
grass-7.8.4/general/g.parser/g.parser.html-524-    }
grass-7.8.4/general/g.parser/g.parser.html:525:    system("$ENV{GISBASE}/bin/g.parser $0 $arg");
grass-7.8.4/general/g.parser/g.parser.html-526-    exit;
##############################################
grass-7.8.4/general/g.parser/test.pl-37-    }
grass-7.8.4/general/g.parser/test.pl:38:    system("$ENV{GISBASE}/bin/g.parser $0 $arg");
grass-7.8.4/general/g.parser/test.pl-39-    exit;
##############################################
grass-7.8.4/general/g.tempfile/g.tempfile.html-23-<div class="code"><pre>
grass-7.8.4/general/g.tempfile/g.tempfile.html:24:temp1=`g.tempfile pid=$$`
grass-7.8.4/general/g.tempfile/g.tempfile.html:25:temp2=`g.tempfile pid=$$`
grass-7.8.4/general/g.tempfile/g.tempfile.html-26-</pre></div>
##############################################
grass-7.8.4/general/g.tempfile/g.tempfile.html-28-<div class="code"><pre>
grass-7.8.4/general/g.tempfile/g.tempfile.html:29:set temp1=`g.tempfile pid=$$`
grass-7.8.4/general/g.tempfile/g.tempfile.html:30:set temp2=`g.tempfile pid=$$`
grass-7.8.4/general/g.tempfile/g.tempfile.html-31-</pre></div>
##############################################
grass-7.8.4/gui/wxpython/docs/wxgui_sphinx/src/wxgui_toolboxes.rst-48-GRASS directory (``.grass7``) in user home directory
grass-7.8.4/gui/wxpython/docs/wxgui_sphinx/src/wxgui_toolboxes.rst:49:(i.e., ``$HOME`` on Unix) contains these XML files:
grass-7.8.4/gui/wxpython/docs/wxgui_sphinx/src/wxgui_toolboxes.rst-50-
##############################################
grass-7.8.4/imagery/i.atcorr/6s.cpp-256-    double alumet = 0;
grass-7.8.4/imagery/i.atcorr/6s.cpp:257:    double tgasm = 0;
grass-7.8.4/imagery/i.atcorr/6s.cpp-258-    double rog = 0;
grass-7.8.4/imagery/i.atcorr/6s.cpp:259:    double dgasm = 0;
grass-7.8.4/imagery/i.atcorr/6s.cpp:260:    double ugasm = 0;
grass-7.8.4/imagery/i.atcorr/6s.cpp-261-    double sdwava = 0;
##############################################
grass-7.8.4/imagery/i.atcorr/6s.cpp-442-        alumet = alumet + alumeas * sbor * step;
grass-7.8.4/imagery/i.atcorr/6s.cpp:443:        tgasm = tgasm + tgtot * coef;
grass-7.8.4/imagery/i.atcorr/6s.cpp:444:        dgasm = dgasm + dgtot * coef;
grass-7.8.4/imagery/i.atcorr/6s.cpp:445:        ugasm = ugasm + ugtot * coef;
grass-7.8.4/imagery/i.atcorr/6s.cpp-446-        sdwava = sdwava + as.dtwava * coef;
##############################################
grass-7.8.4/imagery/i.atcorr/6s.cpp-544-    refet3 = refet3 / seb;
grass-7.8.4/imagery/i.atcorr/6s.cpp:545:    tgasm = tgasm / seb;
grass-7.8.4/imagery/i.atcorr/6s.cpp:546:    dgasm = dgasm / seb;
grass-7.8.4/imagery/i.atcorr/6s.cpp:547:    ugasm = ugasm / seb;
grass-7.8.4/imagery/i.atcorr/6s.cpp-548-    sasa = sasa / seb;
##############################################
grass-7.8.4/imagery/i.atcorr/6s.cpp-612-    ti.seb = seb;
grass-7.8.4/imagery/i.atcorr/6s.cpp:613:    ti.tgasm = tgasm;
grass-7.8.4/imagery/i.atcorr/6s.cpp-614-    ti.sutott = sutott;
##############################################
grass-7.8.4/imagery/i.atcorr/test_suite/ETM4_400x400.raw-1-
##############################################
grass-7.8.4/imagery/i.atcorr/test_suite/ETM4_400x400.raw-2-
##############################################
grass-7.8.4/imagery/i.atcorr/test_suite/ETM4_400x400.raw-3-
##############################################
grass-7.8.4/imagery/i.atcorr/test_suite/ETM4_400x400.raw-4-
##############################################
grass-7.8.4/imagery/i.atcorr/test_suite/ETM4_400x400.raw-569-		
##############################################
##############################################
grass-7.8.4/imagery/i.atcorr/transform.cpp-163-       was too low. Run the model again for other conditions.
grass-7.8.4/imagery/i.atcorr/transform.cpp:164:       The lines below just decrease ainr(1,1)/tgasm to avoid too
grass-7.8.4/imagery/i.atcorr/transform.cpp-165-       bright pixels in the image. Check the output file to see if that
##############################################
grass-7.8.4/imagery/i.atcorr/transform.cpp-181-    /*
grass-7.8.4/imagery/i.atcorr/transform.cpp:182:    xa = (double)M_PI * ti.sb / ti.xmus / ti.seb / ti.tgasm / ti.sutott / ti.sdtott;
grass-7.8.4/imagery/i.atcorr/transform.cpp-183-    xb = ti.srotot / ti.sutott / ti.sdtott / ti.tgasm;
##############################################
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh-20-
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:21:DAY=`echo $DATETIME | cut -d' ' -f1 | awk '{printf "%d", $1}'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh-22-# need to translate word month to numeric month for r.sunmask
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:23:MON=`echo $DATETIME | cut -d' ' -f2 | sed 's+Jan+1+g' | sed 's+Feb+2+g' | sed 's+Mar+3+g' | sed 's+Apr+4+g' | sed 's+May+5+g' | sed 's+Jun+6+g' | sed 's+Jul+7+g' | sed 's+Aug+8+g' |sed 's+Sep+9+g' | sed 's+Oct+10+g' | sed 's+Nov+11+g' | sed 's+Dec+12+g'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:24:YEAR=`echo $DATETIME | cut -d' ' -f3 | awk '{printf "%d", $1}'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:25:TMPTIME=`echo $DATETIME | cut -d' ' -f4 | awk '{printf "%d", $1}'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:26:HOUR=`echo $TMPTIME | cut -d':' -f1 | awk '{printf "%d", $1}'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:27:MIN=`echo $TMPTIME | cut -d':' -f2 | awk '{printf "%d", $1}'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:28:TIMEZ=`echo $DATETIME | cut -d' ' -f5 | awk '{printf "%d", $1/100}'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh-29-unset TMPTIME
##############################################
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh-41-# get sun position
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:42:eval `r.sunmask -s -g elev=myplane_pyr year=$YEAR month=8 day=$DAY hour=$HOUR minute=$MIN timezone=$TIMEZ`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh-43-
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh:44:solarzenith=`echo $sunangleabovehorizon | awk '{printf "%f", 90. - $1}'`
grass-7.8.4/imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh-45-echo "Sun position ($DATETIME): solarzenith: $solarzenith, sunazimuth: $sunazimuth"
##############################################
grass-7.8.4/include/Make/Install.make-52-install-check-parent:
grass-7.8.4/include/Make/Install.make:53:	@ INST_PATH=`dirname $(INST_DIR)`; \
grass-7.8.4/include/Make/Install.make-54-	while [ ! -d "$$INST_PATH" ]; do \
grass-7.8.4/include/Make/Install.make:55:		INST_PATH=`dirname $$INST_PATH`; \
grass-7.8.4/include/Make/Install.make-56-	done; \
##############################################
grass-7.8.4/include/Make/Install.make-73-install-check-prefix:
grass-7.8.4/include/Make/Install.make:74:	@ result=`echo "$(INST_DIR)" | awk '{ if ($$1 ~ /grass/) print $$1 }'`; \
grass-7.8.4/include/Make/Install.make-75-	if [ "$$result" = "" ] ; then \
##############################################
grass-7.8.4/include/Make/Install.make-176-	-tar cCBf $(ARCH_DISTDIR) - $(BIN_DIST_FILES) | gzip -fc > $(BINDISTNAME).tar.gz
grass-7.8.4/include/Make/Install.make:177:	-size=`ls -l $(BINDISTNAME).tar.gz | awk '{print $$5}'`; \
grass-7.8.4/include/Make/Install.make-178-	    sed -e "s/BIN_DIST_VERSION/$(GRASS_VERSION_NUMBER)-$(ARCH)-$(DATE)/" \
##############################################
grass-7.8.4/install-sh-217-      fi
grass-7.8.4/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
grass-7.8.4/install-sh-219-    *)
##############################################
grass-7.8.4/install-sh-269-      dstdir=$dst
grass-7.8.4/install-sh:270:      dst=$dstdir/`basename "$src"`
grass-7.8.4/install-sh-271-      dstdir_status=0
##############################################
grass-7.8.4/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
grass-7.8.4/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
grass-7.8.4/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
grass-7.8.4/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
grass-7.8.4/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
grass-7.8.4/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
grass-7.8.4/install-sh-418-	    case $prefix in
grass-7.8.4/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
grass-7.8.4/install-sh-420-	      *) qprefix=$prefix;;
##############################################
grass-7.8.4/install-sh-467-    if $copy_on_change &&
grass-7.8.4/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
grass-7.8.4/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
grass-7.8.4/install-sh-470-
##############################################
grass-7.8.4/lib/external/shapelib/shpopen.c-1407-    {
grass-7.8.4/lib/external/shapelib/shpopen.c:1408:        bHasM = TRUE;
grass-7.8.4/lib/external/shapelib/shpopen.c-1409-        bHasZ = FALSE;
##############################################
grass-7.8.4/lib/external/shapelib/shpopen.c-1416-    {
grass-7.8.4/lib/external/shapelib/shpopen.c:1417:        bHasM = TRUE;
grass-7.8.4/lib/external/shapelib/shpopen.c-1418-        bHasZ = TRUE;
##############################################
grass-7.8.4/lib/external/shapelib/shpopen.c-1421-    {
grass-7.8.4/lib/external/shapelib/shpopen.c:1422:        bHasM = FALSE;
grass-7.8.4/lib/external/shapelib/shpopen.c-1423-        bHasZ = FALSE;
##############################################
grass-7.8.4/lib/external/shapelib/shpopen.c-1477-                psObject->padfZ[i] = padfZ[i];
grass-7.8.4/lib/external/shapelib/shpopen.c:1478:            if( padfM != NULL && bHasM )
grass-7.8.4/lib/external/shapelib/shpopen.c-1479-                psObject->padfM[i] = padfM[i];
grass-7.8.4/lib/external/shapelib/shpopen.c-1480-        }
grass-7.8.4/lib/external/shapelib/shpopen.c:1481:        if( padfM != NULL && bHasM )
grass-7.8.4/lib/external/shapelib/shpopen.c-1482-            psObject->bMeasureIsUsed = TRUE;
##############################################
grass-7.8.4/lib/init/html_browser_mac.sh-32-
grass-7.8.4/lib/init/html_browser_mac.sh:33:if [ "`echo \"$1\" | grep 'https\?://'`" ] && [ "$GRASS_HTML_BROWSER_MACOSX" = "-b com.apple.helpviewer" ] ; then
grass-7.8.4/lib/init/html_browser_mac.sh-34-	open "$1"
##############################################
grass-7.8.4/lib/python/ctypes/ctypesgencore/parser/cgrammar.py-233-
grass-7.8.4/lib/python/ctypes/ctypesgencore/parser/cgrammar.py:234:    p[0] = expressions.UnsupportedExpressionNode("This node is ASM assembler.")
grass-7.8.4/lib/python/ctypes/ctypesgencore/parser/cgrammar.py-235-
##############################################
grass-7.8.4/lib/vector/dglib/examples/rtest03.sh-93-
grass-7.8.4/lib/vector/dglib/examples/rtest03.sh:94:	vlist=(`./shortest_path -g $file -f $fromNode -t $toNode`) || { echo "compute shortest path: command execution failed."; exit 1; }
grass-7.8.4/lib/vector/dglib/examples/rtest03.sh-95-
##############################################
grass-7.8.4/locale/Makefile-52-	@echo "Generating $(LIBDOMAIN)..."
grass-7.8.4/locale/Makefile:53:	xgettext --keyword=_ --keyword=n_:1,2 -cGTC -o ./templates/$(LIBDOMAIN).pot `$(LIB_POTFILES)`
grass-7.8.4/locale/Makefile-54-	@echo "Generating $(MODDOMAIN)..."
grass-7.8.4/locale/Makefile:55:	xgettext --keyword=_ --keyword=n_:1,2 -cGTC -o ./templates/$(MODDOMAIN).pot `$(MOD_POTFILES)`
grass-7.8.4/locale/Makefile:56:	xgettext -j --keyword=_ --keyword=n_:1,2 -cGTC -o ./templates/$(MODDOMAIN).pot `$(MOD_PYFILES)` 
grass-7.8.4/locale/Makefile-57-	@echo "Generating $(WXPYDOMAIN)..."
grass-7.8.4/locale/Makefile:58:	xgettext --keyword=_ --keyword=n_:1,2 -cGTC -o ./templates/$(WXPYDOMAIN).pot `$(WXPY_POTFILES)` 
grass-7.8.4/locale/Makefile-59-
##############################################
grass-7.8.4/locale/Makefile-62-	@for i in $(DOMAINS) ; do \
grass-7.8.4/locale/Makefile:63:		if [ "`ls ./po/$$i\_*.po 2>/dev/null`" = "" ] ; then \
grass-7.8.4/locale/Makefile-64-		 echo "No $$i.po file found in ./po/ directory. Will create new po files from template." ; \
##############################################
grass-7.8.4/locale/Makefile-70-	@cd ./po/ ; for po in `ls *_*.po 2>/dev/null` ; do \
grass-7.8.4/locale/Makefile:71:		suffix=`echo $$po | cut -d'_' -f2-`; \
grass-7.8.4/locale/Makefile:72:		lingua=`basename $$suffix .po`; \
grass-7.8.4/locale/Makefile:73:		prefix=`echo $$po | cut -d'_' -f1`; \
grass-7.8.4/locale/Makefile-74-		if msgmerge -o $$prefix\_$$suffix.new $$prefix\_$$suffix ../templates/$$prefix.pot; then\
##############################################
grass-7.8.4/locale/po/grassmods_pl.po-16438-msgid "Keep band numbers instead of using band color names"
grass-7.8.4/locale/po/grassmods_pl.po:16439:msgstr "Zachowaj numery pasm zamiast używać nazw kolorów pasm"
grass-7.8.4/locale/po/grassmods_pl.po-16440-
##############################################
grass-7.8.4/macosx/Makefile-16-MACOSX_BUNDLE_PREFIX = ${GRASS_HOME}/macosx/dist/${MACOSX_APPDIR}
grass-7.8.4/macosx/Makefile:17:VER_MINOR_REL = `printf "%d0%d" ${GRASS_VERSION_MINOR} ${GRASS_VERSION_RELEASE}`
grass-7.8.4/macosx/Makefile-18-VER_DATE = `date +"%g%m%d"`
##############################################
grass-7.8.4/macosx/app/Makefile-53-ifndef GDAL_BIN
grass-7.8.4/macosx/app/Makefile:54:GDAL_BIN = `echo "${GDALLIBS}" | sed -e "s,-L,," -e "s,/lib.*$$,/bin:,"`
grass-7.8.4/macosx/app/Makefile-55-endif
##############################################
grass-7.8.4/macosx/app/Makefile-57-ifndef PROJ_BIN
grass-7.8.4/macosx/app/Makefile:58:PROJ_BIN = `echo "${NAD2BIN}" | sed -e "s,.=,," -e "s,/nad2bin,:,"`
grass-7.8.4/macosx/app/Makefile-59-endif
##############################################
grass-7.8.4/macosx/app/build_gui_user_menu.sh-13-
grass-7.8.4/macosx/app/build_gui_user_menu.sh:14:GRASS_MMVER=`cut -d . -f 1-2 "$GISBASE/etc/VERSIONNUMBER"`
grass-7.8.4/macosx/app/build_gui_user_menu.sh-15-BINDIR="$GISBASE_USER/Modules/bin"
##############################################
grass-7.8.4/macosx/app/build_gui_user_menu.sh-37-fi
grass-7.8.4/macosx/app/build_gui_user_menu.sh:38:CMDLISTG=`echo "$CMDLISTG" | sort -u`
grass-7.8.4/macosx/app/build_gui_user_menu.sh-39-CMDGFOUND=""
##############################################
grass-7.8.4/macosx/app/build_gui_user_menu.sh-44-    if [ -f "$BINDIRG/$i" ] ; then
grass-7.8.4/macosx/app/build_gui_user_menu.sh:45:      ftype="`file $BINDIRG/$i`"
grass-7.8.4/macosx/app/build_gui_user_menu.sh-46-    else
grass-7.8.4/macosx/app/build_gui_user_menu.sh:47:      ftype="`file $SCRIPTDIRG/$i`"
grass-7.8.4/macosx/app/build_gui_user_menu.sh-48-    fi
grass-7.8.4/macosx/app/build_gui_user_menu.sh:49:    if [ "`echo $ftype | grep 'Mach-O'`" ] || [ "`grep '#% *Module' $BINDIRG/$i 2> /dev/null`" ] || [ "`grep '#% *Module' $SCRIPTDIRG/$i 2> /dev/null`" ] ; then
grass-7.8.4/macosx/app/build_gui_user_menu.sh-50-      echo "main:$i:$i:$i" >> "$MENUDIR/xtnmenu.dat"
##############################################
grass-7.8.4/macosx/app/build_gui_user_menu.sh-63-fi
grass-7.8.4/macosx/app/build_gui_user_menu.sh:64:CMDLIST=`echo "$CMDLIST" | sort -u`
grass-7.8.4/macosx/app/build_gui_user_menu.sh-65-
##############################################
grass-7.8.4/macosx/app/build_gui_user_menu.sh-69-    if [ -f "$BINDIR/$i" ] ; then
grass-7.8.4/macosx/app/build_gui_user_menu.sh:70:      ftype="`file $BINDIR/$i`"
grass-7.8.4/macosx/app/build_gui_user_menu.sh-71-    else
grass-7.8.4/macosx/app/build_gui_user_menu.sh:72:      ftype="`file $SCRIPTDIR/$i`"
grass-7.8.4/macosx/app/build_gui_user_menu.sh-73-    fi
grass-7.8.4/macosx/app/build_gui_user_menu.sh:74:    if [ "`echo $ftype | grep 'Mach-O'`" ] || [ "`grep '#% *Module' $BINDIR/$i 2> /dev/null`" ] || [ "`grep '#% *Module' $SCRIPTDIR/$i 2> /dev/null`" ] ; then
grass-7.8.4/macosx/app/build_gui_user_menu.sh-75-      if [ "$CMDFIRST" ] && [ "$CMDGFOUND" ] ; then
##############################################
grass-7.8.4/macosx/app/build_html_user_index.sh-25-
grass-7.8.4/macosx/app/build_html_user_index.sh:26:GRASS_MMVER=`cut -d . -f 1-2 "$GISBASE/etc/VERSIONNUMBER"`
grass-7.8.4/macosx/app/build_html_user_index.sh:27:GRASSVERSION=`cat "$GISBASE/etc/VERSIONNUMBER"`
grass-7.8.4/macosx/app/build_html_user_index.sh-28-HTMLDIR="$GISBASE_USER/Modules/docs/html"
##############################################
grass-7.8.4/macosx/app/build_html_user_index.sh-133-    cd "$HTMLDIRG"
grass-7.8.4/macosx/app/build_html_user_index.sh:134:    CMDLISTI="`ls -1 $i.*.html`"
grass-7.8.4/macosx/app/build_html_user_index.sh-135-    cd "$HTMLDIR"
##############################################
grass-7.8.4/macosx/app/build_html_user_index.sh-137-    do
grass-7.8.4/macosx/app/build_html_user_index.sh:138:      BASENAME=`basename $i .html`
grass-7.8.4/macosx/app/build_html_user_index.sh:139:      SHORTDESC="`cat "$HTMLDIRG/$i" | awk '/NAME/,/SYNOPSIS/' | grep '<em>' | cut -d'-' -f2- | sed 's+^ ++g' | grep -vi 'SYNOPSIS' | head -n 1`"
grass-7.8.4/macosx/app/build_html_user_index.sh-140-#      echo "<tr><td valign=\"top\"><a href=\"$HTMLDIRG/$i\">$BASENAME</a></td> <td>$SHORTDESC</td></tr>" >> $FULLINDEX
##############################################
grass-7.8.4/macosx/app/build_html_user_index.sh-156-  do 
grass-7.8.4/macosx/app/build_html_user_index.sh:157:    for i in `ls -1 $i.*.html`
grass-7.8.4/macosx/app/build_html_user_index.sh-158-    do
grass-7.8.4/macosx/app/build_html_user_index.sh:159:      BASENAME=`basename $i .html`
grass-7.8.4/macosx/app/build_html_user_index.sh:160:      SHORTDESC="`cat $i | awk '/NAME/,/SYNOPSIS/' | grep '<em>' | cut -d'-' -f2- | sed 's+^ ++g' | grep -vi 'SYNOPSIS' | head -n 1`"
grass-7.8.4/macosx/app/build_html_user_index.sh-161-      echo "<tr><td valign="top"><a href=\"$i\">$BASENAME</a></td> <td>$SHORTDESC</td></tr>" >> $FULLINDEX
##############################################
grass-7.8.4/macosx/app/grass.sh.in-29-
grass-7.8.4/macosx/app/grass.sh.in:30:GISBASE=`dirname "$0"`
grass-7.8.4/macosx/app/grass.sh.in-31-export GISBASE
grass-7.8.4/macosx/app/grass.sh.in:32:grass_ver=`cut -d . -f 1-2 "$GISBASE/etc/VERSIONNUMBER"`
grass-7.8.4/macosx/app/grass.sh.in-33-
##############################################
grass-7.8.4/macosx/app/grass.sh.in-109-		# check if running anyways, even though not necessary with "open"
grass-7.8.4/macosx/app/grass.sh.in:110:		if [ ! "`ps -axc | grep 'X11$'`" ] ; then
grass-7.8.4/macosx/app/grass.sh.in-111-			open /Applications/Utilities/X11.app
##############################################
grass-7.8.4/macosx/app/grass.sh.in-119-# make sure X11 is in PATH
grass-7.8.4/macosx/app/grass.sh.in:120:pathX11=`echo "$PATH" | grep '/usr/X11\(R6\)\?/bin'`
grass-7.8.4/macosx/app/grass.sh.in-121-if [ ! "$pathX11" ] ; then
##############################################
grass-7.8.4/macosx/app/grass.sh.in-153-if [ "$GRASS_PYTHON" ] ; then
grass-7.8.4/macosx/app/grass.sh.in:154:	py=`echo "$GRASS_PYTHON" | grep pythonw`
grass-7.8.4/macosx/app/grass.sh.in-155-	if [ "$py" ] ; then
##############################################
grass-7.8.4/macosx/app/grass.sh.in-157-			/*) py="$GRASS_PYTHON" ;;
grass-7.8.4/macosx/app/grass.sh.in:158:			*) py=`type -p $GRASS_PYTHON`
grass-7.8.4/macosx/app/grass.sh.in-159-		esac
grass-7.8.4/macosx/app/grass.sh.in:160:		pyver=`$py -V 2>&1 | grep " $pyver_want"`
grass-7.8.4/macosx/app/grass.sh.in-161-		if [ ! "$pyver" ] ; then
##############################################
grass-7.8.4/macosx/app/grass.sh.in-169-if [ ! "$py" ] ; then
grass-7.8.4/macosx/app/grass.sh.in:170:	py=`type -p pythonw$pyver_want`
grass-7.8.4/macosx/app/grass.sh.in-171-	if [ "$py" ] ; then
grass-7.8.4/macosx/app/grass.sh.in:172:		pyver=`$py -V 2>&1 | grep " $pyver_want"`
grass-7.8.4/macosx/app/grass.sh.in-173-		if [ ! "$pyver" ] ; then
##############################################
grass-7.8.4/macosx/app/grass.sh.in-187-	py="/usr/bin/pythonw$pyver_want"
grass-7.8.4/macosx/app/grass.sh.in:188:	pyver=`$py -V 2>&1 | grep " $pyver_want"`
grass-7.8.4/macosx/app/grass.sh.in-189-	if [ ! "$pyver" ] ; then
##############################################
grass-7.8.4/macosx/app/grass.sh.in-210-	if [ -f "$GRASSRC" ] ; then
grass-7.8.4/macosx/app/grass.sh.in:211:		GRASS_GUI=`awk '/GRASS_GUI/ {print $2}' "$GRASSRC"`
grass-7.8.4/macosx/app/grass.sh.in-212-	fi
##############################################
grass-7.8.4/macosx/pkg/resources/postflight.in-21-if [ "$py" ] ; then
grass-7.8.4/macosx/pkg/resources/postflight.in:22:	pyver=`python -V 2>&1 | grep " $pyver_want"`
grass-7.8.4/macosx/pkg/resources/postflight.in-23-	if [ ! "$pyver" ] ; then
##############################################
grass-7.8.4/macosx/pkg/resources/postflight.in-40-	py="/usr/bin/python"
grass-7.8.4/macosx/pkg/resources/postflight.in:41:	pyver=`$py -V 2>&1 | grep " $pyver_want"`
grass-7.8.4/macosx/pkg/resources/postflight.in-42-	if [ ! "$pyver" ] ; then
##############################################
grass-7.8.4/macosx/pkg/resources/postflight.in-48-if [ "$py" ] ; then
grass-7.8.4/macosx/pkg/resources/postflight.in:49:	pycompile=`$pyconf --prefix`/lib/python$pyver_want/compileall.py
grass-7.8.4/macosx/pkg/resources/postflight.in-50-	if [ ! -e "$pycompile" ] ; then
grass-7.8.4/macosx/pkg/resources/postflight.in:51:		pycompile=`$pyconf --prefix`/lib/python$pyver_want/compileall.pyc
grass-7.8.4/macosx/pkg/resources/postflight.in-52-	fi
##############################################
grass-7.8.4/man/build_rest.py-173-cmd1_tmpl = string.Template(\
grass-7.8.4/man/build_rest.py:174:r"""*`$cmd.\* <${cmd}>` *""")
grass-7.8.4/man/build_rest.py-175-
##############################################
grass-7.8.4/man/build_rest.py-223-modclass_intro_tmpl = string.Template(\
grass-7.8.4/man/build_rest.py:224:r"""Go to :doc:`${modclass} introduction <${modclass_lower}intro>`
grass-7.8.4/man/build_rest.py-225-""")
##############################################
grass-7.8.4/mswindows/osgeo4w/geos-config-20-case "$1" in
grass-7.8.4/mswindows/osgeo4w/geos-config:21:    -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
grass-7.8.4/mswindows/osgeo4w/geos-config-22-    *) optarg= ;;
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-66-  then
grass-7.8.4/mswindows/osgeo4w/mysql_config:67:    file=`ls -l $file | awk '{ print $NF }'`
grass-7.8.4/mswindows/osgeo4w/mysql_config-68-  fi
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-76-
grass-7.8.4/mswindows/osgeo4w/mysql_config:77:me=`get_full_path $0`
grass-7.8.4/mswindows/osgeo4w/mysql_config-78-
grass-7.8.4/mswindows/osgeo4w/mysql_config-79-# Script might have been renamed but assume mysql_<something>config<something>
grass-7.8.4/mswindows/osgeo4w/mysql_config:80:basedir=`echo $me | sed -e 's;/bin/mysql_.*config.*;;'`
grass-7.8.4/mswindows/osgeo4w/mysql_config-81-
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-87-pkglibdir='/usr/lib/x86_64-linux-gnu'
grass-7.8.4/mswindows/osgeo4w/mysql_config:88:pkglibdir_rel=`echo $pkglibdir | sed -e "s;^$basedir/;;"`
grass-7.8.4/mswindows/osgeo4w/mysql_config-89-fix_path pkglibdir $pkglibdir_rel lib/x86_64-linux-gnu/mysql lib/x86_64-linux-gnu
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-91-plugindir='/usr/lib/mysql/plugin'
grass-7.8.4/mswindows/osgeo4w/mysql_config:92:plugindir_rel=`echo $plugindir | sed -e "s;^$basedir/;;"`
grass-7.8.4/mswindows/osgeo4w/mysql_config-93-fix_path plugindir $plugindir_rel lib/x86_64-linux-gnu/mysql/plugin lib/x86_64-linux-gnu/plugin
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-133-  # we set -I$pkgincludedir as the first option
grass-7.8.4/mswindows/osgeo4w/mysql_config:134:  cflags=`echo "$cflags"|sed -e "s/ -$remove  */ /g"` 
grass-7.8.4/mswindows/osgeo4w/mysql_config:135:  cxxflags=`echo "$cxxflags"|sed -e "s/ -$remove  */ /g"` 
grass-7.8.4/mswindows/osgeo4w/mysql_config-136-done
grass-7.8.4/mswindows/osgeo4w/mysql_config:137:cflags=`echo "$cflags"|sed -e 's/ *\$//'` 
grass-7.8.4/mswindows/osgeo4w/mysql_config:138:cxxflags=`echo "$cxxflags"|sed -e 's/ *\$//'` 
grass-7.8.4/mswindows/osgeo4w/mysql_config-139-
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-143-  # We know the strings starts with a space
grass-7.8.4/mswindows/osgeo4w/mysql_config:144:  libs=`echo "$libs"|sed -e "s/ -$remove  */ /g"` 
grass-7.8.4/mswindows/osgeo4w/mysql_config:145:  libs_r=`echo "$libs_r"|sed -e "s/ -$remove  */ /g"` 
grass-7.8.4/mswindows/osgeo4w/mysql_config:146:  embedded_libs=`echo "$embedded_libs"|sed -e "s/ -$remove  */ /g"` 
grass-7.8.4/mswindows/osgeo4w/mysql_config-147-done
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-149-# Strip trailing and ending space if any, and '+' (FIXME why?)
grass-7.8.4/mswindows/osgeo4w/mysql_config:150:libs=`echo "$libs" | sed -e 's;  \+; ;g' | sed -e 's;^ *;;' | sed -e 's; *\$;;'`
grass-7.8.4/mswindows/osgeo4w/mysql_config:151:libs_r=`echo "$libs_r" | sed -e 's;  \+; ;g' | sed -e 's;^ *;;' | sed -e 's; *\$;;'`
grass-7.8.4/mswindows/osgeo4w/mysql_config:152:embedded_libs=`echo "$embedded_libs" | sed -e 's;  \+; ;g' | sed -e 's;^ *;;' | sed -e 's; *\$;;'`
grass-7.8.4/mswindows/osgeo4w/mysql_config-153-
##############################################
grass-7.8.4/mswindows/osgeo4w/mysql_config-190-        --variable=*)
grass-7.8.4/mswindows/osgeo4w/mysql_config:191:          var=`echo "$1" | sed 's,^[^=]*=,,'`
grass-7.8.4/mswindows/osgeo4w/mysql_config-192-          case "$var" in
##############################################
grass-7.8.4/mswindows/osgeo4w/package.sh-55-    cmd.exe //c set >$srcenv
grass-7.8.4/mswindows/osgeo4w/package.sh:56:    cmd.exe //c "call `cygpath -w $batch` $args \>nul 2\>nul \& set" >$dstenv
grass-7.8.4/mswindows/osgeo4w/package.sh-57-    diff -u $srcenv $dstenv | sed -f mswindows/osgeo4w/envdiff.sed >$diffenv
##############################################
grass-7.8.4/raster/r.circle/r.circle.html-22-<div class="code"><pre>
grass-7.8.4/raster/r.circle/r.circle.html:23:EASTCENTER=`g.region -c |  awk ' /center easting:/ { print $3 }'`
grass-7.8.4/raster/r.circle/r.circle.html:24:NORTHCENTER=`g.region -c | awk ' /center northing:/ { print $3 }'`
grass-7.8.4/raster/r.circle/r.circle.html-25-r.circle output=circle coordinate=${EASTCENTER},${NORTHCENTER} max=300
##############################################
grass-7.8.4/raster/r.circle/r.circle.html-31-<div class="code"><pre>
grass-7.8.4/raster/r.circle/r.circle.html:32:EASTCENTER=`g.region -c |  awk ' /center easting:/ { print $3 }'`
grass-7.8.4/raster/r.circle/r.circle.html:33:NORTHCENTER=`g.region -c | awk ' /center northing:/ { print $3 }'`
grass-7.8.4/raster/r.circle/r.circle.html-34-r.circle -b output=circle coordinate=${EASTCENTER},${NORTHCENTER} min=500 max=1000
##############################################
grass-7.8.4/raster/r.in.bin/r.in.bin.html-102-# number of days of this month
grass-7.8.4/raster/r.in.bin/r.in.bin.html:103:MDAYS=`date -d"${YEAR}-${MONTH}-01 + 1 month - 1 day" +%d`
grass-7.8.4/raster/r.in.bin/r.in.bin.html-104-r.in.bin in=gpcp_1dd_v1.2_p1d.${YEAR}${MONTH} out=gpcp_${YEAR}.${MONTH}. \
##############################################
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-39-PID=$$
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh:40:TMPNAME="`echo ${PID}_tmp_testmap | sed 's+\.+_+g'`"
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-41-
##############################################
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-94- # check for difference + 1
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh:95: DIFF=`echo $EXPECTED $FOUND $EPSILON | awk '{printf "%16f", ($1 - $2) * $3 }'`
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-96- #make absolute value
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh:97: DIFF=`echo $DIFF | awk '{printf("%f", sqrt($1 * $1))}'`
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-98- #round to integer
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh:99: DIFF=`echo $DIFF | awk '{printf("%20d", int($1+0.5))}'`
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-100-
##############################################
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-131-echo "Univariate statistics of INT/CELL test."
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh:132:eval `r.univar -g $TMPNAME`
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-133-check_exit_status $?
##############################################
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-154-echo "Univariate statistics of FLOAT/FCELL test."
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh:155:eval `r.univar -g $TMPNAME`
grass-7.8.4/raster/r.mapcalc/testsuite/const_map_test.sh-156-check_exit_status $?
##############################################
grass-7.8.4/raster/r.series.accumulate/test_suite/test.r.series.accumulate.sh-58-for i in `ls test_accu_*.ref` ; do
grass-7.8.4/raster/r.series.accumulate/test_suite/test.r.series.accumulate.sh:59:    diff $i "`basename $i`" >> out.diff
grass-7.8.4/raster/r.series.accumulate/test_suite/test.r.series.accumulate.sh-60-done
##############################################
grass-7.8.4/raster/r.sim/r.sim.water/spearfish.sh-43-echo "Build topology and exporting walker vector points for each time step"
grass-7.8.4/raster/r.sim/r.sim.water/spearfish.sh:44:for i in `g.list vect | grep ${output}` ; do
grass-7.8.4/raster/r.sim/r.sim.water/spearfish.sh-45-	v.build $i
##############################################
grass-7.8.4/raster/r.sim/r.sim.water/spearfish.sh-50-echo "Exporting the raster maps for each time step"
grass-7.8.4/raster/r.sim/r.sim.water/spearfish.sh:51:for i in `g.list rast | grep ${output}` ; do
grass-7.8.4/raster/r.sim/r.sim.water/spearfish.sh-52-	echo "r.out.vtk elevation=${dem} input=$i output=$i.vtk null=0.0"
##############################################
grass-7.8.4/raster/r.texture/r.texture.html-110- This is a measure of local homogeneity and the opposite of Entropy.
grass-7.8.4/raster/r.texture/r.texture.html:111: High values of ASM occur when the pixels in the moving window are
grass-7.8.4/raster/r.texture/r.texture.html-112- very similar.
grass-7.8.4/raster/r.texture/r.texture.html-113- <br>
grass-7.8.4/raster/r.texture/r.texture.html:114: Note: The square root of the ASM is sometimes used as a texture measure,
grass-7.8.4/raster/r.texture/r.texture.html-115- and is called Energy.</li>
##############################################
grass-7.8.4/raster/r.texture/r.texture.html-162-# texture analysis
grass-7.8.4/raster/r.texture/r.texture.html:163:r.texture ortho_2001_t792_1m.greylevel prefix=ortho_texture method=asm -s 
grass-7.8.4/raster/r.texture/r.texture.html-164-# display
##############################################
grass-7.8.4/raster/r.watershed/front/r.watershed.html-441-
grass-7.8.4/raster/r.watershed/front/r.watershed.html:442:  eval `r.univar -g "$MAP"`
grass-7.8.4/raster/r.watershed/front/r.watershed.html:443:  stddev_x_2=`echo $stddev | awk '{print $1 * 2}'`
grass-7.8.4/raster/r.watershed/front/r.watershed.html:444:  stddev_div_2=`echo $stddev | awk '{print $1 / 2}'`
grass-7.8.4/raster/r.watershed/front/r.watershed.html-445-
##############################################
grass-7.8.4/raster3d/r3.cross.rast/test.r3.cross.rast.sh-42-for i in `ls *.ref` ; do 
grass-7.8.4/raster3d/r3.cross.rast/test.r3.cross.rast.sh:43:    diff $i "`basename $i .ref`.txt" ; 
grass-7.8.4/raster3d/r3.cross.rast/test.r3.cross.rast.sh-44-done
##############################################
grass-7.8.4/raster3d/r3.out.ascii/test.r3.out.ascii.sh-83-for i in `ls *.ref` ; do 
grass-7.8.4/raster3d/r3.out.ascii/test.r3.out.ascii.sh:84:    diff $i "`basename $i .ref`.txt" ; 
grass-7.8.4/raster3d/r3.out.ascii/test.r3.out.ascii.sh-85-done
##############################################
grass-7.8.4/raster3d/r3.out.vtk/test.r3.out.vtk.sh-41-for i in `ls *.ref` ; do 
grass-7.8.4/raster3d/r3.out.vtk/test.r3.out.vtk.sh:42:    diff $i "`basename $i .ref`.vtk" ; 
grass-7.8.4/raster3d/r3.out.vtk/test.r3.out.vtk.sh-43-done
##############################################
grass-7.8.4/raster3d/r3.retile/test.r3.retile.sh-44-for i in `ls *.ref` ; do 
grass-7.8.4/raster3d/r3.retile/test.r3.retile.sh:45:    diff $i "`basename $i .ref`.txt" ; 
grass-7.8.4/raster3d/r3.retile/test.r3.retile.sh-46-done
##############################################
grass-7.8.4/raster3d/r3.stats/test.r3.stats.sh-33-for i in `ls *.ref` ; do 
grass-7.8.4/raster3d/r3.stats/test.r3.stats.sh:34:    diff $i "`basename $i .ref`.txt" ; 
grass-7.8.4/raster3d/r3.stats/test.r3.stats.sh-35-done
##############################################
grass-7.8.4/raster3d/r3.to.rast/test.r3.to.rast.sh-48-for i in `ls *.ref` ; do 
grass-7.8.4/raster3d/r3.to.rast/test.r3.to.rast.sh:49:    diff $i "`basename $i .ref`.txt" ; 
grass-7.8.4/raster3d/r3.to.rast/test.r3.to.rast.sh-50-done
##############################################
grass-7.8.4/scripts/i.pansharpen/i.pansharpen.py-331-        # serial processing
grass-7.8.4/scripts/i.pansharpen/i.pansharpen.py:332:        e = '''eval(k = "$ms1" + "$ms2" + "$ms3")
grass-7.8.4/scripts/i.pansharpen/i.pansharpen.py-333-            "$outr" = 1 * round("$ms3" * "$panmatch3" / k)
##############################################
grass-7.8.4/scripts/v.db.join/v.db.join.py-121-
grass-7.8.4/scripts/v.db.join/v.db.join.py:122:    select = "SELECT $colname FROM $otable WHERE $otable.$ocolumn=$table.$column"
grass-7.8.4/scripts/v.db.join/v.db.join.py-123-    template = string.Template("UPDATE $table SET $colname=(%s);" % select)
##############################################
grass-7.8.4/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh-38-for i in `ls test_2_*.txt` ; do
grass-7.8.4/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh:39:    diff $i "`basename $i .txt`.ref" >> out.diff
grass-7.8.4/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh-40-done
##############################################
grass-7.8.4/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh-58-for i in `ls test_1_*.txt` ; do
grass-7.8.4/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh:59:    diff $i "`basename $i .txt`.ref" >> out.diff
grass-7.8.4/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh-60-done
##############################################
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html-268-   # Parse
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html:269:   YEAR=`echo $NAME | cut -d'_' -f2`
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html:270:   DOY=`echo $NAME | cut -d'_' -f3`
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html-271-   
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html-272-   # convert YYYY_DOY to YYYY-MM-DD
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html:273:   DOY=`echo "$DOY" | sed 's/^0*//'`
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html-274-   doy_end=0
##############################################
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html-285-
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html:286:   DATE_START=`date -d "${YEAR}-01-01 +$(( ${DOY} - 1 ))days" +%Y-%m-%d`
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html:287:   DATE_END=`date -d "${YEAR}-01-01 +$(( ${doy_end} -1 ))days" +%Y-%m-%d`
grass-7.8.4/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.html-288-   
##############################################
grass-7.8.4/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh-67-# computer architecture:
grass-7.8.4/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh:68:ARCH=`${GRASSBIN} --config arch`
grass-7.8.4/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh-69-
##############################################
grass-7.8.4/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh-84-# leave some free for other tasks
grass-7.8.4/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh:85:GCCTHREADS=`expr $MYNPROC - $FREECPU`
grass-7.8.4/testsuite/examples/test_framework_GRASS_GIS_with_NC.sh-86-if [ $GCCTHREADS -lt 1 ] ; then
##############################################
grass-7.8.4/testsuite/raster/raster_md5test.sh-44-PID=$$
grass-7.8.4/testsuite/raster/raster_md5test.sh:45:TMPNAME="`echo ${PID}_tmp_testmap | sed 's+\.+_+g'`"
grass-7.8.4/testsuite/raster/raster_md5test.sh-46-
##############################################
grass-7.8.4/testsuite/raster/raster_md5test.sh-117-echo "MD5 checksum on output of INT/CELL test."
grass-7.8.4/testsuite/raster/raster_md5test.sh:118:MD5="`r.out.ascii $TMPNAME dp=15 | md5sum | cut -d' ' -f1`"
grass-7.8.4/testsuite/raster/raster_md5test.sh-119-check_md5sum "549e7dabe70df893803690571d2e1503" "$MD5"
##############################################
grass-7.8.4/testsuite/raster/raster_md5test.sh-131-echo "MD5 checksum on output of FLOAT/FCELL test."
grass-7.8.4/testsuite/raster/raster_md5test.sh:132:MD5="`r.out.ascii $TMPNAME dp=15 | md5sum | cut -d' ' -f1`"
grass-7.8.4/testsuite/raster/raster_md5test.sh-133-check_md5sum "379f3d880b6d509051af6b4ccf470762" "$MD5"
##############################################
grass-7.8.4/tools/copywrite.pl-44-#   $ find . -name main.c | while read i; do \
grass-7.8.4/tools/copywrite.pl:45:#	echo $i; (cd `dirname $i`; cvs2cl.pl -f ChangeLog.tmp main.c); done
grass-7.8.4/tools/copywrite.pl-46-#
##############################################
grass-7.8.4/tools/dep_tree2sql.sh-170-
grass-7.8.4/tools/dep_tree2sql.sh:171:libs=`awk '{print $3}' "$tmpdir/ldd.lst" | uniq | sort | uniq`
grass-7.8.4/tools/dep_tree2sql.sh-172-
##############################################
grass-7.8.4/tools/mkrest.py-37-
grass-7.8.4/tools/mkrest.py:38::doc:`Main Page <index>` - :doc:`${INDEXNAMECAP} index <${INDEXNAME}>` - :doc:`Full index <full_index>` 
grass-7.8.4/tools/mkrest.py-39-2003-${YEAR} `GRASS Development Team <http://grass.osgeo.org>`_
##############################################
grass-7.8.4/tools/module_synopsis.sh-45-
grass-7.8.4/tools/module_synopsis.sh:46:TMP="`g.tempfile pid=$$`"
grass-7.8.4/tools/module_synopsis.sh-47-if [ $? -ne 0 ] || [ -z "$TMP" ] ; then
##############################################
grass-7.8.4/tools/module_synopsis.sh-87-
grass-7.8.4/tools/module_synopsis.sh:88:  PLACEMENT=`grep "^$MODL|" "$TMP.menu_hierarchy" | cut -f2 -d'|' | head -n 1`
grass-7.8.4/tools/module_synopsis.sh-89-
##############################################
grass-7.8.4/tools/module_synopsis.sh-91-  if [ "$MODL" = "g.region" ] ; then
grass-7.8.4/tools/module_synopsis.sh:92:      PLACEMENT=`echo "$PLACEMENT" | sed -e 's/Display/Set or Display/'`
grass-7.8.4/tools/module_synopsis.sh-93-  elif  [ "$MODL" = "r.reclass" ] || [ "$MODL" = "v.reclass" ] ; then
grass-7.8.4/tools/module_synopsis.sh:94:      PLACEMENT=`echo "$PLACEMENT" | sed -e 's/Reclassify.*$/Reclassify/'`
grass-7.8.4/tools/module_synopsis.sh-95-  fi
##############################################
grass-7.8.4/tools/module_synopsis.sh-122-
grass-7.8.4/tools/module_synopsis.sh:123:    MODULE_MENU_LOC=`find_menu_hierarchy "$MODULE"`
grass-7.8.4/tools/module_synopsis.sh-124-
##############################################
grass-7.8.4/tools/module_synopsis.sh-154-
grass-7.8.4/tools/module_synopsis.sh:155:    MODULE_MENU_LOC=`find_menu_hierarchy "$MODULE"`
grass-7.8.4/tools/module_synopsis.sh-156-
##############################################
grass-7.8.4/tools/module_synopsis.sh-481-for PGM in pdflatex ; do
grass-7.8.4/tools/module_synopsis.sh:482:   if [ ! -x `which $PGM` ] ; then
grass-7.8.4/tools/module_synopsis.sh-483-	g.message -e "pdflatex needed for this PDF conversion."
##############################################
grass-7.8.4/tools/module_synopsis.sh-488-
grass-7.8.4/tools/module_synopsis.sh:489:TMPDIR="`dirname "$TMP"`"
grass-7.8.4/tools/module_synopsis.sh-490-cp "$OLDDIR/../man/grasslogo_vector.pdf" "$TMPDIR"
##############################################
grass-7.8.4/debian/fixpaths.sh-12-
grass-7.8.4/debian/fixpaths.sh:13:for i in `grep -r $ZOTPATH $TMPPATH | cut -d : -f 1 | sort -u` ; do
grass-7.8.4/debian/fixpaths.sh-14-    echo -n "Grr. Zotting $i ... "
##############################################
grass-7.8.4/debian/grass-gui.links-9-        while read file; do \
grass-7.8.4/debian/grass-gui.links:10:		share=`echo "$file" | sed 's/debian\/tmp\/usr\/lib\//usr\/share\//'` ; \
grass-7.8.4/debian/grass-gui.links:11:		lib=`echo "$file" | sed 's/debian\/tmp\///'` ; \
grass-7.8.4/debian/grass-gui.links-12-		echo "$share $lib" ; \
##############################################
grass-7.8.4/debian/grass-gui.links.in-9-        while read file; do \
grass-7.8.4/debian/grass-gui.links.in:10:		share=`echo "$file" | sed 's/debian\/tmp\/usr\/lib\//usr\/share\//'` ; \
grass-7.8.4/debian/grass-gui.links.in:11:		lib=`echo "$file" | sed 's/debian\/tmp\///'` ; \
grass-7.8.4/debian/grass-gui.links.in-12-		echo "$share $lib" ; \
##############################################
grass-7.8.4/debian/rules-20-
grass-7.8.4/debian/rules:21:VERSION=$(shell echo `head -2 $(CURDIR)/include/VERSION` | sed -e 's/ //')
grass-7.8.4/debian/rules:22:ABI=$(shell echo `head -3 $(CURDIR)/include/VERSION` | sed -e 's/ //g' -e 's/RC/-/')
grass-7.8.4/debian/rules-23-GRASS_ABI=grass$(ABI)
##############################################
grass-7.8.4/debian/rules-46-	for TEMPLATE in $(TEMPLATES) ; do \
grass-7.8.4/debian/rules:47:	    sed -e 's/@VERSION@/$(VERSION)/g' -e 's/@ABI@/$(ABI)/g' $$TEMPLATE > `echo $$TEMPLATE | sed 's/.in$$//'` ; \
grass-7.8.4/debian/rules-48-	done
##############################################
grass-7.8.4/debian/rules-154-	for m in debian/tmp/usr/lib/$(BASE_NAME)/docs/man/man1/*.1; do \
grass-7.8.4/debian/rules:155:		n=`basename $$m .1`; mv $$m debian/tmp/usr/lib/$(BASE_NAME)/docs/man/man1/$$n.1grass; done
grass-7.8.4/debian/rules-156-	for m in debian/tmp/usr/lib/$(BASE_NAME)/docs/man/man1/*.1grass; do \
##############################################
grass-7.8.4/debian/rules-221-	while read file; do \
grass-7.8.4/debian/rules:222:		dir=`dirname "$$file" | sed 's/usr\/lib\//usr\/share\//'` ; \
grass-7.8.4/debian/rules-223-		if [ ! -e "$$dir" ]; then \