===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xcompmgr-1.1.8/compile-67-	mingw/*)
xcompmgr-1.1.8/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
xcompmgr-1.1.8/compile-69-	  ;;
xcompmgr-1.1.8/compile-70-	cygwin/*)
xcompmgr-1.1.8/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
xcompmgr-1.1.8/compile-72-	  ;;
xcompmgr-1.1.8/compile-73-	wine/*)
xcompmgr-1.1.8/compile:74:	  file=`winepath -w "$file" || echo "$file"`
xcompmgr-1.1.8/compile-75-	  ;;
##############################################
xcompmgr-1.1.8/compile-309-# Name of file we expect compiler to create.
xcompmgr-1.1.8/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
xcompmgr-1.1.8/compile-311-
##############################################
xcompmgr-1.1.8/compile-315-# object file name, since that is what matters with a parallel build.
xcompmgr-1.1.8/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
xcompmgr-1.1.8/compile-317-while true; do
##############################################
xcompmgr-1.1.8/config.sub-52-
xcompmgr-1.1.8/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
xcompmgr-1.1.8/config.sub-54-
##############################################
xcompmgr-1.1.8/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
xcompmgr-1.1.8/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xcompmgr-1.1.8/config.sub-116-case $maybe_os in
##############################################
xcompmgr-1.1.8/config.sub-122-    os=-$maybe_os
xcompmgr-1.1.8/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xcompmgr-1.1.8/config.sub-124-    ;;
##############################################
xcompmgr-1.1.8/config.sub-126-    os=-linux-android
xcompmgr-1.1.8/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
xcompmgr-1.1.8/config.sub-128-    ;;
xcompmgr-1.1.8/config.sub-129-  *)
xcompmgr-1.1.8/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
xcompmgr-1.1.8/config.sub-131-    if [ "$basic_machine" != "$1" ]
xcompmgr-1.1.8/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
xcompmgr-1.1.8/config.sub-133-    else os=; fi
##############################################
xcompmgr-1.1.8/config.sub-180-		os=-sco5v6
xcompmgr-1.1.8/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-182-		;;
##############################################
xcompmgr-1.1.8/config.sub-184-		os=-sco3.2v5
xcompmgr-1.1.8/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-186-		;;
##############################################
xcompmgr-1.1.8/config.sub-188-		os=-sco3.2v4
xcompmgr-1.1.8/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-190-		;;
xcompmgr-1.1.8/config.sub-191-	-sco3.2.[4-9]*)
xcompmgr-1.1.8/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xcompmgr-1.1.8/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-194-		;;
##############################################
xcompmgr-1.1.8/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
xcompmgr-1.1.8/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-198-		;;
##############################################
xcompmgr-1.1.8/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
xcompmgr-1.1.8/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-202-		;;
##############################################
xcompmgr-1.1.8/config.sub-204-		os=-sco3.2v2
xcompmgr-1.1.8/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-206-		;;
xcompmgr-1.1.8/config.sub-207-	-udk*)
xcompmgr-1.1.8/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-209-		;;
##############################################
xcompmgr-1.1.8/config.sub-211-		os=-isc2.2
xcompmgr-1.1.8/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-213-		;;
##############################################
xcompmgr-1.1.8/config.sub-217-	-isc*)
xcompmgr-1.1.8/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xcompmgr-1.1.8/config.sub-219-		;;
##############################################
xcompmgr-1.1.8/config.sub-229-	-ptx*)
xcompmgr-1.1.8/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
xcompmgr-1.1.8/config.sub-231-		;;
##############################################
xcompmgr-1.1.8/config.sub-364-	*-*-*)
xcompmgr-1.1.8/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xcompmgr-1.1.8/config.sub-366-		exit 1
##############################################
xcompmgr-1.1.8/config.sub-493-	amd64-*)
xcompmgr-1.1.8/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-495-		;;
##############################################
xcompmgr-1.1.8/config.sub-538-	blackfin-*)
xcompmgr-1.1.8/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-540-		os=-linux
##############################################
xcompmgr-1.1.8/config.sub-546-	c54x-*)
xcompmgr-1.1.8/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-548-		;;
xcompmgr-1.1.8/config.sub-549-	c55x-*)
xcompmgr-1.1.8/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-551-		;;
xcompmgr-1.1.8/config.sub-552-	c6x-*)
xcompmgr-1.1.8/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-554-		;;
##############################################
xcompmgr-1.1.8/config.sub-650-	e500v[12]-*)
xcompmgr-1.1.8/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-652-		os=$os"spe"
##############################################
xcompmgr-1.1.8/config.sub-754-	i*86v32)
xcompmgr-1.1.8/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xcompmgr-1.1.8/config.sub-756-		os=-sysv32
##############################################
xcompmgr-1.1.8/config.sub-758-	i*86v4*)
xcompmgr-1.1.8/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xcompmgr-1.1.8/config.sub-760-		os=-sysv4
##############################################
xcompmgr-1.1.8/config.sub-762-	i*86v)
xcompmgr-1.1.8/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xcompmgr-1.1.8/config.sub-764-		os=-sysv
##############################################
xcompmgr-1.1.8/config.sub-766-	i*86sol2)
xcompmgr-1.1.8/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xcompmgr-1.1.8/config.sub-768-		os=-solaris2
##############################################
xcompmgr-1.1.8/config.sub-792-	leon-*|leon[3-9]-*)
xcompmgr-1.1.8/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
xcompmgr-1.1.8/config.sub-794-		;;
##############################################
xcompmgr-1.1.8/config.sub-799-	m68knommu-*)
xcompmgr-1.1.8/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-801-		os=-linux
##############################################
xcompmgr-1.1.8/config.sub-833-	mips3*-*)
xcompmgr-1.1.8/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
xcompmgr-1.1.8/config.sub-835-		;;
xcompmgr-1.1.8/config.sub-836-	mips3*)
xcompmgr-1.1.8/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
xcompmgr-1.1.8/config.sub-838-		;;
##############################################
xcompmgr-1.1.8/config.sub-855-	ms1-*)
xcompmgr-1.1.8/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
xcompmgr-1.1.8/config.sub-857-		;;
##############################################
xcompmgr-1.1.8/config.sub-980-	parisc-*)
xcompmgr-1.1.8/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-982-		os=-linux
##############################################
xcompmgr-1.1.8/config.sub-996-	pc98-*)
xcompmgr-1.1.8/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-998-		;;
##############################################
xcompmgr-1.1.8/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xcompmgr-1.1.8/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1013-		;;
xcompmgr-1.1.8/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xcompmgr-1.1.8/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1016-		;;
xcompmgr-1.1.8/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xcompmgr-1.1.8/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1019-		;;
xcompmgr-1.1.8/config.sub-1020-	pentium4-*)
xcompmgr-1.1.8/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1022-		;;
##############################################
xcompmgr-1.1.8/config.sub-1030-	ppc-* | ppcbe-*)
xcompmgr-1.1.8/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1032-		;;
##############################################
xcompmgr-1.1.8/config.sub-1036-	ppcle-* | powerpclittle-*)
xcompmgr-1.1.8/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1038-		;;
##############################################
xcompmgr-1.1.8/config.sub-1040-		;;
xcompmgr-1.1.8/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1042-		;;
##############################################
xcompmgr-1.1.8/config.sub-1046-	ppc64le-* | powerpc64little-*)
xcompmgr-1.1.8/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1048-		;;
##############################################
xcompmgr-1.1.8/config.sub-1122-	strongarm-* | thumb-*)
xcompmgr-1.1.8/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xcompmgr-1.1.8/config.sub-1124-		;;
##############################################
xcompmgr-1.1.8/config.sub-1255-	xscale-* | xscalee[bl]-*)
xcompmgr-1.1.8/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
xcompmgr-1.1.8/config.sub-1257-		;;
##############################################
xcompmgr-1.1.8/config.sub-1317-	*)
xcompmgr-1.1.8/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xcompmgr-1.1.8/config.sub-1319-		exit 1
##############################################
xcompmgr-1.1.8/config.sub-1325-	*-digital*)
xcompmgr-1.1.8/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
xcompmgr-1.1.8/config.sub-1327-		;;
xcompmgr-1.1.8/config.sub-1328-	*-commodore*)
xcompmgr-1.1.8/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
xcompmgr-1.1.8/config.sub-1330-		;;
##############################################
xcompmgr-1.1.8/config.sub-1346-	-solaris1 | -solaris1.*)
xcompmgr-1.1.8/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xcompmgr-1.1.8/config.sub-1348-		;;
##############################################
xcompmgr-1.1.8/config.sub-1355-	-gnu/linux*)
xcompmgr-1.1.8/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xcompmgr-1.1.8/config.sub-1357-		;;
##############################################
xcompmgr-1.1.8/config.sub-1407-	-nto*)
xcompmgr-1.1.8/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xcompmgr-1.1.8/config.sub-1409-		;;
##############################################
xcompmgr-1.1.8/config.sub-1414-	-mac*)
xcompmgr-1.1.8/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
xcompmgr-1.1.8/config.sub-1416-		;;
##############################################
xcompmgr-1.1.8/config.sub-1420-	-linux*)
xcompmgr-1.1.8/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xcompmgr-1.1.8/config.sub-1422-		;;
xcompmgr-1.1.8/config.sub-1423-	-sunos5*)
xcompmgr-1.1.8/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
xcompmgr-1.1.8/config.sub-1425-		;;
xcompmgr-1.1.8/config.sub-1426-	-sunos6*)
xcompmgr-1.1.8/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
xcompmgr-1.1.8/config.sub-1428-		;;
##############################################
xcompmgr-1.1.8/config.sub-1469-	-sinix5.*)
xcompmgr-1.1.8/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
xcompmgr-1.1.8/config.sub-1471-		;;
##############################################
xcompmgr-1.1.8/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
xcompmgr-1.1.8/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
xcompmgr-1.1.8/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
xcompmgr-1.1.8/config.sub-1531-		exit 1
##############################################
xcompmgr-1.1.8/config.sub-1788-		esac
xcompmgr-1.1.8/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
xcompmgr-1.1.8/config.sub-1790-		;;
##############################################
xcompmgr-1.1.8/depcomp-64-  case $1 in
xcompmgr-1.1.8/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
xcompmgr-1.1.8/depcomp-66-      *) dir=;;
##############################################
xcompmgr-1.1.8/depcomp-73-{
xcompmgr-1.1.8/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
xcompmgr-1.1.8/depcomp-75-}
##############################################
xcompmgr-1.1.8/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
xcompmgr-1.1.8/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
xcompmgr-1.1.8/depcomp-128-
##############################################
xcompmgr-1.1.8/depcomp-405-        sleep 1
xcompmgr-1.1.8/depcomp:406:        i=`expr $i - 1`
xcompmgr-1.1.8/depcomp-407-      done
xcompmgr-1.1.8/depcomp-408-    fi
xcompmgr-1.1.8/depcomp:409:    i=`expr $i - 1`
xcompmgr-1.1.8/depcomp-410-  done
##############################################
xcompmgr-1.1.8/depcomp-425-  # Do two passes, one to just change these to
xcompmgr-1.1.8/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
xcompmgr-1.1.8/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
xcompmgr-1.1.8/depcomp-659-  done
xcompmgr-1.1.8/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
xcompmgr-1.1.8/depcomp-661-  touch "$tmpdepfile"
##############################################
xcompmgr-1.1.8/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
xcompmgr-1.1.8/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
xcompmgr-1.1.8/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
xcompmgr-1.1.8/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
xcompmgr-1.1.8/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
xcompmgr-1.1.8/aclocal.m4-181-        else 
xcompmgr-1.1.8/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
xcompmgr-1.1.8/aclocal.m4-183-        fi
##############################################
xcompmgr-1.1.8/aclocal.m4-365-AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp redefine unix ?]])])
xcompmgr-1.1.8/aclocal.m4:366:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xcompmgr-1.1.8/aclocal.m4-367-	AC_MSG_RESULT([no])
xcompmgr-1.1.8/aclocal.m4-368-else
xcompmgr-1.1.8/aclocal.m4:369:	if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xcompmgr-1.1.8/aclocal.m4-370-		RAWCPPFLAGS=-undef
##############################################
xcompmgr-1.1.8/aclocal.m4-372-	# under Cygwin unix is still defined even with -undef
xcompmgr-1.1.8/aclocal.m4:373:	elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xcompmgr-1.1.8/aclocal.m4-374-		RAWCPPFLAGS="-undef -ansi"
##############################################
xcompmgr-1.1.8/aclocal.m4-383-AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp preserve   "whitespace"?]])])
xcompmgr-1.1.8/aclocal.m4:384:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve   \"'` -eq 1 ; then
xcompmgr-1.1.8/aclocal.m4-385-	AC_MSG_RESULT([no])
xcompmgr-1.1.8/aclocal.m4-386-else
xcompmgr-1.1.8/aclocal.m4:387:	if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve   \"'` -eq 1 ; then
xcompmgr-1.1.8/aclocal.m4-388-		TRADITIONALCPPFLAGS="-traditional"
##############################################
xcompmgr-1.1.8/aclocal.m4-515-PKG_CHECK_EXISTS([xorg-sgml-doctools m4_ifval([$1],[>= $1])],
xcompmgr-1.1.8/aclocal.m4:516:    [XORG_SGML_PATH=`$PKG_CONFIG --variable=sgmlrootdir xorg-sgml-doctools`],
xcompmgr-1.1.8/aclocal.m4-517-    [m4_ifval([$1],[:],
##############################################
xcompmgr-1.1.8/aclocal.m4-714-    AC_MSG_CHECKING([the xmlto version])
xcompmgr-1.1.8/aclocal.m4:715:    xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3`
xcompmgr-1.1.8/aclocal.m4-716-    AC_MSG_RESULT([$xmlto_version])
##############################################
xcompmgr-1.1.8/aclocal.m4-922-    AC_MSG_CHECKING([the asciidoc version])
xcompmgr-1.1.8/aclocal.m4:923:    asciidoc_version=`$ASCIIDOC --version 2>/dev/null | cut -d' ' -f2`
xcompmgr-1.1.8/aclocal.m4-924-    AC_MSG_RESULT([$asciidoc_version])
##############################################
xcompmgr-1.1.8/aclocal.m4-993-    AC_MSG_CHECKING([the doxygen version])
xcompmgr-1.1.8/aclocal.m4:994:    doxygen_version=`$DOXYGEN --version 2>/dev/null`
xcompmgr-1.1.8/aclocal.m4-995-    AC_MSG_RESULT([$doxygen_version])
##############################################
xcompmgr-1.1.8/aclocal.m4-1186-    AC_MSG_CHECKING([for fop minimum version])
xcompmgr-1.1.8/aclocal.m4:1187:    fop_version=`$FOP -version 2>/dev/null | cut -d' ' -f3`
xcompmgr-1.1.8/aclocal.m4-1188-    AC_MSG_RESULT([$fop_version])
##############################################
xcompmgr-1.1.8/aclocal.m4-2136-AC_REQUIRE([PKG_PROG_PKG_CONFIG])
xcompmgr-1.1.8/aclocal.m4:2137:macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
xcompmgr-1.1.8/aclocal.m4-2138-INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
##############################################
xcompmgr-1.1.8/aclocal.m4-2174-	AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],
xcompmgr-1.1.8/aclocal.m4:2175:		[`echo $PACKAGE_VERSION | cut -d . -f 1`],
xcompmgr-1.1.8/aclocal.m4-2176-		[Major version of this package])
xcompmgr-1.1.8/aclocal.m4:2177:	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
xcompmgr-1.1.8/aclocal.m4-2178-	if test "x$PVM" = "x"; then
##############################################
xcompmgr-1.1.8/aclocal.m4-2183-		[Minor version of this package])
xcompmgr-1.1.8/aclocal.m4:2184:	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
xcompmgr-1.1.8/aclocal.m4-2185-	if test "x$PVP" = "x"; then
##############################################
xcompmgr-1.1.8/aclocal.m4-2278-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
xcompmgr-1.1.8/aclocal.m4:2279:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
xcompmgr-1.1.8/aclocal.m4-2280-# and then we would define $MISSING as
##############################################
xcompmgr-1.1.8/aclocal.m4-2293-# Expand $ac_aux_dir to an absolute path.
xcompmgr-1.1.8/aclocal.m4:2294:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xcompmgr-1.1.8/aclocal.m4-2295-])
##############################################
xcompmgr-1.1.8/aclocal.m4-2391-  if test "$am_compiler_list" = ""; then
xcompmgr-1.1.8/aclocal.m4:2392:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
xcompmgr-1.1.8/aclocal.m4-2393-  fi
##############################################
xcompmgr-1.1.8/aclocal.m4-2542-    # Strip MF so we end up with the name of the file.
xcompmgr-1.1.8/aclocal.m4:2543:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xcompmgr-1.1.8/aclocal.m4-2544-    # Check whether this is an Automake generated Makefile or not.
##############################################
xcompmgr-1.1.8/aclocal.m4-2551-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
xcompmgr-1.1.8/aclocal.m4:2552:      dirpart=`AS_DIRNAME("$mf")`
xcompmgr-1.1.8/aclocal.m4-2553-    else
##############################################
xcompmgr-1.1.8/aclocal.m4-2557-    # from the Makefile without running 'make'.
xcompmgr-1.1.8/aclocal.m4:2558:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xcompmgr-1.1.8/aclocal.m4-2559-    test -z "$DEPDIR" && continue
xcompmgr-1.1.8/aclocal.m4:2560:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xcompmgr-1.1.8/aclocal.m4-2561-    test -z "$am__include" && continue
xcompmgr-1.1.8/aclocal.m4:2562:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xcompmgr-1.1.8/aclocal.m4-2563-    # Find all dependency output files, they are included files with
##############################################
xcompmgr-1.1.8/aclocal.m4-2571-      test -f "$dirpart/$file" && continue
xcompmgr-1.1.8/aclocal.m4:2572:      fdir=`AS_DIRNAME(["$file"])`
xcompmgr-1.1.8/aclocal.m4-2573-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
xcompmgr-1.1.8/aclocal.m4-2629-AC_REQUIRE([AC_PROG_INSTALL])dnl
xcompmgr-1.1.8/aclocal.m4:2630:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xcompmgr-1.1.8/aclocal.m4-2631-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xcompmgr-1.1.8/aclocal.m4-2788-    * )
xcompmgr-1.1.8/aclocal.m4:2789:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xcompmgr-1.1.8/aclocal.m4-2790-  esac
xcompmgr-1.1.8/aclocal.m4-2791-done
xcompmgr-1.1.8/aclocal.m4:2792:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
xcompmgr-1.1.8/aclocal.m4-2793-
##############################################
xcompmgr-1.1.8/aclocal.m4-2859-# Ignore all kinds of additional output from 'make'.
xcompmgr-1.1.8/aclocal.m4:2860:case `$am_make -s -f confmf 2> /dev/null` in #(
xcompmgr-1.1.8/aclocal.m4-2861-*the\ am__doit\ target*)
##############################################
xcompmgr-1.1.8/aclocal.m4-2869-   echo '.include "confinc"' > confmf
xcompmgr-1.1.8/aclocal.m4:2870:   case `$am_make -s -f confmf 2> /dev/null` in #(
xcompmgr-1.1.8/aclocal.m4-2871-   *the\ am__doit\ target*)
##############################################
xcompmgr-1.1.8/aclocal.m4-3051-     echo "timestamp, slept: $am_has_slept" > conftest.file
xcompmgr-1.1.8/aclocal.m4:3052:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xcompmgr-1.1.8/aclocal.m4-3053-     if test "$[*]" = "X"; then
xcompmgr-1.1.8/aclocal.m4-3054-	# -L didn't work.
xcompmgr-1.1.8/aclocal.m4:3055:	set X `ls -t "$srcdir/configure" conftest.file`
xcompmgr-1.1.8/aclocal.m4-3056-     fi
##############################################
xcompmgr-1.1.8/INSTALL-173-directory configuration variables that were expressed in terms of
xcompmgr-1.1.8/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
xcompmgr-1.1.8/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
xcompmgr-1.1.8/install-sh-234-      fi
xcompmgr-1.1.8/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
xcompmgr-1.1.8/install-sh-236-    *)
##############################################
xcompmgr-1.1.8/install-sh-281-      dstdir=$dst
xcompmgr-1.1.8/install-sh:282:      dst=$dstdir/`basename "$src"`
xcompmgr-1.1.8/install-sh-283-      dstdir_status=0
xcompmgr-1.1.8/install-sh-284-    else
xcompmgr-1.1.8/install-sh:285:      dstdir=`dirname "$dst"`
xcompmgr-1.1.8/install-sh-286-      test -d "$dstdir"
##############################################
xcompmgr-1.1.8/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
xcompmgr-1.1.8/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
xcompmgr-1.1.8/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
xcompmgr-1.1.8/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
xcompmgr-1.1.8/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
xcompmgr-1.1.8/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
xcompmgr-1.1.8/install-sh-402-            case $prefix in
xcompmgr-1.1.8/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
xcompmgr-1.1.8/install-sh-404-              *) qprefix=$prefix;;
##############################################
xcompmgr-1.1.8/install-sh-451-    if $copy_on_change &&
xcompmgr-1.1.8/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
xcompmgr-1.1.8/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
xcompmgr-1.1.8/install-sh-454-       set -f &&
##############################################
xcompmgr-1.1.8/man/Makefile.in-50-  { \
xcompmgr-1.1.8/man/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xcompmgr-1.1.8/man/Makefile.in-52-  }; \
##############################################
xcompmgr-1.1.8/man/Makefile.in-119-  esac
xcompmgr-1.1.8/man/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xcompmgr-1.1.8/man/Makefile.in-121-am__vpath_adj = case $$p in \
xcompmgr-1.1.8/man/Makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xcompmgr-1.1.8/man/Makefile.in-123-    *) f=$$p;; \
xcompmgr-1.1.8/man/Makefile.in-124-  esac;
xcompmgr-1.1.8/man/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xcompmgr-1.1.8/man/Makefile.in-126-am__install_max = 40
xcompmgr-1.1.8/man/Makefile.in-127-am__nobase_strip_setup = \
xcompmgr-1.1.8/man/Makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xcompmgr-1.1.8/man/Makefile.in-129-am__nobase_strip = \
##############################################
xcompmgr-1.1.8/man/Makefile.in-329-	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
xcompmgr-1.1.8/man/Makefile.in:330:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xcompmgr-1.1.8/man/Makefile.in-331-	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
##############################################
xcompmgr-1.1.8/man/Makefile.in-339-distdir: $(DISTFILES)
xcompmgr-1.1.8/man/Makefile.in:340:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xcompmgr-1.1.8/man/Makefile.in:341:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xcompmgr-1.1.8/man/Makefile.in-342-	list='$(DISTFILES)'; \
##############################################
xcompmgr-1.1.8/man/Makefile.in-353-	  if test -d $$d/$$file; then \
xcompmgr-1.1.8/man/Makefile.in:354:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xcompmgr-1.1.8/man/Makefile.in-355-	    if test -d "$(distdir)/$$file"; then \
##############################################
xcompmgr-1.1.8/Makefile.in-50-  { \
xcompmgr-1.1.8/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xcompmgr-1.1.8/Makefile.in-52-  }; \
##############################################
xcompmgr-1.1.8/Makefile.in-203-  while test -n "$$dir1"; do \
xcompmgr-1.1.8/Makefile.in:204:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xcompmgr-1.1.8/Makefile.in-205-    if test "$$first" != "."; then \
xcompmgr-1.1.8/Makefile.in-206-      if test "$$first" = ".."; then \
xcompmgr-1.1.8/Makefile.in:207:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xcompmgr-1.1.8/Makefile.in:208:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xcompmgr-1.1.8/Makefile.in-209-      else \
xcompmgr-1.1.8/Makefile.in:210:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xcompmgr-1.1.8/Makefile.in-211-        if test "$$first2" = "$$first"; then \
xcompmgr-1.1.8/Makefile.in:212:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xcompmgr-1.1.8/Makefile.in-213-        else \
##############################################
xcompmgr-1.1.8/Makefile.in-218-    fi; \
xcompmgr-1.1.8/Makefile.in:219:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xcompmgr-1.1.8/Makefile.in-220-  done; \
##############################################
xcompmgr-1.1.8/Makefile.in-469-.c.obj:
xcompmgr-1.1.8/Makefile.in:470:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
xcompmgr-1.1.8/Makefile.in-471-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
xcompmgr-1.1.8/Makefile.in-473-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xcompmgr-1.1.8/Makefile.in:474:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xcompmgr-1.1.8/Makefile.in-475-
##############################################
xcompmgr-1.1.8/Makefile.in-489-	dot_seen=no; \
xcompmgr-1.1.8/Makefile.in:490:	target=`echo $@ | sed s/-recursive//`; \
xcompmgr-1.1.8/Makefile.in-491-	case "$@" in \
##############################################
xcompmgr-1.1.8/Makefile.in-552-GTAGS:
xcompmgr-1.1.8/Makefile.in:553:	here=`$(am__cd) $(top_builddir) && pwd` \
xcompmgr-1.1.8/Makefile.in-554-	  && $(am__cd) $(top_srcdir) \
##############################################
xcompmgr-1.1.8/Makefile.in-584-	test -d "$(distdir)" || mkdir "$(distdir)"
xcompmgr-1.1.8/Makefile.in:585:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xcompmgr-1.1.8/Makefile.in:586:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xcompmgr-1.1.8/Makefile.in-587-	list='$(DISTFILES)'; \
##############################################
xcompmgr-1.1.8/Makefile.in-598-	  if test -d $$d/$$file; then \
xcompmgr-1.1.8/Makefile.in:599:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xcompmgr-1.1.8/Makefile.in-600-	    if test -d "$(distdir)/$$file"; then \
##############################################
xcompmgr-1.1.8/Makefile.in-711-	test -d $(distdir)/_build || exit 0; \
xcompmgr-1.1.8/Makefile.in:712:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
xcompmgr-1.1.8/Makefile.in-713-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
xcompmgr-1.1.8/Makefile.in-755-	}; \
xcompmgr-1.1.8/Makefile.in:756:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
xcompmgr-1.1.8/Makefile.in-757-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
xcompmgr-1.1.8/Makefile.in-767-	fi
xcompmgr-1.1.8/Makefile.in:768:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
xcompmgr-1.1.8/Makefile.in-769-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
xcompmgr-1.1.8/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
xcompmgr-1.1.8/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xcompmgr-1.1.8/configure-47-  as_echo='print -r --'
xcompmgr-1.1.8/configure-48-  as_echo_n='print -rn --'
xcompmgr-1.1.8/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xcompmgr-1.1.8/configure-50-  as_echo='printf %s\n'
##############################################
xcompmgr-1.1.8/configure-52-else
xcompmgr-1.1.8/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xcompmgr-1.1.8/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xcompmgr-1.1.8/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
xcompmgr-1.1.8/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xcompmgr-1.1.8/configure-64-      esac;
##############################################
xcompmgr-1.1.8/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
xcompmgr-1.1.8/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
xcompmgr-1.1.8/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
xcompmgr-1.1.8/configure-328-      case $as_dir in #(
xcompmgr-1.1.8/configure:329:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xcompmgr-1.1.8/configure-330-      *) as_qdir=$as_dir;;
##############################################
xcompmgr-1.1.8/configure-401-  {
xcompmgr-1.1.8/configure:402:    as_val=`expr "$@" || test $? -eq 1`
xcompmgr-1.1.8/configure-403-  }
##############################################
xcompmgr-1.1.8/configure-408-# ----------------------------------------
xcompmgr-1.1.8/configure:409:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xcompmgr-1.1.8/configure-410-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xcompmgr-1.1.8/configure-471-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
xcompmgr-1.1.8/configure:472:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
xcompmgr-1.1.8/configure-473-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
xcompmgr-1.1.8/configure-831-  case $ac_option in
xcompmgr-1.1.8/configure:832:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xcompmgr-1.1.8/configure-833-  *=)   ac_optarg= ;;
##############################################
xcompmgr-1.1.8/configure-875-  -disable-* | --disable-*)
xcompmgr-1.1.8/configure:876:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xcompmgr-1.1.8/configure-877-    # Reject names that are not valid shell variable names.
##############################################
xcompmgr-1.1.8/configure-880-    ac_useropt_orig=$ac_useropt
xcompmgr-1.1.8/configure:881:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcompmgr-1.1.8/configure-882-    case $ac_user_opts in
##############################################
xcompmgr-1.1.8/configure-901-  -enable-* | --enable-*)
xcompmgr-1.1.8/configure:902:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xcompmgr-1.1.8/configure-903-    # Reject names that are not valid shell variable names.
##############################################
xcompmgr-1.1.8/configure-906-    ac_useropt_orig=$ac_useropt
xcompmgr-1.1.8/configure:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcompmgr-1.1.8/configure-908-    case $ac_user_opts in
##############################################
xcompmgr-1.1.8/configure-1105-  -with-* | --with-*)
xcompmgr-1.1.8/configure:1106:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xcompmgr-1.1.8/configure-1107-    # Reject names that are not valid shell variable names.
##############################################
xcompmgr-1.1.8/configure-1110-    ac_useropt_orig=$ac_useropt
xcompmgr-1.1.8/configure:1111:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcompmgr-1.1.8/configure-1112-    case $ac_user_opts in
##############################################
xcompmgr-1.1.8/configure-1121-  -without-* | --without-*)
xcompmgr-1.1.8/configure:1122:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xcompmgr-1.1.8/configure-1123-    # Reject names that are not valid shell variable names.
##############################################
xcompmgr-1.1.8/configure-1126-    ac_useropt_orig=$ac_useropt
xcompmgr-1.1.8/configure:1127:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcompmgr-1.1.8/configure-1128-    case $ac_user_opts in
##############################################
xcompmgr-1.1.8/configure-1159-  *=*)
xcompmgr-1.1.8/configure:1160:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xcompmgr-1.1.8/configure-1161-    # Reject names that are not valid shell variable names.
##############################################
xcompmgr-1.1.8/configure-1180-if test -n "$ac_prev"; then
xcompmgr-1.1.8/configure:1181:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xcompmgr-1.1.8/configure-1182-  as_fn_error $? "missing argument to $ac_option"
##############################################
xcompmgr-1.1.8/configure-1202-    */ )
xcompmgr-1.1.8/configure:1203:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
xcompmgr-1.1.8/configure-1204-      eval $ac_var=\$ac_val;;
##############################################
xcompmgr-1.1.8/configure-1237-ac_ls_di=`ls -di .` &&
xcompmgr-1.1.8/configure:1238:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xcompmgr-1.1.8/configure-1239-  as_fn_error $? "working directory cannot be determined"
##############################################
xcompmgr-1.1.8/configure-1293-case $srcdir in
xcompmgr-1.1.8/configure:1294:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xcompmgr-1.1.8/configure-1295-esac
##############################################
xcompmgr-1.1.8/configure-1336-By default, \`make install' will install all the files in
xcompmgr-1.1.8/configure:1337:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xcompmgr-1.1.8/configure:1338:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xcompmgr-1.1.8/configure-1339-for instance \`--prefix=\$HOME'.
##############################################
xcompmgr-1.1.8/configure-1438-*)
xcompmgr-1.1.8/configure:1439:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xcompmgr-1.1.8/configure-1440-  # A ".." for each directory in $ac_dir_suffix.
xcompmgr-1.1.8/configure:1441:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xcompmgr-1.1.8/configure-1442-  case $ac_top_builddir_sub in
##############################################
xcompmgr-1.1.8/configure-1544-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
xcompmgr-1.1.8/configure:1545:  as_decl_name=`echo $2|sed 's/ *(.*//'`
xcompmgr-1.1.8/configure:1546:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
xcompmgr-1.1.8/configure-1547-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
xcompmgr-1.1.8/configure-1814-    *\'*)
xcompmgr-1.1.8/configure:1815:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xcompmgr-1.1.8/configure-1816-    esac
##############################################
xcompmgr-1.1.8/configure-1897-      case $ac_val in
xcompmgr-1.1.8/configure:1898:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xcompmgr-1.1.8/configure-1899-      esac
##############################################
xcompmgr-1.1.8/configure-1912-	case $ac_val in
xcompmgr-1.1.8/configure:1913:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xcompmgr-1.1.8/configure-1914-	esac
##############################################
xcompmgr-1.1.8/configure-2032-    set,)
xcompmgr-1.1.8/configure:2033:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xcompmgr-1.1.8/configure:2034:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xcompmgr-1.1.8/configure-2035-      ac_cache_corrupted=: ;;
##############################################
xcompmgr-1.1.8/configure-2043-	# differences in whitespace do not lead to failure.
xcompmgr-1.1.8/configure:2044:	ac_old_val_w=`echo x $ac_old_val`
xcompmgr-1.1.8/configure:2045:	ac_new_val_w=`echo x $ac_new_val`
xcompmgr-1.1.8/configure-2046-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
xcompmgr-1.1.8/configure-2063-    case $ac_new_val in
xcompmgr-1.1.8/configure:2064:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xcompmgr-1.1.8/configure-2065-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xcompmgr-1.1.8/configure-2243-     echo "timestamp, slept: $am_has_slept" > conftest.file
xcompmgr-1.1.8/configure:2244:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xcompmgr-1.1.8/configure-2245-     if test "$*" = "X"; then
xcompmgr-1.1.8/configure-2246-	# -L didn't work.
xcompmgr-1.1.8/configure:2247:	set X `ls -t "$srcdir/configure" conftest.file`
xcompmgr-1.1.8/configure-2248-     fi
##############################################
xcompmgr-1.1.8/configure-2294-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
xcompmgr-1.1.8/configure:2295:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
xcompmgr-1.1.8/configure-2296-
xcompmgr-1.1.8/configure-2297-# Expand $ac_aux_dir to an absolute path.
xcompmgr-1.1.8/configure:2298:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xcompmgr-1.1.8/configure-2299-
##############################################
xcompmgr-1.1.8/configure-2439-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
xcompmgr-1.1.8/configure:2440:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
xcompmgr-1.1.8/configure-2441-	     'mkdir (GNU coreutils) '* | \
##############################################
xcompmgr-1.1.8/configure-2512-set x ${MAKE-make}
xcompmgr-1.1.8/configure:2513:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
xcompmgr-1.1.8/configure-2514-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
xcompmgr-1.1.8/configure-2522-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
xcompmgr-1.1.8/configure:2523:case `${MAKE-make} -f conftest.make 2>/dev/null` in
xcompmgr-1.1.8/configure-2524-  *@@@%%%=?*=@@@%%%*)
##############################################
xcompmgr-1.1.8/configure-2588-
xcompmgr-1.1.8/configure:2589:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xcompmgr-1.1.8/configure-2590-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xcompmgr-1.1.8/configure-2736-# Ignore all kinds of additional output from 'make'.
xcompmgr-1.1.8/configure:2737:case `$am_make -s -f confmf 2> /dev/null` in #(
xcompmgr-1.1.8/configure-2738-*the\ am__doit\ target*)
##############################################
xcompmgr-1.1.8/configure-2746-   echo '.include "confinc"' > confmf
xcompmgr-1.1.8/configure:2747:   case `$am_make -s -f confmf 2> /dev/null` in #(
xcompmgr-1.1.8/configure-2748-   *the\ am__doit\ target*)
##############################################
xcompmgr-1.1.8/configure-3125-$as_echo_n "checking whether the C compiler works... " >&6; }
xcompmgr-1.1.8/configure:3126:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xcompmgr-1.1.8/configure-3127-
##############################################
xcompmgr-1.1.8/configure-3169-	then :; else
xcompmgr-1.1.8/configure:3170:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xcompmgr-1.1.8/configure-3171-	fi
##############################################
xcompmgr-1.1.8/configure-3229-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
xcompmgr-1.1.8/configure:3230:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xcompmgr-1.1.8/configure-3231-	  break;;
##############################################
xcompmgr-1.1.8/configure-3338-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
xcompmgr-1.1.8/configure:3339:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xcompmgr-1.1.8/configure-3340-       break;;
##############################################
xcompmgr-1.1.8/configure-3656-  if test "$am_compiler_list" = ""; then
xcompmgr-1.1.8/configure:3657:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
xcompmgr-1.1.8/configure-3658-  fi
##############################################
xcompmgr-1.1.8/configure-4090-  # Check for GNU $ac_path_GREP
xcompmgr-1.1.8/configure:4091:case `"$ac_path_GREP" --version 2>&1` in
xcompmgr-1.1.8/configure-4092-*GNU*)
##############################################
xcompmgr-1.1.8/configure-4156-  # Check for GNU $ac_path_EGREP
xcompmgr-1.1.8/configure:4157:case `"$ac_path_EGREP" --version 2>&1` in
xcompmgr-1.1.8/configure-4158-*GNU*)
##############################################
xcompmgr-1.1.8/configure-4317-do :
xcompmgr-1.1.8/configure:4318:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xcompmgr-1.1.8/configure-4319-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
xcompmgr-1.1.8/configure-4322-  cat >>confdefs.h <<_ACEOF
xcompmgr-1.1.8/configure:4323:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xcompmgr-1.1.8/configure-4324-_ACEOF
##############################################
xcompmgr-1.1.8/configure-4487-test "x$ac_build_alias" = x &&
xcompmgr-1.1.8/configure:4488:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xcompmgr-1.1.8/configure-4489-test "x$ac_build_alias" = x &&
xcompmgr-1.1.8/configure-4490-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
xcompmgr-1.1.8/configure:4491:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xcompmgr-1.1.8/configure-4492-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
xcompmgr-1.1.8/configure-4511-IFS=$ac_save_IFS
xcompmgr-1.1.8/configure:4512:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xcompmgr-1.1.8/configure-4513-
##############################################
xcompmgr-1.1.8/configure-4522-else
xcompmgr-1.1.8/configure:4523:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xcompmgr-1.1.8/configure-4524-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
xcompmgr-1.1.8/configure-4544-IFS=$ac_save_IFS
xcompmgr-1.1.8/configure:4545:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xcompmgr-1.1.8/configure-4546-
##############################################
xcompmgr-1.1.8/configure-4572-  # Check for GNU $ac_path_SED
xcompmgr-1.1.8/configure:4573:case `"$ac_path_SED" --version 2>&1` in
xcompmgr-1.1.8/configure-4574-*GNU*)
##############################################
xcompmgr-1.1.8/configure-10431-cat >>confdefs.h <<_ACEOF
xcompmgr-1.1.8/configure:10432:#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
xcompmgr-1.1.8/configure-10433-_ACEOF
xcompmgr-1.1.8/configure-10434-
xcompmgr-1.1.8/configure:10435:	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
xcompmgr-1.1.8/configure-10436-	if test "x$PVM" = "x"; then
##############################################
xcompmgr-1.1.8/configure-10443-
xcompmgr-1.1.8/configure:10444:	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
xcompmgr-1.1.8/configure-10445-	if test "x$PVP" = "x"; then
##############################################
xcompmgr-1.1.8/configure-10462-
xcompmgr-1.1.8/configure:10463:macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
xcompmgr-1.1.8/configure-10464-INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
##############################################
xcompmgr-1.1.8/configure-10618-  test $ac_status = 0; }; then
xcompmgr-1.1.8/configure:10619:  pkg_cv_XCOMPMGR_CFLAGS=`$PKG_CONFIG --cflags "xcomposite xfixes xdamage xrender xext" 2>/dev/null`
xcompmgr-1.1.8/configure-10620-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xcompmgr-1.1.8/configure-10635-  test $ac_status = 0; }; then
xcompmgr-1.1.8/configure:10636:  pkg_cv_XCOMPMGR_LIBS=`$PKG_CONFIG --libs "xcomposite xfixes xdamage xrender xext" 2>/dev/null`
xcompmgr-1.1.8/configure-10637-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xcompmgr-1.1.8/configure-10656-        if test $_pkg_short_errors_supported = yes; then
xcompmgr-1.1.8/configure:10657:	        XCOMPMGR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcomposite xfixes xdamage xrender xext" 2>&1`
xcompmgr-1.1.8/configure-10658-        else
xcompmgr-1.1.8/configure:10659:	        XCOMPMGR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcomposite xfixes xdamage xrender xext" 2>&1`
xcompmgr-1.1.8/configure-10660-        fi
##############################################
xcompmgr-1.1.8/configure-10796-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xcompmgr-1.1.8/configure:10797:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
xcompmgr-1.1.8/configure-10798-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xcompmgr-1.1.8/configure-10887-if test -z "$BASH_VERSION$ZSH_VERSION" \
xcompmgr-1.1.8/configure:10888:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xcompmgr-1.1.8/configure-10889-  as_echo='print -r --'
xcompmgr-1.1.8/configure-10890-  as_echo_n='print -rn --'
xcompmgr-1.1.8/configure:10891:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xcompmgr-1.1.8/configure-10892-  as_echo='printf %s\n'
##############################################
xcompmgr-1.1.8/configure-10894-else
xcompmgr-1.1.8/configure:10895:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xcompmgr-1.1.8/configure-10896-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xcompmgr-1.1.8/configure-10904-	expr "X$arg" : "X\\(.*\\)$as_nl";
xcompmgr-1.1.8/configure:10905:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xcompmgr-1.1.8/configure-10906-      esac;
##############################################
xcompmgr-1.1.8/configure-10981-# ----------------------------------------
xcompmgr-1.1.8/configure:10982:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xcompmgr-1.1.8/configure-10983-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xcompmgr-1.1.8/configure-11053-  {
xcompmgr-1.1.8/configure:11054:    as_val=`expr "$@" || test $? -eq 1`
xcompmgr-1.1.8/configure-11055-  }
##############################################
xcompmgr-1.1.8/configure-11157-      case $as_dir in #(
xcompmgr-1.1.8/configure:11158:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xcompmgr-1.1.8/configure-11159-      *) as_qdir=$as_dir;;
##############################################
xcompmgr-1.1.8/configure-11292-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
xcompmgr-1.1.8/configure:11293:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
xcompmgr-1.1.8/configure-11294-ac_cs_version="\\
##############################################
xcompmgr-1.1.8/configure-11317-  --*=?*)
xcompmgr-1.1.8/configure:11318:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xcompmgr-1.1.8/configure:11319:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xcompmgr-1.1.8/configure-11320-    ac_shift=:
##############################################
xcompmgr-1.1.8/configure-11322-  --*=)
xcompmgr-1.1.8/configure:11323:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xcompmgr-1.1.8/configure-11324-    ac_optarg=
##############################################
xcompmgr-1.1.8/configure-11346-    case $ac_optarg in
xcompmgr-1.1.8/configure:11347:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xcompmgr-1.1.8/configure-11348-    '') as_fn_error $? "missing file argument" ;;
##############################################
xcompmgr-1.1.8/configure-11354-    case $ac_optarg in
xcompmgr-1.1.8/configure:11355:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xcompmgr-1.1.8/configure-11356-    esac
##############################################
xcompmgr-1.1.8/configure-11483-fi
xcompmgr-1.1.8/configure:11484:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
xcompmgr-1.1.8/configure-11485-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
xcompmgr-1.1.8/configure-11500-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
xcompmgr-1.1.8/configure:11501:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
xcompmgr-1.1.8/configure-11502-ac_delim='%!_!# '
##############################################
xcompmgr-1.1.8/configure-11506-
xcompmgr-1.1.8/configure:11507:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
xcompmgr-1.1.8/configure-11508-  if test $ac_delim_n = $ac_delim_num; then
##############################################
xcompmgr-1.1.8/configure-11644-for ac_last_try in false false :; do
xcompmgr-1.1.8/configure:11645:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
xcompmgr-1.1.8/configure-11646-  if test -z "$ac_tt"; then
##############################################
xcompmgr-1.1.8/configure-11776-      esac
xcompmgr-1.1.8/configure:11777:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
xcompmgr-1.1.8/configure-11778-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
xcompmgr-1.1.8/configure-11835-*)
xcompmgr-1.1.8/configure:11836:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xcompmgr-1.1.8/configure-11837-  # A ".." for each directory in $ac_dir_suffix.
xcompmgr-1.1.8/configure:11838:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xcompmgr-1.1.8/configure-11839-  case $ac_top_builddir_sub in
##############################################
xcompmgr-1.1.8/configure-11896-/@mandir@/p'
xcompmgr-1.1.8/configure:11897:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
xcompmgr-1.1.8/configure-11898-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
xcompmgr-1.1.8/configure-11913-
xcompmgr-1.1.8/configure:11914:# Neutralize VPATH when `$srcdir' = `.'.
xcompmgr-1.1.8/configure-11915-# Shell code in configure.ac might set extrasub.
##############################################
xcompmgr-1.1.8/configure-11941-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xcompmgr-1.1.8/configure:11942:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
xcompmgr-1.1.8/configure-11943-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
xcompmgr-1.1.8/configure-11987-    * )
xcompmgr-1.1.8/configure:11988:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xcompmgr-1.1.8/configure-11989-  esac
##############################################
xcompmgr-1.1.8/configure-12034-    # Strip MF so we end up with the name of the file.
xcompmgr-1.1.8/configure:12035:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xcompmgr-1.1.8/configure-12036-    # Check whether this is an Automake generated Makefile or not.
##############################################
xcompmgr-1.1.8/configure-12071-    # from the Makefile without running 'make'.
xcompmgr-1.1.8/configure:12072:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xcompmgr-1.1.8/configure-12073-    test -z "$DEPDIR" && continue
xcompmgr-1.1.8/configure:12074:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xcompmgr-1.1.8/configure-12075-    test -z "$am__include" && continue
xcompmgr-1.1.8/configure:12076:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xcompmgr-1.1.8/configure-12077-    # Find all dependency output files, they are included files with
##############################################
xcompmgr-1.1.8/config.guess-34-
xcompmgr-1.1.8/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
xcompmgr-1.1.8/config.guess-36-
##############################################
xcompmgr-1.1.8/config.guess-102-: ${TMPDIR=/tmp} ;
xcompmgr-1.1.8/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xcompmgr-1.1.8/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xcompmgr-1.1.8/config.guess-151-	EOF
xcompmgr-1.1.8/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
xcompmgr-1.1.8/config.guess-153-
##############################################
xcompmgr-1.1.8/config.guess-188-	    earmv*)
xcompmgr-1.1.8/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
xcompmgr-1.1.8/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
xcompmgr-1.1.8/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
xcompmgr-1.1.8/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
xcompmgr-1.1.8/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
xcompmgr-1.1.8/config.guess-222-		;;
##############################################
xcompmgr-1.1.8/config.guess-233-	    *)
xcompmgr-1.1.8/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
xcompmgr-1.1.8/config.guess-235-		;;
##############################################
xcompmgr-1.1.8/config.guess-280-	*4.0)
xcompmgr-1.1.8/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xcompmgr-1.1.8/config.guess-282-		;;
xcompmgr-1.1.8/config.guess-283-	*5.*)
xcompmgr-1.1.8/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xcompmgr-1.1.8/config.guess-285-		;;
##############################################
xcompmgr-1.1.8/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
xcompmgr-1.1.8/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xcompmgr-1.1.8/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
xcompmgr-1.1.8/config.guess-328-	# 1.2 uses "1.2" for uname -r.
xcompmgr-1.1.8/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
xcompmgr-1.1.8/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
xcompmgr-1.1.8/config.guess-379-    s390x:SunOS:*:*)
xcompmgr-1.1.8/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xcompmgr-1.1.8/config.guess-381-	exit ;;
xcompmgr-1.1.8/config.guess-382-    sun4H:SunOS:5.*:*)
xcompmgr-1.1.8/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xcompmgr-1.1.8/config.guess-384-	exit ;;
xcompmgr-1.1.8/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xcompmgr-1.1.8/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xcompmgr-1.1.8/config.guess-387-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-404-	fi
xcompmgr-1.1.8/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xcompmgr-1.1.8/config.guess-406-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
xcompmgr-1.1.8/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xcompmgr-1.1.8/config.guess-412-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
xcompmgr-1.1.8/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
xcompmgr-1.1.8/config.guess-421-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-425-    sun*:*:4.2BSD:*)
xcompmgr-1.1.8/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xcompmgr-1.1.8/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
xcompmgr-1.1.8/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
xcompmgr-1.1.8/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
xcompmgr-1.1.8/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
xcompmgr-1.1.8/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
xcompmgr-1.1.8/config.guess-563-    *:IRIX*:*:*)
xcompmgr-1.1.8/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
xcompmgr-1.1.8/config.guess-565-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-593-EOF
xcompmgr-1.1.8/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
xcompmgr-1.1.8/config.guess-595-		then
##############################################
xcompmgr-1.1.8/config.guess-606-    *:AIX:*:[4567])
xcompmgr-1.1.8/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xcompmgr-1.1.8/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
xcompmgr-1.1.8/config.guess-642-    9000/[34678]??:HP-UX:*:*)
xcompmgr-1.1.8/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xcompmgr-1.1.8/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
xcompmgr-1.1.8/config.guess-696-EOF
xcompmgr-1.1.8/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
xcompmgr-1.1.8/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xcompmgr-1.1.8/config.guess-724-    ia64:HP-UX:*:*)
xcompmgr-1.1.8/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xcompmgr-1.1.8/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
xcompmgr-1.1.8/config.guess-754-EOF
xcompmgr-1.1.8/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
xcompmgr-1.1.8/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
xcompmgr-1.1.8/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xcompmgr-1.1.8/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
xcompmgr-1.1.8/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xcompmgr-1.1.8/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xcompmgr-1.1.8/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
xcompmgr-1.1.8/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xcompmgr-1.1.8/config.guess-850-	esac
xcompmgr-1.1.8/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xcompmgr-1.1.8/config.guess-852-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-886-    prep*:SunOS:5.*:*)
xcompmgr-1.1.8/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xcompmgr-1.1.8/config.guess-888-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-890-	# the GNU system
xcompmgr-1.1.8/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
xcompmgr-1.1.8/config.guess-892-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-894-	# other systems with GNU libc and userland
xcompmgr-1.1.8/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
xcompmgr-1.1.8/config.guess-896-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-988-EOF
xcompmgr-1.1.8/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
xcompmgr-1.1.8/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
xcompmgr-1.1.8/config.guess-1088-    i*86:*:4.*:*)
xcompmgr-1.1.8/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
xcompmgr-1.1.8/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xcompmgr-1.1.8/config.guess-1291-	fi
xcompmgr-1.1.8/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
xcompmgr-1.1.8/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
xcompmgr-1.1.8/config.guess-1389-    *:DragonFly:*:*)
xcompmgr-1.1.8/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xcompmgr-1.1.8/config.guess-1391-	exit ;;
##############################################
xcompmgr-1.1.8/config.guess-1402-    i*86:skyos:*:*)
xcompmgr-1.1.8/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
xcompmgr-1.1.8/config.guess-1404-	exit ;;