===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tmux-3.2~rc3/etc/compile-67-	mingw/*)
tmux-3.2~rc3/etc/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
tmux-3.2~rc3/etc/compile-69-	  ;;
tmux-3.2~rc3/etc/compile-70-	cygwin/*)
tmux-3.2~rc3/etc/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
tmux-3.2~rc3/etc/compile-72-	  ;;
tmux-3.2~rc3/etc/compile-73-	wine/*)
tmux-3.2~rc3/etc/compile:74:	  file=`winepath -w "$file" || echo "$file"`
tmux-3.2~rc3/etc/compile-75-	  ;;
##############################################
tmux-3.2~rc3/etc/compile-310-# Name of file we expect compiler to create.
tmux-3.2~rc3/etc/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
tmux-3.2~rc3/etc/compile-312-
##############################################
tmux-3.2~rc3/etc/compile-316-# object file name, since that is what matters with a parallel build.
tmux-3.2~rc3/etc/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
tmux-3.2~rc3/etc/compile-318-while true; do
##############################################
tmux-3.2~rc3/etc/config.guess-34-
tmux-3.2~rc3/etc/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
tmux-3.2~rc3/etc/config.guess-36-
##############################################
tmux-3.2~rc3/etc/config.guess-102-: ${TMPDIR=/tmp} ;
tmux-3.2~rc3/etc/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
tmux-3.2~rc3/etc/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
tmux-3.2~rc3/etc/config.guess-151-	EOF
tmux-3.2~rc3/etc/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
tmux-3.2~rc3/etc/config.guess-153-	;;
##############################################
tmux-3.2~rc3/etc/config.guess-181-	    earmv*)
tmux-3.2~rc3/etc/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
tmux-3.2~rc3/etc/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
tmux-3.2~rc3/etc/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
tmux-3.2~rc3/etc/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
tmux-3.2~rc3/etc/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
tmux-3.2~rc3/etc/config.guess-215-		;;
##############################################
tmux-3.2~rc3/etc/config.guess-226-	    *)
tmux-3.2~rc3/etc/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
tmux-3.2~rc3/etc/config.guess-228-		;;
##############################################
tmux-3.2~rc3/etc/config.guess-264-	*4.0)
tmux-3.2~rc3/etc/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
tmux-3.2~rc3/etc/config.guess-266-		;;
tmux-3.2~rc3/etc/config.guess-267-	*5.*)
tmux-3.2~rc3/etc/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
tmux-3.2~rc3/etc/config.guess-269-		;;
##############################################
tmux-3.2~rc3/etc/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
tmux-3.2~rc3/etc/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
tmux-3.2~rc3/etc/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
tmux-3.2~rc3/etc/config.guess-312-	# 1.2 uses "1.2" for uname -r.
tmux-3.2~rc3/etc/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
tmux-3.2~rc3/etc/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
tmux-3.2~rc3/etc/config.guess-372-    s390x:SunOS:*:*)
tmux-3.2~rc3/etc/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tmux-3.2~rc3/etc/config.guess-374-	exit ;;
tmux-3.2~rc3/etc/config.guess-375-    sun4H:SunOS:5.*:*)
tmux-3.2~rc3/etc/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tmux-3.2~rc3/etc/config.guess-377-	exit ;;
tmux-3.2~rc3/etc/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
tmux-3.2~rc3/etc/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tmux-3.2~rc3/etc/config.guess-380-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-397-	fi
tmux-3.2~rc3/etc/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tmux-3.2~rc3/etc/config.guess-399-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
tmux-3.2~rc3/etc/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tmux-3.2~rc3/etc/config.guess-405-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
tmux-3.2~rc3/etc/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
tmux-3.2~rc3/etc/config.guess-414-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-418-    sun*:*:4.2BSD:*)
tmux-3.2~rc3/etc/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
tmux-3.2~rc3/etc/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
tmux-3.2~rc3/etc/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
tmux-3.2~rc3/etc/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
tmux-3.2~rc3/etc/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
tmux-3.2~rc3/etc/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
tmux-3.2~rc3/etc/config.guess-556-    *:IRIX*:*:*)
tmux-3.2~rc3/etc/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
tmux-3.2~rc3/etc/config.guess-558-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-586-EOF
tmux-3.2~rc3/etc/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
tmux-3.2~rc3/etc/config.guess-588-		then
##############################################
tmux-3.2~rc3/etc/config.guess-599-    *:AIX:*:[4567])
tmux-3.2~rc3/etc/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
tmux-3.2~rc3/etc/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
tmux-3.2~rc3/etc/config.guess-635-    9000/[34678]??:HP-UX:*:*)
tmux-3.2~rc3/etc/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tmux-3.2~rc3/etc/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
tmux-3.2~rc3/etc/config.guess-689-EOF
tmux-3.2~rc3/etc/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
tmux-3.2~rc3/etc/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
tmux-3.2~rc3/etc/config.guess-717-    ia64:HP-UX:*:*)
tmux-3.2~rc3/etc/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tmux-3.2~rc3/etc/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
tmux-3.2~rc3/etc/config.guess-747-EOF
tmux-3.2~rc3/etc/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
tmux-3.2~rc3/etc/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
tmux-3.2~rc3/etc/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
tmux-3.2~rc3/etc/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
tmux-3.2~rc3/etc/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tmux-3.2~rc3/etc/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
tmux-3.2~rc3/etc/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
tmux-3.2~rc3/etc/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tmux-3.2~rc3/etc/config.guess-843-	esac
tmux-3.2~rc3/etc/config.guess:844:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tmux-3.2~rc3/etc/config.guess-845-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-898-    prep*:SunOS:5.*:*)
tmux-3.2~rc3/etc/config.guess:899:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tmux-3.2~rc3/etc/config.guess-900-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-902-	# the GNU system
tmux-3.2~rc3/etc/config.guess:903:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
tmux-3.2~rc3/etc/config.guess-904-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-906-	# other systems with GNU libc and userland
tmux-3.2~rc3/etc/config.guess:907:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
tmux-3.2~rc3/etc/config.guess-908-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-1000-EOF
tmux-3.2~rc3/etc/config.guess:1001:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
tmux-3.2~rc3/etc/config.guess-1002-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
tmux-3.2~rc3/etc/config.guess-1100-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
tmux-3.2~rc3/etc/config.guess:1101:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
tmux-3.2~rc3/etc/config.guess-1102-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
tmux-3.2~rc3/etc/config.guess-1303-	fi
tmux-3.2~rc3/etc/config.guess:1304:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
tmux-3.2~rc3/etc/config.guess-1305-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
tmux-3.2~rc3/etc/config.guess-1398-    *:DragonFly:*:*)
tmux-3.2~rc3/etc/config.guess:1399:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tmux-3.2~rc3/etc/config.guess-1400-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.guess-1411-    i*86:skyos:*:*)
tmux-3.2~rc3/etc/config.guess:1412:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
tmux-3.2~rc3/etc/config.guess-1413-	exit ;;
##############################################
tmux-3.2~rc3/etc/config.sub-52-
tmux-3.2~rc3/etc/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
tmux-3.2~rc3/etc/config.sub-54-
##############################################
tmux-3.2~rc3/etc/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
tmux-3.2~rc3/etc/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
tmux-3.2~rc3/etc/config.sub-116-case $maybe_os in
##############################################
tmux-3.2~rc3/etc/config.sub-122-    os=-$maybe_os
tmux-3.2~rc3/etc/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
tmux-3.2~rc3/etc/config.sub-124-    ;;
##############################################
tmux-3.2~rc3/etc/config.sub-126-    os=-linux-android
tmux-3.2~rc3/etc/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
tmux-3.2~rc3/etc/config.sub-128-    ;;
tmux-3.2~rc3/etc/config.sub-129-  *)
tmux-3.2~rc3/etc/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
tmux-3.2~rc3/etc/config.sub-131-    if [ $basic_machine != $1 ]
tmux-3.2~rc3/etc/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
tmux-3.2~rc3/etc/config.sub-133-    else os=; fi
##############################################
tmux-3.2~rc3/etc/config.sub-180-		os=-sco5v6
tmux-3.2~rc3/etc/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-182-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-184-		os=-sco3.2v5
tmux-3.2~rc3/etc/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-186-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-188-		os=-sco3.2v4
tmux-3.2~rc3/etc/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-190-		;;
tmux-3.2~rc3/etc/config.sub-191-	-sco3.2.[4-9]*)
tmux-3.2~rc3/etc/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
tmux-3.2~rc3/etc/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-194-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
tmux-3.2~rc3/etc/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-198-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
tmux-3.2~rc3/etc/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-202-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-204-		os=-sco3.2v2
tmux-3.2~rc3/etc/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-206-		;;
tmux-3.2~rc3/etc/config.sub-207-	-udk*)
tmux-3.2~rc3/etc/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-209-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-211-		os=-isc2.2
tmux-3.2~rc3/etc/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-213-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-217-	-isc*)
tmux-3.2~rc3/etc/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-219-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-229-	-ptx*)
tmux-3.2~rc3/etc/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
tmux-3.2~rc3/etc/config.sub-231-		;;
tmux-3.2~rc3/etc/config.sub-232-	-windowsnt*)
tmux-3.2~rc3/etc/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
tmux-3.2~rc3/etc/config.sub-234-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-368-	*-*-*)
tmux-3.2~rc3/etc/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tmux-3.2~rc3/etc/config.sub-370-		exit 1
##############################################
tmux-3.2~rc3/etc/config.sub-497-	amd64-*)
tmux-3.2~rc3/etc/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-499-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-542-	blackfin-*)
tmux-3.2~rc3/etc/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-544-		os=-linux
##############################################
tmux-3.2~rc3/etc/config.sub-550-	c54x-*)
tmux-3.2~rc3/etc/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-552-		;;
tmux-3.2~rc3/etc/config.sub-553-	c55x-*)
tmux-3.2~rc3/etc/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-555-		;;
tmux-3.2~rc3/etc/config.sub-556-	c6x-*)
tmux-3.2~rc3/etc/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-558-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-654-	e500v[12]-*)
tmux-3.2~rc3/etc/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-656-		os=$os"spe"
##############################################
tmux-3.2~rc3/etc/config.sub-761-	i*86v32)
tmux-3.2~rc3/etc/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-763-		os=-sysv32
##############################################
tmux-3.2~rc3/etc/config.sub-765-	i*86v4*)
tmux-3.2~rc3/etc/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-767-		os=-sysv4
##############################################
tmux-3.2~rc3/etc/config.sub-769-	i*86v)
tmux-3.2~rc3/etc/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-771-		os=-sysv
##############################################
tmux-3.2~rc3/etc/config.sub-773-	i*86sol2)
tmux-3.2~rc3/etc/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tmux-3.2~rc3/etc/config.sub-775-		os=-solaris2
##############################################
tmux-3.2~rc3/etc/config.sub-799-	leon-*|leon[3-9]-*)
tmux-3.2~rc3/etc/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
tmux-3.2~rc3/etc/config.sub-801-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-806-	m68knommu-*)
tmux-3.2~rc3/etc/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-808-		os=-linux
##############################################
tmux-3.2~rc3/etc/config.sub-843-	mips3*-*)
tmux-3.2~rc3/etc/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
tmux-3.2~rc3/etc/config.sub-845-		;;
tmux-3.2~rc3/etc/config.sub-846-	mips3*)
tmux-3.2~rc3/etc/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
tmux-3.2~rc3/etc/config.sub-848-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-865-	ms1-*)
tmux-3.2~rc3/etc/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
tmux-3.2~rc3/etc/config.sub-867-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-987-	parisc-*)
tmux-3.2~rc3/etc/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-989-		os=-linux
##############################################
tmux-3.2~rc3/etc/config.sub-1003-	pc98-*)
tmux-3.2~rc3/etc/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1005-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
tmux-3.2~rc3/etc/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1020-		;;
tmux-3.2~rc3/etc/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
tmux-3.2~rc3/etc/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1023-		;;
tmux-3.2~rc3/etc/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
tmux-3.2~rc3/etc/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1026-		;;
tmux-3.2~rc3/etc/config.sub-1027-	pentium4-*)
tmux-3.2~rc3/etc/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1029-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1037-	ppc-* | ppcbe-*)
tmux-3.2~rc3/etc/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1039-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1043-	ppcle-* | powerpclittle-*)
tmux-3.2~rc3/etc/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1045-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1047-		;;
tmux-3.2~rc3/etc/config.sub:1048:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1049-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1053-	ppc64le-* | powerpc64little-*)
tmux-3.2~rc3/etc/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1055-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1136-	strongarm-* | thumb-*)
tmux-3.2~rc3/etc/config.sub:1137:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
tmux-3.2~rc3/etc/config.sub-1138-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1269-	xscale-* | xscalee[bl]-*)
tmux-3.2~rc3/etc/config.sub:1270:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
tmux-3.2~rc3/etc/config.sub-1271-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1346-	*)
tmux-3.2~rc3/etc/config.sub:1347:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tmux-3.2~rc3/etc/config.sub-1348-		exit 1
##############################################
tmux-3.2~rc3/etc/config.sub-1354-	*-digital*)
tmux-3.2~rc3/etc/config.sub:1355:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
tmux-3.2~rc3/etc/config.sub-1356-		;;
tmux-3.2~rc3/etc/config.sub-1357-	*-commodore*)
tmux-3.2~rc3/etc/config.sub:1358:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
tmux-3.2~rc3/etc/config.sub-1359-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1375-	-solaris1 | -solaris1.*)
tmux-3.2~rc3/etc/config.sub:1376:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
tmux-3.2~rc3/etc/config.sub-1377-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1387-	-gnu/linux*)
tmux-3.2~rc3/etc/config.sub:1388:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
tmux-3.2~rc3/etc/config.sub-1389-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1434-	-nto*)
tmux-3.2~rc3/etc/config.sub:1435:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
tmux-3.2~rc3/etc/config.sub-1436-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1441-	-mac*)
tmux-3.2~rc3/etc/config.sub:1442:		os=`echo $os | sed -e 's|mac|macos|'`
tmux-3.2~rc3/etc/config.sub-1443-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1447-	-linux*)
tmux-3.2~rc3/etc/config.sub:1448:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
tmux-3.2~rc3/etc/config.sub-1449-		;;
tmux-3.2~rc3/etc/config.sub-1450-	-sunos5*)
tmux-3.2~rc3/etc/config.sub:1451:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
tmux-3.2~rc3/etc/config.sub-1452-		;;
tmux-3.2~rc3/etc/config.sub-1453-	-sunos6*)
tmux-3.2~rc3/etc/config.sub:1454:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
tmux-3.2~rc3/etc/config.sub-1455-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1502-	-sinix5.*)
tmux-3.2~rc3/etc/config.sub:1503:		os=`echo $os | sed -e 's|sinix|sysv|'`
tmux-3.2~rc3/etc/config.sub-1504-		;;
##############################################
tmux-3.2~rc3/etc/config.sub-1557-		# Get rid of the `-' at the beginning of $os.
tmux-3.2~rc3/etc/config.sub:1558:		os=`echo $os | sed 's/[^-]*-//'`
tmux-3.2~rc3/etc/config.sub:1559:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
tmux-3.2~rc3/etc/config.sub-1560-		exit 1
##############################################
tmux-3.2~rc3/etc/config.sub-1823-		esac
tmux-3.2~rc3/etc/config.sub:1824:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
tmux-3.2~rc3/etc/config.sub-1825-		;;
##############################################
tmux-3.2~rc3/etc/depcomp-64-  case $1 in
tmux-3.2~rc3/etc/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
tmux-3.2~rc3/etc/depcomp-66-      *) dir=;;
##############################################
tmux-3.2~rc3/etc/depcomp-73-{
tmux-3.2~rc3/etc/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
tmux-3.2~rc3/etc/depcomp-75-}
##############################################
tmux-3.2~rc3/etc/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
tmux-3.2~rc3/etc/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
tmux-3.2~rc3/etc/depcomp-128-
##############################################
tmux-3.2~rc3/etc/depcomp-405-        sleep 1
tmux-3.2~rc3/etc/depcomp:406:        i=`expr $i - 1`
tmux-3.2~rc3/etc/depcomp-407-      done
tmux-3.2~rc3/etc/depcomp-408-    fi
tmux-3.2~rc3/etc/depcomp:409:    i=`expr $i - 1`
tmux-3.2~rc3/etc/depcomp-410-  done
##############################################
tmux-3.2~rc3/etc/depcomp-425-  # Do two passes, one to just change these to
tmux-3.2~rc3/etc/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
tmux-3.2~rc3/etc/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
tmux-3.2~rc3/etc/depcomp-659-  done
tmux-3.2~rc3/etc/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
tmux-3.2~rc3/etc/depcomp-661-  touch "$tmpdepfile"
##############################################
tmux-3.2~rc3/etc/install-sh-234-      fi
tmux-3.2~rc3/etc/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
tmux-3.2~rc3/etc/install-sh-236-    *)
##############################################
tmux-3.2~rc3/etc/install-sh-281-      dstdir=$dst
tmux-3.2~rc3/etc/install-sh:282:      dst=$dstdir/`basename "$src"`
tmux-3.2~rc3/etc/install-sh-283-      dstdir_status=0
tmux-3.2~rc3/etc/install-sh-284-    else
tmux-3.2~rc3/etc/install-sh:285:      dstdir=`dirname "$dst"`
tmux-3.2~rc3/etc/install-sh-286-      test -d "$dstdir"
##############################################
tmux-3.2~rc3/etc/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
tmux-3.2~rc3/etc/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
tmux-3.2~rc3/etc/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
tmux-3.2~rc3/etc/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
tmux-3.2~rc3/etc/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
tmux-3.2~rc3/etc/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
tmux-3.2~rc3/etc/install-sh-402-            case $prefix in
tmux-3.2~rc3/etc/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
tmux-3.2~rc3/etc/install-sh-404-              *) qprefix=$prefix;;
##############################################
tmux-3.2~rc3/etc/install-sh-451-    if $copy_on_change &&
tmux-3.2~rc3/etc/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
tmux-3.2~rc3/etc/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
tmux-3.2~rc3/etc/install-sh-454-       set -f &&
##############################################
tmux-3.2~rc3/etc/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
tmux-3.2~rc3/etc/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
tmux-3.2~rc3/etc/ylwrap-103-case $input in
##############################################
tmux-3.2~rc3/etc/ylwrap-111-esac
tmux-3.2~rc3/etc/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
tmux-3.2~rc3/etc/ylwrap-113-
##############################################
tmux-3.2~rc3/etc/ylwrap-150-  shift
tmux-3.2~rc3/etc/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
tmux-3.2~rc3/etc/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
tmux-3.2~rc3/etc/ylwrap-153-done
##############################################
tmux-3.2~rc3/etc/ylwrap-182-  do
tmux-3.2~rc3/etc/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
tmux-3.2~rc3/etc/ylwrap-184-    if test -f "$from"; then
##############################################
tmux-3.2~rc3/etc/ylwrap-198-        realtarget=$target
tmux-3.2~rc3/etc/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
tmux-3.2~rc3/etc/ylwrap-200-      fi
##############################################
tmux-3.2~rc3/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
tmux-3.2~rc3/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tmux-3.2~rc3/configure-45-  as_echo='print -r --'
tmux-3.2~rc3/configure-46-  as_echo_n='print -rn --'
tmux-3.2~rc3/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tmux-3.2~rc3/configure-48-  as_echo='printf %s\n'
##############################################
tmux-3.2~rc3/configure-50-else
tmux-3.2~rc3/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tmux-3.2~rc3/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tmux-3.2~rc3/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
tmux-3.2~rc3/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tmux-3.2~rc3/configure-62-      esac;
##############################################
tmux-3.2~rc3/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tmux-3.2~rc3/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tmux-3.2~rc3/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tmux-3.2~rc3/configure-324-      case $as_dir in #(
tmux-3.2~rc3/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tmux-3.2~rc3/configure-326-      *) as_qdir=$as_dir;;
##############################################
tmux-3.2~rc3/configure-397-  {
tmux-3.2~rc3/configure:398:    as_val=`expr "$@" || test $? -eq 1`
tmux-3.2~rc3/configure-399-  }
##############################################
tmux-3.2~rc3/configure-404-# ----------------------------------------
tmux-3.2~rc3/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tmux-3.2~rc3/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tmux-3.2~rc3/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tmux-3.2~rc3/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tmux-3.2~rc3/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tmux-3.2~rc3/configure-859-  case $ac_option in
tmux-3.2~rc3/configure:860:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tmux-3.2~rc3/configure-861-  *=)   ac_optarg= ;;
##############################################
tmux-3.2~rc3/configure-903-  -disable-* | --disable-*)
tmux-3.2~rc3/configure:904:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tmux-3.2~rc3/configure-905-    # Reject names that are not valid shell variable names.
##############################################
tmux-3.2~rc3/configure-908-    ac_useropt_orig=$ac_useropt
tmux-3.2~rc3/configure:909:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tmux-3.2~rc3/configure-910-    case $ac_user_opts in
##############################################
tmux-3.2~rc3/configure-929-  -enable-* | --enable-*)
tmux-3.2~rc3/configure:930:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tmux-3.2~rc3/configure-931-    # Reject names that are not valid shell variable names.
##############################################
tmux-3.2~rc3/configure-934-    ac_useropt_orig=$ac_useropt
tmux-3.2~rc3/configure:935:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tmux-3.2~rc3/configure-936-    case $ac_user_opts in
##############################################
tmux-3.2~rc3/configure-1142-  -with-* | --with-*)
tmux-3.2~rc3/configure:1143:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tmux-3.2~rc3/configure-1144-    # Reject names that are not valid shell variable names.
##############################################
tmux-3.2~rc3/configure-1147-    ac_useropt_orig=$ac_useropt
tmux-3.2~rc3/configure:1148:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tmux-3.2~rc3/configure-1149-    case $ac_user_opts in
##############################################
tmux-3.2~rc3/configure-1158-  -without-* | --without-*)
tmux-3.2~rc3/configure:1159:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tmux-3.2~rc3/configure-1160-    # Reject names that are not valid shell variable names.
##############################################
tmux-3.2~rc3/configure-1163-    ac_useropt_orig=$ac_useropt
tmux-3.2~rc3/configure:1164:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tmux-3.2~rc3/configure-1165-    case $ac_user_opts in
##############################################
tmux-3.2~rc3/configure-1196-  *=*)
tmux-3.2~rc3/configure:1197:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tmux-3.2~rc3/configure-1198-    # Reject names that are not valid shell variable names.
##############################################
tmux-3.2~rc3/configure-1217-if test -n "$ac_prev"; then
tmux-3.2~rc3/configure:1218:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tmux-3.2~rc3/configure-1219-  as_fn_error $? "missing argument to $ac_option"
##############################################
tmux-3.2~rc3/configure-1239-    */ )
tmux-3.2~rc3/configure:1240:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tmux-3.2~rc3/configure-1241-      eval $ac_var=\$ac_val;;
##############################################
tmux-3.2~rc3/configure-1274-ac_ls_di=`ls -di .` &&
tmux-3.2~rc3/configure:1275:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tmux-3.2~rc3/configure-1276-  as_fn_error $? "working directory cannot be determined"
##############################################
tmux-3.2~rc3/configure-1330-case $srcdir in
tmux-3.2~rc3/configure:1331:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tmux-3.2~rc3/configure-1332-esac
##############################################
tmux-3.2~rc3/configure-1373-By default, \`make install' will install all the files in
tmux-3.2~rc3/configure:1374:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tmux-3.2~rc3/configure:1375:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tmux-3.2~rc3/configure-1376-for instance \`--prefix=\$HOME'.
##############################################
tmux-3.2~rc3/configure-1491-*)
tmux-3.2~rc3/configure:1492:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tmux-3.2~rc3/configure-1493-  # A ".." for each directory in $ac_dir_suffix.
tmux-3.2~rc3/configure:1494:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tmux-3.2~rc3/configure-1495-  case $ac_top_builddir_sub in
##############################################
tmux-3.2~rc3/configure-1907-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
tmux-3.2~rc3/configure:1908:  as_decl_name=`echo $2|sed 's/ *(.*//'`
tmux-3.2~rc3/configure:1909:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
tmux-3.2~rc3/configure-1910-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
tmux-3.2~rc3/configure-2021-    *\'*)
tmux-3.2~rc3/configure:2022:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tmux-3.2~rc3/configure-2023-    esac
##############################################
tmux-3.2~rc3/configure-2104-      case $ac_val in
tmux-3.2~rc3/configure:2105:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tmux-3.2~rc3/configure-2106-      esac
##############################################
tmux-3.2~rc3/configure-2119-	case $ac_val in
tmux-3.2~rc3/configure:2120:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tmux-3.2~rc3/configure-2121-	esac
##############################################
tmux-3.2~rc3/configure-2239-    set,)
tmux-3.2~rc3/configure:2240:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tmux-3.2~rc3/configure:2241:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tmux-3.2~rc3/configure-2242-      ac_cache_corrupted=: ;;
##############################################
tmux-3.2~rc3/configure-2250-	# differences in whitespace do not lead to failure.
tmux-3.2~rc3/configure:2251:	ac_old_val_w=`echo x $ac_old_val`
tmux-3.2~rc3/configure:2252:	ac_new_val_w=`echo x $ac_new_val`
tmux-3.2~rc3/configure-2253-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tmux-3.2~rc3/configure-2270-    case $ac_new_val in
tmux-3.2~rc3/configure:2271:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tmux-3.2~rc3/configure-2272-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tmux-3.2~rc3/configure-2448-     echo "timestamp, slept: $am_has_slept" > conftest.file
tmux-3.2~rc3/configure:2449:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tmux-3.2~rc3/configure-2450-     if test "$*" = "X"; then
tmux-3.2~rc3/configure-2451-	# -L didn't work.
tmux-3.2~rc3/configure:2452:	set X `ls -t "$srcdir/configure" conftest.file`
tmux-3.2~rc3/configure-2453-     fi
##############################################
tmux-3.2~rc3/configure-2499-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
tmux-3.2~rc3/configure:2500:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
tmux-3.2~rc3/configure-2501-
tmux-3.2~rc3/configure-2502-# Expand $ac_aux_dir to an absolute path.
tmux-3.2~rc3/configure:2503:am_aux_dir=`cd "$ac_aux_dir" && pwd`
tmux-3.2~rc3/configure-2504-
##############################################
tmux-3.2~rc3/configure-2644-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
tmux-3.2~rc3/configure:2645:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
tmux-3.2~rc3/configure-2646-	     'mkdir (GNU coreutils) '* | \
##############################################
tmux-3.2~rc3/configure-2717-set x ${MAKE-make}
tmux-3.2~rc3/configure:2718:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tmux-3.2~rc3/configure-2719-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
tmux-3.2~rc3/configure-2727-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
tmux-3.2~rc3/configure:2728:case `${MAKE-make} -f conftest.make 2>/dev/null` in
tmux-3.2~rc3/configure-2729-  *@@@%%%=?*=@@@%%%*)
##############################################
tmux-3.2~rc3/configure-2793-
tmux-3.2~rc3/configure:2794:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tmux-3.2~rc3/configure-2795-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tmux-3.2~rc3/configure-2920-test "x$ac_build_alias" = x &&
tmux-3.2~rc3/configure:2921:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
tmux-3.2~rc3/configure-2922-test "x$ac_build_alias" = x &&
tmux-3.2~rc3/configure-2923-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
tmux-3.2~rc3/configure:2924:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
tmux-3.2~rc3/configure-2925-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
tmux-3.2~rc3/configure-2944-IFS=$ac_save_IFS
tmux-3.2~rc3/configure:2945:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
tmux-3.2~rc3/configure-2946-
##############################################
tmux-3.2~rc3/configure-2955-else
tmux-3.2~rc3/configure:2956:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
tmux-3.2~rc3/configure-2957-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
tmux-3.2~rc3/configure-2977-IFS=$ac_save_IFS
tmux-3.2~rc3/configure:2978:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
tmux-3.2~rc3/configure-2979-
##############################################
tmux-3.2~rc3/configure-3340-$as_echo_n "checking whether the C compiler works... " >&6; }
tmux-3.2~rc3/configure:3341:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tmux-3.2~rc3/configure-3342-
##############################################
tmux-3.2~rc3/configure-3384-	then :; else
tmux-3.2~rc3/configure:3385:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tmux-3.2~rc3/configure-3386-	fi
##############################################
tmux-3.2~rc3/configure-3444-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tmux-3.2~rc3/configure:3445:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tmux-3.2~rc3/configure-3446-	  break;;
##############################################
tmux-3.2~rc3/configure-3553-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tmux-3.2~rc3/configure:3554:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tmux-3.2~rc3/configure-3555-       break;;
##############################################
tmux-3.2~rc3/configure-3861-# Ignore all kinds of additional output from 'make'.
tmux-3.2~rc3/configure:3862:case `$am_make -s -f confmf 2> /dev/null` in #(
tmux-3.2~rc3/configure-3863-*the\ am__doit\ target*)
##############################################
tmux-3.2~rc3/configure-3871-   echo '.include "confinc"' > confmf
tmux-3.2~rc3/configure:3872:   case `$am_make -s -f confmf 2> /dev/null` in #(
tmux-3.2~rc3/configure-3873-   *the\ am__doit\ target*)
##############################################
tmux-3.2~rc3/configure-3934-  if test "$am_compiler_list" = ""; then
tmux-3.2~rc3/configure:3935:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
tmux-3.2~rc3/configure-3936-  fi
##############################################
tmux-3.2~rc3/configure-4367-  # Check for GNU $ac_path_GREP
tmux-3.2~rc3/configure:4368:case `"$ac_path_GREP" --version 2>&1` in
tmux-3.2~rc3/configure-4369-*GNU*)
##############################################
tmux-3.2~rc3/configure-4433-  # Check for GNU $ac_path_EGREP
tmux-3.2~rc3/configure:4434:case `"$ac_path_EGREP" --version 2>&1` in
tmux-3.2~rc3/configure-4435-*GNU*)
##############################################
tmux-3.2~rc3/configure-4760-do :
tmux-3.2~rc3/configure:4761:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tmux-3.2~rc3/configure-4762-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tmux-3.2~rc3/configure-4765-  cat >>confdefs.h <<_ACEOF
tmux-3.2~rc3/configure:4766:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tmux-3.2~rc3/configure-4767-_ACEOF
##############################################
tmux-3.2~rc3/configure-4920-do :
tmux-3.2~rc3/configure:4921:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tmux-3.2~rc3/configure-4922-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
tmux-3.2~rc3/configure-4924-  cat >>confdefs.h <<_ACEOF
tmux-3.2~rc3/configure:4925:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tmux-3.2~rc3/configure-4926-_ACEOF
##############################################
tmux-3.2~rc3/configure-5104-do :
tmux-3.2~rc3/configure:5105:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
tmux-3.2~rc3/configure-5106-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
tmux-3.2~rc3/configure-5108-  cat >>confdefs.h <<_ACEOF
tmux-3.2~rc3/configure:5109:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
tmux-3.2~rc3/configure-5110-_ACEOF
##############################################
tmux-3.2~rc3/configure-5532-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5533:  pkg_cv_LIBEVENT_CFLAGS=`$PKG_CONFIG --cflags "libevent" 2>/dev/null`
tmux-3.2~rc3/configure-5534-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5549-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5550:  pkg_cv_LIBEVENT_LIBS=`$PKG_CONFIG --libs "libevent" 2>/dev/null`
tmux-3.2~rc3/configure-5551-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5570-        if test $_pkg_short_errors_supported = yes; then
tmux-3.2~rc3/configure:5571:	        LIBEVENT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libevent" 2>&1`
tmux-3.2~rc3/configure-5572-        else
tmux-3.2~rc3/configure:5573:	        LIBEVENT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libevent" 2>&1`
tmux-3.2~rc3/configure-5574-        fi
##############################################
tmux-3.2~rc3/configure-5744-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5745:  pkg_cv_LIBTINFO_CFLAGS=`$PKG_CONFIG --cflags "tinfo" 2>/dev/null`
tmux-3.2~rc3/configure-5746-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5761-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5762:  pkg_cv_LIBTINFO_LIBS=`$PKG_CONFIG --libs "tinfo" 2>/dev/null`
tmux-3.2~rc3/configure-5763-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5782-        if test $_pkg_short_errors_supported = yes; then
tmux-3.2~rc3/configure:5783:	        LIBTINFO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "tinfo" 2>&1`
tmux-3.2~rc3/configure-5784-        else
tmux-3.2~rc3/configure:5785:	        LIBTINFO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "tinfo" 2>&1`
tmux-3.2~rc3/configure-5786-        fi
##############################################
tmux-3.2~rc3/configure-5818-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5819:  pkg_cv_LIBNCURSES_CFLAGS=`$PKG_CONFIG --cflags "ncurses" 2>/dev/null`
tmux-3.2~rc3/configure-5820-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5835-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5836:  pkg_cv_LIBNCURSES_LIBS=`$PKG_CONFIG --libs "ncurses" 2>/dev/null`
tmux-3.2~rc3/configure-5837-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5856-        if test $_pkg_short_errors_supported = yes; then
tmux-3.2~rc3/configure:5857:	        LIBNCURSES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ncurses" 2>&1`
tmux-3.2~rc3/configure-5858-        else
tmux-3.2~rc3/configure:5859:	        LIBNCURSES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ncurses" 2>&1`
tmux-3.2~rc3/configure-5860-        fi
##############################################
tmux-3.2~rc3/configure-5893-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5894:  pkg_cv_LIBNCURSES_CFLAGS=`$PKG_CONFIG --cflags "ncursesw" 2>/dev/null`
tmux-3.2~rc3/configure-5895-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5910-  test $ac_status = 0; }; then
tmux-3.2~rc3/configure:5911:  pkg_cv_LIBNCURSES_LIBS=`$PKG_CONFIG --libs "ncursesw" 2>/dev/null`
tmux-3.2~rc3/configure-5912-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tmux-3.2~rc3/configure-5931-        if test $_pkg_short_errors_supported = yes; then
tmux-3.2~rc3/configure:5932:	        LIBNCURSES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ncursesw" 2>&1`
tmux-3.2~rc3/configure-5933-        else
tmux-3.2~rc3/configure:5934:	        LIBNCURSES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ncursesw" 2>&1`
tmux-3.2~rc3/configure-5935-        fi
##############################################
tmux-3.2~rc3/configure-7522-'
tmux-3.2~rc3/configure:7523:DEFS=`sed -n "$ac_script" confdefs.h`
tmux-3.2~rc3/configure-7524-
##############################################
tmux-3.2~rc3/configure-7531-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tmux-3.2~rc3/configure:7532:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tmux-3.2~rc3/configure-7533-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tmux-3.2~rc3/configure-7682-if test -z "$BASH_VERSION$ZSH_VERSION" \
tmux-3.2~rc3/configure:7683:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tmux-3.2~rc3/configure-7684-  as_echo='print -r --'
tmux-3.2~rc3/configure-7685-  as_echo_n='print -rn --'
tmux-3.2~rc3/configure:7686:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tmux-3.2~rc3/configure-7687-  as_echo='printf %s\n'
##############################################
tmux-3.2~rc3/configure-7689-else
tmux-3.2~rc3/configure:7690:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tmux-3.2~rc3/configure-7691-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tmux-3.2~rc3/configure-7699-	expr "X$arg" : "X\\(.*\\)$as_nl";
tmux-3.2~rc3/configure:7700:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tmux-3.2~rc3/configure-7701-      esac;
##############################################
tmux-3.2~rc3/configure-7776-# ----------------------------------------
tmux-3.2~rc3/configure:7777:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tmux-3.2~rc3/configure-7778-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tmux-3.2~rc3/configure-7848-  {
tmux-3.2~rc3/configure:7849:    as_val=`expr "$@" || test $? -eq 1`
tmux-3.2~rc3/configure-7850-  }
##############################################
tmux-3.2~rc3/configure-7952-      case $as_dir in #(
tmux-3.2~rc3/configure:7953:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tmux-3.2~rc3/configure-7954-      *) as_qdir=$as_dir;;
##############################################
tmux-3.2~rc3/configure-8078-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tmux-3.2~rc3/configure:8079:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tmux-3.2~rc3/configure-8080-ac_cs_version="\\
##############################################
tmux-3.2~rc3/configure-8103-  --*=?*)
tmux-3.2~rc3/configure:8104:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tmux-3.2~rc3/configure:8105:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tmux-3.2~rc3/configure-8106-    ac_shift=:
##############################################
tmux-3.2~rc3/configure-8108-  --*=)
tmux-3.2~rc3/configure:8109:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tmux-3.2~rc3/configure-8110-    ac_optarg=
##############################################
tmux-3.2~rc3/configure-8132-    case $ac_optarg in
tmux-3.2~rc3/configure:8133:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tmux-3.2~rc3/configure-8134-    '') as_fn_error $? "missing file argument" ;;
##############################################
tmux-3.2~rc3/configure-8255-fi
tmux-3.2~rc3/configure:8256:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tmux-3.2~rc3/configure-8257-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tmux-3.2~rc3/configure-8272-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
tmux-3.2~rc3/configure:8273:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
tmux-3.2~rc3/configure-8274-ac_delim='%!_!# '
##############################################
tmux-3.2~rc3/configure-8278-
tmux-3.2~rc3/configure:8279:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tmux-3.2~rc3/configure-8280-  if test $ac_delim_n = $ac_delim_num; then
##############################################
tmux-3.2~rc3/configure-8440-      esac
tmux-3.2~rc3/configure:8441:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tmux-3.2~rc3/configure-8442-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tmux-3.2~rc3/configure-8499-*)
tmux-3.2~rc3/configure:8500:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tmux-3.2~rc3/configure-8501-  # A ".." for each directory in $ac_dir_suffix.
tmux-3.2~rc3/configure:8502:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tmux-3.2~rc3/configure-8503-  case $ac_top_builddir_sub in
##############################################
tmux-3.2~rc3/configure-8560-/@mandir@/p'
tmux-3.2~rc3/configure:8561:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tmux-3.2~rc3/configure-8562-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tmux-3.2~rc3/configure-8577-
tmux-3.2~rc3/configure:8578:# Neutralize VPATH when `$srcdir' = `.'.
tmux-3.2~rc3/configure-8579-# Shell code in configure.ac might set extrasub.
##############################################
tmux-3.2~rc3/configure-8605-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tmux-3.2~rc3/configure:8606:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
tmux-3.2~rc3/configure-8607-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
tmux-3.2~rc3/configure-8641-    # Strip MF so we end up with the name of the file.
tmux-3.2~rc3/configure:8642:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tmux-3.2~rc3/configure-8643-    # Check whether this is an Automake generated Makefile or not.
##############################################
tmux-3.2~rc3/configure-8678-    # from the Makefile without running 'make'.
tmux-3.2~rc3/configure:8679:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tmux-3.2~rc3/configure-8680-    test -z "$DEPDIR" && continue
tmux-3.2~rc3/configure:8681:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tmux-3.2~rc3/configure-8682-    test -z "$am__include" && continue
tmux-3.2~rc3/configure:8683:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tmux-3.2~rc3/configure-8684-    # Find all dependency output files, they are included files with
##############################################
tmux-3.2~rc3/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
tmux-3.2~rc3/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
tmux-3.2~rc3/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
tmux-3.2~rc3/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
tmux-3.2~rc3/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
tmux-3.2~rc3/aclocal.m4-181-        else 
tmux-3.2~rc3/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
tmux-3.2~rc3/aclocal.m4-183-        fi
##############################################
tmux-3.2~rc3/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
tmux-3.2~rc3/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
tmux-3.2~rc3/aclocal.m4-370-# and then we would define $MISSING as
##############################################
tmux-3.2~rc3/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
tmux-3.2~rc3/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
tmux-3.2~rc3/aclocal.m4-385-])
##############################################
tmux-3.2~rc3/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
tmux-3.2~rc3/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
tmux-3.2~rc3/aclocal.m4-483-  fi
##############################################
tmux-3.2~rc3/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
tmux-3.2~rc3/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tmux-3.2~rc3/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
tmux-3.2~rc3/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
tmux-3.2~rc3/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
tmux-3.2~rc3/aclocal.m4-643-    else
##############################################
tmux-3.2~rc3/aclocal.m4-647-    # from the Makefile without running 'make'.
tmux-3.2~rc3/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tmux-3.2~rc3/aclocal.m4-649-    test -z "$DEPDIR" && continue
tmux-3.2~rc3/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tmux-3.2~rc3/aclocal.m4-651-    test -z "$am__include" && continue
tmux-3.2~rc3/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tmux-3.2~rc3/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
tmux-3.2~rc3/aclocal.m4-661-      test -f "$dirpart/$file" && continue
tmux-3.2~rc3/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
tmux-3.2~rc3/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
tmux-3.2~rc3/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
tmux-3.2~rc3/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tmux-3.2~rc3/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tmux-3.2~rc3/aclocal.m4-878-    * )
tmux-3.2~rc3/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
tmux-3.2~rc3/aclocal.m4-880-  esac
tmux-3.2~rc3/aclocal.m4-881-done
tmux-3.2~rc3/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
tmux-3.2~rc3/aclocal.m4-883-
##############################################
tmux-3.2~rc3/aclocal.m4-949-# Ignore all kinds of additional output from 'make'.
tmux-3.2~rc3/aclocal.m4:950:case `$am_make -s -f confmf 2> /dev/null` in #(
tmux-3.2~rc3/aclocal.m4-951-*the\ am__doit\ target*)
##############################################
tmux-3.2~rc3/aclocal.m4-959-   echo '.include "confinc"' > confmf
tmux-3.2~rc3/aclocal.m4:960:   case `$am_make -s -f confmf 2> /dev/null` in #(
tmux-3.2~rc3/aclocal.m4-961-   *the\ am__doit\ target*)
##############################################
tmux-3.2~rc3/aclocal.m4-1141-     echo "timestamp, slept: $am_has_slept" > conftest.file
tmux-3.2~rc3/aclocal.m4:1142:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tmux-3.2~rc3/aclocal.m4-1143-     if test "$[*]" = "X"; then
tmux-3.2~rc3/aclocal.m4-1144-	# -L didn't work.
tmux-3.2~rc3/aclocal.m4:1145:	set X `ls -t "$srcdir/configure" conftest.file`
tmux-3.2~rc3/aclocal.m4-1146-     fi
##############################################
tmux-3.2~rc3/Makefile.in-52-  { \
tmux-3.2~rc3/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
tmux-3.2~rc3/Makefile.in-54-  }; \
##############################################
tmux-3.2~rc3/Makefile.in-839-.c.o:
tmux-3.2~rc3/Makefile.in:840:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
tmux-3.2~rc3/Makefile.in-841-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
tmux-3.2~rc3/Makefile.in-847-.c.obj:
tmux-3.2~rc3/Makefile.in:848:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
tmux-3.2~rc3/Makefile.in:849:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
tmux-3.2~rc3/Makefile.in-850-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
tmux-3.2~rc3/Makefile.in-852-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tmux-3.2~rc3/Makefile.in:853:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tmux-3.2~rc3/Makefile.in-854-
tmux-3.2~rc3/Makefile.in-855-.y.c:
tmux-3.2~rc3/Makefile.in:856:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
tmux-3.2~rc3/Makefile.in-857-
##############################################
tmux-3.2~rc3/Makefile.in-887-GTAGS:
tmux-3.2~rc3/Makefile.in:888:	here=`$(am__cd) $(top_builddir) && pwd` \
tmux-3.2~rc3/Makefile.in-889-	  && $(am__cd) $(top_srcdir) \
##############################################
tmux-3.2~rc3/Makefile.in-919-	test -d "$(distdir)" || mkdir "$(distdir)"
tmux-3.2~rc3/Makefile.in:920:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tmux-3.2~rc3/Makefile.in:921:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tmux-3.2~rc3/Makefile.in-922-	list='$(DISTFILES)'; \
##############################################
tmux-3.2~rc3/Makefile.in-933-	  if test -d $$d/$$file; then \
tmux-3.2~rc3/Makefile.in:934:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tmux-3.2~rc3/Makefile.in-935-	    if test -d "$(distdir)/$$file"; then \
##############################################
tmux-3.2~rc3/Makefile.in-1019-	test -d $(distdir)/_build || exit 0; \
tmux-3.2~rc3/Makefile.in:1020:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
tmux-3.2~rc3/Makefile.in-1021-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
tmux-3.2~rc3/Makefile.in-1063-	}; \
tmux-3.2~rc3/Makefile.in:1064:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
tmux-3.2~rc3/Makefile.in-1065-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
tmux-3.2~rc3/Makefile.in-1075-	fi
tmux-3.2~rc3/Makefile.in:1076:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
tmux-3.2~rc3/Makefile.in-1077-	  || { echo "ERROR: files left in build directory after distclean:" ; \