===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sawfish-1.11.90/Makefile.in-107-DOC :
sawfish-1.11.90/Makefile.in:108:	repdoc DOC `find $(srcdir) \( -name '*.c' -o -name '*.jl' \) -print`
sawfish-1.11.90/Makefile.in-109-
##############################################
sawfish-1.11.90/Makefile.in-135-TAGS :
sawfish-1.11.90/Makefile.in:136:	etags --language=c `find $(srcdir) -name '*.[ch]' -print` \
sawfish-1.11.90/Makefile.in:137:	      --language=lisp `find $(srcdir) -name '*.jl' -print`
sawfish-1.11.90/Makefile.in-138-
##############################################
sawfish-1.11.90/lisp/sawfish/wm/tile/utils.jl-67-  (define (scr-height #!optional (tm 0) (bm 0)) (- (cadddr (calculate-workarea #:head (current-head))) tm bm))
sawfish-1.11.90/lisp/sawfish/wm/tile/utils.jl:68:  (define (scr-width #!optional (l 0) (r 0) (g 0)) (- (caddr (calculate-workarea #:head (current-head))) l r g))
sawfish-1.11.90/lisp/sawfish/wm/tile/utils.jl-69-
##############################################
sawfish-1.11.90/lisp/sawfish/wm/windows.jl-269-    "Returns the window pid, or nil if not available."
sawfish-1.11.90/lisp/sawfish/wm/windows.jl:270:    (when (caddr (get-x-property win '_NET_WM_PID))
sawfish-1.11.90/lisp/sawfish/wm/windows.jl:271:      (aref (caddr (get-x-property win '_NET_WM_PID)) 0)))
sawfish-1.11.90/lisp/sawfish/wm/windows.jl-272-
##############################################
sawfish-1.11.90/mkinstalldirs-12-do
sawfish-1.11.90/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
sawfish-1.11.90/mkinstalldirs-14-   shift
##############################################
sawfish-1.11.90/moved-6-
sawfish-1.11.90/moved:7:dir=`dirname $0`
sawfish-1.11.90/moved:8:name=`basename $0`
sawfish-1.11.90/moved-9-
##############################################
sawfish-1.11.90/moved-11-  sawmill*)
sawfish-1.11.90/moved:12:    ext=`echo $name | sed -e 's/^sawmill\(.*\)$/\1/'`
sawfish-1.11.90/moved-13-    ;;
##############################################
sawfish-1.11.90/po/Makefile.in-41-	for f in $(CATALOGS); do \
sawfish-1.11.90/po/Makefile.in:42:	  st=`basename $$f .mo`; \
sawfish-1.11.90/po/Makefile.in-43-	  if test '!' -d $(DESTDIR)$(localedir)/$$st/LC_MESSAGES/; then \
##############################################
sawfish-1.11.90/po/Makefile.in-57-	for cat in $$catalogs; do \
sawfish-1.11.90/po/Makefile.in:58:	  cat=`basename $$cat`; \
sawfish-1.11.90/po/Makefile.in:59:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
sawfish-1.11.90/po/Makefile.in-60-	  mv $$lang.po $$lang.old.po; \
##############################################
sawfish-1.11.90/screenshotter/make_screenshot.sh-18-sleep 1
sawfish-1.11.90/screenshotter/make_screenshot.sh:19:bgimg=`ls $HOME/.sawfish/themes/$THEME/*.jpg | head -1`
sawfish-1.11.90/screenshotter/make_screenshot.sh-20-if [ x"$bgimg" = "x" ]; then
##############################################
sawfish-1.11.90/screenshotter/make_screenshots.sh-2-
sawfish-1.11.90/screenshotter/make_screenshots.sh:3:BKGD=`dirname $0`/bkgd.jpg
sawfish-1.11.90/screenshotter/make_screenshots.sh-4-
##############################################
sawfish-1.11.90/screenshotter/make_screenshots.sh-11-  pushd $HOME/.sawfish/tarballs > /dev/null
sawfish-1.11.90/screenshotter/make_screenshots.sh:12:  theme=`echo $tarball | perl -ne '/\/([^\/]*)(-[0-9\.]+)(-\d{8,14}).tar.gz/ && print "$1\n";'`
sawfish-1.11.90/screenshotter/make_screenshots.sh-13-  echo "Theme: $theme"
##############################################
sawfish-1.11.90/src/fake-libexec-15-for f in $libs; do
sawfish-1.11.90/src/fake-libexec:16:  g=`echo $f | tr . /`
sawfish-1.11.90/src/fake-libexec-17-  src=$libdir
sawfish-1.11.90/src/fake-libexec:18:  dest=$libexecdir/`dirname $g`
sawfish-1.11.90/src/fake-libexec:19:  for b in `( cd $libdir && echo *\`basename $g\`.* )`; do
sawfish-1.11.90/src/fake-libexec-20-    rm -f $dest/$b
##############################################
sawfish-1.11.90/src/images.c-1589-	    data[1] = rep_INT (rep_CADR (pixel));
sawfish-1.11.90/src/images.c:1590:	    data[2] = rep_INT (rep_CADDR (pixel));
sawfish-1.11.90/src/images.c-1591-	    if (nchannels > 3)
##############################################
sawfish-1.11.90/themes/Makefile.in-50-	    if [ $$f != $(srcdir)/$$d/CVS ]; then \
sawfish-1.11.90/themes/Makefile.in:51:	      ( cd $(srcdir) && GZIP=-9n tar --sort=name -czf $$d.tar.gz `LC_ALL=C ls -d $$d/*` ) ; \
sawfish-1.11.90/themes/Makefile.in-52-	      $(INSTALL_DATA) $$d.tar.gz $(DESTDIR)$(themedir)/$$d.tar.gz; \
##############################################
sawfish-1.11.90/config.guess-34-
sawfish-1.11.90/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
sawfish-1.11.90/config.guess-36-
##############################################
sawfish-1.11.90/config.guess-102-: ${TMPDIR=/tmp} ;
sawfish-1.11.90/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
sawfish-1.11.90/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
sawfish-1.11.90/config.guess-151-	EOF
sawfish-1.11.90/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
sawfish-1.11.90/config.guess-153-	;;
##############################################
sawfish-1.11.90/config.guess-181-	    earmv*)
sawfish-1.11.90/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
sawfish-1.11.90/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
sawfish-1.11.90/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
sawfish-1.11.90/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
sawfish-1.11.90/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
sawfish-1.11.90/config.guess-212-		;;
##############################################
sawfish-1.11.90/config.guess-223-	    *)
sawfish-1.11.90/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
sawfish-1.11.90/config.guess-225-		;;
##############################################
sawfish-1.11.90/config.guess-257-	*4.0)
sawfish-1.11.90/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
sawfish-1.11.90/config.guess-259-		;;
sawfish-1.11.90/config.guess-260-	*5.*)
sawfish-1.11.90/config.guess:261:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
sawfish-1.11.90/config.guess-262-		;;
##############################################
sawfish-1.11.90/config.guess-267-	# types through head -n 1, so we only detect the type of CPU 0.
sawfish-1.11.90/config.guess:268:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
sawfish-1.11.90/config.guess-269-	case "$ALPHA_CPU_TYPE" in
##############################################
sawfish-1.11.90/config.guess-305-	# 1.2 uses "1.2" for uname -r.
sawfish-1.11.90/config.guess:306:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
sawfish-1.11.90/config.guess-307-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
sawfish-1.11.90/config.guess-365-    s390x:SunOS:*:*)
sawfish-1.11.90/config.guess:366:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sawfish-1.11.90/config.guess-367-	exit ;;
sawfish-1.11.90/config.guess-368-    sun4H:SunOS:5.*:*)
sawfish-1.11.90/config.guess:369:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sawfish-1.11.90/config.guess-370-	exit ;;
sawfish-1.11.90/config.guess-371-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
sawfish-1.11.90/config.guess:372:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sawfish-1.11.90/config.guess-373-	exit ;;
##############################################
sawfish-1.11.90/config.guess-390-	fi
sawfish-1.11.90/config.guess:391:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sawfish-1.11.90/config.guess-392-	exit ;;
##############################################
sawfish-1.11.90/config.guess-396-	# it's likely to be more like Solaris than SunOS4.
sawfish-1.11.90/config.guess:397:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sawfish-1.11.90/config.guess-398-	exit ;;
##############################################
sawfish-1.11.90/config.guess-405-	# Japanese Language versions have a version number like `4.1.3-JL'.
sawfish-1.11.90/config.guess:406:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
sawfish-1.11.90/config.guess-407-	exit ;;
##############################################
sawfish-1.11.90/config.guess-411-    sun*:*:4.2BSD:*)
sawfish-1.11.90/config.guess:412:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
sawfish-1.11.90/config.guess-413-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
sawfish-1.11.90/config.guess-493-	$CC_FOR_BUILD -o $dummy $dummy.c &&
sawfish-1.11.90/config.guess:494:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
sawfish-1.11.90/config.guess:495:	  SYSTEM_NAME=`$dummy $dummyarg` &&
sawfish-1.11.90/config.guess-496-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
sawfish-1.11.90/config.guess-549-    *:IRIX*:*:*)
sawfish-1.11.90/config.guess:550:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
sawfish-1.11.90/config.guess-551-	exit ;;
##############################################
sawfish-1.11.90/config.guess-579-EOF
sawfish-1.11.90/config.guess:580:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
sawfish-1.11.90/config.guess-581-		then
##############################################
sawfish-1.11.90/config.guess-592-    *:AIX:*:[4567])
sawfish-1.11.90/config.guess:593:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
sawfish-1.11.90/config.guess-594-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
sawfish-1.11.90/config.guess-628-    9000/[34678]??:HP-UX:*:*)
sawfish-1.11.90/config.guess:629:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sawfish-1.11.90/config.guess-630-	case "${UNAME_MACHINE}" in
##############################################
sawfish-1.11.90/config.guess-682-EOF
sawfish-1.11.90/config.guess:683:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
sawfish-1.11.90/config.guess-684-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
sawfish-1.11.90/config.guess-710-    ia64:HP-UX:*:*)
sawfish-1.11.90/config.guess:711:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sawfish-1.11.90/config.guess-712-	echo ia64-hp-hpux${HPUX_REV}
##############################################
sawfish-1.11.90/config.guess-740-EOF
sawfish-1.11.90/config.guess:741:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
sawfish-1.11.90/config.guess-742-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
sawfish-1.11.90/config.guess-811-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sawfish-1.11.90/config.guess:812:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
sawfish-1.11.90/config.guess-813-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sawfish-1.11.90/config.guess-816-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sawfish-1.11.90/config.guess:817:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
sawfish-1.11.90/config.guess-818-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sawfish-1.11.90/config.guess-832-	    amd64)
sawfish-1.11.90/config.guess:833:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sawfish-1.11.90/config.guess-834-	    *)
sawfish-1.11.90/config.guess:835:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sawfish-1.11.90/config.guess-836-	esac
##############################################
sawfish-1.11.90/config.guess-890-    prep*:SunOS:5.*:*)
sawfish-1.11.90/config.guess:891:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sawfish-1.11.90/config.guess-892-	exit ;;
##############################################
sawfish-1.11.90/config.guess-894-	# the GNU system
sawfish-1.11.90/config.guess:895:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
sawfish-1.11.90/config.guess-896-	exit ;;
##############################################
sawfish-1.11.90/config.guess-898-	# other systems with GNU libc and userland
sawfish-1.11.90/config.guess:899:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
sawfish-1.11.90/config.guess-900-	exit ;;
##############################################
sawfish-1.11.90/config.guess-989-EOF
sawfish-1.11.90/config.guess:990:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
sawfish-1.11.90/config.guess-991-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
sawfish-1.11.90/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
sawfish-1.11.90/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
sawfish-1.11.90/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
sawfish-1.11.90/config.guess-1283-	fi
sawfish-1.11.90/config.guess:1284:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
sawfish-1.11.90/config.guess-1285-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
sawfish-1.11.90/config.guess-1368-    *:DragonFly:*:*)
sawfish-1.11.90/config.guess:1369:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
sawfish-1.11.90/config.guess-1370-	exit ;;
##############################################
sawfish-1.11.90/config.guess-1381-    i*86:skyos:*:*)
sawfish-1.11.90/config.guess:1382:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
sawfish-1.11.90/config.guess-1383-	exit ;;
##############################################
sawfish-1.11.90/config.sub-52-
sawfish-1.11.90/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
sawfish-1.11.90/config.sub-54-
##############################################
sawfish-1.11.90/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
sawfish-1.11.90/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
sawfish-1.11.90/config.sub-117-case $maybe_os in
##############################################
sawfish-1.11.90/config.sub-123-    os=-$maybe_os
sawfish-1.11.90/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
sawfish-1.11.90/config.sub-125-    ;;
##############################################
sawfish-1.11.90/config.sub-127-    os=-linux-android
sawfish-1.11.90/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
sawfish-1.11.90/config.sub-129-    ;;
sawfish-1.11.90/config.sub-130-  *)
sawfish-1.11.90/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
sawfish-1.11.90/config.sub-132-    if [ $basic_machine != $1 ]
sawfish-1.11.90/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
sawfish-1.11.90/config.sub-134-    else os=; fi
##############################################
sawfish-1.11.90/config.sub-181-		os=-sco5v6
sawfish-1.11.90/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-183-		;;
##############################################
sawfish-1.11.90/config.sub-185-		os=-sco3.2v5
sawfish-1.11.90/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-187-		;;
##############################################
sawfish-1.11.90/config.sub-189-		os=-sco3.2v4
sawfish-1.11.90/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-191-		;;
sawfish-1.11.90/config.sub-192-	-sco3.2.[4-9]*)
sawfish-1.11.90/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
sawfish-1.11.90/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-195-		;;
##############################################
sawfish-1.11.90/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
sawfish-1.11.90/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-199-		;;
##############################################
sawfish-1.11.90/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
sawfish-1.11.90/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-203-		;;
##############################################
sawfish-1.11.90/config.sub-205-		os=-sco3.2v2
sawfish-1.11.90/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-207-		;;
sawfish-1.11.90/config.sub-208-	-udk*)
sawfish-1.11.90/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-210-		;;
##############################################
sawfish-1.11.90/config.sub-212-		os=-isc2.2
sawfish-1.11.90/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-214-		;;
##############################################
sawfish-1.11.90/config.sub-218-	-isc*)
sawfish-1.11.90/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sawfish-1.11.90/config.sub-220-		;;
##############################################
sawfish-1.11.90/config.sub-230-	-ptx*)
sawfish-1.11.90/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
sawfish-1.11.90/config.sub-232-		;;
sawfish-1.11.90/config.sub-233-	-windowsnt*)
sawfish-1.11.90/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
sawfish-1.11.90/config.sub-235-		;;
##############################################
sawfish-1.11.90/config.sub-367-	*-*-*)
sawfish-1.11.90/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sawfish-1.11.90/config.sub-369-		exit 1
##############################################
sawfish-1.11.90/config.sub-494-	amd64-*)
sawfish-1.11.90/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-496-		;;
##############################################
sawfish-1.11.90/config.sub-539-	blackfin-*)
sawfish-1.11.90/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-541-		os=-linux
##############################################
sawfish-1.11.90/config.sub-547-	c54x-*)
sawfish-1.11.90/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-549-		;;
sawfish-1.11.90/config.sub-550-	c55x-*)
sawfish-1.11.90/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-552-		;;
sawfish-1.11.90/config.sub-553-	c6x-*)
sawfish-1.11.90/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-555-		;;
##############################################
sawfish-1.11.90/config.sub-750-	i*86v32)
sawfish-1.11.90/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sawfish-1.11.90/config.sub-752-		os=-sysv32
##############################################
sawfish-1.11.90/config.sub-754-	i*86v4*)
sawfish-1.11.90/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sawfish-1.11.90/config.sub-756-		os=-sysv4
##############################################
sawfish-1.11.90/config.sub-758-	i*86v)
sawfish-1.11.90/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sawfish-1.11.90/config.sub-760-		os=-sysv
##############################################
sawfish-1.11.90/config.sub-762-	i*86sol2)
sawfish-1.11.90/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sawfish-1.11.90/config.sub-764-		os=-solaris2
##############################################
sawfish-1.11.90/config.sub-788-	leon-*|leon[3-9]-*)
sawfish-1.11.90/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
sawfish-1.11.90/config.sub-790-		;;
##############################################
sawfish-1.11.90/config.sub-795-	m68knommu-*)
sawfish-1.11.90/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-797-		os=-linux
##############################################
sawfish-1.11.90/config.sub-832-	mips3*-*)
sawfish-1.11.90/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
sawfish-1.11.90/config.sub-834-		;;
sawfish-1.11.90/config.sub-835-	mips3*)
sawfish-1.11.90/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
sawfish-1.11.90/config.sub-837-		;;
##############################################
sawfish-1.11.90/config.sub-854-	ms1-*)
sawfish-1.11.90/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
sawfish-1.11.90/config.sub-856-		;;
##############################################
sawfish-1.11.90/config.sub-973-	parisc-*)
sawfish-1.11.90/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-975-		os=-linux
##############################################
sawfish-1.11.90/config.sub-989-	pc98-*)
sawfish-1.11.90/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-991-		;;
##############################################
sawfish-1.11.90/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
sawfish-1.11.90/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1006-		;;
sawfish-1.11.90/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
sawfish-1.11.90/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1009-		;;
sawfish-1.11.90/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
sawfish-1.11.90/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1012-		;;
sawfish-1.11.90/config.sub-1013-	pentium4-*)
sawfish-1.11.90/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1015-		;;
##############################################
sawfish-1.11.90/config.sub-1023-	ppc-* | ppcbe-*)
sawfish-1.11.90/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1025-		;;
##############################################
sawfish-1.11.90/config.sub-1029-	ppcle-* | powerpclittle-*)
sawfish-1.11.90/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1031-		;;
##############################################
sawfish-1.11.90/config.sub-1033-		;;
sawfish-1.11.90/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1035-		;;
##############################################
sawfish-1.11.90/config.sub-1039-	ppc64le-* | powerpc64little-*)
sawfish-1.11.90/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1041-		;;
##############################################
sawfish-1.11.90/config.sub-1122-	strongarm-* | thumb-*)
sawfish-1.11.90/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
sawfish-1.11.90/config.sub-1124-		;;
##############################################
sawfish-1.11.90/config.sub-1252-	xscale-* | xscalee[bl]-*)
sawfish-1.11.90/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
sawfish-1.11.90/config.sub-1254-		;;
##############################################
sawfish-1.11.90/config.sub-1329-	*)
sawfish-1.11.90/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sawfish-1.11.90/config.sub-1331-		exit 1
##############################################
sawfish-1.11.90/config.sub-1337-	*-digital*)
sawfish-1.11.90/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
sawfish-1.11.90/config.sub-1339-		;;
sawfish-1.11.90/config.sub-1340-	*-commodore*)
sawfish-1.11.90/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
sawfish-1.11.90/config.sub-1342-		;;
##############################################
sawfish-1.11.90/config.sub-1358-	-solaris1 | -solaris1.*)
sawfish-1.11.90/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
sawfish-1.11.90/config.sub-1360-		;;
##############################################
sawfish-1.11.90/config.sub-1370-	-gnu/linux*)
sawfish-1.11.90/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
sawfish-1.11.90/config.sub-1372-		;;
##############################################
sawfish-1.11.90/config.sub-1416-	-nto*)
sawfish-1.11.90/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
sawfish-1.11.90/config.sub-1418-		;;
##############################################
sawfish-1.11.90/config.sub-1423-	-mac*)
sawfish-1.11.90/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
sawfish-1.11.90/config.sub-1425-		;;
##############################################
sawfish-1.11.90/config.sub-1429-	-linux*)
sawfish-1.11.90/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
sawfish-1.11.90/config.sub-1431-		;;
sawfish-1.11.90/config.sub-1432-	-sunos5*)
sawfish-1.11.90/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
sawfish-1.11.90/config.sub-1434-		;;
sawfish-1.11.90/config.sub-1435-	-sunos6*)
sawfish-1.11.90/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
sawfish-1.11.90/config.sub-1437-		;;
##############################################
sawfish-1.11.90/config.sub-1484-	-sinix5.*)
sawfish-1.11.90/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
sawfish-1.11.90/config.sub-1486-		;;
##############################################
sawfish-1.11.90/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
sawfish-1.11.90/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
sawfish-1.11.90/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
sawfish-1.11.90/config.sub-1540-		exit 1
##############################################
sawfish-1.11.90/config.sub-1800-		esac
sawfish-1.11.90/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
sawfish-1.11.90/config.sub-1802-		;;
##############################################
sawfish-1.11.90/install-sh-229-      fi
sawfish-1.11.90/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
sawfish-1.11.90/install-sh-231-    *)
##############################################
sawfish-1.11.90/install-sh-276-      dstdir=$dst
sawfish-1.11.90/install-sh:277:      dst=$dstdir/`basename "$src"`
sawfish-1.11.90/install-sh-278-      dstdir_status=0
##############################################
sawfish-1.11.90/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
sawfish-1.11.90/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
sawfish-1.11.90/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
sawfish-1.11.90/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
sawfish-1.11.90/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
sawfish-1.11.90/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
sawfish-1.11.90/install-sh-425-	    case $prefix in
sawfish-1.11.90/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
sawfish-1.11.90/install-sh-427-	      *) qprefix=$prefix;;
##############################################
sawfish-1.11.90/install-sh-474-    if $copy_on_change &&
sawfish-1.11.90/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
sawfish-1.11.90/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
sawfish-1.11.90/install-sh-477-
##############################################
sawfish-1.11.90/ltmain.sh-167-{
sawfish-1.11.90/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
sawfish-1.11.90/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
sawfish-1.11.90/ltmain.sh-179-{
sawfish-1.11.90/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
sawfish-1.11.90/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-198-    # Extract subdirectory from the argument.
sawfish-1.11.90/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
sawfish-1.11.90/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
sawfish-1.11.90/ltmain.sh-204-    fi
sawfish-1.11.90/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
sawfish-1.11.90/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-217-    case ${2} in
sawfish-1.11.90/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
sawfish-1.11.90/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
sawfish-1.11.90/ltmain.sh-220-    esac
##############################################
sawfish-1.11.90/ltmain.sh-380-     progdir=$func_dirname_result
sawfish-1.11.90/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
sawfish-1.11.90/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
sawfish-1.11.90/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
sawfish-1.11.90/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
sawfish-1.11.90/ltmain.sh-419-bs='\\'
##############################################
sawfish-1.11.90/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
sawfish-1.11.90/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
sawfish-1.11.90/ltmain.sh-533-      done
sawfish-1.11.90/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
sawfish-1.11.90/ltmain.sh-535-
##############################################
sawfish-1.11.90/ltmain.sh-566-      # If mktemp works, use that first and foremost
sawfish-1.11.90/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
sawfish-1.11.90/ltmain.sh-568-
##############################################
sawfish-1.11.90/ltmain.sh-597-      *[\\\`\"\$]*)
sawfish-1.11.90/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
sawfish-1.11.90/ltmain.sh-599-      *)
##############################################
sawfish-1.11.90/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
sawfish-1.11.90/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
sawfish-1.11.90/ltmain.sh-704-    ;;
##############################################
sawfish-1.11.90/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
sawfish-1.11.90/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
sawfish-1.11.90/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
sawfish-1.11.90/ltmain.sh-772-	p
##############################################
sawfish-1.11.90/ltmain.sh-803-
sawfish-1.11.90/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
sawfish-1.11.90/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
sawfish-1.11.90/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-816-
sawfish-1.11.90/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
sawfish-1.11.90/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
sawfish-1.11.90/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-862-{
sawfish-1.11.90/ltmain.sh:863:    func_arith_result=`expr "${@}"`
sawfish-1.11.90/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-870-{
sawfish-1.11.90/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
sawfish-1.11.90/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-877-{
sawfish-1.11.90/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
sawfish-1.11.90/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-884-{
sawfish-1.11.90/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
sawfish-1.11.90/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
sawfish-1.11.90/ltmain.sh-968-	# quotes we have to do it in 2 steps:
sawfish-1.11.90/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
sawfish-1.11.90/ltmain.sh-970-	eval "$extractedcf"
##############################################
sawfish-1.11.90/ltmain.sh-1382-      done
sawfish-1.11.90/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
sawfish-1.11.90/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
sawfish-1.11.90/ltmain.sh-1385-      case $@ in
##############################################
sawfish-1.11.90/ltmain.sh-1395-	    # Evaluate the configuration.
sawfish-1.11.90/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
sawfish-1.11.90/ltmain.sh-1397-	    CC_quoted=
##############################################
sawfish-1.11.90/ltmain.sh-1401-	    done
sawfish-1.11.90/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
sawfish-1.11.90/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
sawfish-1.11.90/ltmain.sh-1404-	    case "$@ " in
##############################################
sawfish-1.11.90/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
sawfish-1.11.90/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
sawfish-1.11.90/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
sawfish-1.11.90/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
sawfish-1.11.90/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
sawfish-1.11.90/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
sawfish-1.11.90/ltmain.sh-1721-    # LT_CYGPATH in this case.
sawfish-1.11.90/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
sawfish-1.11.90/ltmain.sh-1723-  fi
##############################################
sawfish-1.11.90/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
sawfish-1.11.90/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
sawfish-1.11.90/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
sawfish-1.11.90/ltmain.sh-2060-    *.[cCFSifmso] | \
sawfish-1.11.90/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
sawfish-1.11.90/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
sawfish-1.11.90/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
sawfish-1.11.90/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
sawfish-1.11.90/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
sawfish-1.11.90/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
sawfish-1.11.90/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
sawfish-1.11.90/ltmain.sh-2158-
##############################################
sawfish-1.11.90/ltmain.sh-2204-      if test "$need_locks" = warn &&
sawfish-1.11.90/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sawfish-1.11.90/ltmain.sh-2206-	$ECHO "\
sawfish-1.11.90/ltmain.sh-2207-*** ERROR, $lockfile contains:
sawfish-1.11.90/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
sawfish-1.11.90/ltmain.sh-2209-
##############################################
sawfish-1.11.90/ltmain.sh-2253-      if test "$need_locks" = warn &&
sawfish-1.11.90/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sawfish-1.11.90/ltmain.sh-2255-	$ECHO "\
sawfish-1.11.90/ltmain.sh-2256-*** ERROR, $lockfile contains:
sawfish-1.11.90/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
sawfish-1.11.90/ltmain.sh-2258-
##############################################
sawfish-1.11.90/ltmain.sh-2548-	  test -n "$library_names" && \
sawfish-1.11.90/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
sawfish-1.11.90/ltmain.sh-2550-	  continue
##############################################
sawfish-1.11.90/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
sawfish-1.11.90/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
sawfish-1.11.90/ltmain.sh-2561-	  fi
##############################################
sawfish-1.11.90/ltmain.sh-2577-      # Get the absolute pathname.
sawfish-1.11.90/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
sawfish-1.11.90/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
sawfish-1.11.90/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
sawfish-1.11.90/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
sawfish-1.11.90/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
sawfish-1.11.90/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
sawfish-1.11.90/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
sawfish-1.11.90/ltmain.sh-2959-
##############################################
sawfish-1.11.90/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
sawfish-1.11.90/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
sawfish-1.11.90/ltmain.sh-2972-	  else
sawfish-1.11.90/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
sawfish-1.11.90/ltmain.sh-2974-	  fi
##############################################
sawfish-1.11.90/ltmain.sh-3130-	    fi
sawfish-1.11.90/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
sawfish-1.11.90/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
sawfish-1.11.90/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
sawfish-1.11.90/ltmain.sh-3134-	      finalize=no
##############################################
sawfish-1.11.90/ltmain.sh-3149-	        # Replace the output file specification.
sawfish-1.11.90/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
sawfish-1.11.90/ltmain.sh-3151-
##############################################
sawfish-1.11.90/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
sawfish-1.11.90/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
sawfish-1.11.90/ltmain.sh-3170-	  fi
##############################################
sawfish-1.11.90/ltmain.sh-3241-    my_pic_p="${3-no}"
sawfish-1.11.90/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
sawfish-1.11.90/ltmain.sh-3243-    my_dlsyms=
##############################################
sawfish-1.11.90/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
sawfish-1.11.90/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
sawfish-1.11.90/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
sawfish-1.11.90/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
sawfish-1.11.90/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
sawfish-1.11.90/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
sawfish-1.11.90/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sawfish-1.11.90/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sawfish-1.11.90/ltmain.sh-3509-	  else
sawfish-1.11.90/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/ltmain.sh-3512-	  fi
##############################################
sawfish-1.11.90/ltmain.sh-3514-	*)
sawfish-1.11.90/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/ltmain.sh-3517-	  ;;
##############################################
sawfish-1.11.90/ltmain.sh-3529-      # Nullify the symbol file.
sawfish-1.11.90/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
sawfish-1.11.90/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
sawfish-1.11.90/ltmain.sh-3532-    fi
##############################################
sawfish-1.11.90/ltmain.sh-3545-  win32_libid_type="unknown"
sawfish-1.11.90/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
sawfish-1.11.90/ltmain.sh-3547-  case $win32_fileres in
##############################################
sawfish-1.11.90/ltmain.sh-3596-  $opt_debug
sawfish-1.11.90/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
sawfish-1.11.90/ltmain.sh-3598-}
##############################################
sawfish-1.11.90/ltmain.sh-3613-  $opt_debug
sawfish-1.11.90/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
sawfish-1.11.90/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
sawfish-1.11.90/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sawfish-1.11.90/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
sawfish-1.11.90/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
sawfish-1.11.90/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sawfish-1.11.90/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
sawfish-1.11.90/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
sawfish-1.11.90/ltmain.sh-3700-    # binutils import library
sawfish-1.11.90/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
sawfish-1.11.90/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
sawfish-1.11.90/ltmain.sh-3703-    # ms-generated import library
sawfish-1.11.90/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
sawfish-1.11.90/ltmain.sh-3705-  else
##############################################
sawfish-1.11.90/ltmain.sh-3780-	  darwin_curdir=`pwd`
sawfish-1.11.90/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
sawfish-1.11.90/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
sawfish-1.11.90/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
sawfish-1.11.90/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
sawfish-1.11.90/ltmain.sh-3785-	    darwin_arch=
##############################################
sawfish-1.11.90/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
sawfish-1.11.90/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
sawfish-1.11.90/ltmain.sh-3797-	    darwin_file=
##############################################
sawfish-1.11.90/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
sawfish-1.11.90/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
sawfish-1.11.90/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
sawfish-1.11.90/ltmain.sh-3814-      esac
sawfish-1.11.90/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
sawfish-1.11.90/ltmain.sh-3816-    done
##############################################
sawfish-1.11.90/ltmain.sh-3885-
sawfish-1.11.90/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
sawfish-1.11.90/ltmain.sh-3887-    $ECHO "\
##############################################
sawfish-1.11.90/ltmain.sh-3920-    --lt-dump-script)
sawfish-1.11.90/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
sawfish-1.11.90/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
sawfish-1.11.90/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
sawfish-1.11.90/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
sawfish-1.11.90/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
sawfish-1.11.90/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
sawfish-1.11.90/ltmain.sh-3949-  done
##############################################
sawfish-1.11.90/ltmain.sh-4005-  # Find the directory that this script lives in.
sawfish-1.11.90/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
sawfish-1.11.90/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
sawfish-1.11.90/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
sawfish-1.11.90/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
sawfish-1.11.90/ltmain.sh-4011-  while test -n \"\$file\"; do
sawfish-1.11.90/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
sawfish-1.11.90/ltmain.sh-4013-
##############################################
sawfish-1.11.90/ltmain.sh-4021-
sawfish-1.11.90/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
sawfish-1.11.90/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
sawfish-1.11.90/ltmain.sh-4024-  done
##############################################
sawfish-1.11.90/ltmain.sh-4035-    case \"\$thisdir\" in
sawfish-1.11.90/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
sawfish-1.11.90/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
sawfish-1.11.90/ltmain.sh-4041-  # Try to get the absolute directory name.
sawfish-1.11.90/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
sawfish-1.11.90/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
sawfish-1.11.90/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
sawfish-1.11.90/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
sawfish-1.11.90/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
sawfish-1.11.90/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
sawfish-1.11.90/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
sawfish-1.11.90/ltmain.sh-4068-      else
##############################################
sawfish-1.11.90/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
sawfish-1.11.90/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
sawfish-1.11.90/ltmain.sh-4112-
##############################################
sawfish-1.11.90/ltmain.sh-5085-    $opt_debug
sawfish-1.11.90/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
sawfish-1.11.90/ltmain.sh-5087-    *import*) : ;;
##############################################
sawfish-1.11.90/ltmain.sh-5307-	    moreargs=
sawfish-1.11.90/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
sawfish-1.11.90/ltmain.sh-5309-	    do
##############################################
sawfish-1.11.90/ltmain.sh-5563-	*)
sawfish-1.11.90/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
sawfish-1.11.90/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
sawfish-1.11.90/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sawfish-1.11.90/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
sawfish-1.11.90/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
sawfish-1.11.90/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
sawfish-1.11.90/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
sawfish-1.11.90/ltmain.sh-6018-    else
##############################################
sawfish-1.11.90/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
sawfish-1.11.90/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sawfish-1.11.90/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
sawfish-1.11.90/ltmain.sh-6394-	else
sawfish-1.11.90/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
sawfish-1.11.90/ltmain.sh-6396-	fi
##############################################
sawfish-1.11.90/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
sawfish-1.11.90/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
sawfish-1.11.90/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
sawfish-1.11.90/ltmain.sh-6431-	fi
sawfish-1.11.90/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
sawfish-1.11.90/ltmain.sh-6504-	*)
sawfish-1.11.90/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
sawfish-1.11.90/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
sawfish-1.11.90/ltmain.sh-6757-	    shift
sawfish-1.11.90/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
sawfish-1.11.90/ltmain.sh-7049-		*)
sawfish-1.11.90/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
sawfish-1.11.90/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
sawfish-1.11.90/ltmain.sh-7060-		  depdepl=
sawfish-1.11.90/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
sawfish-1.11.90/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
sawfish-1.11.90/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
sawfish-1.11.90/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
sawfish-1.11.90/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
sawfish-1.11.90/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
sawfish-1.11.90/ltmain.sh-7071-                      fi
##############################################
sawfish-1.11.90/ltmain.sh-7082-		else
sawfish-1.11.90/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
sawfish-1.11.90/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
sawfish-1.11.90/ltmain.sh-7105-	else
sawfish-1.11.90/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/ltmain.sh-7107-	fi
##############################################
sawfish-1.11.90/ltmain.sh-7254-	test "$module" = no && \
sawfish-1.11.90/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
sawfish-1.11.90/ltmain.sh-7256-
##############################################
sawfish-1.11.90/ltmain.sh-7392-	if test "$age" -gt "$current"; then
sawfish-1.11.90/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
sawfish-1.11.90/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
sawfish-1.11.90/ltmain.sh-7553-	removelist=
sawfish-1.11.90/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
sawfish-1.11.90/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
sawfish-1.11.90/ltmain.sh-7579-	# Transform .lo files to .o files.
sawfish-1.11.90/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
sawfish-1.11.90/ltmain.sh-7581-      fi
##############################################
sawfish-1.11.90/ltmain.sh-7584-      #for path in $notinst_path; do
sawfish-1.11.90/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
sawfish-1.11.90/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
sawfish-1.11.90/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
sawfish-1.11.90/ltmain.sh-7588-      #done
##############################################
sawfish-1.11.90/ltmain.sh-7705-		if test -n "$i" ; then
sawfish-1.11.90/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sawfish-1.11.90/ltmain.sh-7708-		  set dummy $deplib_matches; shift
sawfish-1.11.90/ltmain.sh-7709-		  deplib_match=$1
sawfish-1.11.90/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sawfish-1.11.90/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
sawfish-1.11.90/ltmain.sh-7748-		  if test -n "$i" ; then
sawfish-1.11.90/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sawfish-1.11.90/ltmain.sh-7751-		    set dummy $deplib_matches; shift
sawfish-1.11.90/ltmain.sh-7752-		    deplib_match=$1
sawfish-1.11.90/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sawfish-1.11.90/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
sawfish-1.11.90/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
sawfish-1.11.90/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sawfish-1.11.90/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
sawfish-1.11.90/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
sawfish-1.11.90/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
sawfish-1.11.90/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
sawfish-1.11.90/ltmain.sh-7802-		else
##############################################
sawfish-1.11.90/ltmain.sh-7808-		    shopt -s nocaseglob
sawfish-1.11.90/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sawfish-1.11.90/ltmain.sh-7810-		    $nocaseglob
sawfish-1.11.90/ltmain.sh-7811-		  else
sawfish-1.11.90/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sawfish-1.11.90/ltmain.sh-7813-		  fi
##############################################
sawfish-1.11.90/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
sawfish-1.11.90/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
sawfish-1.11.90/ltmain.sh-7828-			case $potliblink in
sawfish-1.11.90/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
sawfish-1.11.90/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
sawfish-1.11.90/ltmain.sh-7831-			esac
##############################################
sawfish-1.11.90/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
sawfish-1.11.90/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sawfish-1.11.90/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
sawfish-1.11.90/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
sawfish-1.11.90/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
sawfish-1.11.90/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
sawfish-1.11.90/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
sawfish-1.11.90/ltmain.sh-7921-	  newdeplibs=""
sawfish-1.11.90/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
sawfish-1.11.90/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
sawfish-1.11.90/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
sawfish-1.11.90/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
sawfish-1.11.90/ltmain.sh-7927-	    done
##############################################
sawfish-1.11.90/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
sawfish-1.11.90/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
sawfish-1.11.90/ltmain.sh-7953-	  ;;
##############################################
sawfish-1.11.90/ltmain.sh-8003-	*-*-darwin*)
sawfish-1.11.90/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/ltmain.sh-8007-	  ;;
##############################################
sawfish-1.11.90/ltmain.sh-8130-	# Use standard objects if they are pic
sawfish-1.11.90/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
sawfish-1.11.90/ltmain.sh-8145-	    # exporting using user supplied symfile
sawfish-1.11.90/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
sawfish-1.11.90/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
sawfish-1.11.90/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
sawfish-1.11.90/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
sawfish-1.11.90/ltmain.sh-8644-	else
##############################################
sawfish-1.11.90/ltmain.sh-8656-      # Create the old-style object.
sawfish-1.11.90/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
sawfish-1.11.90/ltmain.sh-8658-
##############################################
sawfish-1.11.90/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
sawfish-1.11.90/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
sawfish-1.11.90/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
sawfish-1.11.90/ltmain.sh-8719-	;;
##############################################
sawfish-1.11.90/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
sawfish-1.11.90/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/ltmain.sh-8737-	;;
##############################################
sawfish-1.11.90/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sawfish-1.11.90/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
sawfish-1.11.90/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
sawfish-1.11.90/ltmain.sh-8872-	# Transform all the library objects into standard objects.
sawfish-1.11.90/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/ltmain.sh-8875-      fi
##############################################
sawfish-1.11.90/ltmain.sh-8902-	# Replace the output file specification.
sawfish-1.11.90/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sawfish-1.11.90/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
sawfish-1.11.90/ltmain.sh-8911-	  func_to_tool_file "$output"
sawfish-1.11.90/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sawfish-1.11.90/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sawfish-1.11.90/ltmain.sh-8955-	# Replace the output file specification.
sawfish-1.11.90/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sawfish-1.11.90/ltmain.sh-8957-	# Delete the old output file.
##############################################
sawfish-1.11.90/ltmain.sh-8963-	  func_to_tool_file "$output"
sawfish-1.11.90/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sawfish-1.11.90/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sawfish-1.11.90/ltmain.sh-8981-	  if test "$fast_install" = yes; then
sawfish-1.11.90/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
sawfish-1.11.90/ltmain.sh-8983-	  else
##############################################
sawfish-1.11.90/ltmain.sh-8993-      # Replace the output file specification.
sawfish-1.11.90/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
sawfish-1.11.90/ltmain.sh-8995-
##############################################
sawfish-1.11.90/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
sawfish-1.11.90/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sawfish-1.11.90/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sawfish-1.11.90/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
sawfish-1.11.90/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sawfish-1.11.90/ltmain.sh-9025-      fi
##############################################
sawfish-1.11.90/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
sawfish-1.11.90/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sawfish-1.11.90/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
sawfish-1.11.90/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
sawfish-1.11.90/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
sawfish-1.11.90/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
sawfish-1.11.90/ltmain.sh-9314-		name="$func_basename_result"
sawfish-1.11.90/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sawfish-1.11.90/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
sawfish-1.11.90/ltmain.sh-9333-		name="$func_basename_result"
sawfish-1.11.90/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sawfish-1.11.90/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
sawfish-1.11.90/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
sawfish-1.11.90/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
sawfish-1.11.90/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
sawfish-1.11.90/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
sawfish-1.11.90/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sawfish-1.11.90/configure-46-  as_echo='print -r --'
sawfish-1.11.90/configure-47-  as_echo_n='print -rn --'
sawfish-1.11.90/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sawfish-1.11.90/configure-49-  as_echo='printf %s\n'
##############################################
sawfish-1.11.90/configure-51-else
sawfish-1.11.90/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sawfish-1.11.90/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sawfish-1.11.90/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
sawfish-1.11.90/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sawfish-1.11.90/configure-63-      esac;
##############################################
sawfish-1.11.90/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
sawfish-1.11.90/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
sawfish-1.11.90/configure-200-
##############################################
sawfish-1.11.90/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
sawfish-1.11.90/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
sawfish-1.11.90/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
sawfish-1.11.90/configure-208-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
sawfish-1.11.90/configure-333-      case $as_dir in #(
sawfish-1.11.90/configure:334:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sawfish-1.11.90/configure-335-      *) as_qdir=$as_dir;;
##############################################
sawfish-1.11.90/configure-406-  {
sawfish-1.11.90/configure:407:    as_val=`expr "$@" || test $? -eq 1`
sawfish-1.11.90/configure-408-  }
##############################################
sawfish-1.11.90/configure-413-# ----------------------------------------
sawfish-1.11.90/configure:414:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sawfish-1.11.90/configure-415-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sawfish-1.11.90/configure-476-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
sawfish-1.11.90/configure:477:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
sawfish-1.11.90/configure-478-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
sawfish-1.11.90/configure-921-  case $ac_option in
sawfish-1.11.90/configure:922:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sawfish-1.11.90/configure-923-  *=)   ac_optarg= ;;
##############################################
sawfish-1.11.90/configure-965-  -disable-* | --disable-*)
sawfish-1.11.90/configure:966:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sawfish-1.11.90/configure-967-    # Reject names that are not valid shell variable names.
##############################################
sawfish-1.11.90/configure-970-    ac_useropt_orig=$ac_useropt
sawfish-1.11.90/configure:971:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sawfish-1.11.90/configure-972-    case $ac_user_opts in
##############################################
sawfish-1.11.90/configure-991-  -enable-* | --enable-*)
sawfish-1.11.90/configure:992:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sawfish-1.11.90/configure-993-    # Reject names that are not valid shell variable names.
##############################################
sawfish-1.11.90/configure-996-    ac_useropt_orig=$ac_useropt
sawfish-1.11.90/configure:997:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sawfish-1.11.90/configure-998-    case $ac_user_opts in
##############################################
sawfish-1.11.90/configure-1204-  -with-* | --with-*)
sawfish-1.11.90/configure:1205:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sawfish-1.11.90/configure-1206-    # Reject names that are not valid shell variable names.
##############################################
sawfish-1.11.90/configure-1209-    ac_useropt_orig=$ac_useropt
sawfish-1.11.90/configure:1210:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sawfish-1.11.90/configure-1211-    case $ac_user_opts in
##############################################
sawfish-1.11.90/configure-1220-  -without-* | --without-*)
sawfish-1.11.90/configure:1221:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sawfish-1.11.90/configure-1222-    # Reject names that are not valid shell variable names.
##############################################
sawfish-1.11.90/configure-1225-    ac_useropt_orig=$ac_useropt
sawfish-1.11.90/configure:1226:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sawfish-1.11.90/configure-1227-    case $ac_user_opts in
##############################################
sawfish-1.11.90/configure-1258-  *=*)
sawfish-1.11.90/configure:1259:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sawfish-1.11.90/configure-1260-    # Reject names that are not valid shell variable names.
##############################################
sawfish-1.11.90/configure-1279-if test -n "$ac_prev"; then
sawfish-1.11.90/configure:1280:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sawfish-1.11.90/configure-1281-  as_fn_error $? "missing argument to $ac_option"
##############################################
sawfish-1.11.90/configure-1301-    */ )
sawfish-1.11.90/configure:1302:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
sawfish-1.11.90/configure-1303-      eval $ac_var=\$ac_val;;
##############################################
sawfish-1.11.90/configure-1336-ac_ls_di=`ls -di .` &&
sawfish-1.11.90/configure:1337:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sawfish-1.11.90/configure-1338-  as_fn_error $? "working directory cannot be determined"
##############################################
sawfish-1.11.90/configure-1392-case $srcdir in
sawfish-1.11.90/configure:1393:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sawfish-1.11.90/configure-1394-esac
##############################################
sawfish-1.11.90/configure-1435-By default, \`make install' will install all the files in
sawfish-1.11.90/configure:1436:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sawfish-1.11.90/configure:1437:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sawfish-1.11.90/configure-1438-for instance \`--prefix=\$HOME'.
##############################################
sawfish-1.11.90/configure-1600-*)
sawfish-1.11.90/configure:1601:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sawfish-1.11.90/configure-1602-  # A ".." for each directory in $ac_dir_suffix.
sawfish-1.11.90/configure:1603:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sawfish-1.11.90/configure-1604-  case $ac_top_builddir_sub in
##############################################
sawfish-1.11.90/configure-2138-    *\'*)
sawfish-1.11.90/configure:2139:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sawfish-1.11.90/configure-2140-    esac
##############################################
sawfish-1.11.90/configure-2221-      case $ac_val in
sawfish-1.11.90/configure:2222:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sawfish-1.11.90/configure-2223-      esac
##############################################
sawfish-1.11.90/configure-2236-	case $ac_val in
sawfish-1.11.90/configure:2237:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sawfish-1.11.90/configure-2238-	esac
##############################################
sawfish-1.11.90/configure-2356-    set,)
sawfish-1.11.90/configure:2357:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sawfish-1.11.90/configure:2358:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sawfish-1.11.90/configure-2359-      ac_cache_corrupted=: ;;
##############################################
sawfish-1.11.90/configure-2367-	# differences in whitespace do not lead to failure.
sawfish-1.11.90/configure:2368:	ac_old_val_w=`echo x $ac_old_val`
sawfish-1.11.90/configure:2369:	ac_new_val_w=`echo x $ac_new_val`
sawfish-1.11.90/configure-2370-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
sawfish-1.11.90/configure-2387-    case $ac_new_val in
sawfish-1.11.90/configure:2388:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sawfish-1.11.90/configure-2389-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sawfish-1.11.90/configure-2484-test "x$ac_build_alias" = x &&
sawfish-1.11.90/configure:2485:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
sawfish-1.11.90/configure-2486-test "x$ac_build_alias" = x &&
sawfish-1.11.90/configure-2487-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
sawfish-1.11.90/configure:2488:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
sawfish-1.11.90/configure-2489-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
sawfish-1.11.90/configure-2508-IFS=$ac_save_IFS
sawfish-1.11.90/configure:2509:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
sawfish-1.11.90/configure-2510-
##############################################
sawfish-1.11.90/configure-2519-else
sawfish-1.11.90/configure:2520:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
sawfish-1.11.90/configure-2521-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
sawfish-1.11.90/configure-2541-IFS=$ac_save_IFS
sawfish-1.11.90/configure:2542:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
sawfish-1.11.90/configure-2543-
##############################################
sawfish-1.11.90/configure-2569-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
sawfish-1.11.90/configure:2570:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
sawfish-1.11.90/configure-2571-  ECHO='print -r --'
sawfish-1.11.90/configure:2572:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
sawfish-1.11.90/configure-2573-  ECHO='printf %s\n'
##############################################
sawfish-1.11.90/configure-2959-$as_echo_n "checking whether the C compiler works... " >&6; }
sawfish-1.11.90/configure:2960:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sawfish-1.11.90/configure-2961-
##############################################
sawfish-1.11.90/configure-3003-	then :; else
sawfish-1.11.90/configure:3004:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sawfish-1.11.90/configure-3005-	fi
##############################################
sawfish-1.11.90/configure-3063-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
sawfish-1.11.90/configure:3064:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sawfish-1.11.90/configure-3065-	  break;;
##############################################
sawfish-1.11.90/configure-3172-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
sawfish-1.11.90/configure:3173:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sawfish-1.11.90/configure-3174-       break;;
##############################################
sawfish-1.11.90/configure-3427-  # Check for GNU $ac_path_SED
sawfish-1.11.90/configure:3428:case `"$ac_path_SED" --version 2>&1` in
sawfish-1.11.90/configure-3429-*GNU*)
##############################################
sawfish-1.11.90/configure-3503-  # Check for GNU $ac_path_GREP
sawfish-1.11.90/configure:3504:case `"$ac_path_GREP" --version 2>&1` in
sawfish-1.11.90/configure-3505-*GNU*)
##############################################
sawfish-1.11.90/configure-3569-  # Check for GNU $ac_path_EGREP
sawfish-1.11.90/configure:3570:case `"$ac_path_EGREP" --version 2>&1` in
sawfish-1.11.90/configure-3571-*GNU*)
##############################################
sawfish-1.11.90/configure-3636-  # Check for GNU $ac_path_FGREP
sawfish-1.11.90/configure:3637:case `"$ac_path_FGREP" --version 2>&1` in
sawfish-1.11.90/configure-3638-*GNU*)
##############################################
sawfish-1.11.90/configure-3716-    # gcc leaves a trailing carriage return which upsets mingw
sawfish-1.11.90/configure:3717:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sawfish-1.11.90/configure-3718-  *)
sawfish-1.11.90/configure:3719:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sawfish-1.11.90/configure-3720-  esac
##############################################
sawfish-1.11.90/configure-3725-      # Canonicalize the pathname of ld
sawfish-1.11.90/configure:3726:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
sawfish-1.11.90/configure-3727-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
sawfish-1.11.90/configure:3728:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
sawfish-1.11.90/configure-3729-      done
##############################################
sawfish-1.11.90/configure-3760-      # Break only if it was the GNU/non-GNU ld that we prefer.
sawfish-1.11.90/configure:3761:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
sawfish-1.11.90/configure-3762-      *GNU* | *'with BFD'*)
##############################################
sawfish-1.11.90/configure-3791-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
sawfish-1.11.90/configure:3792:case `$LD -v 2>&1 </dev/null` in
sawfish-1.11.90/configure-3793-*GNU* | *'with BFD'*)
##############################################
sawfish-1.11.90/configure-3836-	# Tru64's nm complains that /dev/null is an invalid object file
sawfish-1.11.90/configure:3837:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
sawfish-1.11.90/configure-3838-	*/dev/null* | *'Invalid file or object type'*)
##############################################
sawfish-1.11.90/configure-3842-	*)
sawfish-1.11.90/configure:3843:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
sawfish-1.11.90/configure-3844-	  */dev/null*)
##############################################
sawfish-1.11.90/configure-3970-
sawfish-1.11.90/configure:3971:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
sawfish-1.11.90/configure-3972-    *COFF*)
##############################################
sawfish-1.11.90/configure-4082-    # And add a safety zone
sawfish-1.11.90/configure:4083:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sawfish-1.11.90/configure:4084:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sawfish-1.11.90/configure-4085-    ;;
##############################################
sawfish-1.11.90/configure-4115-    if test -n "$kargmax"; then
sawfish-1.11.90/configure:4116:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
sawfish-1.11.90/configure-4117-    else
##############################################
sawfish-1.11.90/configure-4124-	test undefined != "$lt_cv_sys_max_cmd_len"; then
sawfish-1.11.90/configure:4125:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sawfish-1.11.90/configure:4126:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sawfish-1.11.90/configure-4127-    else
##############################################
sawfish-1.11.90/configure-4136-      # we can't tell.
sawfish-1.11.90/configure:4137:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
sawfish-1.11.90/configure-4138-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
sawfish-1.11.90/configure-4140-      do
sawfish-1.11.90/configure:4141:        i=`expr $i + 1`
sawfish-1.11.90/configure-4142-        teststring=$teststring$teststring
##############################################
sawfish-1.11.90/configure-4144-      # Only check the string length outside the loop.
sawfish-1.11.90/configure:4145:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
sawfish-1.11.90/configure-4146-      teststring=
##############################################
sawfish-1.11.90/configure-4149-      # linker.  It appears as though 1/2 is a usable value.
sawfish-1.11.90/configure:4150:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
sawfish-1.11.90/configure-4151-    fi
##############################################
sawfish-1.11.90/configure-4585-openbsd*)
sawfish-1.11.90/configure:4586:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sawfish-1.11.90/configure-4587-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
sawfish-1.11.90/configure-4652-    else
sawfish-1.11.90/configure:4653:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
sawfish-1.11.90/configure-4654-    fi
##############################################
sawfish-1.11.90/configure-4797-  # decide which to use based on capabilities of $DLLTOOL
sawfish-1.11.90/configure:4798:  case `$DLLTOOL --help 2>&1` in
sawfish-1.11.90/configure-4799-  *--identify-strict*)
##############################################
sawfish-1.11.90/configure-5361-# If we're using GNU nm, then use its standard symbol codes.
sawfish-1.11.90/configure:5362:case `$NM -V 2>&1` in
sawfish-1.11.90/configure-5363-*GNU* | *'with BFD'*)
##############################################
sawfish-1.11.90/configure-5379-mingw*)
sawfish-1.11.90/configure:5380:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
sawfish-1.11.90/configure-5381-  ;;
##############################################
sawfish-1.11.90/configure-5598-   if test "$GCC" = yes; then
sawfish-1.11.90/configure:5599:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
sawfish-1.11.90/configure-5600-   fi
##############################################
sawfish-1.11.90/configure-5602- /*)
sawfish-1.11.90/configure:5603:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
sawfish-1.11.90/configure-5604-   ;; #(
##############################################
sawfish-1.11.90/configure-5638-  test $ac_status = 0; }; then
sawfish-1.11.90/configure:5639:    case `/usr/bin/file conftest.$ac_objext` in
sawfish-1.11.90/configure-5640-      *ELF-32*)
##############################################
sawfish-1.11.90/configure-5658-    if test "$lt_cv_prog_gnu_ld" = yes; then
sawfish-1.11.90/configure:5659:      case `/usr/bin/file conftest.$ac_objext` in
sawfish-1.11.90/configure-5660-	*32-bit*)
##############################################
sawfish-1.11.90/configure-5670-    else
sawfish-1.11.90/configure:5671:      case `/usr/bin/file conftest.$ac_objext` in
sawfish-1.11.90/configure-5672-	*32-bit*)
##############################################
sawfish-1.11.90/configure-6837-do :
sawfish-1.11.90/configure:6838:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sawfish-1.11.90/configure-6839-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
sawfish-1.11.90/configure-6842-  cat >>confdefs.h <<_ACEOF
sawfish-1.11.90/configure:6843:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sawfish-1.11.90/configure-6844-_ACEOF
##############################################
sawfish-1.11.90/configure-7128-done
sawfish-1.11.90/configure:7129:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
sawfish-1.11.90/configure-7130-
##############################################
sawfish-1.11.90/configure-7157-	"file_magic "*)
sawfish-1.11.90/configure:7158:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sawfish-1.11.90/configure-7159-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sawfish-1.11.90/configure-7223-	"file_magic "*)
sawfish-1.11.90/configure:7224:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sawfish-1.11.90/configure-7225-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sawfish-1.11.90/configure-7590-      *)
sawfish-1.11.90/configure:7591:	case `$CC -V 2>&1 | sed 5q` in
sawfish-1.11.90/configure-7592-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
sawfish-1.11.90/configure-7950-  if test "$hard_links" = no; then
sawfish-1.11.90/configure:7951:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
sawfish-1.11.90/configure:7952:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
sawfish-1.11.90/configure-7953-    need_locks=warn
##############################################
sawfish-1.11.90/configure-8039-	# shared libraries, regardless of the interface used.
sawfish-1.11.90/configure:8040:	case `$LD -v 2>&1` in
sawfish-1.11.90/configure-8041-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
sawfish-1.11.90/configure-8071-    supports_anon_versioning=no
sawfish-1.11.90/configure:8072:    case `$LD -v 2>&1` in
sawfish-1.11.90/configure-8073-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
sawfish-1.11.90/configure-8140-	# is EXPORTS), use it as is; otherwise, prepend...
sawfish-1.11.90/configure:8141:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sawfish-1.11.90/configure-8142-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
sawfish-1.11.90/configure-8168-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sawfish-1.11.90/configure:8169:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
sawfish-1.11.90/configure:8170:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
sawfish-1.11.90/configure-8171-      ;;
##############################################
sawfish-1.11.90/configure-8186-        pgcc*)				# Portland Group C compiler
sawfish-1.11.90/configure:8187:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
sawfish-1.11.90/configure-8188-	  tmp_addflag=' $pic_flag'
##############################################
sawfish-1.11.90/configure-8191-					# Portland Group f77 and f90 compilers
sawfish-1.11.90/configure:8192:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
sawfish-1.11.90/configure-8193-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
sawfish-1.11.90/configure-8206-	nvcc*)	# Cuda Compiler Driver 2.2
sawfish-1.11.90/configure:8207:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
sawfish-1.11.90/configure-8208-	  compiler_needs_object=yes
##############################################
sawfish-1.11.90/configure-8210-	esac
sawfish-1.11.90/configure:8211:	case `$CC -V 2>&1 | sed 5q` in
sawfish-1.11.90/configure-8212-	*Sun\ C*)			# Sun C 5.9
sawfish-1.11.90/configure:8213:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
sawfish-1.11.90/configure-8214-	  compiler_needs_object=yes
##############################################
sawfish-1.11.90/configure-8278-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
sawfish-1.11.90/configure:8279:      case `$LD -v 2>&1` in
sawfish-1.11.90/configure-8280-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
sawfish-1.11.90/configure-8401-	# below for broken collect2 doesn't work under 4.3+
sawfish-1.11.90/configure:8402:	  collect2name=`${CC} -print-prog-name=collect2`
sawfish-1.11.90/configure-8403-	  if test -f "$collect2name" &&
##############################################
sawfish-1.11.90/configure-8475-      }'
sawfish-1.11.90/configure:8476:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sawfish-1.11.90/configure-8477-  # Check for a 64-bit object if we didn't find anything.
sawfish-1.11.90/configure-8478-  if test -z "$lt_cv_aix_libpath_"; then
sawfish-1.11.90/configure:8479:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sawfish-1.11.90/configure-8480-  fi
##############################################
sawfish-1.11.90/configure-8493-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
sawfish-1.11.90/configure:8494:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
sawfish-1.11.90/configure-8495-      else
##############################################
sawfish-1.11.90/configure-8528-      }'
sawfish-1.11.90/configure:8529:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sawfish-1.11.90/configure-8530-  # Check for a 64-bit object if we didn't find anything.
sawfish-1.11.90/configure-8531-  if test -z "$lt_cv_aix_libpath_"; then
sawfish-1.11.90/configure:8532:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sawfish-1.11.90/configure-8533-  fi
##############################################
sawfish-1.11.90/configure-8601-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sawfish-1.11.90/configure:8602:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sawfish-1.11.90/configure-8603-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sawfish-1.11.90/configure-8638-	# FIXME: Setting linknames here is a bad hack.
sawfish-1.11.90/configure:8639:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
sawfish-1.11.90/configure-8640-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
sawfish-1.11.90/configure-8656-  if test "$lt_cv_ld_force_load" = "yes"; then
sawfish-1.11.90/configure:8657:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
sawfish-1.11.90/configure-8658-
##############################################
sawfish-1.11.90/configure-8836-      if test "$GCC" = yes; then
sawfish-1.11.90/configure:8837:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
sawfish-1.11.90/configure-8838-	# Try to use the -exported_symbol ld option, if it does not
##############################################
sawfish-1.11.90/configure-8864-	if test "$lt_cv_irix_exported_symbol" = yes; then
sawfish-1.11.90/configure:8865:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
sawfish-1.11.90/configure-8866-	fi
sawfish-1.11.90/configure-8867-      else
sawfish-1.11.90/configure:8868:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
sawfish-1.11.90/configure:8869:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
sawfish-1.11.90/configure-8870-      fi
##############################################
sawfish-1.11.90/configure-8904-	hardcode_direct_absolute=yes
sawfish-1.11.90/configure:8905:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sawfish-1.11.90/configure-8906-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
sawfish-1.11.90/configure-8937-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
sawfish-1.11.90/configure:8938:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
sawfish-1.11.90/configure-8939-      else
sawfish-1.11.90/configure-8940-	allow_undefined_flag=' -expect_unresolved \*'
sawfish-1.11.90/configure:8941:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
sawfish-1.11.90/configure-8942-      fi
##############################################
sawfish-1.11.90/configure-8950-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
sawfish-1.11.90/configure:8951:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
sawfish-1.11.90/configure-8952-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
sawfish-1.11.90/configure-8954-	allow_undefined_flag=' -expect_unresolved \*'
sawfish-1.11.90/configure:8955:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
sawfish-1.11.90/configure:8956:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
sawfish-1.11.90/configure:8957:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
sawfish-1.11.90/configure-8958-
##############################################
sawfish-1.11.90/configure-8973-      else
sawfish-1.11.90/configure:8974:	case `$CC -V 2>&1` in
sawfish-1.11.90/configure-8975-	*"Compilers 5.0"*)
##############################################
sawfish-1.11.90/configure-9372-  esac
sawfish-1.11.90/configure:9373:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
sawfish-1.11.90/configure-9374-  case $lt_search_path_spec in
##############################################
sawfish-1.11.90/configure-9379-    # okay in the real world where ";" in dirpaths is itself problematic.
sawfish-1.11.90/configure:9380:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
sawfish-1.11.90/configure-9381-    ;;
sawfish-1.11.90/configure-9382-  *)
sawfish-1.11.90/configure:9383:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
sawfish-1.11.90/configure-9384-    ;;
##############################################
sawfish-1.11.90/configure-9388-  lt_tmp_lt_search_path_spec=
sawfish-1.11.90/configure:9389:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
sawfish-1.11.90/configure-9390-  for lt_sys_path in $lt_search_path_spec; do
##############################################
sawfish-1.11.90/configure-9423-  esac
sawfish-1.11.90/configure:9424:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
sawfish-1.11.90/configure-9425-else
##############################################
sawfish-1.11.90/configure-9511-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
sawfish-1.11.90/configure:9512:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
sawfish-1.11.90/configure-9513-    ;;
##############################################
sawfish-1.11.90/configure-9547-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sawfish-1.11.90/configure:9548:    postinstall_cmds='base_file=`basename \${file}`~
sawfish-1.11.90/configure:9549:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sawfish-1.11.90/configure:9550:      dldir=$destdir/`dirname \$dlpath`~
sawfish-1.11.90/configure-9551-      test -d \$dldir || mkdir -p \$dldir~
##############################################
sawfish-1.11.90/configure-9556-      fi'
sawfish-1.11.90/configure:9557:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sawfish-1.11.90/configure-9558-      dlpath=$dir/\$dldll~
##############################################
sawfish-1.11.90/configure-9564-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
sawfish-1.11.90/configure:9565:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sawfish-1.11.90/configure-9566-
##############################################
sawfish-1.11.90/configure-9570-      # MinGW DLLs use traditional 'lib' prefix
sawfish-1.11.90/configure:9571:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sawfish-1.11.90/configure-9572-      ;;
##############################################
sawfish-1.11.90/configure-9574-      # pw32 DLLs use 'pw' prefix rather than 'lib'
sawfish-1.11.90/configure:9575:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sawfish-1.11.90/configure-9576-      ;;
##############################################
sawfish-1.11.90/configure-9583-    libname_spec='$name'
sawfish-1.11.90/configure:9584:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sawfish-1.11.90/configure-9585-    library_names_spec='${libname}.dll.lib'
##############################################
sawfish-1.11.90/configure-9595-        # Let DOS variable expansion print the short 8.3 style file name.
sawfish-1.11.90/configure:9596:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
sawfish-1.11.90/configure-9597-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
sawfish-1.11.90/configure-9600-      # Convert to MSYS style.
sawfish-1.11.90/configure:9601:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
sawfish-1.11.90/configure-9602-      ;;
##############################################
sawfish-1.11.90/configure-9606-      # like /cygdrive/c/PROGRA~1:/cygdr...
sawfish-1.11.90/configure:9607:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
sawfish-1.11.90/configure:9608:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
sawfish-1.11.90/configure:9609:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sawfish-1.11.90/configure-9610-      ;;
##############################################
sawfish-1.11.90/configure-9614-        # It is most probably a Windows format PATH.
sawfish-1.11.90/configure:9615:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
sawfish-1.11.90/configure-9616-      else
sawfish-1.11.90/configure:9617:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sawfish-1.11.90/configure-9618-      fi
##############################################
sawfish-1.11.90/configure-9624-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sawfish-1.11.90/configure:9625:    postinstall_cmds='base_file=`basename \${file}`~
sawfish-1.11.90/configure:9626:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sawfish-1.11.90/configure:9627:      dldir=$destdir/`dirname \$dlpath`~
sawfish-1.11.90/configure-9628-      test -d \$dldir || mkdir -p \$dldir~
sawfish-1.11.90/configure-9629-      $install_prog $dir/$dlname \$dldir/$dlname'
sawfish-1.11.90/configure:9630:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sawfish-1.11.90/configure-9631-      dlpath=$dir/\$dldll~
##############################################
sawfish-1.11.90/configure-9638-    # Assume MSVC wrapper
sawfish-1.11.90/configure:9639:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
sawfish-1.11.90/configure-9640-    dynamic_linker='Win32 ld.exe'
##############################################
sawfish-1.11.90/configure-9655-  shlibpath_var=DYLD_LIBRARY_PATH
sawfish-1.11.90/configure:9656:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
sawfish-1.11.90/configure-9657-
##############################################
sawfish-1.11.90/configure-9881-  if test -f /etc/ld.so.conf; then
sawfish-1.11.90/configure:9882:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
sawfish-1.11.90/configure-9883-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
sawfish-1.11.90/configure-9955-  shlibpath_var=LD_LIBRARY_PATH
sawfish-1.11.90/configure:9956:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sawfish-1.11.90/configure-9957-    case $host_os in
##############################################
sawfish-1.11.90/configure-11378-  for ac_func in _getb67 GETB67 getb67; do
sawfish-1.11.90/configure:11379:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sawfish-1.11.90/configure-11380-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sawfish-1.11.90/configure-11460-do :
sawfish-1.11.90/configure:11461:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sawfish-1.11.90/configure-11462-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sawfish-1.11.90/configure-11464-  cat >>confdefs.h <<_ACEOF
sawfish-1.11.90/configure:11465:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sawfish-1.11.90/configure-11466-_ACEOF
##############################################
sawfish-1.11.90/configure-11731-do :
sawfish-1.11.90/configure:11732:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sawfish-1.11.90/configure-11733-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sawfish-1.11.90/configure-11735-  cat >>confdefs.h <<_ACEOF
sawfish-1.11.90/configure:11736:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sawfish-1.11.90/configure-11737-_ACEOF
##############################################
sawfish-1.11.90/configure-12557-do :
sawfish-1.11.90/configure:12558:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sawfish-1.11.90/configure-12559-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <X11/Xlib.h>
##############################################
sawfish-1.11.90/configure-12562-  cat >>confdefs.h <<_ACEOF
sawfish-1.11.90/configure:12563:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sawfish-1.11.90/configure-12564-_ACEOF
##############################################
sawfish-1.11.90/configure-12700-  test $ac_status = 0; }; then
sawfish-1.11.90/configure:12701:  pkg_cv_XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 1.0" 2>/dev/null`
sawfish-1.11.90/configure-12702-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
sawfish-1.11.90/configure-12717-  test $ac_status = 0; }; then
sawfish-1.11.90/configure:12718:  pkg_cv_XFT_LIBS=`$PKG_CONFIG --libs "xft >= 1.0" 2>/dev/null`
sawfish-1.11.90/configure-12719-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
sawfish-1.11.90/configure-12738-        if test $_pkg_short_errors_supported = yes; then
sawfish-1.11.90/configure:12739:	        XFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xft >= 1.0" 2>&1`
sawfish-1.11.90/configure-12740-        else
sawfish-1.11.90/configure:12741:	        XFT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xft >= 1.0" 2>&1`
sawfish-1.11.90/configure-12742-        fi
##############################################
sawfish-1.11.90/configure-13074-
sawfish-1.11.90/configure:13075:PANGO_LIBS=`pkg-config --libs $PANGO_MODULES`
sawfish-1.11.90/configure:13076:PANGO_CFLAGS=`pkg-config --cflags $PANGO_MODULES`
sawfish-1.11.90/configure-13077-
##############################################
sawfish-1.11.90/configure-13674-
sawfish-1.11.90/configure:13675:  LINGUAS="`echo $srcdir/po/*.po | sed -e 's/[^ ]*\/po\/\([^ ]*\)\.po/\1/g'`"
sawfish-1.11.90/configure-13676-
##############################################
sawfish-1.11.90/configure-13838-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sawfish-1.11.90/configure:13839:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
sawfish-1.11.90/configure-13840-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sawfish-1.11.90/configure-13906-if test -z "$BASH_VERSION$ZSH_VERSION" \
sawfish-1.11.90/configure:13907:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sawfish-1.11.90/configure-13908-  as_echo='print -r --'
sawfish-1.11.90/configure-13909-  as_echo_n='print -rn --'
sawfish-1.11.90/configure:13910:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sawfish-1.11.90/configure-13911-  as_echo='printf %s\n'
##############################################
sawfish-1.11.90/configure-13913-else
sawfish-1.11.90/configure:13914:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sawfish-1.11.90/configure-13915-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sawfish-1.11.90/configure-13923-	expr "X$arg" : "X\\(.*\\)$as_nl";
sawfish-1.11.90/configure:13924:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sawfish-1.11.90/configure-13925-      esac;
##############################################
sawfish-1.11.90/configure-14000-# ----------------------------------------
sawfish-1.11.90/configure:14001:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sawfish-1.11.90/configure-14002-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sawfish-1.11.90/configure-14072-  {
sawfish-1.11.90/configure:14073:    as_val=`expr "$@" || test $? -eq 1`
sawfish-1.11.90/configure-14074-  }
##############################################
sawfish-1.11.90/configure-14176-      case $as_dir in #(
sawfish-1.11.90/configure:14177:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sawfish-1.11.90/configure-14178-      *) as_qdir=$as_dir;;
##############################################
sawfish-1.11.90/configure-14311-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sawfish-1.11.90/configure:14312:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
sawfish-1.11.90/configure-14313-ac_cs_version="\\
##############################################
sawfish-1.11.90/configure-14335-  --*=?*)
sawfish-1.11.90/configure:14336:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sawfish-1.11.90/configure:14337:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sawfish-1.11.90/configure-14338-    ac_shift=:
##############################################
sawfish-1.11.90/configure-14340-  --*=)
sawfish-1.11.90/configure:14341:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sawfish-1.11.90/configure-14342-    ac_optarg=
##############################################
sawfish-1.11.90/configure-14364-    case $ac_optarg in
sawfish-1.11.90/configure:14365:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sawfish-1.11.90/configure-14366-    '') as_fn_error $? "missing file argument" ;;
##############################################
sawfish-1.11.90/configure-14372-    case $ac_optarg in
sawfish-1.11.90/configure:14373:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sawfish-1.11.90/configure-14374-    esac
##############################################
sawfish-1.11.90/configure-14440-delay_variable_subst='$delay_variable_subst'
sawfish-1.11.90/configure:14441:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14442:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14443:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14444:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14445:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14446:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14447:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14448:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14449:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14450:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14451:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14452:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14453:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14454:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14455:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14456:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14457:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14458:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14459:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14460:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14461:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14462:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14463:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14464:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14465:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14466:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14467:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14468:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14469:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14470:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14471:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14472:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14473:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14474:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14475:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14476:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14477:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14478:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14479:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14480:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14481:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14482:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14483:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14484:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14485:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14486:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14487:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14488:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14489:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14490:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14491:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14492:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14493:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14494:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14495:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14496:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14497:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14498:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14499:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14500:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14501:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14502:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14503:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14504:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14505:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14506:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14507:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14508:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14509:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14510:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14511:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14512:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14513:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14514:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14515:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14516:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14517:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14518:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14519:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14520:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14521:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14522:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14523:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14524:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14525:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14526:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14527:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14528:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14529:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14530:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14531:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14532:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14533:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14534:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14535:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14536:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14537:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14538:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14539:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14540:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14541:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14542:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14543:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14544:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14545:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14546:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14547:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14548:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14549:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14550:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14551:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14552:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14553:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14554:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14555:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14556:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14557:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14558:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14559:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14560:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14561:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14562:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14563:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14564:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14565:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14566:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14567:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14568:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14569:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure:14570:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
sawfish-1.11.90/configure-14571-
##############################################
sawfish-1.11.90/configure-14649-striplib; do
sawfish-1.11.90/configure:14650:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sawfish-1.11.90/configure-14651-    *[\\\\\\\`\\"\\\$]*)
sawfish-1.11.90/configure:14652:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
sawfish-1.11.90/configure-14653-      ;;
##############################################
sawfish-1.11.90/configure-14679-sys_lib_dlsearch_path_spec; do
sawfish-1.11.90/configure:14680:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sawfish-1.11.90/configure-14681-    *[\\\\\\\`\\"\\\$]*)
sawfish-1.11.90/configure:14682:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
sawfish-1.11.90/configure-14683-      ;;
##############################################
sawfish-1.11.90/configure-14790-fi
sawfish-1.11.90/configure:14791:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
sawfish-1.11.90/configure-14792-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
sawfish-1.11.90/configure-14807-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
sawfish-1.11.90/configure:14808:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
sawfish-1.11.90/configure-14809-ac_delim='%!_!# '
##############################################
sawfish-1.11.90/configure-14813-
sawfish-1.11.90/configure:14814:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
sawfish-1.11.90/configure-14815-  if test $ac_delim_n = $ac_delim_num; then
##############################################
sawfish-1.11.90/configure-14951-for ac_last_try in false false :; do
sawfish-1.11.90/configure:14952:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
sawfish-1.11.90/configure-14953-  if test -z "$ac_tt"; then
##############################################
sawfish-1.11.90/configure-15083-      esac
sawfish-1.11.90/configure:15084:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
sawfish-1.11.90/configure-15085-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
sawfish-1.11.90/configure-15142-*)
sawfish-1.11.90/configure:15143:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sawfish-1.11.90/configure-15144-  # A ".." for each directory in $ac_dir_suffix.
sawfish-1.11.90/configure:15145:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sawfish-1.11.90/configure-15146-  case $ac_top_builddir_sub in
##############################################
sawfish-1.11.90/configure-15198-/@mandir@/p'
sawfish-1.11.90/configure:15199:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
sawfish-1.11.90/configure-15200-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
sawfish-1.11.90/configure-15215-
sawfish-1.11.90/configure:15216:# Neutralize VPATH when `$srcdir' = `.'.
sawfish-1.11.90/configure-15217-# Shell code in configure.ac might set extrasub.
##############################################
sawfish-1.11.90/configure-15242-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sawfish-1.11.90/configure:15243:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
sawfish-1.11.90/configure-15244-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
sawfish-1.11.90/configure-15304-
sawfish-1.11.90/configure:15305:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
sawfish-1.11.90/configure-15306-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
sawfish-1.11.90/libtool-805-     progdir=$func_dirname_result
sawfish-1.11.90/libtool:806:     progdir=`cd "$progdir" && pwd`
sawfish-1.11.90/libtool-807-     progpath="$progdir/$progname"
##############################################
sawfish-1.11.90/libtool-842-# Since each input `\' is now two `\'s, look for any number of runs of
sawfish-1.11.90/libtool:843:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
sawfish-1.11.90/libtool-844-bs='\\'
##############################################
sawfish-1.11.90/libtool-956-        # ...otherwise throw away the child directory and loop
sawfish-1.11.90/libtool:957:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
sawfish-1.11.90/libtool-958-      done
sawfish-1.11.90/libtool:959:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
sawfish-1.11.90/libtool-960-
##############################################
sawfish-1.11.90/libtool-991-      # If mktemp works, use that first and foremost
sawfish-1.11.90/libtool:992:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
sawfish-1.11.90/libtool-993-
##############################################
sawfish-1.11.90/libtool-1022-      *[\\\`\"\$]*)
sawfish-1.11.90/libtool:1023:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
sawfish-1.11.90/libtool-1024-      *)
##############################################
sawfish-1.11.90/libtool-1127-  [0-9]* | *[!a-zA-Z0-9_]*)
sawfish-1.11.90/libtool:1128:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
sawfish-1.11.90/libtool-1129-    ;;
##############################################
sawfish-1.11.90/libtool-1194-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
sawfish-1.11.90/libtool:1195:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
sawfish-1.11.90/libtool:1196:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
sawfish-1.11.90/libtool-1197-	p
##############################################
sawfish-1.11.90/libtool-1390-	# quotes we have to do it in 2 steps:
sawfish-1.11.90/libtool:1391:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
sawfish-1.11.90/libtool-1392-	eval "$extractedcf"
##############################################
sawfish-1.11.90/libtool-1804-      done
sawfish-1.11.90/libtool:1805:      CC_expanded=`func_echo_all $CC`
sawfish-1.11.90/libtool:1806:      CC_quoted_expanded=`func_echo_all $CC_quoted`
sawfish-1.11.90/libtool-1807-      case $@ in
##############################################
sawfish-1.11.90/libtool-1817-	    # Evaluate the configuration.
sawfish-1.11.90/libtool:1818:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
sawfish-1.11.90/libtool-1819-	    CC_quoted=
##############################################
sawfish-1.11.90/libtool-1823-	    done
sawfish-1.11.90/libtool:1824:	    CC_expanded=`func_echo_all $CC`
sawfish-1.11.90/libtool:1825:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
sawfish-1.11.90/libtool-1826-	    case "$@ " in
##############################################
sawfish-1.11.90/libtool-1914-    # zero AND non-empty stdout, which explains the odd construction:
sawfish-1.11.90/libtool:1915:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
sawfish-1.11.90/libtool-1916-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
sawfish-1.11.90/libtool-1980-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
sawfish-1.11.90/libtool:1981:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
sawfish-1.11.90/libtool-1982-    if test "$?" -ne 0; then
##############################################
sawfish-1.11.90/libtool-2143-    # LT_CYGPATH in this case.
sawfish-1.11.90/libtool:2144:    func_to_host_file_result=`cygpath -m "$1"`
sawfish-1.11.90/libtool-2145-  fi
##############################################
sawfish-1.11.90/libtool-2293-    func_to_host_path_tmp1=$func_stripname_result
sawfish-1.11.90/libtool:2294:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
sawfish-1.11.90/libtool-2295-    func_convert_path_check : ";" \
##############################################
sawfish-1.11.90/libtool-2482-    *.[cCFSifmso] | \
sawfish-1.11.90/libtool:2483:    *.ada | *.adb | *.ads | *.asm | \
sawfish-1.11.90/libtool-2484-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
sawfish-1.11.90/libtool-2559-    if test "$compiler_c_o" = no; then
sawfish-1.11.90/libtool:2560:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
sawfish-1.11.90/libtool-2561-      lockfile="$output_obj.lock"
##############################################
sawfish-1.11.90/libtool-2578-*** ERROR, $lockfile exists and contains:
sawfish-1.11.90/libtool:2579:`cat $lockfile 2>/dev/null`
sawfish-1.11.90/libtool-2580-
##############################################
sawfish-1.11.90/libtool-2626-      if test "$need_locks" = warn &&
sawfish-1.11.90/libtool:2627:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sawfish-1.11.90/libtool-2628-	$ECHO "\
sawfish-1.11.90/libtool-2629-*** ERROR, $lockfile contains:
sawfish-1.11.90/libtool:2630:`cat $lockfile 2>/dev/null`
sawfish-1.11.90/libtool-2631-
##############################################
sawfish-1.11.90/libtool-2675-      if test "$need_locks" = warn &&
sawfish-1.11.90/libtool:2676:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sawfish-1.11.90/libtool-2677-	$ECHO "\
sawfish-1.11.90/libtool-2678-*** ERROR, $lockfile contains:
sawfish-1.11.90/libtool:2679:`cat $lockfile 2>/dev/null`
sawfish-1.11.90/libtool-2680-
##############################################
sawfish-1.11.90/libtool-2970-	  test -n "$library_names" && \
sawfish-1.11.90/libtool:2971:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
sawfish-1.11.90/libtool-2972-	  continue
##############################################
sawfish-1.11.90/libtool-2981-	  if test ! -f "$dir/$dlname"; then
sawfish-1.11.90/libtool:2982:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
sawfish-1.11.90/libtool-2983-	  fi
##############################################
sawfish-1.11.90/libtool-2999-      # Get the absolute pathname.
sawfish-1.11.90/libtool:3000:      absdir=`cd "$dir" && pwd`
sawfish-1.11.90/libtool-3001-      test -n "$absdir" && dir="$absdir"
##############################################
sawfish-1.11.90/libtool-3097-      if test -n "$lt_sysroot"; then
sawfish-1.11.90/libtool:3098:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
sawfish-1.11.90/libtool-3099-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
sawfish-1.11.90/libtool-3379-	  # Determine the prefix the user has applied to our future dir.
sawfish-1.11.90/libtool:3380:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
sawfish-1.11.90/libtool-3381-
##############################################
sawfish-1.11.90/libtool-3392-	    # Stick the inst_prefix_dir data into the link command.
sawfish-1.11.90/libtool:3393:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
sawfish-1.11.90/libtool-3394-	  else
sawfish-1.11.90/libtool:3395:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
sawfish-1.11.90/libtool-3396-	  fi
##############################################
sawfish-1.11.90/libtool-3552-	    fi
sawfish-1.11.90/libtool:3553:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
sawfish-1.11.90/libtool-3554-	    if test -n "$libdir" && test ! -f "$libfile"; then
sawfish-1.11.90/libtool:3555:	      func_warning "\`$lib' has not been installed in \`$libdir'"
sawfish-1.11.90/libtool-3556-	      finalize=no
##############################################
sawfish-1.11.90/libtool-3571-	        # Replace the output file specification.
sawfish-1.11.90/libtool:3572:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
sawfish-1.11.90/libtool-3573-
##############################################
sawfish-1.11.90/libtool-3590-	    # Install the binary that we compiled earlier.
sawfish-1.11.90/libtool:3591:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
sawfish-1.11.90/libtool-3592-	  fi
##############################################
sawfish-1.11.90/libtool-3663-    my_pic_p="${3-no}"
sawfish-1.11.90/libtool:3664:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
sawfish-1.11.90/libtool-3665-    my_dlsyms=
##############################################
sawfish-1.11.90/libtool-3719-	  # Add our own program objects to the symbol list.
sawfish-1.11.90/libtool:3720:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/libtool-3721-	  for progfile in $progfiles; do
##############################################
sawfish-1.11.90/libtool-3781-	          # Use subshell, to avoid clobbering current variable values
sawfish-1.11.90/libtool:3782:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
sawfish-1.11.90/libtool-3783-	          if test -n "$dlprefile_dlname" ; then
##############################################
sawfish-1.11.90/libtool-3928-	  if test -f "$output_objdir/$my_outputname.def"; then
sawfish-1.11.90/libtool:3929:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sawfish-1.11.90/libtool:3930:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sawfish-1.11.90/libtool-3931-	  else
sawfish-1.11.90/libtool:3932:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/libtool:3933:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/libtool-3934-	  fi
##############################################
sawfish-1.11.90/libtool-3936-	*)
sawfish-1.11.90/libtool:3937:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/libtool:3938:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sawfish-1.11.90/libtool-3939-	  ;;
##############################################
sawfish-1.11.90/libtool-3951-      # Nullify the symbol file.
sawfish-1.11.90/libtool:3952:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
sawfish-1.11.90/libtool:3953:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
sawfish-1.11.90/libtool-3954-    fi
##############################################
sawfish-1.11.90/libtool-3967-  win32_libid_type="unknown"
sawfish-1.11.90/libtool:3968:  win32_fileres=`file -L $1 2>/dev/null`
sawfish-1.11.90/libtool-3969-  case $win32_fileres in
##############################################
sawfish-1.11.90/libtool-4018-  $opt_debug
sawfish-1.11.90/libtool:4019:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
sawfish-1.11.90/libtool-4020-}
##############################################
sawfish-1.11.90/libtool-4035-  $opt_debug
sawfish-1.11.90/libtool:4036:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
sawfish-1.11.90/libtool-4037-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
sawfish-1.11.90/libtool-4090-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sawfish-1.11.90/libtool:4091:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
sawfish-1.11.90/libtool-4092-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
sawfish-1.11.90/libtool-4102-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sawfish-1.11.90/libtool:4103:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
sawfish-1.11.90/libtool-4104-  test -n "$func_cygming_ms_implib_tmp"
##############################################
sawfish-1.11.90/libtool-4122-    # binutils import library
sawfish-1.11.90/libtool:4123:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
sawfish-1.11.90/libtool-4124-  elif func_cygming_ms_implib_p "$1" ; then
sawfish-1.11.90/libtool-4125-    # ms-generated import library
sawfish-1.11.90/libtool:4126:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
sawfish-1.11.90/libtool-4127-  else
##############################################
sawfish-1.11.90/libtool-4202-	  darwin_curdir=`pwd`
sawfish-1.11.90/libtool:4203:	  darwin_base_archive=`basename "$darwin_archive"`
sawfish-1.11.90/libtool:4204:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
sawfish-1.11.90/libtool-4205-	  if test -n "$darwin_arches"; then
sawfish-1.11.90/libtool:4206:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
sawfish-1.11.90/libtool-4207-	    darwin_arch=
##############################################
sawfish-1.11.90/libtool-4217-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
sawfish-1.11.90/libtool:4218:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
sawfish-1.11.90/libtool-4219-	    darwin_file=
##############################################
sawfish-1.11.90/libtool-4221-	    for darwin_file in $darwin_filelist; do
sawfish-1.11.90/libtool:4222:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
sawfish-1.11.90/libtool-4223-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
sawfish-1.11.90/libtool-4236-      esac
sawfish-1.11.90/libtool:4237:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
sawfish-1.11.90/libtool-4238-    done
##############################################
sawfish-1.11.90/libtool-4307-
sawfish-1.11.90/libtool:4308:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
sawfish-1.11.90/libtool-4309-    $ECHO "\
##############################################
sawfish-1.11.90/libtool-4342-    --lt-dump-script)
sawfish-1.11.90/libtool:4343:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
sawfish-1.11.90/libtool-4344-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
sawfish-1.11.90/libtool:4345:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
sawfish-1.11.90/libtool-4346-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
sawfish-1.11.90/libtool-4369-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
sawfish-1.11.90/libtool:4370:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
sawfish-1.11.90/libtool-4371-  done
##############################################
sawfish-1.11.90/libtool-4427-  # Find the directory that this script lives in.
sawfish-1.11.90/libtool:4428:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
sawfish-1.11.90/libtool-4429-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
sawfish-1.11.90/libtool-4431-  # Follow symbolic links until we get to the real thisdir.
sawfish-1.11.90/libtool:4432:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
sawfish-1.11.90/libtool-4433-  while test -n \"\$file\"; do
sawfish-1.11.90/libtool:4434:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
sawfish-1.11.90/libtool-4435-
##############################################
sawfish-1.11.90/libtool-4443-
sawfish-1.11.90/libtool:4444:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
sawfish-1.11.90/libtool:4445:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
sawfish-1.11.90/libtool-4446-  done
##############################################
sawfish-1.11.90/libtool-4457-    case \"\$thisdir\" in
sawfish-1.11.90/libtool:4458:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
sawfish-1.11.90/libtool-4459-    $objdir )   thisdir=. ;;
##############################################
sawfish-1.11.90/libtool-4463-  # Try to get the absolute directory name.
sawfish-1.11.90/libtool:4464:  absdir=\`cd \"\$thisdir\" && pwd\`
sawfish-1.11.90/libtool-4465-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
sawfish-1.11.90/libtool-4473-  if test ! -f \"\$progdir/\$program\" ||
sawfish-1.11.90/libtool:4474:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
sawfish-1.11.90/libtool-4475-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
sawfish-1.11.90/libtool-4488-    if test -n \"\$relink_command\"; then
sawfish-1.11.90/libtool:4489:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
sawfish-1.11.90/libtool-4490-      else
##############################################
sawfish-1.11.90/libtool-4532-    # The second colon is a workaround for a bug in BeOS R4 sed
sawfish-1.11.90/libtool:4533:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
sawfish-1.11.90/libtool-4534-
##############################################
sawfish-1.11.90/libtool-5507-    $opt_debug
sawfish-1.11.90/libtool:5508:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
sawfish-1.11.90/libtool-5509-    *import*) : ;;
##############################################
sawfish-1.11.90/libtool-5729-	    moreargs=
sawfish-1.11.90/libtool:5730:	    for fil in `cat "$save_arg"`
sawfish-1.11.90/libtool-5731-	    do
##############################################
sawfish-1.11.90/libtool-5985-	*)
sawfish-1.11.90/libtool:5986:	  absdir=`cd "$dir" && pwd`
sawfish-1.11.90/libtool-5987-	  test -z "$absdir" && \
##############################################
sawfish-1.11.90/libtool-6006-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sawfish-1.11.90/libtool:6007:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
sawfish-1.11.90/libtool-6008-	  case :$dllsearchpath: in
##############################################
sawfish-1.11.90/libtool-6438-      # get the directories listed in $shlibpath_var
sawfish-1.11.90/libtool:6439:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
sawfish-1.11.90/libtool-6440-    else
##############################################
sawfish-1.11.90/libtool-6753-		  set dummy $deplibs_check_method; shift
sawfish-1.11.90/libtool:6754:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sawfish-1.11.90/libtool-6755-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
sawfish-1.11.90/libtool-6816-	else
sawfish-1.11.90/libtool:6817:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
sawfish-1.11.90/libtool-6818-	fi
##############################################
sawfish-1.11.90/libtool-6845-	if test -n "$inherited_linker_flags"; then
sawfish-1.11.90/libtool:6846:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
sawfish-1.11.90/libtool-6847-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
sawfish-1.11.90/libtool-6853-	fi
sawfish-1.11.90/libtool:6854:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/libtool-6855-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
sawfish-1.11.90/libtool-6926-	*)
sawfish-1.11.90/libtool:6927:	  abs_ladir=`cd "$ladir" && pwd`
sawfish-1.11.90/libtool-6928-	  if test -z "$abs_ladir"; then
##############################################
sawfish-1.11.90/libtool-7179-	    shift
sawfish-1.11.90/libtool:7180:	    libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/libtool-7181-	    # use dlname if we got it. it's perfectly good, no?
##############################################
sawfish-1.11.90/libtool-7471-		*)
sawfish-1.11.90/libtool:7472:		  absdir=`cd "$dir" && pwd`
sawfish-1.11.90/libtool-7473-		  if test -z "$absdir"; then
##############################################
sawfish-1.11.90/libtool-7482-		  depdepl=
sawfish-1.11.90/libtool:7483:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
sawfish-1.11.90/libtool-7484-		  if test -n "$deplibrary_names" ; then
##############################################
sawfish-1.11.90/libtool-7489-		      depdepl="$absdir/$objdir/$depdepl"
sawfish-1.11.90/libtool:7490:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
sawfish-1.11.90/libtool-7491-                      if test -z "$darwin_install_name"; then
sawfish-1.11.90/libtool:7492:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
sawfish-1.11.90/libtool-7493-                      fi
##############################################
sawfish-1.11.90/libtool-7504-		else
sawfish-1.11.90/libtool:7505:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
sawfish-1.11.90/libtool-7506-		  test -z "$libdir" && \
##############################################
sawfish-1.11.90/libtool-7527-	else
sawfish-1.11.90/libtool:7528:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/libtool-7529-	fi
##############################################
sawfish-1.11.90/libtool-7676-	test "$module" = no && \
sawfish-1.11.90/libtool:7677:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
sawfish-1.11.90/libtool-7678-
##############################################
sawfish-1.11.90/libtool-7814-	if test "$age" -gt "$current"; then
sawfish-1.11.90/libtool:7815:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
sawfish-1.11.90/libtool-7816-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
sawfish-1.11.90/libtool-7975-	removelist=
sawfish-1.11.90/libtool:7976:	tempremovelist=`$ECHO "$output_objdir/*"`
sawfish-1.11.90/libtool-7977-	for p in $tempremovelist; do
##############################################
sawfish-1.11.90/libtool-8001-	# Transform .lo files to .o files.
sawfish-1.11.90/libtool:8002:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
sawfish-1.11.90/libtool-8003-      fi
##############################################
sawfish-1.11.90/libtool-8006-      #for path in $notinst_path; do
sawfish-1.11.90/libtool:8007:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
sawfish-1.11.90/libtool:8008:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
sawfish-1.11.90/libtool:8009:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
sawfish-1.11.90/libtool-8010-      #done
##############################################
sawfish-1.11.90/libtool-8127-		if test -n "$i" ; then
sawfish-1.11.90/libtool:8128:		  libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/libtool:8129:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sawfish-1.11.90/libtool-8130-		  set dummy $deplib_matches; shift
sawfish-1.11.90/libtool-8131-		  deplib_match=$1
sawfish-1.11.90/libtool:8132:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sawfish-1.11.90/libtool-8133-		    newdeplibs+=" $i"
##############################################
sawfish-1.11.90/libtool-8170-		  if test -n "$i" ; then
sawfish-1.11.90/libtool:8171:		    libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/libtool:8172:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sawfish-1.11.90/libtool-8173-		    set dummy $deplib_matches; shift
sawfish-1.11.90/libtool-8174-		    deplib_match=$1
sawfish-1.11.90/libtool:8175:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sawfish-1.11.90/libtool-8176-		      newdeplibs+=" $i"
##############################################
sawfish-1.11.90/libtool-8205-	  set dummy $deplibs_check_method; shift
sawfish-1.11.90/libtool:8206:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sawfish-1.11.90/libtool-8207-	  for a_deplib in $deplibs; do
##############################################
sawfish-1.11.90/libtool-8220-	      if test -n "$a_deplib" ; then
sawfish-1.11.90/libtool:8221:		libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/libtool-8222-		if test -n "$file_magic_glob"; then
sawfish-1.11.90/libtool:8223:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
sawfish-1.11.90/libtool-8224-		else
##############################################
sawfish-1.11.90/libtool-8230-		    shopt -s nocaseglob
sawfish-1.11.90/libtool:8231:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sawfish-1.11.90/libtool-8232-		    $nocaseglob
sawfish-1.11.90/libtool-8233-		  else
sawfish-1.11.90/libtool:8234:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sawfish-1.11.90/libtool-8235-		  fi
##############################################
sawfish-1.11.90/libtool-8248-		      while test -h "$potlib" 2>/dev/null; do
sawfish-1.11.90/libtool:8249:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
sawfish-1.11.90/libtool-8250-			case $potliblink in
sawfish-1.11.90/libtool-8251-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
sawfish-1.11.90/libtool:8252:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
sawfish-1.11.90/libtool-8253-			esac
##############################################
sawfish-1.11.90/libtool-8289-	  set dummy $deplibs_check_method; shift
sawfish-1.11.90/libtool:8290:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sawfish-1.11.90/libtool-8291-	  for a_deplib in $deplibs; do
##############################################
sawfish-1.11.90/libtool-8304-	      if test -n "$a_deplib" ; then
sawfish-1.11.90/libtool:8305:		libname=`eval "\\$ECHO \"$libname_spec\""`
sawfish-1.11.90/libtool-8306-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
sawfish-1.11.90/libtool:8307:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
sawfish-1.11.90/libtool-8308-		  for potent_lib in $potential_libs; do
##############################################
sawfish-1.11.90/libtool-8343-	  newdeplibs=""
sawfish-1.11.90/libtool:8344:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
sawfish-1.11.90/libtool-8345-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
sawfish-1.11.90/libtool-8347-	      # can't use Xsed below, because $i might contain '/'
sawfish-1.11.90/libtool:8348:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
sawfish-1.11.90/libtool-8349-	    done
##############################################
sawfish-1.11.90/libtool-8373-	  # On Rhapsody replace the C library with the System framework
sawfish-1.11.90/libtool:8374:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
sawfish-1.11.90/libtool-8375-	  ;;
##############################################
sawfish-1.11.90/libtool-8425-	*-*-darwin*)
sawfish-1.11.90/libtool:8426:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/libtool:8427:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/libtool:8428:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/libtool-8429-	  ;;
##############################################
sawfish-1.11.90/libtool-8552-	# Use standard objects if they are pic
sawfish-1.11.90/libtool:8553:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/libtool-8554-	test "X$libobjs" = "X " && libobjs=
##############################################
sawfish-1.11.90/libtool-8567-	    # exporting using user supplied symfile
sawfish-1.11.90/libtool:8568:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
sawfish-1.11.90/libtool-8569-	      # and it's NOT already a .def file. Must figure out
##############################################
sawfish-1.11.90/libtool-9064-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
sawfish-1.11.90/libtool:9065:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
sawfish-1.11.90/libtool-9066-	else
##############################################
sawfish-1.11.90/libtool-9078-      # Create the old-style object.
sawfish-1.11.90/libtool:9079:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
sawfish-1.11.90/libtool-9080-
##############################################
sawfish-1.11.90/libtool-9138-	# On Rhapsody replace the C library is the System framework
sawfish-1.11.90/libtool:9139:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
sawfish-1.11.90/libtool:9140:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
sawfish-1.11.90/libtool-9141-	;;
##############################################
sawfish-1.11.90/libtool-9156-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
sawfish-1.11.90/libtool:9157:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/libtool:9158:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sawfish-1.11.90/libtool-9159-	;;
##############################################
sawfish-1.11.90/libtool-9234-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sawfish-1.11.90/libtool:9235:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
sawfish-1.11.90/libtool-9236-	  case :$dllsearchpath: in
##############################################
sawfish-1.11.90/libtool-9294-	# Transform all the library objects into standard objects.
sawfish-1.11.90/libtool:9295:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/libtool:9296:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sawfish-1.11.90/libtool-9297-      fi
##############################################
sawfish-1.11.90/libtool-9324-	# Replace the output file specification.
sawfish-1.11.90/libtool:9325:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sawfish-1.11.90/libtool-9326-	link_command="$compile_command$compile_rpath"
##############################################
sawfish-1.11.90/libtool-9333-	  func_to_tool_file "$output"
sawfish-1.11.90/libtool:9334:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sawfish-1.11.90/libtool-9335-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sawfish-1.11.90/libtool-9377-	# Replace the output file specification.
sawfish-1.11.90/libtool:9378:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sawfish-1.11.90/libtool-9379-	# Delete the old output file.
##############################################
sawfish-1.11.90/libtool-9385-	  func_to_tool_file "$output"
sawfish-1.11.90/libtool:9386:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sawfish-1.11.90/libtool-9387-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sawfish-1.11.90/libtool-9403-	  if test "$fast_install" = yes; then
sawfish-1.11.90/libtool:9404:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
sawfish-1.11.90/libtool-9405-	  else
##############################################
sawfish-1.11.90/libtool-9415-      # Replace the output file specification.
sawfish-1.11.90/libtool:9416:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
sawfish-1.11.90/libtool-9417-
##############################################
sawfish-1.11.90/libtool-9424-	func_to_tool_file "$output_objdir/$outputname"
sawfish-1.11.90/libtool:9425:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sawfish-1.11.90/libtool-9426-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sawfish-1.11.90/libtool-9445-	relink_command="(cd `pwd`; $relink_command)"
sawfish-1.11.90/libtool:9446:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sawfish-1.11.90/libtool-9447-      fi
##############################################
sawfish-1.11.90/libtool-9689-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
sawfish-1.11.90/libtool:9690:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sawfish-1.11.90/libtool-9691-      if test "$hardcode_automatic" = yes ; then
##############################################
sawfish-1.11.90/libtool-9710-		func_resolve_sysroot "$deplib"
sawfish-1.11.90/libtool:9711:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
sawfish-1.11.90/libtool-9712-		test -z "$libdir" && \
##############################################
sawfish-1.11.90/libtool-9736-		name="$func_basename_result"
sawfish-1.11.90/libtool:9737:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sawfish-1.11.90/libtool-9738-		test -z "$libdir" && \
##############################################
sawfish-1.11.90/libtool-9755-		name="$func_basename_result"
sawfish-1.11.90/libtool:9756:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sawfish-1.11.90/libtool-9757-		test -z "$libdir" && \
##############################################
sawfish-1.11.90/libtool-10074-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
sawfish-1.11.90/libtool:10075:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
sawfish-1.11.90/libtool-10076-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
sawfish-1.11.90/debian/debian-sawfish-policy-315-     elc_dir=/usr/share/${FLAVOR}/site-lisp/foo/
sawfish-1.11.90/debian/debian-sawfish-policy:316:     el_path_list=`echo ${el_files} | perl -pe 's|^|${el_dir}|o'`
sawfish-1.11.90/debian/debian-sawfish-policy:317:     elc_path_list=`echo ${el_files} | perl -pe 's|^|${elc_dir}|o'`
sawfish-1.11.90/debian/debian-sawfish-policy-318-
##############################################
sawfish-1.11.90/debian/patches/cross.patch-21--		  XFT_CFLAGS="`pkg-config --cflags xft`"
sawfish-1.11.90/debian/patches/cross.patch:22:+		  XFT_CFLAGS="`$PKG_CONFIG --cflags xft`"
sawfish-1.11.90/debian/patches/cross.patch-23- 		  AC_DEFINE(HAVE_X11_XFT_XFT_H, 1, [Have xft])
##############################################
sawfish-1.11.90/debian/patches/cross.patch-31--		  X_CFLAGS="`pkg-config --cflags x11`"
sawfish-1.11.90/debian/patches/cross.patch:32:+		  X_LIBS="`$PKG_CONFIG --libs x11`"
sawfish-1.11.90/debian/patches/cross.patch:33:+		  X_CFLAGS="`$PKG_CONFIG --cflags x11`"
sawfish-1.11.90/debian/patches/cross.patch-34- 		  AC_DEFINE(X_DISPLAY_MISSING, 0, [Have x11])
##############################################
sawfish-1.11.90/debian/patches/cross.patch-40- 
sawfish-1.11.90/debian/patches/cross.patch:41:-PANGO_LIBS=`pkg-config --libs $PANGO_MODULES`
sawfish-1.11.90/debian/patches/cross.patch:42:-PANGO_CFLAGS=`pkg-config --cflags $PANGO_MODULES`
sawfish-1.11.90/debian/patches/cross.patch:43:+PANGO_LIBS=`$PKG_CONFIG --libs $PANGO_MODULES`
sawfish-1.11.90/debian/patches/cross.patch:44:+PANGO_CFLAGS=`$PKG_CONFIG --cflags $PANGO_MODULES`
sawfish-1.11.90/debian/patches/cross.patch-45- 
##############################################
sawfish-1.11.90/debian/patches/cross.patch-54--		  REP_LIBS="`pkg-config --libs librep`"
sawfish-1.11.90/debian/patches/cross.patch:55:+		  ,REP_EXECDIR="`$PKG_CONFIG --variable=repcommonexecdir librep`"
sawfish-1.11.90/debian/patches/cross.patch:56:+		  REP_CFLAGS="`$PKG_CONFIG --cflags librep`"
sawfish-1.11.90/debian/patches/cross.patch:57:+		  REP_LIBS="`$PKG_CONFIG --libs librep`"
sawfish-1.11.90/debian/patches/cross.patch-58- 		  REP_MSGFMT="`which msgfmt`"
sawfish-1.11.90/debian/patches/cross.patch-59--		  REP_VERSION="`pkg-config --variable=version librep`"
sawfish-1.11.90/debian/patches/cross.patch:60:+		  REP_VERSION="`$PKG_CONFIG --variable=version librep`"
sawfish-1.11.90/debian/patches/cross.patch-61- 		  ,AC_MSG_ERROR([cannot locate librep >= $REP_MIN_VER]))
##############################################
sawfish-1.11.90/debian/patches/cross.patch-69--		  GTK_CFLAGS="`pkg-config --cflags gtk+-2.0`"
sawfish-1.11.90/debian/patches/cross.patch:70:+		  ,GTK_LIBS="`$PKG_CONFIG --libs gtk+-2.0`"
sawfish-1.11.90/debian/patches/cross.patch:71:+		  GTK_CFLAGS="`$PKG_CONFIG --cflags gtk+-2.0`"
sawfish-1.11.90/debian/patches/cross.patch-72- 		  AC_DEFINE(HAVE_GTK, 1, [Have GTK])
##############################################
sawfish-1.11.90/debian/patches/cross.patch-80--			  IMAGE_LIBS="`pkg-config --libs gdk-pixbuf-xlib-2.0`"
sawfish-1.11.90/debian/patches/cross.patch:81:+			  ,IMAGE_CFLAGS="`$PKG_CONFIG --cflags gdk-pixbuf-xlib-2.0`"
sawfish-1.11.90/debian/patches/cross.patch:82:+			  IMAGE_LIBS="`$PKG_CONFIG --libs gdk-pixbuf-xlib-2.0`"
sawfish-1.11.90/debian/patches/cross.patch-83- 			  IMAGE_PC="gdk-pixbuf-xlib-2.0 >= ${GDK_MIN_VER}"
##############################################
sawfish-1.11.90/debian/patches/cross.patch-91--			  IMAGE_LIBS="`pkg-config --libs imlib`"
sawfish-1.11.90/debian/patches/cross.patch:92:+			  ,IMAGE_CFLAGS="-I`$PKG_CONFIG --variable includedir imlib`"
sawfish-1.11.90/debian/patches/cross.patch:93:+			  IMAGE_LIBS="`$PKG_CONFIG --libs imlib`"
sawfish-1.11.90/debian/patches/cross.patch-94- 			  IMAGE_PC="imlib >= 1.9"
##############################################
sawfish-1.11.90/debian/patches/cross.patch-96--			  IMLIB_VERSION="`pkg-config --modversion imlib`"
sawfish-1.11.90/debian/patches/cross.patch:97:+			  IMLIB_VERSION="`$PKG_CONFIG --modversion imlib`"
sawfish-1.11.90/debian/patches/cross.patch-98- 			  IMAGE_LOADER="IMLIB 1"
##############################################
sawfish-1.11.90/debian/patches/cross.patch-108--PANGO_VERSION="`pkg-config --modversion pango`"
sawfish-1.11.90/debian/patches/cross.patch:109:+REP_VERSION="`$PKG_CONFIG --modversion librep`"
sawfish-1.11.90/debian/patches/cross.patch:110:+REP_GTK_VERSION="`$PKG_CONFIG --modversion rep-gtk`"
sawfish-1.11.90/debian/patches/cross.patch:111:+GLIB_VERSION="`$PKG_CONFIG --modversion glib-2.0`"
sawfish-1.11.90/debian/patches/cross.patch:112:+PANGO_VERSION="`$PKG_CONFIG --modversion pango`"
sawfish-1.11.90/debian/patches/cross.patch-113- 
##############################################
sawfish-1.11.90/debian/patches/cross.patch-115--	CAIRO_VERSION="`pkg-config --modversion cairo`"
sawfish-1.11.90/debian/patches/cross.patch:116:+	CAIRO_VERSION="`$PKG_CONFIG --modversion cairo`"
sawfish-1.11.90/debian/patches/cross.patch-117- fi
##############################################
sawfish-1.11.90/debian/patches/cross.patch-119--GTK_VERSION="`pkg-config --modversion gtk+-2.0`"
sawfish-1.11.90/debian/patches/cross.patch:120:+GTK_VERSION="`$PKG_CONFIG --modversion gtk+-2.0`"
sawfish-1.11.90/debian/patches/cross.patch-121- 
##############################################
sawfish-1.11.90/debian/patches/make-build-reproducible-12--	      ( cd $(srcdir) && tar czf $$d.tar.gz $$d/* ) ; \
sawfish-1.11.90/debian/patches/make-build-reproducible:13:+	      ( cd $(srcdir) && GZIP=-9n tar --sort=name -czf $$d.tar.gz `LC_ALL=C ls -d $$d/*` ) ; \
sawfish-1.11.90/debian/patches/make-build-reproducible-14- 	      $(INSTALL_DATA) $$d.tar.gz $(DESTDIR)$(themedir)/$$d.tar.gz; \
##############################################
sawfish-1.11.90/debian/rules-21-	find debian/tmp -name \*.la | while read file; do \
sawfish-1.11.90/debian/rules:22:	  libdir=`echo $$file | sed -e 's@debian/tmp\(.*\)/[^/]*la$$@\1@' `; \
sawfish-1.11.90/debian/rules-23-	  tmpfile=`mktemp`; \
##############################################
sawfish-1.11.90/debian/sawfish.emacsen-install-10-
sawfish-1.11.90/debian/sawfish.emacsen-install:11:FLAVORTEST=`echo $FLAVOR | cut -c-6`
sawfish-1.11.90/debian/sawfish.emacsen-install-12-if [ ${FLAVORTEST} = xemacs ] ; then
##############################################
sawfish-1.11.90/.pc/cross.patch/configure.in-208-
sawfish-1.11.90/.pc/cross.patch/configure.in:209:PANGO_LIBS=`pkg-config --libs $PANGO_MODULES`
sawfish-1.11.90/.pc/cross.patch/configure.in:210:PANGO_CFLAGS=`pkg-config --cflags $PANGO_MODULES`
sawfish-1.11.90/.pc/cross.patch/configure.in-211-
##############################################
sawfish-1.11.90/.pc/cross.patch/configure.in-376-  changequote({,})
sawfish-1.11.90/.pc/cross.patch/configure.in:377:  LINGUAS="`echo $srcdir/po/*.po | sed -e 's/[^ ]*\/po\/\([^ ]*\)\.po/\1/g'`"
sawfish-1.11.90/.pc/cross.patch/configure.in-378-  changequote([,])
##############################################
sawfish-1.11.90/configure.in-99-		  ,XFT_LIBS="-lXft"
sawfish-1.11.90/configure.in:100:		  XFT_CFLAGS="`$PKG_CONFIG --cflags xft`"
sawfish-1.11.90/configure.in-101-		  AC_DEFINE(HAVE_X11_XFT_XFT_H, 1, [Have xft])
##############################################
sawfish-1.11.90/configure.in-108-		  ,AC_DEFINE(HAVE_X11, 1, [Have X11])
sawfish-1.11.90/configure.in:109:		  X_LIBS="`$PKG_CONFIG --libs x11`"
sawfish-1.11.90/configure.in:110:		  X_CFLAGS="`$PKG_CONFIG --cflags x11`"
sawfish-1.11.90/configure.in-111-		  AC_DEFINE(X_DISPLAY_MISSING, 0, [Have x11])
##############################################
sawfish-1.11.90/configure.in-208-
sawfish-1.11.90/configure.in:209:PANGO_LIBS=`$PKG_CONFIG --libs $PANGO_MODULES`
sawfish-1.11.90/configure.in:210:PANGO_CFLAGS=`$PKG_CONFIG --cflags $PANGO_MODULES`
sawfish-1.11.90/configure.in-211-
##############################################
sawfish-1.11.90/configure.in-218-PKG_CHECK_MODULES(LIBREP, librep >= ${REP_MIN_VER}
sawfish-1.11.90/configure.in:219:		  ,REP_EXECDIR="`$PKG_CONFIG --variable=repcommonexecdir librep`"
sawfish-1.11.90/configure.in:220:		  REP_CFLAGS="`$PKG_CONFIG --cflags librep`"
sawfish-1.11.90/configure.in:221:		  REP_LIBS="`$PKG_CONFIG --libs librep`"
sawfish-1.11.90/configure.in-222-		  REP_MSGFMT="`which msgfmt`"
sawfish-1.11.90/configure.in:223:		  REP_VERSION="`$PKG_CONFIG --variable=version librep`"
sawfish-1.11.90/configure.in-224-		  ,AC_MSG_ERROR([cannot locate librep >= $REP_MIN_VER]))
##############################################
sawfish-1.11.90/configure.in-237-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= ${GTK_MIN_VER}
sawfish-1.11.90/configure.in:238:		  ,GTK_LIBS="`$PKG_CONFIG --libs gtk+-2.0`"
sawfish-1.11.90/configure.in:239:		  GTK_CFLAGS="`$PKG_CONFIG --cflags gtk+-2.0`"
sawfish-1.11.90/configure.in-240-		  AC_DEFINE(HAVE_GTK, 1, [Have GTK])
##############################################
sawfish-1.11.90/configure.in-249-	PKG_CHECK_MODULES(GDK_PIXBUF, gdk-pixbuf-xlib-2.0 >= ${GDK_MIN_VER}
sawfish-1.11.90/configure.in:250:			  ,IMAGE_CFLAGS="`$PKG_CONFIG --cflags gdk-pixbuf-xlib-2.0`"
sawfish-1.11.90/configure.in:251:			  IMAGE_LIBS="`$PKG_CONFIG --libs gdk-pixbuf-xlib-2.0`"
sawfish-1.11.90/configure.in-252-			  IMAGE_PC="gdk-pixbuf-xlib-2.0 >= ${GDK_MIN_VER}"
##############################################
sawfish-1.11.90/configure.in-263-	PKG_CHECK_MODULES(IMLIB1, imlib >= 1.9
sawfish-1.11.90/configure.in:264:			  ,IMAGE_CFLAGS="-I`$PKG_CONFIG --variable includedir imlib`"
sawfish-1.11.90/configure.in:265:			  IMAGE_LIBS="`$PKG_CONFIG --libs imlib`"
sawfish-1.11.90/configure.in-266-			  IMAGE_PC="imlib >= 1.9"
sawfish-1.11.90/configure.in-267-			  AC_DEFINE(HAVE_IMLIB, 1, [Have Imlib1])
sawfish-1.11.90/configure.in:268:			  IMLIB_VERSION="`$PKG_CONFIG --modversion imlib`"
sawfish-1.11.90/configure.in-269-			  IMAGE_LOADER="IMLIB 1"
##############################################
sawfish-1.11.90/configure.in-376-  changequote({,})
sawfish-1.11.90/configure.in:377:  LINGUAS="`echo $srcdir/po/*.po | sed -e 's/[^ ]*\/po\/\([^ ]*\)\.po/\1/g'`"
sawfish-1.11.90/configure.in-378-  changequote([,])
##############################################
sawfish-1.11.90/configure.in-464-
sawfish-1.11.90/configure.in:465:REP_VERSION="`$PKG_CONFIG --modversion librep`"
sawfish-1.11.90/configure.in:466:REP_GTK_VERSION="`$PKG_CONFIG --modversion rep-gtk`"
sawfish-1.11.90/configure.in:467:GLIB_VERSION="`$PKG_CONFIG --modversion glib-2.0`"
sawfish-1.11.90/configure.in:468:PANGO_VERSION="`$PKG_CONFIG --modversion pango`"
sawfish-1.11.90/configure.in-469-
sawfish-1.11.90/configure.in-470-if $PKG_CONFIG --exists cairo; then
sawfish-1.11.90/configure.in:471:	CAIRO_VERSION="`$PKG_CONFIG --modversion cairo`"
sawfish-1.11.90/configure.in-472-fi
sawfish-1.11.90/configure.in-473-
sawfish-1.11.90/configure.in:474:GTK_VERSION="`$PKG_CONFIG --modversion gtk+-2.0`"
sawfish-1.11.90/configure.in-475-