===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wm-icons-0.4.0/bin/Makefile.in-126-	  if test -f $$d$$p; then \
wm-icons-0.4.0/bin/Makefile.in:127:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
wm-icons-0.4.0/bin/Makefile.in-128-	    echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
wm-icons-0.4.0/bin/Makefile.in-135-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
wm-icons-0.4.0/bin/Makefile.in:136:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
wm-icons-0.4.0/bin/Makefile.in-137-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
wm-icons-0.4.0/bin/Makefile.in-155-	  else file=$$i; fi; \
wm-icons-0.4.0/bin/Makefile.in:156:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
wm-icons-0.4.0/bin/Makefile.in-157-	  case "$$ext" in \
##############################################
wm-icons-0.4.0/bin/Makefile.in-160-	  esac; \
wm-icons-0.4.0/bin/Makefile.in:161:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
wm-icons-0.4.0/bin/Makefile.in:162:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
wm-icons-0.4.0/bin/Makefile.in:163:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
wm-icons-0.4.0/bin/Makefile.in-164-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
wm-icons-0.4.0/bin/Makefile.in-176-	for i in $$list; do \
wm-icons-0.4.0/bin/Makefile.in:177:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
wm-icons-0.4.0/bin/Makefile.in:178:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
wm-icons-0.4.0/bin/Makefile.in:179:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
wm-icons-0.4.0/bin/Makefile.in:180:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
wm-icons-0.4.0/bin/Makefile.in-181-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
wm-icons-0.4.0/bin/Makefile.in-194-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/bin/Makefile.in:195:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/bin/Makefile.in-196-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-30-
wm-icons-0.4.0/bin/wm-icons-config.in:31:SCRIPT_NAME=`basename $0`
wm-icons-0.4.0/bin/wm-icons-config.in-32-
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-154-			shift
wm-icons-0.4.0/bin/wm-icons-config.in:155:			if [ $# -eq 0 -o "`echo '$1' | cut -c1`" = - ]; then
wm-icons-0.4.0/bin/wm-icons-config.in-156-				echo $USER_DIR; exit 0
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-160-			IS_NEW_USER_DIR=yes
wm-icons-0.4.0/bin/wm-icons-config.in:161:			USER_DIR=`expr "$1" : '[^=]*=\(.*\)'` ;;
wm-icons-0.4.0/bin/wm-icons-config.in-162-		--global|-global|-g)
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-214-		fi
wm-icons-0.4.0/bin/wm-icons-config.in:215:		USER_DIR=`echo "$USER_DIR" | sed -e "s,^~,$HOME,"`
wm-icons-0.4.0/bin/wm-icons-config.in-216-		;;
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-222-
wm-icons-0.4.0/bin/wm-icons-config.in:223:if [ -z "$REMOVE$WHICH" -a `expr $# % 2` -gt 0 ]; then
wm-icons-0.4.0/bin/wm-icons-config.in-224-	echo "Every 'name' parameter needs an 'icon-set' parameter following it" >&2
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-248-
wm-icons-0.4.0/bin/wm-icons-config.in:249:	WORK_DIR_PARENT=`dirname "$WORK_DIR"`
wm-icons-0.4.0/bin/wm-icons-config.in-250-	if [ ! -d "$WORK_DIR_PARENT" ]; then
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-335-			else # $WHICH
wm-icons-0.4.0/bin/wm-icons-config.in:336:				LS_LINE=`ls -l $1`
wm-icons-0.4.0/bin/wm-icons-config.in:337:				ICON_SET=`expr "$LS_LINE" : '.* -> \(.*\)'`
wm-icons-0.4.0/bin/wm-icons-config.in-338-				$ECHO "$ICON_SET"
##############################################
wm-icons-0.4.0/bin/wm-icons-config.in-345-			fi
wm-icons-0.4.0/bin/wm-icons-config.in:346:			STATUS=`expr $STATUS + 1`
wm-icons-0.4.0/bin/wm-icons-config.in-347-		fi
##############################################
wm-icons-0.4.0/doc/Makefile.in-124-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/doc/Makefile.in:125:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/doc/Makefile.in-126-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/rpm/Makefile.am-17-	tarball=@PACKAGE@-$$version.tar.gz; \
wm-icons-0.4.0/rpm/Makefile.am:18:	tarball_full=`cd $(top_srcdir) && pwd`/$$tarball; \
wm-icons-0.4.0/rpm/Makefile.am-19-	if [ ! -f $$tarball_full ]; then echo "No $$tarball"; exit -1; fi; \
##############################################
wm-icons-0.4.0/rpm/Makefile.in-125-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/rpm/Makefile.in:126:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/rpm/Makefile.in-127-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/rpm/Makefile.in-225-	tarball=@PACKAGE@-$$version.tar.gz; \
wm-icons-0.4.0/rpm/Makefile.in:226:	tarball_full=`cd $(top_srcdir) && pwd`/$$tarball; \
wm-icons-0.4.0/rpm/Makefile.in-227-	if [ ! -f $$tarball_full ]; then echo "No $$tarball"; exit -1; fi; \
##############################################
wm-icons-0.4.0/Makefile.in-140-	dot_seen=no; \
wm-icons-0.4.0/Makefile.in:141:	target=`echo $@ | sed s/-recursive//`; \
wm-icons-0.4.0/Makefile.in-142-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wm-icons-0.4.0/Makefile.in-170-	rev="$$rev ."; \
wm-icons-0.4.0/Makefile.in:171:	target=`echo $@ | sed s/-recursive//`; \
wm-icons-0.4.0/Makefile.in-172-	for subdir in $$rev; do \
##############################################
wm-icons-0.4.0/Makefile.in-220-GTAGS:
wm-icons-0.4.0/Makefile.in:221:	here=`$(am__cd) $(top_builddir) && pwd` \
wm-icons-0.4.0/Makefile.in-222-	  && cd $(top_srcdir) \
##############################################
wm-icons-0.4.0/Makefile.in-245-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/Makefile.in:246:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/Makefile.in-247-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/Makefile.in-299-	chmod a-w $(distdir)
wm-icons-0.4.0/Makefile.in:300:	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
wm-icons-0.4.0/Makefile.in-301-	  && cd $(distdir)/=build \
##############################################
wm-icons-0.4.0/Makefile.in-309-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
wm-icons-0.4.0/Makefile.in:310:	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
wm-icons-0.4.0/Makefile.in-311-	      || { echo "ERROR: files left after uninstall:" ; \
##############################################
wm-icons-0.4.0/Makefile.in-324-	fi
wm-icons-0.4.0/Makefile.in:325:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
wm-icons-0.4.0/Makefile.in-326-	  || { echo "ERROR: files left after distclean:" ; \
##############################################
wm-icons-0.4.0/Makefile.in-434-	@banner="$(distdir).tar.bz2 - ready for distribution"; \
wm-icons-0.4.0/Makefile.in:435:	dashes=`echo "$$banner" | sed s/./=/g`; \
wm-icons-0.4.0/Makefile.in-436-	echo "$$banner"; \
##############################################
wm-icons-0.4.0/aclocal.m4-67-# test to see if srcdir already configured
wm-icons-0.4.0/aclocal.m4:68:if test "`cd $srcdir && pwd`" != "`pwd`" &&
wm-icons-0.4.0/aclocal.m4-69-   test -f $srcdir/config.status; then
##############################################
wm-icons-0.4.0/aclocal.m4-223-if (
wm-icons-0.4.0/aclocal.m4:224:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
wm-icons-0.4.0/aclocal.m4-225-   if test "$[*]" = "X"; then
wm-icons-0.4.0/aclocal.m4-226-      # -L didn't work.
wm-icons-0.4.0/aclocal.m4:227:      set X `ls -t $srcdir/configure conftest.file`
wm-icons-0.4.0/aclocal.m4-228-   fi
##############################################
wm-icons-0.4.0/aclocal.m4-318-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
wm-icons-0.4.0/aclocal.m4:319:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
wm-icons-0.4.0/aclocal.m4-320-#
##############################################
wm-icons-0.4.0/aclocal.m4-342-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
wm-icons-0.4.0/aclocal.m4:343:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
wm-icons-0.4.0/aclocal.m4-344-# and then we would define $MISSING as
##############################################
wm-icons-0.4.0/aclocal.m4-359-# expand $ac_aux_dir to an absolute path
wm-icons-0.4.0/aclocal.m4:360:am_aux_dir=`cd $ac_aux_dir && pwd`
wm-icons-0.4.0/aclocal.m4-361-])
##############################################
wm-icons-0.4.0/aclocal.m4-493-  if test "$am_compiler_list" = ""; then
wm-icons-0.4.0/aclocal.m4:494:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
wm-icons-0.4.0/aclocal.m4-495-  fi
##############################################
wm-icons-0.4.0/aclocal.m4-597-  # Strip MF so we end up with the name of the file.
wm-icons-0.4.0/aclocal.m4:598:  mf=`echo "$mf" | sed -e 's/:.*$//'`
wm-icons-0.4.0/aclocal.m4-599-  # Check whether this is an Automake generated Makefile or not.
##############################################
wm-icons-0.4.0/aclocal.m4-605-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
wm-icons-0.4.0/aclocal.m4:606:    dirpart=`AS_DIRNAME("$mf")`
wm-icons-0.4.0/aclocal.m4-607-  else
##############################################
wm-icons-0.4.0/aclocal.m4-612-  # running `make'.
wm-icons-0.4.0/aclocal.m4:613:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
wm-icons-0.4.0/aclocal.m4-614-  test -z "$DEPDIR" && continue
wm-icons-0.4.0/aclocal.m4-615-  # When using ansi2knr, U may be empty or an underscore; expand it
wm-icons-0.4.0/aclocal.m4:616:  U=`sed -n -e '/^U = / s///p' < "$mf"`
wm-icons-0.4.0/aclocal.m4-617-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
wm-icons-0.4.0/aclocal.m4-633-    test -f "$dirpart/$file" && continue
wm-icons-0.4.0/aclocal.m4:634:    fdir=`AS_DIRNAME(["$file"])`
wm-icons-0.4.0/aclocal.m4-635-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
wm-icons-0.4.0/aclocal.m4-695-# case it prints its new name instead of `make'.
wm-icons-0.4.0/aclocal.m4:696:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
wm-icons-0.4.0/aclocal.m4-697-   am__include=include
##############################################
wm-icons-0.4.0/aclocal.m4-703-   echo '.include "confinc"' > confmf
wm-icons-0.4.0/aclocal.m4:704:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
wm-icons-0.4.0/aclocal.m4-705-      am__include=.include
##############################################
wm-icons-0.4.0/config.guess-37-
wm-icons-0.4.0/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
wm-icons-0.4.0/config.guess-39-
##############################################
wm-icons-0.4.0/config.guess-106-: ${TMPDIR=/tmp} ;
wm-icons-0.4.0/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
wm-icons-0.4.0/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
wm-icons-0.4.0/config.guess-198-	    *)
wm-icons-0.4.0/config.guess:199:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
wm-icons-0.4.0/config.guess-200-		;;
##############################################
wm-icons-0.4.0/config.guess-247-	if test $UNAME_RELEASE = "V4.0"; then
wm-icons-0.4.0/config.guess:248:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
wm-icons-0.4.0/config.guess-249-	fi
##############################################
wm-icons-0.4.0/config.guess-253-	# types through head -n 1, so we only detect the type of CPU 0.
wm-icons-0.4.0/config.guess:254:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
wm-icons-0.4.0/config.guess-255-	case "$ALPHA_CPU_TYPE" in
##############################################
wm-icons-0.4.0/config.guess-290-	# 1.2 uses "1.2" for uname -r.
wm-icons-0.4.0/config.guess:291:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
wm-icons-0.4.0/config.guess-292-	exit 0 ;;
##############################################
wm-icons-0.4.0/config.guess-341-    sun4H:SunOS:5.*:*)
wm-icons-0.4.0/config.guess:342:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wm-icons-0.4.0/config.guess-343-	exit 0 ;;
wm-icons-0.4.0/config.guess-344-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
wm-icons-0.4.0/config.guess:345:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wm-icons-0.4.0/config.guess-346-	exit 0 ;;
wm-icons-0.4.0/config.guess-347-    i86pc:SunOS:5.*:*)
wm-icons-0.4.0/config.guess:348:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wm-icons-0.4.0/config.guess-349-	exit 0 ;;
##############################################
wm-icons-0.4.0/config.guess-353-	# it's likely to be more like Solaris than SunOS4.
wm-icons-0.4.0/config.guess:354:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wm-icons-0.4.0/config.guess-355-	exit 0 ;;
##############################################
wm-icons-0.4.0/config.guess-362-	# Japanese Language versions have a version number like `4.1.3-JL'.
wm-icons-0.4.0/config.guess:363:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
wm-icons-0.4.0/config.guess-364-	exit 0 ;;
##############################################
wm-icons-0.4.0/config.guess-368-    sun*:*:4.2BSD:*)
wm-icons-0.4.0/config.guess:369:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
wm-icons-0.4.0/config.guess-370-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
wm-icons-0.4.0/config.guess-447-	$CC_FOR_BUILD -o $dummy $dummy.c \
wm-icons-0.4.0/config.guess:448:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
wm-icons-0.4.0/config.guess-449-	  && exit 0
##############################################
wm-icons-0.4.0/config.guess-502-    *:IRIX*:*:*)
wm-icons-0.4.0/config.guess:503:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
wm-icons-0.4.0/config.guess-504-	exit 0 ;;
##############################################
wm-icons-0.4.0/config.guess-541-    *:AIX:*:[45])
wm-icons-0.4.0/config.guess:542:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
wm-icons-0.4.0/config.guess-543-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
wm-icons-0.4.0/config.guess-576-    9000/[34678]??:HP-UX:*:*)
wm-icons-0.4.0/config.guess:577:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
wm-icons-0.4.0/config.guess-578-	case "${UNAME_MACHINE}" in
##############################################
wm-icons-0.4.0/config.guess-630-EOF
wm-icons-0.4.0/config.guess:631:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
wm-icons-0.4.0/config.guess-632-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
wm-icons-0.4.0/config.guess-648-    ia64:HP-UX:*:*)
wm-icons-0.4.0/config.guess:649:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
wm-icons-0.4.0/config.guess-650-	echo ia64-hp-hpux${HPUX_REV}
##############################################
wm-icons-0.4.0/config.guess-748-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
wm-icons-0.4.0/config.guess:749:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
wm-icons-0.4.0/config.guess-750-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
wm-icons-0.4.0/config.guess-771-EOF
wm-icons-0.4.0/config.guess:772:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
wm-icons-0.4.0/config.guess:773:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
wm-icons-0.4.0/config.guess-774-	exit 0 ;;
##############################################
wm-icons-0.4.0/config.guess-802-    prep*:SunOS:5.*:*)
wm-icons-0.4.0/config.guess:803:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wm-icons-0.4.0/config.guess-804-	exit 0 ;;
wm-icons-0.4.0/config.guess-805-    *:GNU:*:*)
wm-icons-0.4.0/config.guess:806:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
wm-icons-0.4.0/config.guess-807-	exit 0 ;;
##############################################
wm-icons-0.4.0/config.guess-838-EOF
wm-icons-0.4.0/config.guess:839:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
wm-icons-0.4.0/config.guess-840-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
wm-icons-0.4.0/config.guess-857-EOF
wm-icons-0.4.0/config.guess:858:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
wm-icons-0.4.0/config.guess-859-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
wm-icons-0.4.0/config.guess-955-EOF
wm-icons-0.4.0/config.guess:956:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
wm-icons-0.4.0/config.guess-957-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0
##############################################
wm-icons-0.4.0/config.guess-991-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
wm-icons-0.4.0/config.guess:992:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
wm-icons-0.4.0/config.guess-993-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
wm-icons-0.4.0/config.sub-54-
wm-icons-0.4.0/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
wm-icons-0.4.0/config.sub-56-
##############################################
wm-icons-0.4.0/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
wm-icons-0.4.0/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
wm-icons-0.4.0/config.sub-120-case $maybe_os in
##############################################
wm-icons-0.4.0/config.sub-122-    os=-$maybe_os
wm-icons-0.4.0/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
wm-icons-0.4.0/config.sub-124-    ;;
wm-icons-0.4.0/config.sub-125-  *)
wm-icons-0.4.0/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
wm-icons-0.4.0/config.sub-127-    if [ $basic_machine != $1 ]
wm-icons-0.4.0/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
wm-icons-0.4.0/config.sub-129-    else os=; fi
##############################################
wm-icons-0.4.0/config.sub-173-		os=-sco3.2v5
wm-icons-0.4.0/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-175-		;;
##############################################
wm-icons-0.4.0/config.sub-177-		os=-sco3.2v4
wm-icons-0.4.0/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-179-		;;
wm-icons-0.4.0/config.sub-180-	-sco3.2.[4-9]*)
wm-icons-0.4.0/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
wm-icons-0.4.0/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-183-		;;
##############################################
wm-icons-0.4.0/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
wm-icons-0.4.0/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-187-		;;
##############################################
wm-icons-0.4.0/config.sub-189-		os=-sco3.2v2
wm-icons-0.4.0/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-191-		;;
wm-icons-0.4.0/config.sub-192-	-udk*)
wm-icons-0.4.0/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-194-		;;
##############################################
wm-icons-0.4.0/config.sub-196-		os=-isc2.2
wm-icons-0.4.0/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-198-		;;
##############################################
wm-icons-0.4.0/config.sub-202-	-isc*)
wm-icons-0.4.0/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wm-icons-0.4.0/config.sub-204-		;;
##############################################
wm-icons-0.4.0/config.sub-208-	-ptx*)
wm-icons-0.4.0/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
wm-icons-0.4.0/config.sub-210-		;;
wm-icons-0.4.0/config.sub-211-	-windowsnt*)
wm-icons-0.4.0/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
wm-icons-0.4.0/config.sub-213-		;;
##############################################
wm-icons-0.4.0/config.sub-287-	*-*-*)
wm-icons-0.4.0/config.sub:288:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
wm-icons-0.4.0/config.sub-289-		exit 1
##############################################
wm-icons-0.4.0/config.sub-580-	i*86v32)
wm-icons-0.4.0/config.sub:581:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wm-icons-0.4.0/config.sub-582-		os=-sysv32
##############################################
wm-icons-0.4.0/config.sub-584-	i*86v4*)
wm-icons-0.4.0/config.sub:585:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wm-icons-0.4.0/config.sub-586-		os=-sysv4
##############################################
wm-icons-0.4.0/config.sub-588-	i*86v)
wm-icons-0.4.0/config.sub:589:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wm-icons-0.4.0/config.sub-590-		os=-sysv
##############################################
wm-icons-0.4.0/config.sub-592-	i*86sol2)
wm-icons-0.4.0/config.sub:593:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wm-icons-0.4.0/config.sub-594-		os=-solaris2
##############################################
wm-icons-0.4.0/config.sub-640-	mips3*-*)
wm-icons-0.4.0/config.sub:641:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
wm-icons-0.4.0/config.sub-642-		;;
wm-icons-0.4.0/config.sub-643-	mips3*)
wm-icons-0.4.0/config.sub:644:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
wm-icons-0.4.0/config.sub-645-		;;
##############################################
wm-icons-0.4.0/config.sub-782-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
wm-icons-0.4.0/config.sub:783:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-784-		;;
wm-icons-0.4.0/config.sub-785-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
wm-icons-0.4.0/config.sub:786:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-787-		;;
wm-icons-0.4.0/config.sub-788-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
wm-icons-0.4.0/config.sub:789:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-790-		;;
wm-icons-0.4.0/config.sub-791-	pentium4-*)
wm-icons-0.4.0/config.sub:792:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-793-		;;
##############################################
wm-icons-0.4.0/config.sub-800-		;;
wm-icons-0.4.0/config.sub:801:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-802-		;;
##############################################
wm-icons-0.4.0/config.sub-806-	ppcle-* | powerpclittle-*)
wm-icons-0.4.0/config.sub:807:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-808-		;;
##############################################
wm-icons-0.4.0/config.sub-810-		;;
wm-icons-0.4.0/config.sub:811:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-812-		;;
##############################################
wm-icons-0.4.0/config.sub-816-	ppc64le-* | powerpc64little-*)
wm-icons-0.4.0/config.sub:817:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
wm-icons-0.4.0/config.sub-818-		;;
##############################################
wm-icons-0.4.0/config.sub-1075-	*)
wm-icons-0.4.0/config.sub:1076:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
wm-icons-0.4.0/config.sub-1077-		exit 1
##############################################
wm-icons-0.4.0/config.sub-1083-	*-digital*)
wm-icons-0.4.0/config.sub:1084:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
wm-icons-0.4.0/config.sub-1085-		;;
wm-icons-0.4.0/config.sub-1086-	*-commodore*)
wm-icons-0.4.0/config.sub:1087:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
wm-icons-0.4.0/config.sub-1088-		;;
##############################################
wm-icons-0.4.0/config.sub-1101-	-solaris1 | -solaris1.*)
wm-icons-0.4.0/config.sub:1102:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
wm-icons-0.4.0/config.sub-1103-		;;
##############################################
wm-icons-0.4.0/config.sub-1113-	-gnu/linux*)
wm-icons-0.4.0/config.sub:1114:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
wm-icons-0.4.0/config.sub-1115-		;;
##############################################
wm-icons-0.4.0/config.sub-1153-	-nto*)
wm-icons-0.4.0/config.sub:1154:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
wm-icons-0.4.0/config.sub-1155-		;;
##############################################
wm-icons-0.4.0/config.sub-1160-	-mac*)
wm-icons-0.4.0/config.sub:1161:		os=`echo $os | sed -e 's|mac|macos|'`
wm-icons-0.4.0/config.sub-1162-		;;
wm-icons-0.4.0/config.sub-1163-	-linux*)
wm-icons-0.4.0/config.sub:1164:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
wm-icons-0.4.0/config.sub-1165-		;;
wm-icons-0.4.0/config.sub-1166-	-sunos5*)
wm-icons-0.4.0/config.sub:1167:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
wm-icons-0.4.0/config.sub-1168-		;;
wm-icons-0.4.0/config.sub-1169-	-sunos6*)
wm-icons-0.4.0/config.sub:1170:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
wm-icons-0.4.0/config.sub-1171-		;;
##############################################
wm-icons-0.4.0/config.sub-1212-	-sinix5.*)
wm-icons-0.4.0/config.sub:1213:		os=`echo $os | sed -e 's|sinix|sysv|'`
wm-icons-0.4.0/config.sub-1214-		;;
##############################################
wm-icons-0.4.0/config.sub-1257-		# Get rid of the `-' at the beginning of $os.
wm-icons-0.4.0/config.sub:1258:		os=`echo $os | sed 's/[^-]*-//'`
wm-icons-0.4.0/config.sub:1259:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
wm-icons-0.4.0/config.sub-1260-		exit 1
##############################################
wm-icons-0.4.0/config.sub-1487-		esac
wm-icons-0.4.0/config.sub:1488:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
wm-icons-0.4.0/config.sub-1489-		;;
##############################################
wm-icons-0.4.0/configure-44-do
wm-icons-0.4.0/configure:45:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
wm-icons-0.4.0/configure-46-    eval $as_var=C; export $as_var
##############################################
wm-icons-0.4.0/configure-102-  as_lineno_2=$LINENO
wm-icons-0.4.0/configure:103:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
wm-icons-0.4.0/configure-104-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
wm-icons-0.4.0/configure-141-  as_lineno_2=$LINENO
wm-icons-0.4.0/configure:142:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
wm-icons-0.4.0/configure-143-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
wm-icons-0.4.0/configure-326-
wm-icons-0.4.0/configure:327:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
wm-icons-0.4.0/configure-328-
##############################################
wm-icons-0.4.0/configure-359-  -disable-* | --disable-*)
wm-icons-0.4.0/configure:360:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
wm-icons-0.4.0/configure-361-    # Reject names that are not valid shell variable names.
##############################################
wm-icons-0.4.0/configure-364-   { (exit 1); exit 1; }; }
wm-icons-0.4.0/configure:365:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
wm-icons-0.4.0/configure-366-    eval "enable_$ac_feature=no" ;;
##############################################
wm-icons-0.4.0/configure-368-  -enable-* | --enable-*)
wm-icons-0.4.0/configure:369:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
wm-icons-0.4.0/configure-370-    # Reject names that are not valid shell variable names.
##############################################
wm-icons-0.4.0/configure-373-   { (exit 1); exit 1; }; }
wm-icons-0.4.0/configure:374:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
wm-icons-0.4.0/configure-375-    case $ac_option in
wm-icons-0.4.0/configure:376:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
wm-icons-0.4.0/configure-377-      *) ac_optarg=yes ;;
##############################################
wm-icons-0.4.0/configure-550-  -with-* | --with-*)
wm-icons-0.4.0/configure:551:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
wm-icons-0.4.0/configure-552-    # Reject names that are not valid shell variable names.
##############################################
wm-icons-0.4.0/configure-555-   { (exit 1); exit 1; }; }
wm-icons-0.4.0/configure:556:    ac_package=`echo $ac_package| sed 's/-/_/g'`
wm-icons-0.4.0/configure-557-    case $ac_option in
wm-icons-0.4.0/configure:558:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
wm-icons-0.4.0/configure-559-      *) ac_optarg=yes ;;
##############################################
wm-icons-0.4.0/configure-563-  -without-* | --without-*)
wm-icons-0.4.0/configure:564:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
wm-icons-0.4.0/configure-565-    # Reject names that are not valid shell variable names.
##############################################
wm-icons-0.4.0/configure-568-   { (exit 1); exit 1; }; }
wm-icons-0.4.0/configure:569:    ac_package=`echo $ac_package | sed 's/-/_/g'`
wm-icons-0.4.0/configure-570-    eval "with_$ac_package=no" ;;
##############################################
wm-icons-0.4.0/configure-595-  *=*)
wm-icons-0.4.0/configure:596:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
wm-icons-0.4.0/configure-597-    # Reject names that are not valid shell variable names.
##############################################
wm-icons-0.4.0/configure-600-   { (exit 1); exit 1; }; }
wm-icons-0.4.0/configure:601:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
wm-icons-0.4.0/configure-602-    eval "$ac_envvar='$ac_optarg'"
##############################################
wm-icons-0.4.0/configure-616-if test -n "$ac_prev"; then
wm-icons-0.4.0/configure:617:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
wm-icons-0.4.0/configure-618-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
wm-icons-0.4.0/configure-624-do
wm-icons-0.4.0/configure:625:  eval ac_val=$`echo $ac_var`
wm-icons-0.4.0/configure-626-  case $ac_val in
##############################################
wm-icons-0.4.0/configure-636-do
wm-icons-0.4.0/configure:637:  eval ac_val=$`echo $ac_var`
wm-icons-0.4.0/configure-638-  case $ac_val in
##############################################
wm-icons-0.4.0/configure-703-   { (exit 1); exit 1; }; }
wm-icons-0.4.0/configure:704:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
wm-icons-0.4.0/configure-705-ac_env_build_alias_set=${build_alias+set}
##############################################
wm-icons-0.4.0/configure-754-By default, \`make install' will install all the files in
wm-icons-0.4.0/configure:755:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
wm-icons-0.4.0/configure:756:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
wm-icons-0.4.0/configure-757-for instance \`--prefix=\$HOME'.
##############################################
wm-icons-0.4.0/configure-818-if test "$ac_dir" != .; then
wm-icons-0.4.0/configure:819:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
wm-icons-0.4.0/configure-820-  # A "../" for each directory in $ac_dir_suffix.
wm-icons-0.4.0/configure:821:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
wm-icons-0.4.0/configure-822-else
##############################################
wm-icons-0.4.0/configure-831-    else
wm-icons-0.4.0/configure:832:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
wm-icons-0.4.0/configure-833-    fi ;;
##############################################
wm-icons-0.4.0/configure-985-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
wm-icons-0.4.0/configure:986:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
wm-icons-0.4.0/configure-987-    esac
##############################################
wm-icons-0.4.0/configure-1057-    do
wm-icons-0.4.0/configure:1058:      eval ac_val=$`echo $ac_var`
wm-icons-0.4.0/configure-1059-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
wm-icons-0.4.0/configure-1071-      do
wm-icons-0.4.0/configure:1072:	eval ac_val=$`echo $ac_var`
wm-icons-0.4.0/configure-1073-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
wm-icons-0.4.0/configure-1178-    set,)
wm-icons-0.4.0/configure:1179:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
wm-icons-0.4.0/configure:1180:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
wm-icons-0.4.0/configure-1181-      ac_cache_corrupted=: ;;
##############################################
wm-icons-0.4.0/configure-1201-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
wm-icons-0.4.0/configure:1202:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
wm-icons-0.4.0/configure-1203-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
wm-icons-0.4.0/configure-1358-if (
wm-icons-0.4.0/configure:1359:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
wm-icons-0.4.0/configure-1360-   if test "$*" = "X"; then
wm-icons-0.4.0/configure-1361-      # -L didn't work.
wm-icons-0.4.0/configure:1362:      set X `ls -t $srcdir/configure conftest.file`
wm-icons-0.4.0/configure-1363-   fi
##############################################
wm-icons-0.4.0/configure-1402-_ACEOF
wm-icons-0.4.0/configure:1403:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
wm-icons-0.4.0/configure-1404-rm conftest.sed
##############################################
wm-icons-0.4.0/configure-1407-# expand $ac_aux_dir to an absolute path
wm-icons-0.4.0/configure:1408:am_aux_dir=`cd $ac_aux_dir && pwd`
wm-icons-0.4.0/configure-1409-
##############################################
wm-icons-0.4.0/configure-1461-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
wm-icons-0.4.0/configure:1462:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
wm-icons-0.4.0/configure-1463-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
wm-icons-0.4.0/configure-1470-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
wm-icons-0.4.0/configure:1471:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
wm-icons-0.4.0/configure-1472-if test -n "$ac_maketemp"; then
##############################################
wm-icons-0.4.0/configure-1478-fi
wm-icons-0.4.0/configure:1479:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
wm-icons-0.4.0/configure-1480-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
wm-icons-0.4.0/configure-1489- # test to see if srcdir already configured
wm-icons-0.4.0/configure:1490:if test "`cd $srcdir && pwd`" != "`pwd`" &&
wm-icons-0.4.0/configure-1491-   test -f $srcdir/config.status; then
##############################################
wm-icons-0.4.0/configure-2062-ac_LF_and_DOT=`echo; echo .`
wm-icons-0.4.0/configure:2063:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
wm-icons-0.4.0/configure-2064-rm -f confdef2opt.sed
##############################################
wm-icons-0.4.0/configure-2137-do
wm-icons-0.4.0/configure:2138:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
wm-icons-0.4.0/configure-2139-    eval $as_var=C; export $as_var
##############################################
wm-icons-0.4.0/configure-2195-  as_lineno_2=$LINENO
wm-icons-0.4.0/configure:2196:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
wm-icons-0.4.0/configure-2197-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
wm-icons-0.4.0/configure-2235-  as_lineno_2=$LINENO
wm-icons-0.4.0/configure:2236:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
wm-icons-0.4.0/configure-2237-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
wm-icons-0.4.0/configure-2409-configured by $0, generated by GNU Autoconf 2.59,
wm-icons-0.4.0/configure:2410:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
wm-icons-0.4.0/configure-2411-
##############################################
wm-icons-0.4.0/configure-2426-  --*=*)
wm-icons-0.4.0/configure:2427:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
wm-icons-0.4.0/configure:2428:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
wm-icons-0.4.0/configure-2429-    ac_shift=:
##############################################
wm-icons-0.4.0/configure-2673-      fi
wm-icons-0.4.0/configure:2674:      ac_sed_frag=`expr $ac_sed_frag + 1`
wm-icons-0.4.0/configure-2675-      ac_beg=$ac_end
wm-icons-0.4.0/configure:2676:      ac_end=`expr $ac_end + $ac_max_sed_lines`
wm-icons-0.4.0/configure-2677-    fi
##############################################
wm-icons-0.4.0/configure-2690-	cat >$tmp/stdin
wm-icons-0.4.0/configure:2691:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
wm-icons-0.4.0/configure:2692:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
wm-icons-0.4.0/configure:2693:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
wm-icons-0.4.0/configure:2694:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
wm-icons-0.4.0/configure-2695-  * )   ac_file_in=$ac_file.in ;;
##############################################
wm-icons-0.4.0/configure-2738-if test "$ac_dir" != .; then
wm-icons-0.4.0/configure:2739:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
wm-icons-0.4.0/configure-2740-  # A "../" for each directory in $ac_dir_suffix.
wm-icons-0.4.0/configure:2741:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
wm-icons-0.4.0/configure-2742-else
##############################################
wm-icons-0.4.0/configure-2751-    else
wm-icons-0.4.0/configure:2752:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
wm-icons-0.4.0/configure-2753-    fi ;;
##############################################
wm-icons-0.4.0/configure-2912-if test -x /usr/bin/fmt; then
wm-icons-0.4.0/configure:2913:	FMT_ALL_ICON_SETS="`echo '   ' $ALL_ICON_SETS | fmt -c`"
wm-icons-0.4.0/configure:2914:	FMT_SELECTED_ICON_SETS="`echo '   ' $SELECTED_ICON_SETS | fmt -c`"
wm-icons-0.4.0/configure-2915-fi
##############################################
wm-icons-0.4.0/configure.in-170-if test -x /usr/bin/fmt; then
wm-icons-0.4.0/configure.in:171:	FMT_ALL_ICON_SETS="`echo '   ' $ALL_ICON_SETS | fmt -c`"
wm-icons-0.4.0/configure.in:172:	FMT_SELECTED_ICON_SETS="`echo '   ' $SELECTED_ICON_SETS | fmt -c`"
wm-icons-0.4.0/configure.in-173-fi
##############################################
wm-icons-0.4.0/install-sh-85-
wm-icons-0.4.0/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
wm-icons-0.4.0/install-sh-87-	    shift
##############################################
wm-icons-0.4.0/install-sh-89-
wm-icons-0.4.0/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
wm-icons-0.4.0/install-sh-91-	    shift
##############################################
wm-icons-0.4.0/install-sh-151-	then
wm-icons-0.4.0/install-sh:152:		dst="$dst"/`basename $src`
wm-icons-0.4.0/install-sh-153-	else
##############################################
wm-icons-0.4.0/install-sh-158-## this sed command emulates the dirname command
wm-icons-0.4.0/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
wm-icons-0.4.0/install-sh-160-
##############################################
wm-icons-0.4.0/install-sh-172-IFS='%'
wm-icons-0.4.0/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
wm-icons-0.4.0/install-sh-174-IFS="${oIFS}"
##############################################
wm-icons-0.4.0/install-sh-206-	then
wm-icons-0.4.0/install-sh:207:		dstfile=`basename $dst`
wm-icons-0.4.0/install-sh-208-	else
##############################################
wm-icons-0.4.0/install-sh-216-	then
wm-icons-0.4.0/install-sh:217:		dstfile=`basename $dst`
wm-icons-0.4.0/install-sh-218-	else
##############################################
wm-icons-0.4.0/missing-128-         from any GNU archive site."
wm-icons-0.4.0/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
wm-icons-0.4.0/missing-130-    test -z "$files" && files="config.h"
##############################################
wm-icons-0.4.0/missing-167-         proper tools for further handling them.
wm-icons-0.4.0/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
wm-icons-0.4.0/missing-169-         archive site."
wm-icons-0.4.0/missing-170-
wm-icons-0.4.0/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
wm-icons-0.4.0/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
wm-icons-0.4.0/missing-173-    if test -f "$file"; then
##############################################
wm-icons-0.4.0/missing-196-	*.y)
wm-icons-0.4.0/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
wm-icons-0.4.0/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
wm-icons-0.4.0/missing-200-	    fi
wm-icons-0.4.0/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
wm-icons-0.4.0/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
wm-icons-0.4.0/missing-226-	*.l)
wm-icons-0.4.0/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
wm-icons-0.4.0/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
wm-icons-0.4.0/missing-250-
wm-icons-0.4.0/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
wm-icons-0.4.0/missing-252-    if test -z "$file"; then
wm-icons-0.4.0/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
wm-icons-0.4.0/missing-254-    fi
##############################################
wm-icons-0.4.0/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
wm-icons-0.4.0/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
wm-icons-0.4.0/missing-278-    if test -z "$file"; then
wm-icons-0.4.0/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
wm-icons-0.4.0/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
wm-icons-0.4.0/missing-281-    fi
##############################################
wm-icons-0.4.0/missing-304-	*o*)
wm-icons-0.4.0/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
wm-icons-0.4.0/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
wm-icons-0.4.0/missing-310-	*h*)
wm-icons-0.4.0/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
wm-icons-0.4.0/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
wm-icons-0.4.0/mkinstalldirs-56-do
wm-icons-0.4.0/mkinstalldirs:57:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
wm-icons-0.4.0/mkinstalldirs-58-   shift
##############################################
wm-icons-0.4.0/icons/Makefile.in-126-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/icons/Makefile.in:127:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/icons/Makefile.in-128-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/icons/Makefile.in-231-		(cd "$(icondir)/$$iconset" && [ -f $(SYMLINKS_LST) ] \
wm-icons-0.4.0/icons/Makefile.in:232:			&& $(AWK) '{ system("ln -sf " $$1 " " $$2) }' \
wm-icons-0.4.0/icons/Makefile.in-233-				< $(SYMLINKS_LST) \
##############################################
wm-icons-0.4.0/icons/48x48-general/video.xpm-274-"E.W.Q.!.~.  ; 3.^.- 2 b.p.4 p b.H /.(.% %   l ).).n._.f.6 K.L 2.`.0 Y.'.! O.( ].].*.[.{._ _ $.}.",
wm-icons-0.4.0/icons/48x48-general/video.xpm:275:"|.G  Xd..X  {.K.j.-.> ^.u.XX3 G.H m.oXm.OXs.:.G.i.p.+X@X#Xf.K.`.V.  $XN N %X&X) ) *XS O Y.$X` >.",
wm-icons-0.4.0/icons/48x48-general/video.xpm-276-"|.t $ u =X0 K.g.-X, h.XX= u.;Xp.= m.:XF.%   3 1.p.4 D...D.N.K...>X  9.q 9.,X<X*.1X2X  s.3X4X5X6X",
##############################################
wm-icons-0.4.0/icons/48x48-general/gimp.xpm-182-"K.K.K.K.K.K.K.K.K.K.K.  f.f.<.  f h g y y r e q 0 0 0 : : : 2   K.K.K.  ' ` _ P   K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-general/gimp.xpm:183:"K.K.K.K.K.K.K.K.K.K.K.  ` f.B g g g h p u e q q > : - - $ $ X   K.    ` ' ) / v   K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-general/gimp.xpm-184-"K.K.K.K.K.K.K.K.K.K.K.K.  d.h M m h p y r e q 0 > > - & % $ o     v ` ` _ / Q   K.K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-general/gimp.xpm:185:"K.K.K.K.K.K.K.K.K.K.K.K.  ` t m h p i y r q 0 : 0 - & $ = = , v ) ( ` ) ) / P   K.K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-general/gimp.xpm-186-"K.K.K.K.K.K.K.K.K.K.K.K.K.  @.N p i r 0 > w q 0 w 2 5 , 5 s v F Y ) ) Q / ~ k   K.K.K.K.K.K.K.K.",
##############################################
wm-icons-0.4.0/icons/44x52-penguins/calculator.xpm-428-"            A@B@C@D@l S p@Q q@E@F@  G@H@I@J@K@L@M@N@O@P@Q@R@S@S@T@L@P@O@N@M@L@K@J@I@U@V@",
wm-icons-0.4.0/icons/44x52-penguins/calculator.xpm:429:"                    B@W@X@K W@Y@      Z@`@ #.#+#@#`@ #@#+#@###$#@#+#@# #`@@#+#.# #`@Z@  "};
##############################################
wm-icons-0.4.0/icons/44x52-penguins/editor.xpm-247-"M.g N.b.O.O. .A.D r E T T D V ` P.@ @ @ @ @ @ @ @ @ @ @ I.B.M o.t.t.r D A.N.Q.          ",
wm-icons-0.4.0/icons/44x52-penguins/editor.xpm:248:"      R.S.T.J.` b.6.V V A.6.` i.U.# [.:.. . . . . . . $ V.W.` M  .V O.6.T.X.            ",
wm-icons-0.4.0/icons/44x52-penguins/editor.xpm-249-"            G.Y.Z.`.q ` J.Y i.n. +                      .+++B.` b.b.J.@+                ",
##############################################
wm-icons-0.4.0/icons/44x52-penguins/mail.xpm-355-"a.}.Q./@(@_@_@4+4+4+4+4+4+4+4+:@k.k.k./@/@/@/@/@/@/@/@k.k.:@4+4+4+4+4+4+:@/@j.j.s+t+u+g+",
wm-icons-0.4.0/icons/44x52-penguins/mail.xpm:356:"W.t+t+t+#@#@<@O+O+$@`+`+`+`+$@#@O+t+t+t+t+t+t+t+t+t+t+t+O+#@$@`+`+`+`+#@t+t+t+t+t+t+t+y.",
wm-icons-0.4.0/icons/44x52-penguins/mail.xpm-357-":.:.:.:.a.a.a.:.:.:.a.a.a.a.a.b.:.:.:.:.:.:.:.:.:.:.:.:.:.a.a.a.a.a.a.b.:.:.:.:.:.:.:.  "};
##############################################
wm-icons-0.4.0/icons/44x52-penguins/colors.xpm-257-"S.h T.U.V.V.X B.B q C P P B R W W.@ @ @ @ @ @ @ @ @ @ @ O.E.J n.q.q.q B B.T.X.          ",
wm-icons-0.4.0/icons/44x52-penguins/colors.xpm:258:"      Y.Z.`.P.W U.I.R R B.I.W  +.+# ++!.. . . . . . . $ @+#+W J X R V.I.`.$+            ",
wm-icons-0.4.0/icons/44x52-penguins/colors.xpm-259-"            M.%+&+*+p W P.U  +=+-+                      ;+>+E.W U.U.P.,+                ",
##############################################
wm-icons-0.4.0/icons/32x32-kde2/kde.xpm-100-"IIII#PHG1vLHxi7tiMPSAc:l  OIIIII",
wm-icons-0.4.0/icons/32x32-kde2/kde.xpm:101:"III#PGAAG13AHHGGSASm :ACbck IIII",
wm-icons-0.4.0/icons/32x32-kde2/kde.xpm-102-"III#kSAZj -;<3bZb31 I.vGmvb IIII",
##############################################
wm-icons-0.4.0/icons/32x32-kde2/game-logic.xpm-248-"bXbXbXbXbX  ). X[.|.T . R 8 |.W.`.)   bX  y.k.p.d.i.  bXbXbXbXbX",
wm-icons-0.4.0/icons/32x32-kde2/game-logic.xpm:249:"bXbXbXbX  ` *X X X$X{.. O }.$X'.`.].~   1.n.j.f.p.h.-.  bXbXbXbX",
wm-icons-0.4.0/icons/32x32-kde2/game-logic.xpm-250-"bXbXbX  Q . W *X%X_.. 5.t.. Q $X{._ 4 5.4.5.k.f.k.8.0   bXbXbXbX",
##############################################
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm-267-"    . $ 4 4 5 5 6 7 ; > M M 7 N 9 - O P t E E Q R S T F U V W _ ] O P t E E Q R S T F U V .     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm:268:"    . & 5 5 6 6 ; > > M X X > 3 Y Z ` K r  ...r v +.@.x #.$.p %.&.` P r  ...r v +.@.x #.$..     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm-269-"    . 4 7 6 ; > > M M X : ^ M *.Y 4 =.l b b u -.+.T ;.>.,.'.).%.D =.l b b u -.+.T ;.>.,.$..     ",
##############################################
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm-282-"    . ! P t E E Q R S T F U ^.,+g.J O P t E E Q R S T F U m.= '+1 )+W.#+-+-+#+!+~+{+;+]+^+.     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm:283:"    . ` P r  ...r v +.@.x #.$.p ~./ ` K r  ...r v +.@.x #.$.z.'+U.Y.W.@+/+/+Q.$+(+`._+:+<+.     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm-284-"    . =.l b b u -.+.T ;.>.,.'.H ~.g =.l b b u -.+.T ;.>.,.'.z.'+U.!+Y.)+Y.!+$+(+{+;+[+}+<+.     ",
##############################################
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm-297-"    . P.)+W.#+-+-+#+!+~+{+;+]+Y p.k )+W.#+-+-+#+!+~+{+;+]+B+C.p n s+s+z+v.q.0+G.A+T.u.u.C+.     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm:298:"    . P.Y.W.@+/+/+Q.$+(+`.&+:+<+z.1 Y.W.@+/+/+Q.$+(+`.&+:+<+m+p }.v.t+v.H.0+G.A+T.u.D+D+b+.     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm-299-"    . P.4+Y.Y.Y.!+$+(+{+;+[+8+<+M.1 4+Y.Y.Y.!+$+(+{+;+[+8+<+D.p }.q.q.H.G.x+A+T.u.[.[.[.n..     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm:300:"    . S.(+4+!+4+$+(+{+`._+]+}+^+C.k (+4+!+4+$+(+{+`._+]+}+E+D.g.L G.0+G.A+T.F+u.[.x.x.x.n..     ",
wm-icons-0.4.0/icons/48x48-kde2/game-board.xpm-301-"    . f.7+%+(+(+%+{+;+&+]+8+9+5.D.k 7+%+(+(+%+{+;+&+]+8+9+T.m+g.f.x+G.A+T.u.D+[.x.x.6+y+F..     ",
##############################################
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm-198-"`.`.`.`.`.`.`.`.`.  &._.%.U._.P.i 5 * U.!._._._._._.< B ~._._._._._._._.<.  `.`.`.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm:199:"`.`.`.`.`.`.`.`.`.`.  X.V._.T.6 p f.* L._._._._._._.$.l._._._._._._._.M.  `.`.`.`.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm-200-"`.`.`.`.`.`.`.`.`.`.  l _._.h p Q.G.* L._._._._._._._._._._._._._._.<.0   `.`.`.`.`.`.`.`.`.`.`.",
##############################################
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm-207-"`.`.`.  U._._._._.+.U.~.u u.H.H.H.G.* L._._._._._._.X.d < X._._._._._._._.(.x q <.9.w.w.  `.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm:208:"`.`.`.  W._._._._.+.S.(.p y.G.G.G.F.* U._._._._._._.D d H $ 6._._._._._._._.~.0 z 2.z.w.  `.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm-209-"`.`.`.  U._._._._.=.m._.j :.k.j.k.h.* L._._._._._._.E d ` f 4 W._._._._._._._.x.# U @.    `.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm:210:"`.`.`.  . ;.1.e.I.-.;._.V M g.a.a.a.* U._._._._._._.E d ` ~ e x _._._._._._._._.$.+   `.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm-211-"`.`.`.`.`.        m ;._.-.s p.i.i.i.* L._._._._._._.E d _ _ G & >._._._._._._._._.  `.`.`.`.`.`.",
##############################################
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm-218-"`.`.`.`.`.`.`.`.`.  c.^._.*.h U.!.U.>.m M P Y H Q ) 0.d.).L.l.b.c.w T o.7 9   `.`.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm:219:"`.`.`.`.`.`.`.`.  $.(.K.L.^.5.w 2.(.E.J.J.V.Z.D.I.U.U.N.c.z.N.;.9 +.c.7.3.w.X.  `.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-kde2/kde.xpm-220-"`.`.`.`.`.`.`.  @.^.C.J.Z.C.^.4.: m c.R.Y.Z.N.m.b.c.c.m.N.w.C   2.m.3.3.1.<.w.X.  `.`.`.`.`.`.`.",
##############################################
wm-icons-0.4.0/icons/48x48-kde2/gimp.xpm-182-"K.K.K.K.K.K.K.K.K.K.K.  f.f.<.  f h g y y r e q 0 0 0 : : : 2   K.K.K.  ' ` _ P   K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-kde2/gimp.xpm:183:"K.K.K.K.K.K.K.K.K.K.K.  ` f.B g g g h p u e q q > : - - $ $ X   K.    ` ' ) / v   K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-kde2/gimp.xpm-184-"K.K.K.K.K.K.K.K.K.K.K.K.  d.h M m h p y r e q 0 > > - & % $ o     v ` ` _ / Q   K.K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-kde2/gimp.xpm:185:"K.K.K.K.K.K.K.K.K.K.K.K.  ` t m h p i y r q 0 : 0 - & $ = = , v ) ( ` ) ) / P   K.K.K.K.K.K.K.K.",
wm-icons-0.4.0/icons/48x48-kde2/gimp.xpm-186-"K.K.K.K.K.K.K.K.K.K.K.K.K.  @.N p i r 0 > w q 0 w 2 5 , 5 s v F Y ) ) Q / ~ k   K.K.K.K.K.K.K.K.",
##############################################
wm-icons-0.4.0/icons/48x48-gnome/information.xpm-166-"x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.z.r W Z #.3.g.g.g.g.g.y.t.w.*.$.$.+.Z v i s z.x.x.x.x.x.x.x.",
wm-icons-0.4.0/icons/48x48-gnome/information.xpm:167:"x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.z.r L ` @.3.g.j.h.g.h.g.e.;.*.$.#.+.` b e H z.x.x.x.x.x.x.x.",
wm-icons-0.4.0/icons/48x48-gnome/information.xpm-168-"x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.z.A S | #.>.g.h.g.g.j.3.,.e.*.@.@.X.Z v 0 P z.x.x.x.x.x.x.x.",
##############################################
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm-198-"`.`.`.`.`.`.`.`.`.  &._.%.U._.P.i 5 * U.!._._._._._.< B ~._._._._._._._.<.  `.`.`.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm:199:"`.`.`.`.`.`.`.`.`.`.  X.V._.T.6 p f.* L._._._._._._.$.l._._._._._._._.M.  `.`.`.`.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm-200-"`.`.`.`.`.`.`.`.`.`.  l _._.h p Q.G.* L._._._._._._._._._._._._._._.<.0   `.`.`.`.`.`.`.`.`.`.`.",
##############################################
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm-207-"`.`.`.  U._._._._.+.U.~.u u.H.H.H.G.* L._._._._._._.X.d < X._._._._._._._.(.x q <.9.w.w.  `.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm:208:"`.`.`.  W._._._._.+.S.(.p y.G.G.G.F.* U._._._._._._.D d H $ 6._._._._._._._.~.0 z 2.z.w.  `.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm-209-"`.`.`.  U._._._._.=.m._.j :.k.j.k.h.* L._._._._._._.E d ` f 4 W._._._._._._._.x.# U @.    `.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm:210:"`.`.`.  . ;.1.e.I.-.;._.V M g.a.a.a.* U._._._._._._.E d ` ~ e x _._._._._._._._.$.+   `.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm-211-"`.`.`.`.`.        m ;._.-.s p.i.i.i.* L._._._._._._.E d _ _ G & >._._._._._._._._.  `.`.`.`.`.`.",
##############################################
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm-218-"`.`.`.`.`.`.`.`.`.  c.^._.*.h U.!.U.>.m M P Y H Q ) 0.d.).L.l.b.c.w T o.7 9   `.`.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm:219:"`.`.`.`.`.`.`.`.  $.(.K.L.^.5.w 2.(.E.J.J.V.Z.D.I.U.U.N.c.z.N.;.9 +.c.7.3.w.X.  `.`.`.`.`.`.`.`.",
wm-icons-0.4.0/icons/48x48-gnome/kde.xpm-220-"`.`.`.`.`.`.`.  @.^.C.J.Z.C.^.4.: m c.R.Y.Z.N.m.b.c.c.m.N.w.C   2.m.3.3.1.<.w.X.  `.`.`.`.`.`.`.",
##############################################
wm-icons-0.4.0/icons/Makefile.am-28-		(cd "$(DESTDIR)$(icondir)/$$iconset" && [ -f $(SYMLINKS_LST) ] \
wm-icons-0.4.0/icons/Makefile.am:29:			&& $(AWK) '{ system("ln -sf " $$1 " " $$2) }' \
wm-icons-0.4.0/icons/Makefile.am-30-				< $(SYMLINKS_LST) \
##############################################
wm-icons-0.4.0/etc/Makefile.in-141-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
wm-icons-0.4.0/etc/Makefile.in:142:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
wm-icons-0.4.0/etc/Makefile.in-143-	  echo " $(configDATA_INSTALL) $$d$$p $(DESTDIR)$(configdir)/$$f"; \
##############################################
wm-icons-0.4.0/etc/Makefile.in-149-	@list='$(config_DATA)'; for p in $$list; do \
wm-icons-0.4.0/etc/Makefile.in:150:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
wm-icons-0.4.0/etc/Makefile.in-151-	  echo " rm -f $(DESTDIR)$(configdir)/$$f"; \
##############################################
wm-icons-0.4.0/etc/Makefile.in-163-	dot_seen=no; \
wm-icons-0.4.0/etc/Makefile.in:164:	target=`echo $@ | sed s/-recursive//`; \
wm-icons-0.4.0/etc/Makefile.in-165-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wm-icons-0.4.0/etc/Makefile.in-193-	rev="$$rev ."; \
wm-icons-0.4.0/etc/Makefile.in:194:	target=`echo $@ | sed s/-recursive//`; \
wm-icons-0.4.0/etc/Makefile.in-195-	for subdir in $$rev; do \
##############################################
wm-icons-0.4.0/etc/Makefile.in-243-GTAGS:
wm-icons-0.4.0/etc/Makefile.in:244:	here=`$(am__cd) $(top_builddir) && pwd` \
wm-icons-0.4.0/etc/Makefile.in-245-	  && cd $(top_srcdir) \
##############################################
wm-icons-0.4.0/etc/Makefile.in-257-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/etc/Makefile.in:258:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/etc/Makefile.in-259-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/etc/fvwm2rc-compact-buttons.in-98-	Action(Mouse 2) `Exec xterm -g 80x40 -sb +sk -si -sl 500 -j -ls -fn 7x14 -fb 7x14bold -n root -T root -e su -l`, \
wm-icons-0.4.0/etc/fvwm2rc-compact-buttons.in:99:	Action(Mouse 3) `Exec Eterm -n dream -e rlogin -l dream $HOST`, \
wm-icons-0.4.0/etc/fvwm2rc-compact-buttons.in-100-)
##############################################
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in-130-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in:131:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in-132-	  echo " $(configDATA_INSTALL) $$d$$p $(DESTDIR)$(configdir)/$$f"; \
##############################################
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in-138-	@list='$(config_DATA)'; for p in $$list; do \
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in:139:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in-140-	  echo " rm -f $(DESTDIR)$(configdir)/$$f"; \
##############################################
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in-153-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in:154:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/etc/debian-menu-system/Makefile.in-155-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/devel/Makefile.in-126-	dot_seen=no; \
wm-icons-0.4.0/devel/Makefile.in:127:	target=`echo $@ | sed s/-recursive//`; \
wm-icons-0.4.0/devel/Makefile.in-128-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wm-icons-0.4.0/devel/Makefile.in-156-	rev="$$rev ."; \
wm-icons-0.4.0/devel/Makefile.in:157:	target=`echo $@ | sed s/-recursive//`; \
wm-icons-0.4.0/devel/Makefile.in-158-	for subdir in $$rev; do \
##############################################
wm-icons-0.4.0/devel/Makefile.in-206-GTAGS:
wm-icons-0.4.0/devel/Makefile.in:207:	here=`$(am__cd) $(top_builddir) && pwd` \
wm-icons-0.4.0/devel/Makefile.in-208-	  && cd $(top_srcdir) \
##############################################
wm-icons-0.4.0/devel/Makefile.in-221-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/devel/Makefile.in:222:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/devel/Makefile.in-223-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/devel/template/fvwm2rc-compact-buttons-71-	Action(Mouse 2) `Exec xterm -g 80x40 -sb +sk -si -sl 500 -j -ls -fn 7x14 -fb 7x14bold -n root -T root -e su -l`, \
wm-icons-0.4.0/devel/template/fvwm2rc-compact-buttons:72:	Action(Mouse 3) `Exec Eterm -n dream -e rlogin -l dream $HOST`, \
wm-icons-0.4.0/devel/template/fvwm2rc-compact-buttons-73-)
##############################################
wm-icons-0.4.0/devel/bin/Makefile.in-130-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
wm-icons-0.4.0/devel/bin/Makefile.in:131:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
wm-icons-0.4.0/devel/bin/Makefile.in-132-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
wm-icons-0.4.0/devel/bin/create-wm-config.pl-40-# must be rewritten not to use backquotes
wm-icons-0.4.0/devel/bin/create-wm-config.pl:41:my $wmTemplate = `cat $wmTemplateFile`;
wm-icons-0.4.0/devel/bin/create-wm-config.pl:42:my $styleIcons = `cat $styleIconsFile`;
wm-icons-0.4.0/devel/bin/create-wm-config.pl-43-
##############################################
wm-icons-0.4.0/devel/bin/create-wm-config.pl-49-my @allNames = ();
wm-icons-0.4.0/devel/bin/create-wm-config.pl:50:foreach (`ls $ICONS_DIR/01x01-template`) {
wm-icons-0.4.0/devel/bin/create-wm-config.pl-51-	/.*\.xpm$/ && push @allNames, $_;
wm-icons-0.4.0/devel/bin/create-wm-config.pl-52-	/_symlinks.lst$/ &&
wm-icons-0.4.0/devel/bin/create-wm-config.pl:53:		push @allNames, `cut -d" " -f2 $ICONS_DIR/01x01-template/$_`;
wm-icons-0.4.0/devel/bin/create-wm-config.pl-54-}
##############################################
wm-icons-0.4.0/devel/bin/create-wm-config.pl-78-
wm-icons-0.4.0/devel/bin/create-wm-config.pl:79:my @allIconSets = `ls $ICONS_DIR | grep 'x.*-'`; chomp(@allIconSets);
wm-icons-0.4.0/devel/bin/create-wm-config.pl-80-shift @allIconSets if $allIconSets[0] =~ /^01x01-/;
##############################################
wm-icons-0.4.0/Makefile.am-33-	@banner="$(distdir).tar.bz2 - ready for distribution"; \
wm-icons-0.4.0/Makefile.am:34:	dashes=`echo "$$banner" | sed s/./=/g`; \
wm-icons-0.4.0/Makefile.am-35-	echo "$$banner"; \