===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jwm-2.3.7/configure.ac-112-      AC_MSG_CHECKING([if pkg-config knows about $2])
jwm-2.3.7/configure.ac:113:      if `$PKGCONFIG $2` ; then
jwm-2.3.7/configure.ac-114-         $1="yes"
##############################################
jwm-2.3.7/configure.ac-167-   if test "$use_pkgconfig_png" = "yes" ; then
jwm-2.3.7/configure.ac:168:      PNG_CFLAGS=`$PKGCONFIG --cflags libpng`
jwm-2.3.7/configure.ac:169:      PNG_LDFLAGS=`$PKGCONFIG --libs libpng`
jwm-2.3.7/configure.ac-170-      enable_png="yes"
##############################################
jwm-2.3.7/configure.ac-197-   if test "$use_pkgconfig_cairo" = "yes" ; then
jwm-2.3.7/configure.ac:198:      CAIRO_CFLAGS=`$PKGCONFIG --cflags cairo`
jwm-2.3.7/configure.ac:199:      CAIRO_LDFLAGS=`$PKGCONFIG --libs cairo`
jwm-2.3.7/configure.ac-200-      enable_cairo="yes"
##############################################
jwm-2.3.7/configure.ac-227-   if test "$use_pkgconfig_rsvg" = "yes" ; then
jwm-2.3.7/configure.ac:228:      RSVG_CFLAGS=`$PKGCONFIG --cflags librsvg-2.0`
jwm-2.3.7/configure.ac:229:      RSVG_LDFLAGS=`$PKGCONFIG --libs librsvg-2.0`
jwm-2.3.7/configure.ac-230-      enable_rsvg="yes"
##############################################
jwm-2.3.7/configure.ac-259-   if test "$use_pkgconfig_jpeg" = "yes" ; then
jwm-2.3.7/configure.ac:260:      JPEG_CFLAGS=`$PKGCONFIG --cflags libjpeg`
jwm-2.3.7/configure.ac:261:      JPEG_LDFLAGS=`$PKGCONFIG --libs libjpeg`
jwm-2.3.7/configure.ac-262-      enable_jpeg="yes"
##############################################
jwm-2.3.7/configure.ac-290-   if test "$use_pkgconfig_freetype2" = "yes" ; then
jwm-2.3.7/configure.ac:291:      FT2_CFLAGS=`$PKGCONFIG --cflags freetype2`
jwm-2.3.7/configure.ac:292:      FT2_LDFLAGS=`$PKGCONFIG --libs freetype2`
jwm-2.3.7/configure.ac-293-   elif which freetype-config >/dev/null ; then
##############################################
jwm-2.3.7/configure.ac-301-   if test "$use_pkgconfig_xft" = "yes" ; then
jwm-2.3.7/configure.ac:302:      XFT_CFLAGS=`$PKGCONFIG --cflags xft`
jwm-2.3.7/configure.ac:303:      XFT_LDFLAGS=`$PKGCONFIG --libs xft`
jwm-2.3.7/configure.ac-304-   elif which xft-config >/dev/null ; then
##############################################
jwm-2.3.7/configure.ac-335-   if test "$use_pkgconfig_xrender" = "yes" ; then
jwm-2.3.7/configure.ac:336:      XRENDER_CFLAGS=`$PKGCONFIG --cflags xrender`
jwm-2.3.7/configure.ac:337:      XRENDER_LDFLAGS=`$PKGCONFIG --libs xrender`
jwm-2.3.7/configure.ac-338-   else
##############################################
jwm-2.3.7/configure.ac-369-   if test "$use_pkgconfig_fribidi" = "yes" ; then
jwm-2.3.7/configure.ac:370:      FRIBIDI_CFLAGS=`$PKGCONFIG --cflags fribidi`
jwm-2.3.7/configure.ac:371:      FRIBIDI_LDFLAGS=`$PKGCONFIG --libs fribidi`
jwm-2.3.7/configure.ac-372-      enable_fribidi="yes"
##############################################
jwm-2.3.7/configure.ac-545-if test "$LOCALEDIR" = "" ; then
jwm-2.3.7/configure.ac:546:   localedir=`eval echo \""$datadir"/locale\"`
jwm-2.3.7/configure.ac:547:   localedir=`eval echo \""$localedir"\"`
jwm-2.3.7/configure.ac-548-   CFLAGS="$CFLAGS -DLOCALEDIR=\\\"$localedir\\\""
##############################################
jwm-2.3.7/configure.ac-550-
jwm-2.3.7/configure.ac:551:BINDIR=`eval echo \""$bindir"\"`
jwm-2.3.7/configure.ac:552:SYSCONF=`eval echo \""$sysconfdir"\"`
jwm-2.3.7/configure.ac:553:MANDIR=`eval echo \""$mandir"\"`
jwm-2.3.7/configure.ac:554:MANDIR=`eval echo \""$MANDIR"\"`
jwm-2.3.7/configure.ac:555:DATADIR=`eval echo \""$datadir"\"`
jwm-2.3.7/configure.ac:556:DATADIR=`eval echo \""$DATADIR"\"`
jwm-2.3.7/configure.ac-557-
##############################################
jwm-2.3.7/configure.ac-563-AC_SUBST(VERSION, "$PACKAGE_VERSION")
jwm-2.3.7/configure.ac:564:AC_SUBST(INSTVERSION, `echo $PACKAGE_VERSION | tr -d .`)
jwm-2.3.7/configure.ac-565-AC_SUBST(BINDIR, "$BINDIR")
##############################################
jwm-2.3.7/configure.ac-567-AC_SUBST(DATADIR, "$DATADIR")
jwm-2.3.7/configure.ac:568:AC_SUBST(DATE, `date -u -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d`)
jwm-2.3.7/configure.ac-569-AC_SUBST(SYSCONF, "$SYSCONF")
##############################################
jwm-2.3.7/install-sh-85-
jwm-2.3.7/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
jwm-2.3.7/install-sh-87-	    shift
##############################################
jwm-2.3.7/install-sh-89-
jwm-2.3.7/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
jwm-2.3.7/install-sh-91-	    shift
##############################################
jwm-2.3.7/install-sh-151-	then
jwm-2.3.7/install-sh:152:		dst=$dst/`basename "$src"`
jwm-2.3.7/install-sh-153-	else
##############################################
jwm-2.3.7/install-sh-158-## this sed command emulates the dirname command
jwm-2.3.7/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
jwm-2.3.7/install-sh-160-
##############################################
jwm-2.3.7/install-sh-172-IFS='%'
jwm-2.3.7/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
jwm-2.3.7/install-sh-174-IFS=$oIFS
##############################################
jwm-2.3.7/install-sh-206-	then
jwm-2.3.7/install-sh:207:		dstfile=`basename "$dst"`
jwm-2.3.7/install-sh-208-	else
##############################################
jwm-2.3.7/install-sh-216-	then
jwm-2.3.7/install-sh:217:		dstfile=`basename "$dst"`
jwm-2.3.7/install-sh-218-	else
##############################################
jwm-2.3.7/config.guess-34-
jwm-2.3.7/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
jwm-2.3.7/config.guess-36-
##############################################
jwm-2.3.7/config.guess-102-: ${TMPDIR=/tmp} ;
jwm-2.3.7/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
jwm-2.3.7/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
jwm-2.3.7/config.guess-151-	EOF
jwm-2.3.7/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
jwm-2.3.7/config.guess-153-	;;
##############################################
jwm-2.3.7/config.guess-209-	    *)
jwm-2.3.7/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
jwm-2.3.7/config.guess-211-		;;
##############################################
jwm-2.3.7/config.guess-240-	*4.0)
jwm-2.3.7/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
jwm-2.3.7/config.guess-242-		;;
jwm-2.3.7/config.guess-243-	*5.*)
jwm-2.3.7/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
jwm-2.3.7/config.guess-245-		;;
##############################################
jwm-2.3.7/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
jwm-2.3.7/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
jwm-2.3.7/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
jwm-2.3.7/config.guess-288-	# 1.2 uses "1.2" for uname -r.
jwm-2.3.7/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
jwm-2.3.7/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
jwm-2.3.7/config.guess-348-    s390x:SunOS:*:*)
jwm-2.3.7/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
jwm-2.3.7/config.guess-350-	exit ;;
jwm-2.3.7/config.guess-351-    sun4H:SunOS:5.*:*)
jwm-2.3.7/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
jwm-2.3.7/config.guess-353-	exit ;;
jwm-2.3.7/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
jwm-2.3.7/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
jwm-2.3.7/config.guess-356-	exit ;;
##############################################
jwm-2.3.7/config.guess-373-	fi
jwm-2.3.7/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
jwm-2.3.7/config.guess-375-	exit ;;
##############################################
jwm-2.3.7/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
jwm-2.3.7/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
jwm-2.3.7/config.guess-381-	exit ;;
##############################################
jwm-2.3.7/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
jwm-2.3.7/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
jwm-2.3.7/config.guess-390-	exit ;;
##############################################
jwm-2.3.7/config.guess-394-    sun*:*:4.2BSD:*)
jwm-2.3.7/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
jwm-2.3.7/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
jwm-2.3.7/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
jwm-2.3.7/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
jwm-2.3.7/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
jwm-2.3.7/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
jwm-2.3.7/config.guess-532-    *:IRIX*:*:*)
jwm-2.3.7/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
jwm-2.3.7/config.guess-534-	exit ;;
##############################################
jwm-2.3.7/config.guess-562-EOF
jwm-2.3.7/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
jwm-2.3.7/config.guess-564-		then
##############################################
jwm-2.3.7/config.guess-575-    *:AIX:*:[4567])
jwm-2.3.7/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
jwm-2.3.7/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
jwm-2.3.7/config.guess-610-    9000/[34678]??:HP-UX:*:*)
jwm-2.3.7/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
jwm-2.3.7/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
jwm-2.3.7/config.guess-664-EOF
jwm-2.3.7/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
jwm-2.3.7/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
jwm-2.3.7/config.guess-692-    ia64:HP-UX:*:*)
jwm-2.3.7/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
jwm-2.3.7/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
jwm-2.3.7/config.guess-722-EOF
jwm-2.3.7/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
jwm-2.3.7/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
jwm-2.3.7/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
jwm-2.3.7/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
jwm-2.3.7/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
jwm-2.3.7/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
jwm-2.3.7/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
jwm-2.3.7/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
jwm-2.3.7/config.guess-814-	    amd64)
jwm-2.3.7/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
jwm-2.3.7/config.guess-816-	    *)
jwm-2.3.7/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
jwm-2.3.7/config.guess-818-	esac
##############################################
jwm-2.3.7/config.guess-872-    prep*:SunOS:5.*:*)
jwm-2.3.7/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
jwm-2.3.7/config.guess-874-	exit ;;
##############################################
jwm-2.3.7/config.guess-876-	# the GNU system
jwm-2.3.7/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
jwm-2.3.7/config.guess-878-	exit ;;
##############################################
jwm-2.3.7/config.guess-880-	# other systems with GNU libc and userland
jwm-2.3.7/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
jwm-2.3.7/config.guess-882-	exit ;;
##############################################
jwm-2.3.7/config.guess-968-EOF
jwm-2.3.7/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
jwm-2.3.7/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
jwm-2.3.7/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
jwm-2.3.7/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
jwm-2.3.7/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
jwm-2.3.7/config.guess-1337-    *:DragonFly:*:*)
jwm-2.3.7/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
jwm-2.3.7/config.guess-1339-	exit ;;
##############################################
jwm-2.3.7/config.guess-1350-    i*86:skyos:*:*)
jwm-2.3.7/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
jwm-2.3.7/config.guess-1352-	exit ;;
##############################################
jwm-2.3.7/config.guess-1478-
jwm-2.3.7/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
jwm-2.3.7/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
jwm-2.3.7/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
jwm-2.3.7/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
jwm-2.3.7/configure-47-  as_echo='print -r --'
jwm-2.3.7/configure-48-  as_echo_n='print -rn --'
jwm-2.3.7/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
jwm-2.3.7/configure-50-  as_echo='printf %s\n'
##############################################
jwm-2.3.7/configure-52-else
jwm-2.3.7/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
jwm-2.3.7/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
jwm-2.3.7/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
jwm-2.3.7/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
jwm-2.3.7/configure-64-      esac;
##############################################
jwm-2.3.7/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
jwm-2.3.7/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
jwm-2.3.7/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
jwm-2.3.7/configure-327-      case $as_dir in #(
jwm-2.3.7/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
jwm-2.3.7/configure-329-      *) as_qdir=$as_dir;;
##############################################
jwm-2.3.7/configure-400-  {
jwm-2.3.7/configure:401:    as_val=`expr "$@" || test $? -eq 1`
jwm-2.3.7/configure-402-  }
##############################################
jwm-2.3.7/configure-407-# ----------------------------------------
jwm-2.3.7/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
jwm-2.3.7/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
jwm-2.3.7/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
jwm-2.3.7/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
jwm-2.3.7/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
jwm-2.3.7/configure-812-  case $ac_option in
jwm-2.3.7/configure:813:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
jwm-2.3.7/configure-814-  *=)   ac_optarg= ;;
##############################################
jwm-2.3.7/configure-856-  -disable-* | --disable-*)
jwm-2.3.7/configure:857:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
jwm-2.3.7/configure-858-    # Reject names that are not valid shell variable names.
##############################################
jwm-2.3.7/configure-861-    ac_useropt_orig=$ac_useropt
jwm-2.3.7/configure:862:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jwm-2.3.7/configure-863-    case $ac_user_opts in
##############################################
jwm-2.3.7/configure-882-  -enable-* | --enable-*)
jwm-2.3.7/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
jwm-2.3.7/configure-884-    # Reject names that are not valid shell variable names.
##############################################
jwm-2.3.7/configure-887-    ac_useropt_orig=$ac_useropt
jwm-2.3.7/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jwm-2.3.7/configure-889-    case $ac_user_opts in
##############################################
jwm-2.3.7/configure-1086-  -with-* | --with-*)
jwm-2.3.7/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
jwm-2.3.7/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
jwm-2.3.7/configure-1091-    ac_useropt_orig=$ac_useropt
jwm-2.3.7/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jwm-2.3.7/configure-1093-    case $ac_user_opts in
##############################################
jwm-2.3.7/configure-1102-  -without-* | --without-*)
jwm-2.3.7/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
jwm-2.3.7/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
jwm-2.3.7/configure-1107-    ac_useropt_orig=$ac_useropt
jwm-2.3.7/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jwm-2.3.7/configure-1109-    case $ac_user_opts in
##############################################
jwm-2.3.7/configure-1140-  *=*)
jwm-2.3.7/configure:1141:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
jwm-2.3.7/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
jwm-2.3.7/configure-1161-if test -n "$ac_prev"; then
jwm-2.3.7/configure:1162:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
jwm-2.3.7/configure-1163-  as_fn_error $? "missing argument to $ac_option"
##############################################
jwm-2.3.7/configure-1183-    */ )
jwm-2.3.7/configure:1184:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
jwm-2.3.7/configure-1185-      eval $ac_var=\$ac_val;;
##############################################
jwm-2.3.7/configure-1218-ac_ls_di=`ls -di .` &&
jwm-2.3.7/configure:1219:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
jwm-2.3.7/configure-1220-  as_fn_error $? "working directory cannot be determined"
##############################################
jwm-2.3.7/configure-1274-case $srcdir in
jwm-2.3.7/configure:1275:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
jwm-2.3.7/configure-1276-esac
##############################################
jwm-2.3.7/configure-1317-By default, \`make install' will install all the files in
jwm-2.3.7/configure:1318:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
jwm-2.3.7/configure:1319:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
jwm-2.3.7/configure-1320-for instance \`--prefix=\$HOME'.
##############################################
jwm-2.3.7/configure-1425-*)
jwm-2.3.7/configure:1426:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
jwm-2.3.7/configure-1427-  # A ".." for each directory in $ac_dir_suffix.
jwm-2.3.7/configure:1428:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
jwm-2.3.7/configure-1429-  case $ac_top_builddir_sub in
##############################################
jwm-2.3.7/configure-1899-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
jwm-2.3.7/configure:1900:  as_decl_name=`echo $2|sed 's/ *(.*//'`
jwm-2.3.7/configure:1901:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
jwm-2.3.7/configure-1902-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
jwm-2.3.7/configure-2013-    *\'*)
jwm-2.3.7/configure:2014:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
jwm-2.3.7/configure-2015-    esac
##############################################
jwm-2.3.7/configure-2096-      case $ac_val in
jwm-2.3.7/configure:2097:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
jwm-2.3.7/configure-2098-      esac
##############################################
jwm-2.3.7/configure-2111-	case $ac_val in
jwm-2.3.7/configure:2112:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
jwm-2.3.7/configure-2113-	esac
##############################################
jwm-2.3.7/configure-2232-    set,)
jwm-2.3.7/configure:2233:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
jwm-2.3.7/configure:2234:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
jwm-2.3.7/configure-2235-      ac_cache_corrupted=: ;;
##############################################
jwm-2.3.7/configure-2243-	# differences in whitespace do not lead to failure.
jwm-2.3.7/configure:2244:	ac_old_val_w=`echo x $ac_old_val`
jwm-2.3.7/configure:2245:	ac_new_val_w=`echo x $ac_new_val`
jwm-2.3.7/configure-2246-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
jwm-2.3.7/configure-2263-    case $ac_new_val in
jwm-2.3.7/configure:2264:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
jwm-2.3.7/configure-2265-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
jwm-2.3.7/configure-2648-$as_echo_n "checking whether the C compiler works... " >&6; }
jwm-2.3.7/configure:2649:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
jwm-2.3.7/configure-2650-
##############################################
jwm-2.3.7/configure-2692-	then :; else
jwm-2.3.7/configure:2693:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
jwm-2.3.7/configure-2694-	fi
##############################################
jwm-2.3.7/configure-2752-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
jwm-2.3.7/configure:2753:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
jwm-2.3.7/configure-2754-	  break;;
##############################################
jwm-2.3.7/configure-2861-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
jwm-2.3.7/configure:2862:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
jwm-2.3.7/configure-2863-       break;;
##############################################
jwm-2.3.7/configure-3364-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
jwm-2.3.7/configure:3365:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
jwm-2.3.7/configure-3366-	     'mkdir (GNU coreutils) '* | \
##############################################
jwm-2.3.7/configure-3481-    for ac_var in incroot usrlibdir libdir; do
jwm-2.3.7/configure:3482:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
jwm-2.3.7/configure-3483-    done
##############################################
jwm-2.3.7/configure-3591-  LIBS=$ac_save_LIBS
jwm-2.3.7/configure:3592:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
jwm-2.3.7/configure-3593-do
##############################################
jwm-2.3.7/configure-3762-  # Check for GNU $ac_path_GREP
jwm-2.3.7/configure:3763:case `"$ac_path_GREP" --version 2>&1` in
jwm-2.3.7/configure-3764-*GNU*)
##############################################
jwm-2.3.7/configure-3828-  # Check for GNU $ac_path_EGREP
jwm-2.3.7/configure:3829:case `"$ac_path_EGREP" --version 2>&1` in
jwm-2.3.7/configure-3830-*GNU*)
##############################################
jwm-2.3.7/configure-3989-do :
jwm-2.3.7/configure:3990:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jwm-2.3.7/configure-3991-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
jwm-2.3.7/configure-3994-  cat >>confdefs.h <<_ACEOF
jwm-2.3.7/configure:3995:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jwm-2.3.7/configure-3996-_ACEOF
##############################################
jwm-2.3.7/configure-4004-do :
jwm-2.3.7/configure:4005:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jwm-2.3.7/configure-4006-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
jwm-2.3.7/configure-4008-  cat >>confdefs.h <<_ACEOF
jwm-2.3.7/configure:4009:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jwm-2.3.7/configure-4010-_ACEOF
##############################################
jwm-2.3.7/configure-4020-do :
jwm-2.3.7/configure:4021:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jwm-2.3.7/configure-4022-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
jwm-2.3.7/configure-4024-  cat >>confdefs.h <<_ACEOF
jwm-2.3.7/configure:4025:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jwm-2.3.7/configure-4026-_ACEOF
##############################################
jwm-2.3.7/configure-4034-do :
jwm-2.3.7/configure:4035:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jwm-2.3.7/configure-4036-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
jwm-2.3.7/configure-4038-  cat >>confdefs.h <<_ACEOF
jwm-2.3.7/configure:4039:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jwm-2.3.7/configure-4040-_ACEOF
##############################################
jwm-2.3.7/configure-4048-do :
jwm-2.3.7/configure:4049:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jwm-2.3.7/configure-4050-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
jwm-2.3.7/configure-4052-  cat >>confdefs.h <<_ACEOF
jwm-2.3.7/configure:4053:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jwm-2.3.7/configure-4054-_ACEOF
##############################################
jwm-2.3.7/configure-4081-do :
jwm-2.3.7/configure:4082:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jwm-2.3.7/configure-4083-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
jwm-2.3.7/configure-4088-  cat >>confdefs.h <<_ACEOF
jwm-2.3.7/configure:4089:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jwm-2.3.7/configure-4090-_ACEOF
##############################################
jwm-2.3.7/configure-4098-do :
jwm-2.3.7/configure:4099:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
jwm-2.3.7/configure-4100-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
jwm-2.3.7/configure-4102-  cat >>confdefs.h <<_ACEOF
jwm-2.3.7/configure:4103:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
jwm-2.3.7/configure-4104-_ACEOF
##############################################
jwm-2.3.7/configure-4244-  for ac_func in _getb67 GETB67 getb67; do
jwm-2.3.7/configure:4245:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
jwm-2.3.7/configure-4246-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
jwm-2.3.7/configure-4332-$as_echo_n "checking if pkg-config knows about libpng... " >&6; }
jwm-2.3.7/configure:4333:      if `$PKGCONFIG libpng` ; then
jwm-2.3.7/configure-4334-         use_pkgconfig_png="yes"
##############################################
jwm-2.3.7/configure-4348-$as_echo_n "checking if pkg-config knows about libjpeg... " >&6; }
jwm-2.3.7/configure:4349:      if `$PKGCONFIG libjpeg` ; then
jwm-2.3.7/configure-4350-         use_pkgconfig_jpeg="yes"
##############################################
jwm-2.3.7/configure-4364-$as_echo_n "checking if pkg-config knows about cairo... " >&6; }
jwm-2.3.7/configure:4365:      if `$PKGCONFIG cairo` ; then
jwm-2.3.7/configure-4366-         use_pkgconfig_cairo="yes"
##############################################
jwm-2.3.7/configure-4380-$as_echo_n "checking if pkg-config knows about librsvg-2.0... " >&6; }
jwm-2.3.7/configure:4381:      if `$PKGCONFIG librsvg-2.0` ; then
jwm-2.3.7/configure-4382-         use_pkgconfig_rsvg="yes"
##############################################
jwm-2.3.7/configure-4396-$as_echo_n "checking if pkg-config knows about freetype2... " >&6; }
jwm-2.3.7/configure:4397:      if `$PKGCONFIG freetype2` ; then
jwm-2.3.7/configure-4398-         use_pkgconfig_freetype2="yes"
##############################################
jwm-2.3.7/configure-4412-$as_echo_n "checking if pkg-config knows about xft... " >&6; }
jwm-2.3.7/configure:4413:      if `$PKGCONFIG xft` ; then
jwm-2.3.7/configure-4414-         use_pkgconfig_xft="yes"
##############################################
jwm-2.3.7/configure-4428-$as_echo_n "checking if pkg-config knows about xrender... " >&6; }
jwm-2.3.7/configure:4429:      if `$PKGCONFIG xrender` ; then
jwm-2.3.7/configure-4430-         use_pkgconfig_xrender="yes"
##############################################
jwm-2.3.7/configure-4444-$as_echo_n "checking if pkg-config knows about fribidi... " >&6; }
jwm-2.3.7/configure:4445:      if `$PKGCONFIG fribidi` ; then
jwm-2.3.7/configure-4446-         use_pkgconfig_fribidi="yes"
##############################################
jwm-2.3.7/configure-4504-   if test "$use_pkgconfig_png" = "yes" ; then
jwm-2.3.7/configure:4505:      PNG_CFLAGS=`$PKGCONFIG --cflags libpng`
jwm-2.3.7/configure:4506:      PNG_LDFLAGS=`$PKGCONFIG --libs libpng`
jwm-2.3.7/configure-4507-      enable_png="yes"
##############################################
jwm-2.3.7/configure-4578-   if test "$use_pkgconfig_cairo" = "yes" ; then
jwm-2.3.7/configure:4579:      CAIRO_CFLAGS=`$PKGCONFIG --cflags cairo`
jwm-2.3.7/configure:4580:      CAIRO_LDFLAGS=`$PKGCONFIG --libs cairo`
jwm-2.3.7/configure-4581-      enable_cairo="yes"
##############################################
jwm-2.3.7/configure-4651-   if test "$use_pkgconfig_rsvg" = "yes" ; then
jwm-2.3.7/configure:4652:      RSVG_CFLAGS=`$PKGCONFIG --cflags librsvg-2.0`
jwm-2.3.7/configure:4653:      RSVG_LDFLAGS=`$PKGCONFIG --libs librsvg-2.0`
jwm-2.3.7/configure-4654-      enable_rsvg="yes"
##############################################
jwm-2.3.7/configure-4730-   if test "$use_pkgconfig_jpeg" = "yes" ; then
jwm-2.3.7/configure:4731:      JPEG_CFLAGS=`$PKGCONFIG --cflags libjpeg`
jwm-2.3.7/configure:4732:      JPEG_LDFLAGS=`$PKGCONFIG --libs libjpeg`
jwm-2.3.7/configure-4733-      enable_jpeg="yes"
##############################################
jwm-2.3.7/configure-4819-   if test "$use_pkgconfig_freetype2" = "yes" ; then
jwm-2.3.7/configure:4820:      FT2_CFLAGS=`$PKGCONFIG --cflags freetype2`
jwm-2.3.7/configure:4821:      FT2_LDFLAGS=`$PKGCONFIG --libs freetype2`
jwm-2.3.7/configure-4822-   elif which freetype-config >/dev/null ; then
##############################################
jwm-2.3.7/configure-4830-   if test "$use_pkgconfig_xft" = "yes" ; then
jwm-2.3.7/configure:4831:      XFT_CFLAGS=`$PKGCONFIG --cflags xft`
jwm-2.3.7/configure:4832:      XFT_LDFLAGS=`$PKGCONFIG --libs xft`
jwm-2.3.7/configure-4833-   elif which xft-config >/dev/null ; then
##############################################
jwm-2.3.7/configure-4914-   if test "$use_pkgconfig_xrender" = "yes" ; then
jwm-2.3.7/configure:4915:      XRENDER_CFLAGS=`$PKGCONFIG --cflags xrender`
jwm-2.3.7/configure:4916:      XRENDER_LDFLAGS=`$PKGCONFIG --libs xrender`
jwm-2.3.7/configure-4917-   else
##############################################
jwm-2.3.7/configure-5005-   if test "$use_pkgconfig_fribidi" = "yes" ; then
jwm-2.3.7/configure:5006:      FRIBIDI_CFLAGS=`$PKGCONFIG --cflags fribidi`
jwm-2.3.7/configure:5007:      FRIBIDI_LDFLAGS=`$PKGCONFIG --libs fribidi`
jwm-2.3.7/configure-5008-      enable_fribidi="yes"
##############################################
jwm-2.3.7/configure-5426-set x ${MAKE-make}
jwm-2.3.7/configure:5427:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
jwm-2.3.7/configure-5428-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
jwm-2.3.7/configure-5436-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
jwm-2.3.7/configure:5437:case `${MAKE-make} -f conftest.make 2>/dev/null` in
jwm-2.3.7/configure-5438-  *@@@%%%=?*=@@@%%%*)
##############################################
jwm-2.3.7/configure-5587-
jwm-2.3.7/configure:5588:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
jwm-2.3.7/configure-5589-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
jwm-2.3.7/configure-5592-
jwm-2.3.7/configure:5593:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
jwm-2.3.7/configure-5594-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
jwm-2.3.7/configure-5670-
jwm-2.3.7/configure:5671:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
jwm-2.3.7/configure-5672-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
jwm-2.3.7/configure-5782-test "x$ac_build_alias" = x &&
jwm-2.3.7/configure:5783:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
jwm-2.3.7/configure-5784-test "x$ac_build_alias" = x &&
jwm-2.3.7/configure-5785-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
jwm-2.3.7/configure:5786:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
jwm-2.3.7/configure-5787-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
jwm-2.3.7/configure-5806-IFS=$ac_save_IFS
jwm-2.3.7/configure:5807:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
jwm-2.3.7/configure-5808-
##############################################
jwm-2.3.7/configure-5817-else
jwm-2.3.7/configure:5818:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
jwm-2.3.7/configure-5819-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
jwm-2.3.7/configure-5839-IFS=$ac_save_IFS
jwm-2.3.7/configure:5840:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
jwm-2.3.7/configure-5841-
##############################################
jwm-2.3.7/configure-5871-    # gcc leaves a trailing carriage return which upsets mingw
jwm-2.3.7/configure:5872:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
jwm-2.3.7/configure-5873-  *)
jwm-2.3.7/configure:5874:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
jwm-2.3.7/configure-5875-  esac
##############################################
jwm-2.3.7/configure-5880-      # Canonicalize the path of ld
jwm-2.3.7/configure:5881:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
jwm-2.3.7/configure-5882-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
jwm-2.3.7/configure:5883:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
jwm-2.3.7/configure-5884-      done
##############################################
jwm-2.3.7/configure-5914-      # Break only if it was the GNU/non-GNU ld that we prefer.
jwm-2.3.7/configure:5915:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
jwm-2.3.7/configure-5916-      *GNU* | *'with BFD'*)
##############################################
jwm-2.3.7/configure-5943-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
jwm-2.3.7/configure:5944:case `$LD -v 2>&1 </dev/null` in
jwm-2.3.7/configure-5945-*GNU* | *'with BFD'*)
##############################################
jwm-2.3.7/configure-6029-    *)
jwm-2.3.7/configure:6030:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
jwm-2.3.7/configure-6031-      if test -n "$searchpath"; then
##############################################
jwm-2.3.7/configure-6039-                ;;
jwm-2.3.7/configure:6040:              *) searchdir=`cd "$searchdir" && pwd`
jwm-2.3.7/configure-6041-                 case "$searchdir" in
##############################################
jwm-2.3.7/configure-6130-        names_already_handled="$names_already_handled $name"
jwm-2.3.7/configure:6131:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
jwm-2.3.7/configure-6132-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
jwm-2.3.7/configure-6206-                -L*)
jwm-2.3.7/configure:6207:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
jwm-2.3.7/configure-6208-                                    if test -n "$acl_shlibext"; then
##############################################
jwm-2.3.7/configure-6323-              */$acl_libdirstem | */$acl_libdirstem/)
jwm-2.3.7/configure:6324:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
jwm-2.3.7/configure-6325-                if test "$name" = 'iconv'; then
##############################################
jwm-2.3.7/configure-6330-              */$acl_libdirstem2 | */$acl_libdirstem2/)
jwm-2.3.7/configure:6331:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
jwm-2.3.7/configure-6332-                if test "$name" = 'iconv'; then
##############################################
jwm-2.3.7/configure-6381-                  -L*)
jwm-2.3.7/configure:6382:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
jwm-2.3.7/configure-6383-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
jwm-2.3.7/configure-6440-                  -R*)
jwm-2.3.7/configure:6441:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
jwm-2.3.7/configure-6442-                    if test "$enable_rpath" != no; then
##############################################
jwm-2.3.7/configure-6465-                  -l*)
jwm-2.3.7/configure:6466:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
jwm-2.3.7/configure-6467-                    ;;
jwm-2.3.7/configure-6468-                  *.la)
jwm-2.3.7/configure:6469:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
jwm-2.3.7/configure-6470-                    ;;
##############################################
jwm-2.3.7/configure-6907-        names_already_handled="$names_already_handled $name"
jwm-2.3.7/configure:6908:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
jwm-2.3.7/configure-6909-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
jwm-2.3.7/configure-6983-                -L*)
jwm-2.3.7/configure:6984:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
jwm-2.3.7/configure-6985-                                    if test -n "$acl_shlibext"; then
##############################################
jwm-2.3.7/configure-7100-              */$acl_libdirstem | */$acl_libdirstem/)
jwm-2.3.7/configure:7101:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
jwm-2.3.7/configure-7102-                if test "$name" = 'intl'; then
##############################################
jwm-2.3.7/configure-7107-              */$acl_libdirstem2 | */$acl_libdirstem2/)
jwm-2.3.7/configure:7108:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
jwm-2.3.7/configure-7109-                if test "$name" = 'intl'; then
##############################################
jwm-2.3.7/configure-7158-                  -L*)
jwm-2.3.7/configure:7159:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
jwm-2.3.7/configure-7160-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
jwm-2.3.7/configure-7217-                  -R*)
jwm-2.3.7/configure:7218:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
jwm-2.3.7/configure-7219-                    if test "$enable_rpath" != no; then
##############################################
jwm-2.3.7/configure-7242-                  -l*)
jwm-2.3.7/configure:7243:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
jwm-2.3.7/configure-7244-                    ;;
jwm-2.3.7/configure-7245-                  *.la)
jwm-2.3.7/configure:7246:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
jwm-2.3.7/configure-7247-                    ;;
##############################################
jwm-2.3.7/configure-7731-
jwm-2.3.7/configure:7732:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
jwm-2.3.7/configure-7733-    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
##############################################
jwm-2.3.7/configure-7790-if test "$LOCALEDIR" = "" ; then
jwm-2.3.7/configure:7791:   localedir=`eval echo \""$datadir"/locale\"`
jwm-2.3.7/configure:7792:   localedir=`eval echo \""$localedir"\"`
jwm-2.3.7/configure-7793-   CFLAGS="$CFLAGS -DLOCALEDIR=\\\"$localedir\\\""
##############################################
jwm-2.3.7/configure-7795-
jwm-2.3.7/configure:7796:BINDIR=`eval echo \""$bindir"\"`
jwm-2.3.7/configure:7797:SYSCONF=`eval echo \""$sysconfdir"\"`
jwm-2.3.7/configure:7798:MANDIR=`eval echo \""$mandir"\"`
jwm-2.3.7/configure:7799:MANDIR=`eval echo \""$MANDIR"\"`
jwm-2.3.7/configure:7800:DATADIR=`eval echo \""$datadir"\"`
jwm-2.3.7/configure:7801:DATADIR=`eval echo \""$DATADIR"\"`
jwm-2.3.7/configure-7802-
##############################################
jwm-2.3.7/configure-7812-
jwm-2.3.7/configure:7813:INSTVERSION=`echo $PACKAGE_VERSION | tr -d .`
jwm-2.3.7/configure-7814-
##############################################
jwm-2.3.7/configure-7820-
jwm-2.3.7/configure:7821:DATE=`date -u -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d`
jwm-2.3.7/configure-7822-
##############################################
jwm-2.3.7/configure-7927-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
jwm-2.3.7/configure:7928:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
jwm-2.3.7/configure-7929-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
jwm-2.3.7/configure-7994-if test -z "$BASH_VERSION$ZSH_VERSION" \
jwm-2.3.7/configure:7995:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
jwm-2.3.7/configure-7996-  as_echo='print -r --'
jwm-2.3.7/configure-7997-  as_echo_n='print -rn --'
jwm-2.3.7/configure:7998:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
jwm-2.3.7/configure-7999-  as_echo='printf %s\n'
##############################################
jwm-2.3.7/configure-8001-else
jwm-2.3.7/configure:8002:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
jwm-2.3.7/configure-8003-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
jwm-2.3.7/configure-8011-	expr "X$arg" : "X\\(.*\\)$as_nl";
jwm-2.3.7/configure:8012:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
jwm-2.3.7/configure-8013-      esac;
##############################################
jwm-2.3.7/configure-8088-# ----------------------------------------
jwm-2.3.7/configure:8089:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
jwm-2.3.7/configure-8090-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
jwm-2.3.7/configure-8160-  {
jwm-2.3.7/configure:8161:    as_val=`expr "$@" || test $? -eq 1`
jwm-2.3.7/configure-8162-  }
##############################################
jwm-2.3.7/configure-8264-      case $as_dir in #(
jwm-2.3.7/configure:8265:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
jwm-2.3.7/configure-8266-      *) as_qdir=$as_dir;;
##############################################
jwm-2.3.7/configure-8399-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
jwm-2.3.7/configure:8400:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
jwm-2.3.7/configure-8401-ac_cs_version="\\
##############################################
jwm-2.3.7/configure-8423-  --*=?*)
jwm-2.3.7/configure:8424:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
jwm-2.3.7/configure:8425:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
jwm-2.3.7/configure-8426-    ac_shift=:
##############################################
jwm-2.3.7/configure-8428-  --*=)
jwm-2.3.7/configure:8429:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
jwm-2.3.7/configure-8430-    ac_optarg=
##############################################
jwm-2.3.7/configure-8452-    case $ac_optarg in
jwm-2.3.7/configure:8453:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
jwm-2.3.7/configure-8454-    '') as_fn_error $? "missing file argument" ;;
##############################################
jwm-2.3.7/configure-8460-    case $ac_optarg in
jwm-2.3.7/configure:8461:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
jwm-2.3.7/configure-8462-    esac
##############################################
jwm-2.3.7/configure-8598-fi
jwm-2.3.7/configure:8599:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
jwm-2.3.7/configure-8600-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
jwm-2.3.7/configure-8615-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
jwm-2.3.7/configure:8616:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
jwm-2.3.7/configure-8617-ac_delim='%!_!# '
##############################################
jwm-2.3.7/configure-8621-
jwm-2.3.7/configure:8622:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
jwm-2.3.7/configure-8623-  if test $ac_delim_n = $ac_delim_num; then
##############################################
jwm-2.3.7/configure-8759-for ac_last_try in false false :; do
jwm-2.3.7/configure:8760:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
jwm-2.3.7/configure-8761-  if test -z "$ac_tt"; then
##############################################
jwm-2.3.7/configure-8891-      esac
jwm-2.3.7/configure:8892:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
jwm-2.3.7/configure-8893-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
jwm-2.3.7/configure-8950-*)
jwm-2.3.7/configure:8951:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
jwm-2.3.7/configure-8952-  # A ".." for each directory in $ac_dir_suffix.
jwm-2.3.7/configure:8953:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
jwm-2.3.7/configure-8954-  case $ac_top_builddir_sub in
##############################################
jwm-2.3.7/configure-9011-/@mandir@/p'
jwm-2.3.7/configure:9012:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
jwm-2.3.7/configure-9013-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
jwm-2.3.7/configure-9028-
jwm-2.3.7/configure:9029:# Neutralize VPATH when `$srcdir' = `.'.
jwm-2.3.7/configure-9030-# Shell code in configure.ac might set extrasub.
##############################################
jwm-2.3.7/configure-9056-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
jwm-2.3.7/configure:9057:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
jwm-2.3.7/configure-9058-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
jwm-2.3.7/configure-9107-      case "$ac_file" in
jwm-2.3.7/configure:9108:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
jwm-2.3.7/configure-9109-      esac
##############################################
jwm-2.3.7/configure-9112-        # Adjust a relative srcdir.
jwm-2.3.7/configure:9113:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
jwm-2.3.7/configure:9114:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
jwm-2.3.7/configure:9115:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
jwm-2.3.7/configure-9116-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
jwm-2.3.7/configure-9119-        case "$ac_given_srcdir" in
jwm-2.3.7/configure:9120:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
jwm-2.3.7/configure-9121-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
jwm-2.3.7/configure-9139-            fi
jwm-2.3.7/configure:9140:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
jwm-2.3.7/configure-9141-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
jwm-2.3.7/po/Makefile.in.in-88-.po.gmo:
jwm-2.3.7/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
jwm-2.3.7/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
jwm-2.3.7/po/Makefile.in.in-150-	fi; \
jwm-2.3.7/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
jwm-2.3.7/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
jwm-2.3.7/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
jwm-2.3.7/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
jwm-2.3.7/po/Makefile.in.in-197-	  cd $(srcdir) \
jwm-2.3.7/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
jwm-2.3.7/po/Makefile.in.in-228-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
jwm-2.3.7/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
jwm-2.3.7/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
jwm-2.3.7/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
jwm-2.3.7/po/Makefile.in.in-279-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
jwm-2.3.7/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
jwm-2.3.7/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
jwm-2.3.7/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
jwm-2.3.7/po/Makefile.in.in-325-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
jwm-2.3.7/po/Makefile.in.in-390-.nop.po-create:
jwm-2.3.7/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
jwm-2.3.7/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
jwm-2.3.7/po/Makefile.in.in-397-.nop.po-update:
jwm-2.3.7/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
jwm-2.3.7/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
jwm-2.3.7/po/Makefile.in.in-404-	cd $(srcdir); \
jwm-2.3.7/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
jwm-2.3.7/po/Makefile-178-.po.gmo:
jwm-2.3.7/po/Makefile:179:	@lang=`echo $* | sed -e 's,.*/,,'`; \
jwm-2.3.7/po/Makefile-180-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
jwm-2.3.7/po/Makefile-240-	fi; \
jwm-2.3.7/po/Makefile:241:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile-242-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
jwm-2.3.7/po/Makefile-282-$(POFILES): $(srcdir)/$(DOMAIN).pot
jwm-2.3.7/po/Makefile:283:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
jwm-2.3.7/po/Makefile-284-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
jwm-2.3.7/po/Makefile-287-	  cd $(srcdir) \
jwm-2.3.7/po/Makefile:288:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile-289-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
jwm-2.3.7/po/Makefile-318-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile:319:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile:320:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile-321-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
jwm-2.3.7/po/Makefile-328-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
jwm-2.3.7/po/Makefile:329:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
jwm-2.3.7/po/Makefile-330-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
jwm-2.3.7/po/Makefile-369-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile:370:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile:371:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile-372-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
jwm-2.3.7/po/Makefile-376-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
jwm-2.3.7/po/Makefile:377:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
jwm-2.3.7/po/Makefile-378-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
jwm-2.3.7/po/Makefile-415-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile:416:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile:417:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile-418-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
jwm-2.3.7/po/Makefile-480-.nop.po-create:
jwm-2.3.7/po/Makefile:481:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
jwm-2.3.7/po/Makefile-482-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
jwm-2.3.7/po/Makefile-487-.nop.po-update:
jwm-2.3.7/po/Makefile:488:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
jwm-2.3.7/po/Makefile-489-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
jwm-2.3.7/po/Makefile-494-	cd $(srcdir); \
jwm-2.3.7/po/Makefile:495:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile-496-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
jwm-2.3.7/po/Makefile-549-.insert-header.po-update-en:
jwm-2.3.7/po/Makefile:550:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
jwm-2.3.7/po/Makefile:551:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
jwm-2.3.7/po/Makefile-552-	tmpdir=`pwd`; \
jwm-2.3.7/po/Makefile-553-	echo "$$lang:"; \
jwm-2.3.7/po/Makefile:554:	ll=`echo $$lang | sed -e 's/@.*//'`; \
jwm-2.3.7/po/Makefile-555-	LC_ALL=C; export LC_ALL; \
jwm-2.3.7/po/Makefile-556-	cd $(srcdir); \
jwm-2.3.7/po/Makefile:557:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
jwm-2.3.7/po/Makefile-558-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
jwm-2.3.7/po/Makefile.in-88-.po.gmo:
jwm-2.3.7/po/Makefile.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
jwm-2.3.7/po/Makefile.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
jwm-2.3.7/po/Makefile.in-150-	fi; \
jwm-2.3.7/po/Makefile.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
jwm-2.3.7/po/Makefile.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
jwm-2.3.7/po/Makefile.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
jwm-2.3.7/po/Makefile.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
jwm-2.3.7/po/Makefile.in-197-	  cd $(srcdir) \
jwm-2.3.7/po/Makefile.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
jwm-2.3.7/po/Makefile.in-228-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile.in:229:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
jwm-2.3.7/po/Makefile.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
jwm-2.3.7/po/Makefile.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
jwm-2.3.7/po/Makefile.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
jwm-2.3.7/po/Makefile.in-279-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile.in:280:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
jwm-2.3.7/po/Makefile.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
jwm-2.3.7/po/Makefile.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
jwm-2.3.7/po/Makefile.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
jwm-2.3.7/po/Makefile.in-325-	for cat in $$catalogs; do \
jwm-2.3.7/po/Makefile.in:326:	  cat=`basename $$cat`; \
jwm-2.3.7/po/Makefile.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
jwm-2.3.7/po/Makefile.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
jwm-2.3.7/po/Makefile.in-390-.nop.po-create:
jwm-2.3.7/po/Makefile.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
jwm-2.3.7/po/Makefile.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
jwm-2.3.7/po/Makefile.in-397-.nop.po-update:
jwm-2.3.7/po/Makefile.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
jwm-2.3.7/po/Makefile.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
jwm-2.3.7/po/Makefile.in-404-	cd $(srcdir); \
jwm-2.3.7/po/Makefile.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
jwm-2.3.7/po/Makefile.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
jwm-2.3.7/po/Rules-quot-15-.insert-header.po-update-en:
jwm-2.3.7/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
jwm-2.3.7/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
jwm-2.3.7/po/Rules-quot-18-	tmpdir=`pwd`; \
jwm-2.3.7/po/Rules-quot-19-	echo "$$lang:"; \
jwm-2.3.7/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
jwm-2.3.7/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
jwm-2.3.7/po/Rules-quot-22-	cd $(srcdir); \
jwm-2.3.7/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
jwm-2.3.7/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
jwm-2.3.7/aclocal.m4-249-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
jwm-2.3.7/aclocal.m4:250:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
jwm-2.3.7/aclocal.m4-251-      fi
##############################################
jwm-2.3.7/aclocal.m4-590-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
jwm-2.3.7/aclocal.m4:591:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
jwm-2.3.7/aclocal.m4-592-    AC_MSG_RESULT([
##############################################
jwm-2.3.7/aclocal.m4-611-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
jwm-2.3.7/aclocal.m4:612:case `$LD -v 2>&1 </dev/null` in
jwm-2.3.7/aclocal.m4-613-*GNU* | *'with BFD'*)
##############################################
jwm-2.3.7/aclocal.m4-647-    # gcc leaves a trailing carriage return which upsets mingw
jwm-2.3.7/aclocal.m4:648:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
jwm-2.3.7/aclocal.m4-649-  *)
jwm-2.3.7/aclocal.m4:650:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
jwm-2.3.7/aclocal.m4-651-  esac
##############################################
jwm-2.3.7/aclocal.m4-656-      # Canonicalize the path of ld
jwm-2.3.7/aclocal.m4:657:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
jwm-2.3.7/aclocal.m4-658-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
jwm-2.3.7/aclocal.m4:659:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
jwm-2.3.7/aclocal.m4-660-      done
##############################################
jwm-2.3.7/aclocal.m4-686-      # Break only if it was the GNU/non-GNU ld that we prefer.
jwm-2.3.7/aclocal.m4:687:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
jwm-2.3.7/aclocal.m4-688-      *GNU* | *'with BFD'*)
##############################################
jwm-2.3.7/aclocal.m4-951-        dnl or AC_LIB_HAVE_LINKFLAGS call.
jwm-2.3.7/aclocal.m4:952:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
jwm-2.3.7/aclocal.m4-953-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
jwm-2.3.7/aclocal.m4-1026-                -L*)
jwm-2.3.7/aclocal.m4:1027:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
jwm-2.3.7/aclocal.m4-1028-                  dnl First look for a shared library.
##############################################
jwm-2.3.7/aclocal.m4-1170-              */$acl_libdirstem | */$acl_libdirstem/)
jwm-2.3.7/aclocal.m4:1171:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
jwm-2.3.7/aclocal.m4-1172-                if test "$name" = '$1'; then
##############################################
jwm-2.3.7/aclocal.m4-1177-              */$acl_libdirstem2 | */$acl_libdirstem2/)
jwm-2.3.7/aclocal.m4:1178:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
jwm-2.3.7/aclocal.m4-1179-                if test "$name" = '$1'; then
##############################################
jwm-2.3.7/aclocal.m4-1233-                  -L*)
jwm-2.3.7/aclocal.m4:1234:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
jwm-2.3.7/aclocal.m4-1235-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
jwm-2.3.7/aclocal.m4-1285-                  -R*)
jwm-2.3.7/aclocal.m4:1286:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
jwm-2.3.7/aclocal.m4-1287-                    if test "$enable_rpath" != no; then
##############################################
jwm-2.3.7/aclocal.m4-1315-                    dnl Handle this in the next round.
jwm-2.3.7/aclocal.m4:1316:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
jwm-2.3.7/aclocal.m4-1317-                    ;;
##############################################
jwm-2.3.7/aclocal.m4-1321-                    dnl option.
jwm-2.3.7/aclocal.m4:1322:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
jwm-2.3.7/aclocal.m4-1323-                    ;;
##############################################
jwm-2.3.7/aclocal.m4-1434-            -L) next=yes ;;
jwm-2.3.7/aclocal.m4:1435:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
jwm-2.3.7/aclocal.m4-1436-                 dnl No need to hardcode the standard /usr/lib.
##############################################
jwm-2.3.7/aclocal.m4-1682-    *)
jwm-2.3.7/aclocal.m4:1683:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
jwm-2.3.7/aclocal.m4-1684-      if test -n "$searchpath"; then
##############################################
jwm-2.3.7/aclocal.m4-1692-                ;;
jwm-2.3.7/aclocal.m4:1693:              *) searchdir=`cd "$searchdir" && pwd`
jwm-2.3.7/aclocal.m4-1694-                 case "$searchdir" in
##############################################
jwm-2.3.7/aclocal.m4-1784-changequote(,)dnl
jwm-2.3.7/aclocal.m4:1785:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
jwm-2.3.7/aclocal.m4-1786-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
jwm-2.3.7/aclocal.m4-1791-changequote(,)dnl
jwm-2.3.7/aclocal.m4:1792:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
jwm-2.3.7/aclocal.m4-1793-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
jwm-2.3.7/aclocal.m4-1810-changequote(,)dnl
jwm-2.3.7/aclocal.m4:1811:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
jwm-2.3.7/aclocal.m4-1812-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
jwm-2.3.7/aclocal.m4-1835-      case "$ac_file" in
jwm-2.3.7/aclocal.m4:1836:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
jwm-2.3.7/aclocal.m4-1837-      esac
##############################################
jwm-2.3.7/aclocal.m4-1840-        # Adjust a relative srcdir.
jwm-2.3.7/aclocal.m4:1841:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
jwm-2.3.7/aclocal.m4:1842:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
jwm-2.3.7/aclocal.m4:1843:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
jwm-2.3.7/aclocal.m4-1844-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
jwm-2.3.7/aclocal.m4-1847-        case "$ac_given_srcdir" in
jwm-2.3.7/aclocal.m4:1848:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
jwm-2.3.7/aclocal.m4-1849-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
jwm-2.3.7/aclocal.m4-1867-            fi
jwm-2.3.7/aclocal.m4:1868:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
jwm-2.3.7/aclocal.m4-1869-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
jwm-2.3.7/aclocal.m4-1964-  # Adjust a relative srcdir.
jwm-2.3.7/aclocal.m4:1965:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
jwm-2.3.7/aclocal.m4:1966:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
jwm-2.3.7/aclocal.m4:1967:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
jwm-2.3.7/aclocal.m4-1968-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
jwm-2.3.7/aclocal.m4-1971-  case "$ac_given_srcdir" in
jwm-2.3.7/aclocal.m4:1972:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
jwm-2.3.7/aclocal.m4-1973-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
jwm-2.3.7/aclocal.m4-2032-  # Set POTFILES to the value of the Makefile variable POTFILES.
jwm-2.3.7/aclocal.m4:2033:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
jwm-2.3.7/aclocal.m4:2034:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
jwm-2.3.7/aclocal.m4-2035-  # Compute POTFILES_DEPS as
##############################################
jwm-2.3.7/aclocal.m4-2047-    # The LINGUAS file contains the set of available languages.
jwm-2.3.7/aclocal.m4:2048:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
jwm-2.3.7/aclocal.m4-2049-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
jwm-2.3.7/aclocal.m4-2051-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
jwm-2.3.7/aclocal.m4:2052:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
jwm-2.3.7/aclocal.m4:2053:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
jwm-2.3.7/aclocal.m4-2054-  fi
##############################################
jwm-2.3.7/aclocal.m4-2095-    QMFILES="$QMFILES $srcdirpre$lang.qm"
jwm-2.3.7/aclocal.m4:2096:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
jwm-2.3.7/aclocal.m4-2097-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
jwm-2.3.7/aclocal.m4:2098:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
jwm-2.3.7/aclocal.m4-2099-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
jwm-2.3.7/aclocal.m4-2136-      QTCATALOGS="$QTCATALOGS $lang.qm"
jwm-2.3.7/aclocal.m4:2137:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
jwm-2.3.7/aclocal.m4-2138-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
jwm-2.3.7/aclocal.m4:2139:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
jwm-2.3.7/aclocal.m4-2140-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
jwm-2.3.7/aclocal.m4-2147-    for lang in $ALL_LINGUAS; do
jwm-2.3.7/aclocal.m4:2148:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
jwm-2.3.7/aclocal.m4-2149-      cat >> "$ac_file.tmp" <<EOF
##############################################
jwm-2.3.7/aclocal.m4-2158-    for lang in $ALL_LINGUAS; do
jwm-2.3.7/aclocal.m4:2159:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
jwm-2.3.7/aclocal.m4-2160-      cat >> "$ac_file.tmp" <<EOF
##############################################
jwm-2.3.7/config.sub-52-
jwm-2.3.7/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
jwm-2.3.7/config.sub-54-
##############################################
jwm-2.3.7/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
jwm-2.3.7/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
jwm-2.3.7/config.sub-117-case $maybe_os in
##############################################
jwm-2.3.7/config.sub-123-    os=-$maybe_os
jwm-2.3.7/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
jwm-2.3.7/config.sub-125-    ;;
##############################################
jwm-2.3.7/config.sub-127-    os=-linux-android
jwm-2.3.7/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
jwm-2.3.7/config.sub-129-    ;;
jwm-2.3.7/config.sub-130-  *)
jwm-2.3.7/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
jwm-2.3.7/config.sub-132-    if [ $basic_machine != $1 ]
jwm-2.3.7/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
jwm-2.3.7/config.sub-134-    else os=; fi
##############################################
jwm-2.3.7/config.sub-181-		os=-sco5v6
jwm-2.3.7/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-183-		;;
##############################################
jwm-2.3.7/config.sub-185-		os=-sco3.2v5
jwm-2.3.7/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-187-		;;
##############################################
jwm-2.3.7/config.sub-189-		os=-sco3.2v4
jwm-2.3.7/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-191-		;;
jwm-2.3.7/config.sub-192-	-sco3.2.[4-9]*)
jwm-2.3.7/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
jwm-2.3.7/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-195-		;;
##############################################
jwm-2.3.7/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
jwm-2.3.7/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-199-		;;
##############################################
jwm-2.3.7/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
jwm-2.3.7/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-203-		;;
##############################################
jwm-2.3.7/config.sub-205-		os=-sco3.2v2
jwm-2.3.7/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-207-		;;
jwm-2.3.7/config.sub-208-	-udk*)
jwm-2.3.7/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-210-		;;
##############################################
jwm-2.3.7/config.sub-212-		os=-isc2.2
jwm-2.3.7/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-214-		;;
##############################################
jwm-2.3.7/config.sub-218-	-isc*)
jwm-2.3.7/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
jwm-2.3.7/config.sub-220-		;;
##############################################
jwm-2.3.7/config.sub-230-	-ptx*)
jwm-2.3.7/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
jwm-2.3.7/config.sub-232-		;;
jwm-2.3.7/config.sub-233-	-windowsnt*)
jwm-2.3.7/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
jwm-2.3.7/config.sub-235-		;;
##############################################
jwm-2.3.7/config.sub-359-	*-*-*)
jwm-2.3.7/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
jwm-2.3.7/config.sub-361-		exit 1
##############################################
jwm-2.3.7/config.sub-479-	amd64-*)
jwm-2.3.7/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-481-		;;
##############################################
jwm-2.3.7/config.sub-521-	blackfin-*)
jwm-2.3.7/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-523-		os=-linux
##############################################
jwm-2.3.7/config.sub-529-	c54x-*)
jwm-2.3.7/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-531-		;;
jwm-2.3.7/config.sub-532-	c55x-*)
jwm-2.3.7/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-534-		;;
jwm-2.3.7/config.sub-535-	c6x-*)
jwm-2.3.7/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-537-		;;
##############################################
jwm-2.3.7/config.sub-732-	i*86v32)
jwm-2.3.7/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
jwm-2.3.7/config.sub-734-		os=-sysv32
##############################################
jwm-2.3.7/config.sub-736-	i*86v4*)
jwm-2.3.7/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
jwm-2.3.7/config.sub-738-		os=-sysv4
##############################################
jwm-2.3.7/config.sub-740-	i*86v)
jwm-2.3.7/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
jwm-2.3.7/config.sub-742-		os=-sysv
##############################################
jwm-2.3.7/config.sub-744-	i*86sol2)
jwm-2.3.7/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
jwm-2.3.7/config.sub-746-		os=-solaris2
##############################################
jwm-2.3.7/config.sub-774-	m68knommu-*)
jwm-2.3.7/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-776-		os=-linux
##############################################
jwm-2.3.7/config.sub-811-	mips3*-*)
jwm-2.3.7/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
jwm-2.3.7/config.sub-813-		;;
jwm-2.3.7/config.sub-814-	mips3*)
jwm-2.3.7/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
jwm-2.3.7/config.sub-816-		;;
##############################################
jwm-2.3.7/config.sub-829-	ms1-*)
jwm-2.3.7/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
jwm-2.3.7/config.sub-831-		;;
##############################################
jwm-2.3.7/config.sub-948-	parisc-*)
jwm-2.3.7/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-950-		os=-linux
##############################################
jwm-2.3.7/config.sub-964-	pc98-*)
jwm-2.3.7/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-966-		;;
##############################################
jwm-2.3.7/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
jwm-2.3.7/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-981-		;;
jwm-2.3.7/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
jwm-2.3.7/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-984-		;;
jwm-2.3.7/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
jwm-2.3.7/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-987-		;;
jwm-2.3.7/config.sub-988-	pentium4-*)
jwm-2.3.7/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-990-		;;
##############################################
jwm-2.3.7/config.sub-998-	ppc-* | ppcbe-*)
jwm-2.3.7/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-1000-		;;
##############################################
jwm-2.3.7/config.sub-1004-	ppcle-* | powerpclittle-*)
jwm-2.3.7/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-1006-		;;
##############################################
jwm-2.3.7/config.sub-1008-		;;
jwm-2.3.7/config.sub:1009:	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-1010-		;;
##############################################
jwm-2.3.7/config.sub-1014-	ppc64le-* | powerpc64little-*)
jwm-2.3.7/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-1016-		;;
##############################################
jwm-2.3.7/config.sub-1097-	strongarm-* | thumb-*)
jwm-2.3.7/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
jwm-2.3.7/config.sub-1099-		;;
##############################################
jwm-2.3.7/config.sub-1227-	xscale-* | xscalee[bl]-*)
jwm-2.3.7/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
jwm-2.3.7/config.sub-1229-		;;
##############################################
jwm-2.3.7/config.sub-1304-	*)
jwm-2.3.7/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
jwm-2.3.7/config.sub-1306-		exit 1
##############################################
jwm-2.3.7/config.sub-1312-	*-digital*)
jwm-2.3.7/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
jwm-2.3.7/config.sub-1314-		;;
jwm-2.3.7/config.sub-1315-	*-commodore*)
jwm-2.3.7/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
jwm-2.3.7/config.sub-1317-		;;
##############################################
jwm-2.3.7/config.sub-1333-	-solaris1 | -solaris1.*)
jwm-2.3.7/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
jwm-2.3.7/config.sub-1335-		;;
##############################################
jwm-2.3.7/config.sub-1345-	-gnu/linux*)
jwm-2.3.7/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
jwm-2.3.7/config.sub-1347-		;;
##############################################
jwm-2.3.7/config.sub-1391-	-nto*)
jwm-2.3.7/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
jwm-2.3.7/config.sub-1393-		;;
##############################################
jwm-2.3.7/config.sub-1398-	-mac*)
jwm-2.3.7/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
jwm-2.3.7/config.sub-1400-		;;
##############################################
jwm-2.3.7/config.sub-1404-	-linux*)
jwm-2.3.7/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
jwm-2.3.7/config.sub-1406-		;;
jwm-2.3.7/config.sub-1407-	-sunos5*)
jwm-2.3.7/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
jwm-2.3.7/config.sub-1409-		;;
jwm-2.3.7/config.sub-1410-	-sunos6*)
jwm-2.3.7/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
jwm-2.3.7/config.sub-1412-		;;
##############################################
jwm-2.3.7/config.sub-1459-	-sinix5.*)
jwm-2.3.7/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
jwm-2.3.7/config.sub-1461-		;;
##############################################
jwm-2.3.7/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
jwm-2.3.7/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
jwm-2.3.7/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
jwm-2.3.7/config.sub-1515-		exit 1
##############################################
jwm-2.3.7/config.sub-1775-		esac
jwm-2.3.7/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
jwm-2.3.7/config.sub-1777-		;;
##############################################
jwm-2.3.7/Makefile.in-80-force-update-gmo-%: check-gettext
jwm-2.3.7/Makefile.in:81:	@language=`echo $@ | sed s/force-update-gmo-//` ; \
jwm-2.3.7/Makefile.in-82-	if test ! -f po/$$language.po ; then \