===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rss-glx-0.9.1/install-sh-217-      fi
rss-glx-0.9.1/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
rss-glx-0.9.1/install-sh-219-    *)
##############################################
rss-glx-0.9.1/install-sh-269-      dstdir=$dst
rss-glx-0.9.1/install-sh:270:      dst=$dstdir/`basename "$src"`
rss-glx-0.9.1/install-sh-271-      dstdir_status=0
##############################################
rss-glx-0.9.1/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
rss-glx-0.9.1/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
rss-glx-0.9.1/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
rss-glx-0.9.1/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
rss-glx-0.9.1/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
rss-glx-0.9.1/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
rss-glx-0.9.1/install-sh-418-	    case $prefix in
rss-glx-0.9.1/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
rss-glx-0.9.1/install-sh-420-	      *) qprefix=$prefix;;
##############################################
rss-glx-0.9.1/install-sh-467-    if $copy_on_change &&
rss-glx-0.9.1/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
rss-glx-0.9.1/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
rss-glx-0.9.1/install-sh-470-
##############################################
rss-glx-0.9.1/config.guess-40-
rss-glx-0.9.1/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
rss-glx-0.9.1/config.guess-42-
##############################################
rss-glx-0.9.1/config.guess-109-: ${TMPDIR=/tmp} ;
rss-glx-0.9.1/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
rss-glx-0.9.1/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
rss-glx-0.9.1/config.guess-195-	    *)
rss-glx-0.9.1/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
rss-glx-0.9.1/config.guess-197-		;;
##############################################
rss-glx-0.9.1/config.guess-222-	*4.0)
rss-glx-0.9.1/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
rss-glx-0.9.1/config.guess-224-		;;
rss-glx-0.9.1/config.guess-225-	*5.*)
rss-glx-0.9.1/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
rss-glx-0.9.1/config.guess-227-		;;
##############################################
rss-glx-0.9.1/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
rss-glx-0.9.1/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
rss-glx-0.9.1/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
rss-glx-0.9.1/config.guess-270-	# 1.2 uses "1.2" for uname -r.
rss-glx-0.9.1/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
rss-glx-0.9.1/config.guess-272-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-327-    sun4H:SunOS:5.*:*)
rss-glx-0.9.1/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rss-glx-0.9.1/config.guess-329-	exit ;;
rss-glx-0.9.1/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
rss-glx-0.9.1/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rss-glx-0.9.1/config.guess-332-	exit ;;
rss-glx-0.9.1/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
rss-glx-0.9.1/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rss-glx-0.9.1/config.guess-335-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
rss-glx-0.9.1/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rss-glx-0.9.1/config.guess-341-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
rss-glx-0.9.1/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
rss-glx-0.9.1/config.guess-350-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-354-    sun*:*:4.2BSD:*)
rss-glx-0.9.1/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
rss-glx-0.9.1/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
rss-glx-0.9.1/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
rss-glx-0.9.1/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
rss-glx-0.9.1/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
rss-glx-0.9.1/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
rss-glx-0.9.1/config.guess-492-    *:IRIX*:*:*)
rss-glx-0.9.1/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
rss-glx-0.9.1/config.guess-494-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-522-EOF
rss-glx-0.9.1/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
rss-glx-0.9.1/config.guess-524-		then
##############################################
rss-glx-0.9.1/config.guess-535-    *:AIX:*:[456])
rss-glx-0.9.1/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
rss-glx-0.9.1/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
rss-glx-0.9.1/config.guess-570-    9000/[34678]??:HP-UX:*:*)
rss-glx-0.9.1/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
rss-glx-0.9.1/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
rss-glx-0.9.1/config.guess-624-EOF
rss-glx-0.9.1/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
rss-glx-0.9.1/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
rss-glx-0.9.1/config.guess-652-    ia64:HP-UX:*:*)
rss-glx-0.9.1/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
rss-glx-0.9.1/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
rss-glx-0.9.1/config.guess-682-EOF
rss-glx-0.9.1/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
rss-glx-0.9.1/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
rss-glx-0.9.1/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
rss-glx-0.9.1/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
rss-glx-0.9.1/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
rss-glx-0.9.1/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
rss-glx-0.9.1/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
rss-glx-0.9.1/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
rss-glx-0.9.1/config.guess-773-	    pc98)
rss-glx-0.9.1/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
rss-glx-0.9.1/config.guess-775-	    amd64)
rss-glx-0.9.1/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
rss-glx-0.9.1/config.guess-777-	    *)
rss-glx-0.9.1/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
rss-glx-0.9.1/config.guess-779-	esac
##############################################
rss-glx-0.9.1/config.guess-824-    prep*:SunOS:5.*:*)
rss-glx-0.9.1/config.guess:825:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rss-glx-0.9.1/config.guess-826-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-828-	# the GNU system
rss-glx-0.9.1/config.guess:829:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
rss-glx-0.9.1/config.guess-830-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-832-	# other systems with GNU libc and userland
rss-glx-0.9.1/config.guess:833:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
rss-glx-0.9.1/config.guess-834-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
rss-glx-0.9.1/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
rss-glx-0.9.1/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
rss-glx-0.9.1/config.guess-1308-    *:DragonFly:*:*)
rss-glx-0.9.1/config.guess:1309:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
rss-glx-0.9.1/config.guess-1310-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-1321-    i*86:skyos:*:*)
rss-glx-0.9.1/config.guess:1322:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
rss-glx-0.9.1/config.guess-1323-	exit ;;
##############################################
rss-glx-0.9.1/config.guess-1446-
rss-glx-0.9.1/config.guess:1447:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
rss-glx-0.9.1/config.guess-1448-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
rss-glx-0.9.1/utils/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES =
rss-glx-0.9.1/utils/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
rss-glx-0.9.1/utils/Makefile.in-48-am__vpath_adj = case $$p in \
rss-glx-0.9.1/utils/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
rss-glx-0.9.1/utils/Makefile.in-50-    *) f=$$p;; \
rss-glx-0.9.1/utils/Makefile.in-51-  esac;
rss-glx-0.9.1/utils/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
rss-glx-0.9.1/utils/Makefile.in-53-am__install_max = 40
rss-glx-0.9.1/utils/Makefile.in-54-am__nobase_strip_setup = \
rss-glx-0.9.1/utils/Makefile.in:55:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
rss-glx-0.9.1/utils/Makefile.in-56-am__nobase_strip = \
##############################################
rss-glx-0.9.1/utils/Makefile.in-287-distdir: $(DISTFILES)
rss-glx-0.9.1/utils/Makefile.in:288:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/utils/Makefile.in:289:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/utils/Makefile.in-290-	list='$(DISTFILES)'; \
##############################################
rss-glx-0.9.1/utils/Makefile.in-301-	  if test -d $$d/$$file; then \
rss-glx-0.9.1/utils/Makefile.in:302:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rss-glx-0.9.1/utils/Makefile.in-303-	    if test -d "$(distdir)/$$file"; then \
##############################################
rss-glx-0.9.1/aclocal.m4-141-done
rss-glx-0.9.1/aclocal.m4:142:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
rss-glx-0.9.1/aclocal.m4-143-])
##############################################
rss-glx-0.9.1/aclocal.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE],
rss-glx-0.9.1/aclocal.m4:426:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
rss-glx-0.9.1/aclocal.m4-427-
##############################################
rss-glx-0.9.1/aclocal.m4-435-#
rss-glx-0.9.1/aclocal.m4:436:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/aclocal.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
rss-glx-0.9.1/aclocal.m4-537-]], lt_decl_quote_varnames); do
rss-glx-0.9.1/aclocal.m4:538:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
rss-glx-0.9.1/aclocal.m4-539-    *[[\\\\\\\`\\"\\\$]]*)
rss-glx-0.9.1/aclocal.m4:540:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
rss-glx-0.9.1/aclocal.m4-541-      ;;
##############################################
rss-glx-0.9.1/aclocal.m4-550-]], lt_decl_dquote_varnames); do
rss-glx-0.9.1/aclocal.m4:551:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
rss-glx-0.9.1/aclocal.m4-552-    *[[\\\\\\\`\\"\\\$]]*)
rss-glx-0.9.1/aclocal.m4:553:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
rss-glx-0.9.1/aclocal.m4-554-      ;;
##############################################
rss-glx-0.9.1/aclocal.m4-563-*'\\\[$]0 --fallback-echo"')dnl "
rss-glx-0.9.1/aclocal.m4:564:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
rss-glx-0.9.1/aclocal.m4-565-  ;;
##############################################
rss-glx-0.9.1/aclocal.m4-699-
rss-glx-0.9.1/aclocal.m4:700:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
rss-glx-0.9.1/aclocal.m4-701-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
rss-glx-0.9.1/aclocal.m4-1046-    }'
rss-glx-0.9.1/aclocal.m4:1047:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/aclocal.m4-1048-# Check for a 64-bit object if we didn't find anything.
rss-glx-0.9.1/aclocal.m4-1049-if test -z "$aix_libpath"; then
rss-glx-0.9.1/aclocal.m4:1050:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/aclocal.m4-1051-fi],[])
##############################################
rss-glx-0.9.1/aclocal.m4-1078-  # Remove one level of quotation (which was required for Make).
rss-glx-0.9.1/aclocal.m4:1079:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
rss-glx-0.9.1/aclocal.m4-1080-  ;;
##############################################
rss-glx-0.9.1/aclocal.m4-1089-  :
rss-glx-0.9.1/aclocal.m4:1090:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
rss-glx-0.9.1/aclocal.m4-1091-  # Yippee, $ECHO works!
##############################################
rss-glx-0.9.1/aclocal.m4-1115-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
rss-glx-0.9.1/aclocal.m4:1116:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
rss-glx-0.9.1/aclocal.m4-1117-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
rss-glx-0.9.1/aclocal.m4-1123-
rss-glx-0.9.1/aclocal.m4:1124:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/aclocal.m4:1125:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1126-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/aclocal.m4-1138-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
rss-glx-0.9.1/aclocal.m4:1139:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/aclocal.m4:1140:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1141-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/aclocal.m4-1150-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/aclocal.m4:1151:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1152-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/aclocal.m4-1165-        ECHO='printf %s\n'
rss-glx-0.9.1/aclocal.m4:1166:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/aclocal.m4:1167:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1168-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/aclocal.m4-1170-	  :
rss-glx-0.9.1/aclocal.m4:1171:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1172-	     test "X$echo_testing_string" = 'X\t' &&
rss-glx-0.9.1/aclocal.m4:1173:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1174-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/aclocal.m4-1179-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
rss-glx-0.9.1/aclocal.m4:1180:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1181-	     test "X$echo_testing_string" = 'X\t' &&
rss-glx-0.9.1/aclocal.m4:1182:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
rss-glx-0.9.1/aclocal.m4-1183-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/aclocal.m4-1189-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
rss-glx-0.9.1/aclocal.m4:1190:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
rss-glx-0.9.1/aclocal.m4-1191-	    then
##############################################
rss-glx-0.9.1/aclocal.m4-1197-	  if test "$prev" != 'sed 50q "[$]0"'; then
rss-glx-0.9.1/aclocal.m4:1198:	    echo_test_string=`eval $prev`
rss-glx-0.9.1/aclocal.m4-1199-	    export echo_test_string
##############################################
rss-glx-0.9.1/aclocal.m4-1240-  if AC_TRY_EVAL(ac_compile); then
rss-glx-0.9.1/aclocal.m4:1241:    case `/usr/bin/file conftest.$ac_objext` in
rss-glx-0.9.1/aclocal.m4-1242-      *ELF-32*)
##############################################
rss-glx-0.9.1/aclocal.m4-1256-    if test "$lt_cv_prog_gnu_ld" = yes; then
rss-glx-0.9.1/aclocal.m4:1257:      case `/usr/bin/file conftest.$ac_objext` in
rss-glx-0.9.1/aclocal.m4-1258-	*32-bit*)
##############################################
rss-glx-0.9.1/aclocal.m4-1268-    else
rss-glx-0.9.1/aclocal.m4:1269:      case `/usr/bin/file conftest.$ac_objext` in
rss-glx-0.9.1/aclocal.m4-1270-	*32-bit*)
##############################################
rss-glx-0.9.1/aclocal.m4-1560-    # And add a safety zone
rss-glx-0.9.1/aclocal.m4:1561:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
rss-glx-0.9.1/aclocal.m4:1562:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
rss-glx-0.9.1/aclocal.m4-1563-    ;;
##############################################
rss-glx-0.9.1/aclocal.m4-1588-    if test -n "$kargmax"; then
rss-glx-0.9.1/aclocal.m4:1589:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
rss-glx-0.9.1/aclocal.m4-1590-    else
##############################################
rss-glx-0.9.1/aclocal.m4-1596-    if test -n "$lt_cv_sys_max_cmd_len"; then
rss-glx-0.9.1/aclocal.m4:1597:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
rss-glx-0.9.1/aclocal.m4:1598:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
rss-glx-0.9.1/aclocal.m4-1599-    else
##############################################
rss-glx-0.9.1/aclocal.m4-1608-      # we can't tell.
rss-glx-0.9.1/aclocal.m4:1609:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
rss-glx-0.9.1/aclocal.m4-1610-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
rss-glx-0.9.1/aclocal.m4-1612-      do
rss-glx-0.9.1/aclocal.m4:1613:        i=`expr $i + 1`
rss-glx-0.9.1/aclocal.m4-1614-        teststring=$teststring$teststring
##############################################
rss-glx-0.9.1/aclocal.m4-1616-      # Only check the string length outside the loop.
rss-glx-0.9.1/aclocal.m4:1617:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
rss-glx-0.9.1/aclocal.m4-1618-      teststring=
##############################################
rss-glx-0.9.1/aclocal.m4-1621-      # linker.  It appears as though 1/2 is a usable value.
rss-glx-0.9.1/aclocal.m4:1622:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
rss-glx-0.9.1/aclocal.m4-1623-    fi
##############################################
rss-glx-0.9.1/aclocal.m4-1936-  if test "$hard_links" = no; then
rss-glx-0.9.1/aclocal.m4:1937:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
rss-glx-0.9.1/aclocal.m4-1938-    need_locks=warn
##############################################
rss-glx-0.9.1/aclocal.m4-2062-  esac
rss-glx-0.9.1/aclocal.m4:2063:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
rss-glx-0.9.1/aclocal.m4-2064-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
rss-glx-0.9.1/aclocal.m4-2068-    # okay in the real world where ";" in dirpaths is itself problematic.
rss-glx-0.9.1/aclocal.m4:2069:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
rss-glx-0.9.1/aclocal.m4-2070-  else
rss-glx-0.9.1/aclocal.m4:2071:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
rss-glx-0.9.1/aclocal.m4-2072-  fi
##############################################
rss-glx-0.9.1/aclocal.m4-2075-  lt_tmp_lt_search_path_spec=
rss-glx-0.9.1/aclocal.m4:2076:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
rss-glx-0.9.1/aclocal.m4-2077-  for lt_sys_path in $lt_search_path_spec; do
##############################################
rss-glx-0.9.1/aclocal.m4-2104-}'`
rss-glx-0.9.1/aclocal.m4:2105:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
rss-glx-0.9.1/aclocal.m4-2106-else
##############################################
rss-glx-0.9.1/aclocal.m4-2192-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
rss-glx-0.9.1/aclocal.m4:2193:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
rss-glx-0.9.1/aclocal.m4-2194-    ;;
##############################################
rss-glx-0.9.1/aclocal.m4-2227-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
rss-glx-0.9.1/aclocal.m4:2228:    postinstall_cmds='base_file=`basename \${file}`~
rss-glx-0.9.1/aclocal.m4:2229:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
rss-glx-0.9.1/aclocal.m4:2230:      dldir=$destdir/`dirname \$dlpath`~
rss-glx-0.9.1/aclocal.m4-2231-      test -d \$dldir || mkdir -p \$dldir~
##############################################
rss-glx-0.9.1/aclocal.m4-2236-      fi'
rss-glx-0.9.1/aclocal.m4:2237:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
rss-glx-0.9.1/aclocal.m4-2238-      dlpath=$dir/\$dldll~
##############################################
rss-glx-0.9.1/aclocal.m4-2244-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
rss-glx-0.9.1/aclocal.m4:2245:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/aclocal.m4-2246-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
rss-glx-0.9.1/aclocal.m4-2249-      # MinGW DLLs use traditional 'lib' prefix
rss-glx-0.9.1/aclocal.m4:2250:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/aclocal.m4:2251:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
rss-glx-0.9.1/aclocal.m4-2252-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
rss-glx-0.9.1/aclocal.m4-2258-        # which wouldn't understand a cygwinified path. Ahh.
rss-glx-0.9.1/aclocal.m4:2259:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
rss-glx-0.9.1/aclocal.m4-2260-      else
rss-glx-0.9.1/aclocal.m4:2261:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
rss-glx-0.9.1/aclocal.m4-2262-      fi
##############################################
rss-glx-0.9.1/aclocal.m4-2265-      # pw32 DLLs use 'pw' prefix rather than 'lib'
rss-glx-0.9.1/aclocal.m4:2266:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/aclocal.m4-2267-      ;;
##############################################
rss-glx-0.9.1/aclocal.m4-2271-  *)
rss-glx-0.9.1/aclocal.m4:2272:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
rss-glx-0.9.1/aclocal.m4-2273-    ;;
##############################################
rss-glx-0.9.1/aclocal.m4-2288-  shlibpath_var=DYLD_LIBRARY_PATH
rss-glx-0.9.1/aclocal.m4:2289:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
rss-glx-0.9.1/aclocal.m4-2290-m4_if([$1], [],[
##############################################
rss-glx-0.9.1/aclocal.m4-2489-  if test -f /etc/ld.so.conf; then
rss-glx-0.9.1/aclocal.m4:2490:    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;/^$/d' | tr '\n' ' '`
rss-glx-0.9.1/aclocal.m4-2491-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
rss-glx-0.9.1/aclocal.m4-2563-  shlibpath_var=LD_LIBRARY_PATH
rss-glx-0.9.1/aclocal.m4:2564:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/aclocal.m4-2565-    case $host_os in
##############################################
rss-glx-0.9.1/aclocal.m4-2778-	"file_magic "*)
rss-glx-0.9.1/aclocal.m4:2779:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
rss-glx-0.9.1/aclocal.m4-2780-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
rss-glx-0.9.1/aclocal.m4-2860-    # gcc leaves a trailing carriage return which upsets mingw
rss-glx-0.9.1/aclocal.m4:2861:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
rss-glx-0.9.1/aclocal.m4-2862-  *)
rss-glx-0.9.1/aclocal.m4:2863:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
rss-glx-0.9.1/aclocal.m4-2864-  esac
##############################################
rss-glx-0.9.1/aclocal.m4-2869-      # Canonicalize the pathname of ld
rss-glx-0.9.1/aclocal.m4:2870:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
rss-glx-0.9.1/aclocal.m4-2871-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
rss-glx-0.9.1/aclocal.m4:2872:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
rss-glx-0.9.1/aclocal.m4-2873-      done
##############################################
rss-glx-0.9.1/aclocal.m4-2900-      # Break only if it was the GNU/non-GNU ld that we prefer.
rss-glx-0.9.1/aclocal.m4:2901:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
rss-glx-0.9.1/aclocal.m4-2902-      *GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/aclocal.m4-2940-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
rss-glx-0.9.1/aclocal.m4:2941:case `$LD -v 2>&1 </dev/null` in
rss-glx-0.9.1/aclocal.m4-2942-*GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/aclocal.m4-3124-openbsd*)
rss-glx-0.9.1/aclocal.m4:3125:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/aclocal.m4-3126-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
rss-glx-0.9.1/aclocal.m4-3215-	# Tru64's nm complains that /dev/null is an invalid object file
rss-glx-0.9.1/aclocal.m4:3216:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
rss-glx-0.9.1/aclocal.m4-3217-	*/dev/null* | *'Invalid file or object type'*)
##############################################
rss-glx-0.9.1/aclocal.m4-3221-	*)
rss-glx-0.9.1/aclocal.m4:3222:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
rss-glx-0.9.1/aclocal.m4-3223-	  */dev/null*)
##############################################
rss-glx-0.9.1/aclocal.m4-3386-# If we're using GNU nm, then use its standard symbol codes.
rss-glx-0.9.1/aclocal.m4:3387:case `$NM -V 2>&1` in
rss-glx-0.9.1/aclocal.m4-3388-*GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/aclocal.m4-3404-mingw*)
rss-glx-0.9.1/aclocal.m4:3405:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
rss-glx-0.9.1/aclocal.m4-3406-  ;;
##############################################
rss-glx-0.9.1/aclocal.m4-3455-    nlist=conftest.nm
rss-glx-0.9.1/aclocal.m4:3456:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
rss-glx-0.9.1/aclocal.m4-3457-      # Try sorting and uniquifying the output.
##############################################
rss-glx-0.9.1/aclocal.m4-3762-	  *)
rss-glx-0.9.1/aclocal.m4:3763:	    case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/aclocal.m4-3764-	    *Sun\ C*)
##############################################
rss-glx-0.9.1/aclocal.m4-4046-      *)
rss-glx-0.9.1/aclocal.m4:4047:	case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/aclocal.m4-4048-	*Sun\ C*)
##############################################
rss-glx-0.9.1/aclocal.m4-4301-    supports_anon_versioning=no
rss-glx-0.9.1/aclocal.m4:4302:    case `$LD -v 2>&1` in
rss-glx-0.9.1/aclocal.m4-4303-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
rss-glx-0.9.1/aclocal.m4-4367-	# is EXPORTS), use it as is; otherwise, prepend...
rss-glx-0.9.1/aclocal.m4:4368:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
rss-glx-0.9.1/aclocal.m4-4369-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
rss-glx-0.9.1/aclocal.m4-4390-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
rss-glx-0.9.1/aclocal.m4:4391:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
rss-glx-0.9.1/aclocal.m4:4392:      _LT_TAGVAR(archive_expsym_cmds, $1)='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'
rss-glx-0.9.1/aclocal.m4-4393-      ;;
##############################################
rss-glx-0.9.1/aclocal.m4-4408-        pgcc*)				# Portland Group C compiler
rss-glx-0.9.1/aclocal.m4:4409:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/aclocal.m4-4410-	  tmp_addflag=' $pic_flag'
##############################################
rss-glx-0.9.1/aclocal.m4-4412-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
rss-glx-0.9.1/aclocal.m4:4413:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/aclocal.m4-4414-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
rss-glx-0.9.1/aclocal.m4-4427-	esac
rss-glx-0.9.1/aclocal.m4:4428:	case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/aclocal.m4-4429-	*Sun\ C*)			# Sun C 5.9
rss-glx-0.9.1/aclocal.m4:4430:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/aclocal.m4-4431-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
rss-glx-0.9.1/aclocal.m4-4496-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
rss-glx-0.9.1/aclocal.m4:4497:      case `$LD -v 2>&1` in
rss-glx-0.9.1/aclocal.m4-4498-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
rss-glx-0.9.1/aclocal.m4-4617-	# below for broken collect2 doesn't work under 4.3+
rss-glx-0.9.1/aclocal.m4:4618:	  collect2name=`${CC} -print-prog-name=collect2`
rss-glx-0.9.1/aclocal.m4-4619-	  if test -f "$collect2name" &&
##############################################
rss-glx-0.9.1/aclocal.m4-4667-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
rss-glx-0.9.1/aclocal.m4:4668:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
rss-glx-0.9.1/aclocal.m4-4669-      else
##############################################
rss-glx-0.9.1/aclocal.m4-4722-      # FIXME: Setting linknames here is a bad hack.
rss-glx-0.9.1/aclocal.m4:4723:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
rss-glx-0.9.1/aclocal.m4-4724-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
rss-glx-0.9.1/aclocal.m4-4727-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
rss-glx-0.9.1/aclocal.m4:4728:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
rss-glx-0.9.1/aclocal.m4-4729-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
rss-glx-0.9.1/aclocal.m4-4857-      if test "$GCC" = yes; then
rss-glx-0.9.1/aclocal.m4:4858:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-4859-	# Try to use the -exported_symbol ld option, if it does not
##############################################
rss-glx-0.9.1/aclocal.m4-4864-        AC_LINK_IFELSE(int foo(void) {},
rss-glx-0.9.1/aclocal.m4:4865:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
rss-glx-0.9.1/aclocal.m4-4866-        )
##############################################
rss-glx-0.9.1/aclocal.m4-4868-      else
rss-glx-0.9.1/aclocal.m4:4869:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4:4870:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
rss-glx-0.9.1/aclocal.m4-4871-      fi
##############################################
rss-glx-0.9.1/aclocal.m4-4905-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
rss-glx-0.9.1/aclocal.m4:4906:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/aclocal.m4-4907-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
rss-glx-0.9.1/aclocal.m4-4938-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
rss-glx-0.9.1/aclocal.m4:4939:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-4940-      else
rss-glx-0.9.1/aclocal.m4-4941-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
rss-glx-0.9.1/aclocal.m4:4942:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-4943-      fi
##############################################
rss-glx-0.9.1/aclocal.m4-4951-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
rss-glx-0.9.1/aclocal.m4:4952:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-4953-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
rss-glx-0.9.1/aclocal.m4-4955-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
rss-glx-0.9.1/aclocal.m4:4956:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4:4957:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
rss-glx-0.9.1/aclocal.m4:4958:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
rss-glx-0.9.1/aclocal.m4-4959-
##############################################
rss-glx-0.9.1/aclocal.m4-4974-      else
rss-glx-0.9.1/aclocal.m4:4975:	case `$CC -V 2>&1` in
rss-glx-0.9.1/aclocal.m4-4976-	*"Compilers 5.0"*)
##############################################
rss-glx-0.9.1/aclocal.m4-5166-        _LT_TAGVAR(allow_undefined_flag, $1)=
rss-glx-0.9.1/aclocal.m4:5167:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
rss-glx-0.9.1/aclocal.m4-5168-        then
##############################################
rss-glx-0.9.1/aclocal.m4-5476-        # ancient GNU ld didn't support --whole-archive et. al.
rss-glx-0.9.1/aclocal.m4:5477:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
rss-glx-0.9.1/aclocal.m4-5478-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
rss-glx-0.9.1/aclocal.m4-5559-          # below for broken collect2 doesn't work under 4.3+
rss-glx-0.9.1/aclocal.m4:5560:	  collect2name=`${CC} -print-prog-name=collect2`
rss-glx-0.9.1/aclocal.m4-5561-	  if test -f "$collect2name" &&
##############################################
rss-glx-0.9.1/aclocal.m4-5609-
rss-glx-0.9.1/aclocal.m4:5610:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
rss-glx-0.9.1/aclocal.m4-5611-        else
##############################################
rss-glx-0.9.1/aclocal.m4-5666-          # is EXPORTS), use it as is; otherwise, prepend...
rss-glx-0.9.1/aclocal.m4:5667:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
rss-glx-0.9.1/aclocal.m4-5668-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
rss-glx-0.9.1/aclocal.m4-5742-            # dependencies.
rss-glx-0.9.1/aclocal.m4:5743:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/aclocal.m4-5744-            ;;
##############################################
rss-glx-0.9.1/aclocal.m4-5807-	    # dependencies.
rss-glx-0.9.1/aclocal.m4:5808:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/aclocal.m4-5809-	    ;;
##############################################
rss-glx-0.9.1/aclocal.m4-5843-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
rss-glx-0.9.1/aclocal.m4:5844:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
rss-glx-0.9.1/aclocal.m4:5845:	_LT_TAGVAR(archive_expsym_cmds, $1)='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'
rss-glx-0.9.1/aclocal.m4-5846-	;;
##############################################
rss-glx-0.9.1/aclocal.m4-5850-	    # SGI C++
rss-glx-0.9.1/aclocal.m4:5851:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-5852-
##############################################
rss-glx-0.9.1/aclocal.m4-5861-	      if test "$with_gnu_ld" = no; then
rss-glx-0.9.1/aclocal.m4:5862:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-5863-	      else
rss-glx-0.9.1/aclocal.m4:5864:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
rss-glx-0.9.1/aclocal.m4-5865-	      fi
##############################################
rss-glx-0.9.1/aclocal.m4-5882-	    # to its proper name (with version) after linking.
rss-glx-0.9.1/aclocal.m4:5883:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
rss-glx-0.9.1/aclocal.m4:5884:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
rss-glx-0.9.1/aclocal.m4-5885-	    # Commands to make compiler produce verbose output that lists
##############################################
rss-glx-0.9.1/aclocal.m4-5892-	    # dependencies.
rss-glx-0.9.1/aclocal.m4:5893:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/aclocal.m4-5894-
##############################################
rss-glx-0.9.1/aclocal.m4-5907-	    # earlier do not add the objects themselves.
rss-glx-0.9.1/aclocal.m4:5908:	    case `$CC -V 2>&1` in
rss-glx-0.9.1/aclocal.m4-5909-	      *"Version 7."*)
##############################################
rss-glx-0.9.1/aclocal.m4-5928-            # Portland Group C++ compiler
rss-glx-0.9.1/aclocal.m4:5929:	    case `$CC -V` in
rss-glx-0.9.1/aclocal.m4-5930-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
rss-glx-0.9.1/aclocal.m4-5933-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
rss-glx-0.9.1/aclocal.m4:5934:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
rss-glx-0.9.1/aclocal.m4-5935-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
rss-glx-0.9.1/aclocal.m4-5937-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
rss-glx-0.9.1/aclocal.m4:5938:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
rss-glx-0.9.1/aclocal.m4-5939-		$RANLIB $oldlib'
##############################################
rss-glx-0.9.1/aclocal.m4-5942-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
rss-glx-0.9.1/aclocal.m4:5943:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
rss-glx-0.9.1/aclocal.m4-5944-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
rss-glx-0.9.1/aclocal.m4-5946-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
rss-glx-0.9.1/aclocal.m4:5947:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
rss-glx-0.9.1/aclocal.m4-5948-	      ;;
##############################################
rss-glx-0.9.1/aclocal.m4-5956-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
rss-glx-0.9.1/aclocal.m4:5957:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/aclocal.m4-5958-            ;;
##############################################
rss-glx-0.9.1/aclocal.m4-5975-	    # dependencies.
rss-glx-0.9.1/aclocal.m4:5976:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/aclocal.m4-5977-	    ;;
##############################################
rss-glx-0.9.1/aclocal.m4-5990-	  *)
rss-glx-0.9.1/aclocal.m4:5991:	    case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/aclocal.m4-5992-	    *Sun\ C*)
##############################################
rss-glx-0.9.1/aclocal.m4-5997-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
rss-glx-0.9.1/aclocal.m4:5998:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/aclocal.m4-5999-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
rss-glx-0.9.1/aclocal.m4-6067-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
rss-glx-0.9.1/aclocal.m4:6068:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/aclocal.m4-6069-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
rss-glx-0.9.1/aclocal.m4-6086-	    # to its proper name (with version) after linking.
rss-glx-0.9.1/aclocal.m4:6087:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
rss-glx-0.9.1/aclocal.m4-6088-
##############################################
rss-glx-0.9.1/aclocal.m4-6107-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
rss-glx-0.9.1/aclocal.m4:6108:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-6109-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
rss-glx-0.9.1/aclocal.m4-6112-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
rss-glx-0.9.1/aclocal.m4:6113:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4:6114:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
rss-glx-0.9.1/aclocal.m4-6115-	          echo "-hidden">> $lib.exp~
rss-glx-0.9.1/aclocal.m4:6116:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
rss-glx-0.9.1/aclocal.m4-6117-	          $RM $lib.exp'
##############################################
rss-glx-0.9.1/aclocal.m4-6131-	    # dependencies.
rss-glx-0.9.1/aclocal.m4:6132:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/aclocal.m4-6133-	    ;;
##############################################
rss-glx-0.9.1/aclocal.m4-6138-	        osf3*)
rss-glx-0.9.1/aclocal.m4:6139:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-6140-		  ;;
rss-glx-0.9.1/aclocal.m4-6141-	        *)
rss-glx-0.9.1/aclocal.m4:6142:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/aclocal.m4-6143-		  ;;
##############################################
rss-glx-0.9.1/aclocal.m4-6437-
rss-glx-0.9.1/aclocal.m4:6438:  for p in `eval "$output_verbose_link_cmd"`; do
rss-glx-0.9.1/aclocal.m4-6439-    case $p in
##############################################
rss-glx-0.9.1/aclocal.m4-6523-linux*)
rss-glx-0.9.1/aclocal.m4:6524:  case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/aclocal.m4-6525-  *Sun\ C*)
##############################################
rss-glx-0.9.1/aclocal.m4-6574-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
rss-glx-0.9.1/aclocal.m4:6575: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
rss-glx-0.9.1/aclocal.m4-6576-fi
##############################################
rss-glx-0.9.1/aclocal.m4-7108-    test $lt_ac_count -gt 10 && break
rss-glx-0.9.1/aclocal.m4:7109:    lt_ac_count=`expr $lt_ac_count + 1`
rss-glx-0.9.1/aclocal.m4-7110-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
rss-glx-0.9.1/aclocal.m4-7283-  # Extract subdirectory from the argument.
rss-glx-0.9.1/aclocal.m4:7284:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
rss-glx-0.9.1/aclocal.m4-7285-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
rss-glx-0.9.1/aclocal.m4-7294-{
rss-glx-0.9.1/aclocal.m4:7295:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
rss-glx-0.9.1/aclocal.m4-7296-}
##############################################
rss-glx-0.9.1/aclocal.m4-7324-{
rss-glx-0.9.1/aclocal.m4:7325:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
rss-glx-0.9.1/aclocal.m4:7326:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
rss-glx-0.9.1/aclocal.m4-7327-}
##############################################
rss-glx-0.9.1/aclocal.m4-7331-{
rss-glx-0.9.1/aclocal.m4:7332:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
rss-glx-0.9.1/aclocal.m4-7333-}
##############################################
rss-glx-0.9.1/aclocal.m4-7337-{
rss-glx-0.9.1/aclocal.m4:7338:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
rss-glx-0.9.1/aclocal.m4-7339-}
##############################################
rss-glx-0.9.1/aclocal.m4-7343-{
rss-glx-0.9.1/aclocal.m4:7344:  func_arith_result=`expr "$[@]"`
rss-glx-0.9.1/aclocal.m4-7345-}
##############################################
rss-glx-0.9.1/aclocal.m4-7350-{
rss-glx-0.9.1/aclocal.m4:7351:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
rss-glx-0.9.1/aclocal.m4-7352-}
##############################################
rss-glx-0.9.1/aclocal.m4-7813-m4_define([lt_combine],
rss-glx-0.9.1/aclocal.m4:7814:[m4_if(m4_eval([$# > 3]), [1],
rss-glx-0.9.1/aclocal.m4-7815-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
rss-glx-0.9.1/aclocal.m4-8060-        PKG_CHECK_EXISTS([$3],
rss-glx-0.9.1/aclocal.m4:8061:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
rss-glx-0.9.1/aclocal.m4-8062-			 [pkg_failed=yes])
##############################################
rss-glx-0.9.1/aclocal.m4-8108-        if test $_pkg_short_errors_supported = yes; then
rss-glx-0.9.1/aclocal.m4:8109:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
rss-glx-0.9.1/aclocal.m4-8110-        else 
rss-glx-0.9.1/aclocal.m4:8111:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
rss-glx-0.9.1/aclocal.m4-8112-        fi
##############################################
rss-glx-0.9.1/aclocal.m4-8191-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
rss-glx-0.9.1/aclocal.m4:8192:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
rss-glx-0.9.1/aclocal.m4-8193-#
##############################################
rss-glx-0.9.1/aclocal.m4-8215-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
rss-glx-0.9.1/aclocal.m4:8216:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
rss-glx-0.9.1/aclocal.m4-8217-# and then we would define $MISSING as
##############################################
rss-glx-0.9.1/aclocal.m4-8231-# expand $ac_aux_dir to an absolute path
rss-glx-0.9.1/aclocal.m4:8232:am_aux_dir=`cd $ac_aux_dir && pwd`
rss-glx-0.9.1/aclocal.m4-8233-])
##############################################
rss-glx-0.9.1/aclocal.m4-8332-  if test "$am_compiler_list" = ""; then
rss-glx-0.9.1/aclocal.m4:8333:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
rss-glx-0.9.1/aclocal.m4-8334-  fi
##############################################
rss-glx-0.9.1/aclocal.m4-8478-    # Strip MF so we end up with the name of the file.
rss-glx-0.9.1/aclocal.m4:8479:    mf=`echo "$mf" | sed -e 's/:.*$//'`
rss-glx-0.9.1/aclocal.m4-8480-    # Check whether this is an Automake generated Makefile or not.
##############################################
rss-glx-0.9.1/aclocal.m4-8487-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
rss-glx-0.9.1/aclocal.m4:8488:      dirpart=`AS_DIRNAME("$mf")`
rss-glx-0.9.1/aclocal.m4-8489-    else
##############################################
rss-glx-0.9.1/aclocal.m4-8493-    # from the Makefile without running `make'.
rss-glx-0.9.1/aclocal.m4:8494:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
rss-glx-0.9.1/aclocal.m4-8495-    test -z "$DEPDIR" && continue
rss-glx-0.9.1/aclocal.m4:8496:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
rss-glx-0.9.1/aclocal.m4-8497-    test -z "am__include" && continue
rss-glx-0.9.1/aclocal.m4:8498:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
rss-glx-0.9.1/aclocal.m4-8499-    # When using ansi2knr, U may be empty or an underscore; expand it
rss-glx-0.9.1/aclocal.m4:8500:    U=`sed -n 's/^U = //p' < "$mf"`
rss-glx-0.9.1/aclocal.m4-8501-    # Find all dependency output files, they are included files with
##############################################
rss-glx-0.9.1/aclocal.m4-8509-      test -f "$dirpart/$file" && continue
rss-glx-0.9.1/aclocal.m4:8510:      fdir=`AS_DIRNAME(["$file"])`
rss-glx-0.9.1/aclocal.m4-8511-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
rss-glx-0.9.1/aclocal.m4-8576-AC_REQUIRE([AC_PROG_INSTALL])dnl
rss-glx-0.9.1/aclocal.m4:8577:if test "`cd $srcdir && pwd`" != "`pwd`"; then
rss-glx-0.9.1/aclocal.m4-8578-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
rss-glx-0.9.1/aclocal.m4-8678-    * )
rss-glx-0.9.1/aclocal.m4:8679:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
rss-glx-0.9.1/aclocal.m4-8680-  esac
rss-glx-0.9.1/aclocal.m4-8681-done
rss-glx-0.9.1/aclocal.m4:8682:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
rss-glx-0.9.1/aclocal.m4-8683-
##############################################
rss-glx-0.9.1/aclocal.m4-8753-# Ignore all kinds of additional output from `make'.
rss-glx-0.9.1/aclocal.m4:8754:case `$am_make -s -f confmf 2> /dev/null` in #(
rss-glx-0.9.1/aclocal.m4-8755-*the\ am__doit\ target*)
##############################################
rss-glx-0.9.1/aclocal.m4-8763-   echo '.include "confinc"' > confmf
rss-glx-0.9.1/aclocal.m4:8764:   case `$am_make -s -f confmf 2> /dev/null` in #(
rss-glx-0.9.1/aclocal.m4-8765-   *the\ am__doit\ target*)
##############################################
rss-glx-0.9.1/aclocal.m4-8796-set dummy $CC
rss-glx-0.9.1/aclocal.m4:8797:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
rss-glx-0.9.1/aclocal.m4-8798-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
rss-glx-0.9.1/aclocal.m4-8951-if (
rss-glx-0.9.1/aclocal.m4:8952:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
rss-glx-0.9.1/aclocal.m4-8953-   if test "$[*]" = "X"; then
rss-glx-0.9.1/aclocal.m4-8954-      # -L didn't work.
rss-glx-0.9.1/aclocal.m4:8955:      set X `ls -t "$srcdir/configure" conftest.file`
rss-glx-0.9.1/aclocal.m4-8956-   fi
##############################################
rss-glx-0.9.1/Makefile.in-82-  while test -n "$$dir1"; do \
rss-glx-0.9.1/Makefile.in:83:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
rss-glx-0.9.1/Makefile.in-84-    if test "$$first" != "."; then \
rss-glx-0.9.1/Makefile.in-85-      if test "$$first" = ".."; then \
rss-glx-0.9.1/Makefile.in:86:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
rss-glx-0.9.1/Makefile.in:87:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
rss-glx-0.9.1/Makefile.in-88-      else \
rss-glx-0.9.1/Makefile.in:89:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
rss-glx-0.9.1/Makefile.in-90-        if test "$$first2" = "$$first"; then \
rss-glx-0.9.1/Makefile.in:91:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
rss-glx-0.9.1/Makefile.in-92-        else \
##############################################
rss-glx-0.9.1/Makefile.in-97-    fi; \
rss-glx-0.9.1/Makefile.in:98:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
rss-glx-0.9.1/Makefile.in-99-  done; \
##############################################
rss-glx-0.9.1/Makefile.in-319-	dot_seen=no; \
rss-glx-0.9.1/Makefile.in:320:	target=`echo $@ | sed s/-recursive//`; \
rss-glx-0.9.1/Makefile.in-321-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
rss-glx-0.9.1/Makefile.in-354-	rev="$$rev ."; \
rss-glx-0.9.1/Makefile.in:355:	target=`echo $@ | sed s/-recursive//`; \
rss-glx-0.9.1/Makefile.in-356-	for subdir in $$rev; do \
##############################################
rss-glx-0.9.1/Makefile.in-432-GTAGS:
rss-glx-0.9.1/Makefile.in:433:	here=`$(am__cd) $(top_builddir) && pwd` \
rss-glx-0.9.1/Makefile.in-434-	  && $(am__cd) $(top_srcdir) \
##############################################
rss-glx-0.9.1/Makefile.in-442-	test -d "$(distdir)" || mkdir "$(distdir)"
rss-glx-0.9.1/Makefile.in:443:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/Makefile.in:444:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/Makefile.in-445-	list='$(DISTFILES)'; \
##############################################
rss-glx-0.9.1/Makefile.in-456-	  if test -d $$d/$$file; then \
rss-glx-0.9.1/Makefile.in:457:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rss-glx-0.9.1/Makefile.in-458-	    if test -d "$(distdir)/$$file"; then \
##############################################
rss-glx-0.9.1/Makefile.in-563-	test -d $(distdir)/_build || exit 0; \
rss-glx-0.9.1/Makefile.in:564:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
rss-glx-0.9.1/Makefile.in-565-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
rss-glx-0.9.1/Makefile.in-597-	@$(am__cd) '$(distuninstallcheck_dir)' \
rss-glx-0.9.1/Makefile.in:598:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
rss-glx-0.9.1/Makefile.in-599-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
rss-glx-0.9.1/Makefile.in-609-	fi
rss-glx-0.9.1/Makefile.in:610:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
rss-glx-0.9.1/Makefile.in-611-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
rss-glx-0.9.1/missing-131-       # Could not run --version or --help.  This is probably someone
rss-glx-0.9.1/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
rss-glx-0.9.1/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
rss-glx-0.9.1/missing-165-         from any GNU archive site."
rss-glx-0.9.1/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
rss-glx-0.9.1/missing-167-    test -z "$files" && files="config.h"
##############################################
rss-glx-0.9.1/missing-194-         proper tools for further handling them.
rss-glx-0.9.1/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
rss-glx-0.9.1/missing-196-         archive site."
rss-glx-0.9.1/missing-197-
rss-glx-0.9.1/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
rss-glx-0.9.1/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
rss-glx-0.9.1/missing-200-    if test -f "$file"; then
##############################################
rss-glx-0.9.1/missing-223-	*.y)
rss-glx-0.9.1/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
rss-glx-0.9.1/missing-225-	    if test -f "$SRCFILE"; then
##############################################
rss-glx-0.9.1/missing-227-	    fi
rss-glx-0.9.1/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
rss-glx-0.9.1/missing-229-	    if test -f "$SRCFILE"; then
##############################################
rss-glx-0.9.1/missing-253-	*.l)
rss-glx-0.9.1/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
rss-glx-0.9.1/missing-255-	    if test -f "$SRCFILE"; then
##############################################
rss-glx-0.9.1/missing-272-
rss-glx-0.9.1/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
rss-glx-0.9.1/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
rss-glx-0.9.1/missing-275-    if test -f "$file"; then
##############################################
rss-glx-0.9.1/missing-292-    # The file to touch is that specified with -o ...
rss-glx-0.9.1/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
rss-glx-0.9.1/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
rss-glx-0.9.1/missing-295-    if test -z "$file"; then
rss-glx-0.9.1/missing-296-      # ... or it is the one specified with @setfilename ...
rss-glx-0.9.1/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
rss-glx-0.9.1/missing-298-      file=`sed -n '
##############################################
rss-glx-0.9.1/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
rss-glx-0.9.1/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
rss-glx-0.9.1/missing-306-    fi
##############################################
rss-glx-0.9.1/missing-328-	*o*)
rss-glx-0.9.1/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
rss-glx-0.9.1/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
rss-glx-0.9.1/missing-334-	*h*)
rss-glx-0.9.1/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
rss-glx-0.9.1/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
rss-glx-0.9.1/ltmain.sh-161-  # Extract subdirectory from the argument.
rss-glx-0.9.1/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
rss-glx-0.9.1/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
rss-glx-0.9.1/ltmain.sh-167-  fi
rss-glx-0.9.1/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
rss-glx-0.9.1/ltmain.sh-169-}
##############################################
rss-glx-0.9.1/ltmain.sh-193-     progdir=$func_dirname_result
rss-glx-0.9.1/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
rss-glx-0.9.1/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
rss-glx-0.9.1/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
rss-glx-0.9.1/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
rss-glx-0.9.1/ltmain.sh-223-bs='\\'
##############################################
rss-glx-0.9.1/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
rss-glx-0.9.1/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
rss-glx-0.9.1/ltmain.sh-330-      done
rss-glx-0.9.1/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
rss-glx-0.9.1/ltmain.sh-332-
##############################################
rss-glx-0.9.1/ltmain.sh-363-      # If mktemp works, use that first and foremost
rss-glx-0.9.1/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-365-
##############################################
rss-glx-0.9.1/ltmain.sh-394-      *[\\\`\"\$]*)
rss-glx-0.9.1/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
rss-glx-0.9.1/ltmain.sh-396-      *)
##############################################
rss-glx-0.9.1/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
rss-glx-0.9.1/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
rss-glx-0.9.1/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
rss-glx-0.9.1/ltmain.sh-539-	p
##############################################
rss-glx-0.9.1/ltmain.sh-565-  :
rss-glx-0.9.1/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
rss-glx-0.9.1/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
rss-glx-0.9.1/ltmain.sh-685-	# quotes we have to do it in 2 steps:
rss-glx-0.9.1/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
rss-glx-0.9.1/ltmain.sh-687-	eval "$extractedcf"
##############################################
rss-glx-0.9.1/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
rss-glx-0.9.1/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
rss-glx-0.9.1/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
rss-glx-0.9.1/ltmain.sh-1028-	    # Evaluate the configuration.
rss-glx-0.9.1/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
rss-glx-0.9.1/ltmain.sh-1030-	    CC_quoted=
##############################################
rss-glx-0.9.1/ltmain.sh-1036-	    case "$@ " in
rss-glx-0.9.1/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
rss-glx-0.9.1/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
rss-glx-0.9.1/ltmain.sh-1213-    *.[cCFSifmso] | \
rss-glx-0.9.1/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
rss-glx-0.9.1/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
rss-glx-0.9.1/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
rss-glx-0.9.1/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
rss-glx-0.9.1/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
rss-glx-0.9.1/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
rss-glx-0.9.1/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-1311-
##############################################
rss-glx-0.9.1/ltmain.sh-1358-      if test "$need_locks" = warn &&
rss-glx-0.9.1/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
rss-glx-0.9.1/ltmain.sh-1360-	$ECHO "\
rss-glx-0.9.1/ltmain.sh-1361-*** ERROR, $lockfile contains:
rss-glx-0.9.1/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-1363-
##############################################
rss-glx-0.9.1/ltmain.sh-1407-      if test "$need_locks" = warn &&
rss-glx-0.9.1/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
rss-glx-0.9.1/ltmain.sh-1409-	$ECHO "\
rss-glx-0.9.1/ltmain.sh-1410-*** ERROR, $lockfile contains:
rss-glx-0.9.1/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-1412-
##############################################
rss-glx-0.9.1/ltmain.sh-1665-	  test -n "$library_names" && \
rss-glx-0.9.1/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
rss-glx-0.9.1/ltmain.sh-1667-	  continue
##############################################
rss-glx-0.9.1/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
rss-glx-0.9.1/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
rss-glx-0.9.1/ltmain.sh-1678-	  fi
##############################################
rss-glx-0.9.1/ltmain.sh-1694-      # Get the absolute pathname.
rss-glx-0.9.1/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
rss-glx-0.9.1/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
rss-glx-0.9.1/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
rss-glx-0.9.1/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
rss-glx-0.9.1/ltmain.sh-2014-
##############################################
rss-glx-0.9.1/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
rss-glx-0.9.1/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
rss-glx-0.9.1/ltmain.sh-2027-	  else
rss-glx-0.9.1/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
rss-glx-0.9.1/ltmain.sh-2029-	  fi
##############################################
rss-glx-0.9.1/ltmain.sh-2185-	    fi
rss-glx-0.9.1/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
rss-glx-0.9.1/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
rss-glx-0.9.1/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
rss-glx-0.9.1/ltmain.sh-2189-	      finalize=no
##############################################
rss-glx-0.9.1/ltmain.sh-2204-	        # Replace the output file specification.
rss-glx-0.9.1/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
rss-glx-0.9.1/ltmain.sh-2206-
##############################################
rss-glx-0.9.1/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
rss-glx-0.9.1/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
rss-glx-0.9.1/ltmain.sh-2225-	  fi
##############################################
rss-glx-0.9.1/ltmain.sh-2294-    my_pic_p="${3-no}"
rss-glx-0.9.1/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
rss-glx-0.9.1/ltmain.sh-2296-    my_dlsyms=
##############################################
rss-glx-0.9.1/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
rss-glx-0.9.1/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
rss-glx-0.9.1/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
rss-glx-0.9.1/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
rss-glx-0.9.1/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
rss-glx-0.9.1/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
rss-glx-0.9.1/ltmain.sh-2520-	  else
rss-glx-0.9.1/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
rss-glx-0.9.1/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
rss-glx-0.9.1/ltmain.sh-2523-	  fi
##############################################
rss-glx-0.9.1/ltmain.sh-2525-	*)
rss-glx-0.9.1/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
rss-glx-0.9.1/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
rss-glx-0.9.1/ltmain.sh-2528-	  ;;
##############################################
rss-glx-0.9.1/ltmain.sh-2540-      # Nullify the symbol file.
rss-glx-0.9.1/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
rss-glx-0.9.1/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
rss-glx-0.9.1/ltmain.sh-2543-    fi
##############################################
rss-glx-0.9.1/ltmain.sh-2555-  win32_libid_type="unknown"
rss-glx-0.9.1/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-2557-  case $win32_fileres in
##############################################
rss-glx-0.9.1/ltmain.sh-2652-	  darwin_curdir=`pwd`
rss-glx-0.9.1/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
rss-glx-0.9.1/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
rss-glx-0.9.1/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
rss-glx-0.9.1/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
rss-glx-0.9.1/ltmain.sh-2657-	    darwin_arch=
##############################################
rss-glx-0.9.1/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
rss-glx-0.9.1/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
rss-glx-0.9.1/ltmain.sh-2669-	    darwin_file=
##############################################
rss-glx-0.9.1/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
rss-glx-0.9.1/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
rss-glx-0.9.1/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
rss-glx-0.9.1/ltmain.sh-2686-      esac
rss-glx-0.9.1/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
rss-glx-0.9.1/ltmain.sh-2688-    done
##############################################
rss-glx-0.9.1/ltmain.sh-2757-      shift
rss-glx-0.9.1/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
rss-glx-0.9.1/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
rss-glx-0.9.1/ltmain.sh-2769-  # Find the directory that this script lives in.
rss-glx-0.9.1/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
rss-glx-0.9.1/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
rss-glx-0.9.1/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
rss-glx-0.9.1/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
rss-glx-0.9.1/ltmain.sh-2775-  while test -n \"\$file\"; do
rss-glx-0.9.1/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
rss-glx-0.9.1/ltmain.sh-2777-
##############################################
rss-glx-0.9.1/ltmain.sh-2785-
rss-glx-0.9.1/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
rss-glx-0.9.1/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
rss-glx-0.9.1/ltmain.sh-2788-  done
##############################################
rss-glx-0.9.1/ltmain.sh-2816-    case \"\$thisdir\" in
rss-glx-0.9.1/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
rss-glx-0.9.1/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
rss-glx-0.9.1/ltmain.sh-2822-  # Try to get the absolute directory name.
rss-glx-0.9.1/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
rss-glx-0.9.1/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
rss-glx-0.9.1/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
rss-glx-0.9.1/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
rss-glx-0.9.1/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
rss-glx-0.9.1/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
rss-glx-0.9.1/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
rss-glx-0.9.1/ltmain.sh-2849-      else
##############################################
rss-glx-0.9.1/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
rss-glx-0.9.1/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
rss-glx-0.9.1/ltmain.sh-2881-
##############################################
rss-glx-0.9.1/ltmain.sh-2994-          *cygwin* )
rss-glx-0.9.1/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
rss-glx-0.9.1/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
rss-glx-0.9.1/ltmain.sh-3006-            # the odd construction:
rss-glx-0.9.1/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
rss-glx-0.9.1/ltmain.sh-3073-          *cygwin* )
rss-glx-0.9.1/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
rss-glx-0.9.1/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
rss-glx-0.9.1/ltmain.sh-4240-	    moreargs=
rss-glx-0.9.1/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
rss-glx-0.9.1/ltmain.sh-4242-	    do
##############################################
rss-glx-0.9.1/ltmain.sh-4490-	*)
rss-glx-0.9.1/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
rss-glx-0.9.1/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
rss-glx-0.9.1/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
rss-glx-0.9.1/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
rss-glx-0.9.1/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
rss-glx-0.9.1/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
rss-glx-0.9.1/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
rss-glx-0.9.1/ltmain.sh-4929-    else
##############################################
rss-glx-0.9.1/ltmain.sh-5053-	  for deplib in $dependency_libs; do
rss-glx-0.9.1/ltmain.sh:5054:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
rss-glx-0.9.1/ltmain.sh-5055-	    case " $weak_libs " in
##############################################
rss-glx-0.9.1/ltmain.sh-5231-		  set dummy $deplibs_check_method; shift
rss-glx-0.9.1/ltmain.sh:5232:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
rss-glx-0.9.1/ltmain.sh-5233-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
rss-glx-0.9.1/ltmain.sh-5294-	else
rss-glx-0.9.1/ltmain.sh:5295:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
rss-glx-0.9.1/ltmain.sh-5296-	fi
##############################################
rss-glx-0.9.1/ltmain.sh-5323-	if test -n "$inherited_linker_flags"; then
rss-glx-0.9.1/ltmain.sh:5324:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
rss-glx-0.9.1/ltmain.sh-5325-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
rss-glx-0.9.1/ltmain.sh-5331-	fi
rss-glx-0.9.1/ltmain.sh:5332:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
rss-glx-0.9.1/ltmain.sh-5333-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
rss-glx-0.9.1/ltmain.sh-5398-	*)
rss-glx-0.9.1/ltmain.sh:5399:	  abs_ladir=`cd "$ladir" && pwd`
rss-glx-0.9.1/ltmain.sh-5400-	  if test -z "$abs_ladir"; then
##############################################
rss-glx-0.9.1/ltmain.sh-5624-	    shift
rss-glx-0.9.1/ltmain.sh:5625:	    libname=`eval "\\$ECHO \"$libname_spec\""`
rss-glx-0.9.1/ltmain.sh-5626-	    # use dlname if we got it. it's perfectly good, no?
##############################################
rss-glx-0.9.1/ltmain.sh-5908-		*)
rss-glx-0.9.1/ltmain.sh:5909:		  absdir=`cd "$dir" && pwd`
rss-glx-0.9.1/ltmain.sh-5910-		  if test -z "$absdir"; then
##############################################
rss-glx-0.9.1/ltmain.sh-5919-		  depdepl=
rss-glx-0.9.1/ltmain.sh:5920:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
rss-glx-0.9.1/ltmain.sh-5921-		  if test -n "$deplibrary_names" ; then
##############################################
rss-glx-0.9.1/ltmain.sh-5926-		      depdepl="$absdir/$objdir/$depdepl"
rss-glx-0.9.1/ltmain.sh:5927:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
rss-glx-0.9.1/ltmain.sh-5928-                      if test -z "$darwin_install_name"; then
rss-glx-0.9.1/ltmain.sh:5929:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
rss-glx-0.9.1/ltmain.sh-5930-                      fi
##############################################
rss-glx-0.9.1/ltmain.sh-5941-		else
rss-glx-0.9.1/ltmain.sh:5942:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
rss-glx-0.9.1/ltmain.sh-5943-		  test -z "$libdir" && \
##############################################
rss-glx-0.9.1/ltmain.sh-5964-	else
rss-glx-0.9.1/ltmain.sh:5965:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
rss-glx-0.9.1/ltmain.sh-5966-	fi
##############################################
rss-glx-0.9.1/ltmain.sh-6113-	test "$module" = no && \
rss-glx-0.9.1/ltmain.sh:6114:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
rss-glx-0.9.1/ltmain.sh-6115-
##############################################
rss-glx-0.9.1/ltmain.sh-6250-	if test "$age" -gt "$current"; then
rss-glx-0.9.1/ltmain.sh:6251:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
rss-glx-0.9.1/ltmain.sh-6252-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
rss-glx-0.9.1/ltmain.sh-6411-	removelist=
rss-glx-0.9.1/ltmain.sh:6412:	tempremovelist=`$ECHO "$output_objdir/*"`
rss-glx-0.9.1/ltmain.sh-6413-	for p in $tempremovelist; do
##############################################
rss-glx-0.9.1/ltmain.sh-6437-	# Transform .lo files to .o files.
rss-glx-0.9.1/ltmain.sh:6438:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
rss-glx-0.9.1/ltmain.sh-6439-      fi
##############################################
rss-glx-0.9.1/ltmain.sh-6442-      #for path in $notinst_path; do
rss-glx-0.9.1/ltmain.sh:6443:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
rss-glx-0.9.1/ltmain.sh:6444:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
rss-glx-0.9.1/ltmain.sh:6445:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
rss-glx-0.9.1/ltmain.sh-6446-      #done
##############################################
rss-glx-0.9.1/ltmain.sh-6562-		if test -n "$i" ; then
rss-glx-0.9.1/ltmain.sh:6563:		  libname=`eval "\\$ECHO \"$libname_spec\""`
rss-glx-0.9.1/ltmain.sh:6564:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
rss-glx-0.9.1/ltmain.sh-6565-		  set dummy $deplib_matches; shift
rss-glx-0.9.1/ltmain.sh-6566-		  deplib_match=$1
rss-glx-0.9.1/ltmain.sh:6567:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
rss-glx-0.9.1/ltmain.sh-6568-		    newdeplibs="$newdeplibs $i"
##############################################
rss-glx-0.9.1/ltmain.sh-6605-		  if test -n "$i" ; then
rss-glx-0.9.1/ltmain.sh:6606:		    libname=`eval "\\$ECHO \"$libname_spec\""`
rss-glx-0.9.1/ltmain.sh:6607:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
rss-glx-0.9.1/ltmain.sh-6608-		    set dummy $deplib_matches; shift
rss-glx-0.9.1/ltmain.sh-6609-		    deplib_match=$1
rss-glx-0.9.1/ltmain.sh:6610:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
rss-glx-0.9.1/ltmain.sh-6611-		      newdeplibs="$newdeplibs $i"
##############################################
rss-glx-0.9.1/ltmain.sh-6640-	  set dummy $deplibs_check_method; shift
rss-glx-0.9.1/ltmain.sh:6641:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
rss-glx-0.9.1/ltmain.sh-6642-	  for a_deplib in $deplibs; do
##############################################
rss-glx-0.9.1/ltmain.sh-6655-	      if test -n "$a_deplib" ; then
rss-glx-0.9.1/ltmain.sh:6656:		libname=`eval "\\$ECHO \"$libname_spec\""`
rss-glx-0.9.1/ltmain.sh-6657-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
rss-glx-0.9.1/ltmain.sh:6658:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-6659-		  for potent_lib in $potential_libs; do
##############################################
rss-glx-0.9.1/ltmain.sh-6671-		      while test -h "$potlib" 2>/dev/null; do
rss-glx-0.9.1/ltmain.sh:6672:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
rss-glx-0.9.1/ltmain.sh-6673-			case $potliblink in
rss-glx-0.9.1/ltmain.sh-6674-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
rss-glx-0.9.1/ltmain.sh:6675:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
rss-glx-0.9.1/ltmain.sh-6676-			esac
##############################################
rss-glx-0.9.1/ltmain.sh-6712-	  set dummy $deplibs_check_method; shift
rss-glx-0.9.1/ltmain.sh:6713:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
rss-glx-0.9.1/ltmain.sh-6714-	  for a_deplib in $deplibs; do
##############################################
rss-glx-0.9.1/ltmain.sh-6727-	      if test -n "$a_deplib" ; then
rss-glx-0.9.1/ltmain.sh:6728:		libname=`eval "\\$ECHO \"$libname_spec\""`
rss-glx-0.9.1/ltmain.sh-6729-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
rss-glx-0.9.1/ltmain.sh:6730:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
rss-glx-0.9.1/ltmain.sh-6731-		  for potent_lib in $potential_libs; do
##############################################
rss-glx-0.9.1/ltmain.sh-6771-	      # can't use Xsed below, because $i might contain '/'
rss-glx-0.9.1/ltmain.sh:6772:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
rss-glx-0.9.1/ltmain.sh-6773-	    done
##############################################
rss-glx-0.9.1/ltmain.sh-6796-	  # On Rhapsody replace the C library with the System framework
rss-glx-0.9.1/ltmain.sh:6797:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
rss-glx-0.9.1/ltmain.sh-6798-	  ;;
##############################################
rss-glx-0.9.1/ltmain.sh-6848-	*-*-darwin*)
rss-glx-0.9.1/ltmain.sh:6849:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
rss-glx-0.9.1/ltmain.sh:6850:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
rss-glx-0.9.1/ltmain.sh:6851:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
rss-glx-0.9.1/ltmain.sh-6852-	  ;;
##############################################
rss-glx-0.9.1/ltmain.sh-6972-	# Use standard objects if they are pic
rss-glx-0.9.1/ltmain.sh:6973:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
rss-glx-0.9.1/ltmain.sh-6974-	test "X$libobjs" = "X " && libobjs=
##############################################
rss-glx-0.9.1/ltmain.sh-6987-	    # exporting using user supplied symfile
rss-glx-0.9.1/ltmain.sh:6988:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
rss-glx-0.9.1/ltmain.sh-6989-	      # and it's NOT already a .def file. Must figure out
##############################################
rss-glx-0.9.1/ltmain.sh-7139-	  save_output=$output
rss-glx-0.9.1/ltmain.sh:7140:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
rss-glx-0.9.1/ltmain.sh-7141-
##############################################
rss-glx-0.9.1/ltmain.sh-7443-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
rss-glx-0.9.1/ltmain.sh:7444:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
rss-glx-0.9.1/ltmain.sh-7445-	else
##############################################
rss-glx-0.9.1/ltmain.sh-7454-      # Create the old-style object.
rss-glx-0.9.1/ltmain.sh:7455:      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
rss-glx-0.9.1/ltmain.sh-7456-
##############################################
rss-glx-0.9.1/ltmain.sh-7514-	# On Rhapsody replace the C library is the System framework
rss-glx-0.9.1/ltmain.sh:7515:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
rss-glx-0.9.1/ltmain.sh:7516:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
rss-glx-0.9.1/ltmain.sh-7517-	;;
##############################################
rss-glx-0.9.1/ltmain.sh-7532-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
rss-glx-0.9.1/ltmain.sh:7533:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
rss-glx-0.9.1/ltmain.sh:7534:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
rss-glx-0.9.1/ltmain.sh-7535-	;;
##############################################
rss-glx-0.9.1/ltmain.sh-7610-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
rss-glx-0.9.1/ltmain.sh:7611:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
rss-glx-0.9.1/ltmain.sh-7612-	  case :$dllsearchpath: in
##############################################
rss-glx-0.9.1/ltmain.sh-7670-	# Transform all the library objects into standard objects.
rss-glx-0.9.1/ltmain.sh:7671:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
rss-glx-0.9.1/ltmain.sh:7672:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
rss-glx-0.9.1/ltmain.sh-7673-      fi
##############################################
rss-glx-0.9.1/ltmain.sh-7700-	# Replace the output file specification.
rss-glx-0.9.1/ltmain.sh:7701:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
rss-glx-0.9.1/ltmain.sh-7702-	link_command="$compile_command$compile_rpath"
##############################################
rss-glx-0.9.1/ltmain.sh-7747-	# Replace the output file specification.
rss-glx-0.9.1/ltmain.sh:7748:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
rss-glx-0.9.1/ltmain.sh-7749-	# Delete the old output file.
##############################################
rss-glx-0.9.1/ltmain.sh-7766-	  if test "$fast_install" = yes; then
rss-glx-0.9.1/ltmain.sh:7767:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
rss-glx-0.9.1/ltmain.sh-7768-	  else
##############################################
rss-glx-0.9.1/ltmain.sh-7778-      # Replace the output file specification.
rss-glx-0.9.1/ltmain.sh:7779:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
rss-glx-0.9.1/ltmain.sh-7780-
##############################################
rss-glx-0.9.1/ltmain.sh-7802-	relink_command="(cd `pwd`; $relink_command)"
rss-glx-0.9.1/ltmain.sh:7803:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
rss-glx-0.9.1/ltmain.sh-7804-      fi
##############################################
rss-glx-0.9.1/ltmain.sh-7811-	esac
rss-glx-0.9.1/ltmain.sh:7812:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
rss-glx-0.9.1/ltmain.sh-7813-      else
rss-glx-0.9.1/ltmain.sh:7814:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
rss-glx-0.9.1/ltmain.sh-7815-      fi
##############################################
rss-glx-0.9.1/ltmain.sh-8045-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
rss-glx-0.9.1/ltmain.sh:8046:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
rss-glx-0.9.1/ltmain.sh-8047-      if test "$hardcode_automatic" = yes ; then
##############################################
rss-glx-0.9.1/ltmain.sh-8065-		name="$func_basename_result"
rss-glx-0.9.1/ltmain.sh:8066:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
rss-glx-0.9.1/ltmain.sh-8067-		test -z "$libdir" && \
##############################################
rss-glx-0.9.1/ltmain.sh-8081-		name="$func_basename_result"
rss-glx-0.9.1/ltmain.sh:8082:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
rss-glx-0.9.1/ltmain.sh-8083-		test -z "$libdir" && \
##############################################
rss-glx-0.9.1/ltmain.sh-8100-		name="$func_basename_result"
rss-glx-0.9.1/ltmain.sh:8101:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
rss-glx-0.9.1/ltmain.sh-8102-		test -z "$libdir" && \
##############################################
rss-glx-0.9.1/ltmain.sh-8404-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
rss-glx-0.9.1/ltmain.sh:8405:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
rss-glx-0.9.1/ltmain.sh-8406-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
rss-glx-0.9.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
rss-glx-0.9.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
rss-glx-0.9.1/configure-47-  as_echo='print -r --'
rss-glx-0.9.1/configure-48-  as_echo_n='print -rn --'
rss-glx-0.9.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
rss-glx-0.9.1/configure-50-  as_echo='printf %s\n'
##############################################
rss-glx-0.9.1/configure-52-else
rss-glx-0.9.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
rss-glx-0.9.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
rss-glx-0.9.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
rss-glx-0.9.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
rss-glx-0.9.1/configure-64-      esac;
##############################################
rss-glx-0.9.1/configure-172-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
rss-glx-0.9.1/configure:173:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
rss-glx-0.9.1/configure-174-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
rss-glx-0.9.1/configure-288-      case $as_dir in #(
rss-glx-0.9.1/configure:289:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
rss-glx-0.9.1/configure-290-      *) as_qdir=$as_dir;;
##############################################
rss-glx-0.9.1/configure-353-  {
rss-glx-0.9.1/configure:354:    as_val=`expr "$@" || test $? -eq 1`
rss-glx-0.9.1/configure-355-  }
##############################################
rss-glx-0.9.1/configure-360-# ---------------------------------
rss-glx-0.9.1/configure:361:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
rss-glx-0.9.1/configure-362-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
rss-glx-0.9.1/configure-423-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
rss-glx-0.9.1/configure:424:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
rss-glx-0.9.1/configure-425-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
rss-glx-0.9.1/configure-514-	esac;
rss-glx-0.9.1/configure:515:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
rss-glx-0.9.1/configure-516-	???[sx]*):;;*)false;;esac;fi
##############################################
rss-glx-0.9.1/configure-535-  # Remove one level of quotation (which was required for Make).
rss-glx-0.9.1/configure:536:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
rss-glx-0.9.1/configure-537-  ;;
##############################################
rss-glx-0.9.1/configure-546-  :
rss-glx-0.9.1/configure:547:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
rss-glx-0.9.1/configure-548-  # Yippee, $ECHO works!
##############################################
rss-glx-0.9.1/configure-572-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
rss-glx-0.9.1/configure:573:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
rss-glx-0.9.1/configure-574-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
rss-glx-0.9.1/configure-580-
rss-glx-0.9.1/configure:581:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/configure:582:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
rss-glx-0.9.1/configure-583-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/configure-595-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
rss-glx-0.9.1/configure:596:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/configure:597:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
rss-glx-0.9.1/configure-598-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/configure-607-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/configure:608:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
rss-glx-0.9.1/configure-609-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/configure-622-        ECHO='printf %s\n'
rss-glx-0.9.1/configure:623:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
rss-glx-0.9.1/configure:624:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
rss-glx-0.9.1/configure-625-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/configure-627-	  :
rss-glx-0.9.1/configure:628:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
rss-glx-0.9.1/configure-629-	     test "X$echo_testing_string" = 'X\t' &&
rss-glx-0.9.1/configure:630:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
rss-glx-0.9.1/configure-631-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/configure-636-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
rss-glx-0.9.1/configure:637:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
rss-glx-0.9.1/configure-638-	     test "X$echo_testing_string" = 'X\t' &&
rss-glx-0.9.1/configure:639:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
rss-glx-0.9.1/configure-640-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
rss-glx-0.9.1/configure-646-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
rss-glx-0.9.1/configure:647:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
rss-glx-0.9.1/configure-648-	    then
##############################################
rss-glx-0.9.1/configure-654-	  if test "$prev" != 'sed 50q "$0"'; then
rss-glx-0.9.1/configure:655:	    echo_test_string=`eval $prev`
rss-glx-0.9.1/configure-656-	    export echo_test_string
##############################################
rss-glx-0.9.1/configure-983-  case $ac_option in
rss-glx-0.9.1/configure:984:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
rss-glx-0.9.1/configure-985-  *)	ac_optarg=yes ;;
##############################################
rss-glx-0.9.1/configure-1026-  -disable-* | --disable-*)
rss-glx-0.9.1/configure:1027:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
rss-glx-0.9.1/configure-1028-    # Reject names that are not valid shell variable names.
##############################################
rss-glx-0.9.1/configure-1031-    ac_useropt_orig=$ac_useropt
rss-glx-0.9.1/configure:1032:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rss-glx-0.9.1/configure-1033-    case $ac_user_opts in
##############################################
rss-glx-0.9.1/configure-1052-  -enable-* | --enable-*)
rss-glx-0.9.1/configure:1053:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
rss-glx-0.9.1/configure-1054-    # Reject names that are not valid shell variable names.
##############################################
rss-glx-0.9.1/configure-1057-    ac_useropt_orig=$ac_useropt
rss-glx-0.9.1/configure:1058:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rss-glx-0.9.1/configure-1059-    case $ac_user_opts in
##############################################
rss-glx-0.9.1/configure-1256-  -with-* | --with-*)
rss-glx-0.9.1/configure:1257:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
rss-glx-0.9.1/configure-1258-    # Reject names that are not valid shell variable names.
##############################################
rss-glx-0.9.1/configure-1261-    ac_useropt_orig=$ac_useropt
rss-glx-0.9.1/configure:1262:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rss-glx-0.9.1/configure-1263-    case $ac_user_opts in
##############################################
rss-glx-0.9.1/configure-1272-  -without-* | --without-*)
rss-glx-0.9.1/configure:1273:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
rss-glx-0.9.1/configure-1274-    # Reject names that are not valid shell variable names.
##############################################
rss-glx-0.9.1/configure-1277-    ac_useropt_orig=$ac_useropt
rss-glx-0.9.1/configure:1278:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rss-glx-0.9.1/configure-1279-    case $ac_user_opts in
##############################################
rss-glx-0.9.1/configure-1310-  *=*)
rss-glx-0.9.1/configure:1311:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
rss-glx-0.9.1/configure-1312-    # Reject names that are not valid shell variable names.
##############################################
rss-glx-0.9.1/configure-1331-if test -n "$ac_prev"; then
rss-glx-0.9.1/configure:1332:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
rss-glx-0.9.1/configure-1333-  as_fn_error "missing argument to $ac_option"
##############################################
rss-glx-0.9.1/configure-1353-    */ )
rss-glx-0.9.1/configure:1354:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
rss-glx-0.9.1/configure-1355-      eval $ac_var=\$ac_val;;
##############################################
rss-glx-0.9.1/configure-1390-ac_ls_di=`ls -di .` &&
rss-glx-0.9.1/configure:1391:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
rss-glx-0.9.1/configure-1392-  as_fn_error "working directory cannot be determined"
##############################################
rss-glx-0.9.1/configure-1446-case $srcdir in
rss-glx-0.9.1/configure:1447:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
rss-glx-0.9.1/configure-1448-esac
##############################################
rss-glx-0.9.1/configure-1489-By default, \`make install' will install all the files in
rss-glx-0.9.1/configure:1490:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
rss-glx-0.9.1/configure:1491:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
rss-glx-0.9.1/configure-1492-for instance \`--prefix=\$HOME'.
##############################################
rss-glx-0.9.1/configure-1607-*)
rss-glx-0.9.1/configure:1608:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
rss-glx-0.9.1/configure-1609-  # A ".." for each directory in $ac_dir_suffix.
rss-glx-0.9.1/configure:1610:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
rss-glx-0.9.1/configure-1611-  case $ac_top_builddir_sub in
##############################################
rss-glx-0.9.1/configure-2212-    *\'*)
rss-glx-0.9.1/configure:2213:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
rss-glx-0.9.1/configure-2214-    esac
##############################################
rss-glx-0.9.1/configure-2299-      case $ac_val in
rss-glx-0.9.1/configure:2300:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
rss-glx-0.9.1/configure-2301-      esac
##############################################
rss-glx-0.9.1/configure-2316-	case $ac_val in
rss-glx-0.9.1/configure:2317:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
rss-glx-0.9.1/configure-2318-	esac
##############################################
rss-glx-0.9.1/configure-2429-    set,)
rss-glx-0.9.1/configure:2430:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
rss-glx-0.9.1/configure:2431:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
rss-glx-0.9.1/configure-2432-      ac_cache_corrupted=: ;;
##############################################
rss-glx-0.9.1/configure-2440-	# differences in whitespace do not lead to failure.
rss-glx-0.9.1/configure:2441:	ac_old_val_w=`echo x $ac_old_val`
rss-glx-0.9.1/configure:2442:	ac_new_val_w=`echo x $ac_new_val`
rss-glx-0.9.1/configure-2443-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
rss-glx-0.9.1/configure-2460-    case $ac_new_val in
rss-glx-0.9.1/configure:2461:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
rss-glx-0.9.1/configure-2462-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
rss-glx-0.9.1/configure-2629-if (
rss-glx-0.9.1/configure:2630:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
rss-glx-0.9.1/configure-2631-   if test "$*" = "X"; then
rss-glx-0.9.1/configure-2632-      # -L didn't work.
rss-glx-0.9.1/configure:2633:      set X `ls -t "$srcdir/configure" conftest.file`
rss-glx-0.9.1/configure-2634-   fi
##############################################
rss-glx-0.9.1/configure-2665-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
rss-glx-0.9.1/configure:2666:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
rss-glx-0.9.1/configure-2667-
rss-glx-0.9.1/configure-2668-# expand $ac_aux_dir to an absolute path
rss-glx-0.9.1/configure:2669:am_aux_dir=`cd $ac_aux_dir && pwd`
rss-glx-0.9.1/configure-2670-
##############################################
rss-glx-0.9.1/configure-2810-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
rss-glx-0.9.1/configure:2811:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
rss-glx-0.9.1/configure-2812-	     'mkdir (GNU coreutils) '* | \
##############################################
rss-glx-0.9.1/configure-2889-set x ${MAKE-make}
rss-glx-0.9.1/configure:2890:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
rss-glx-0.9.1/configure-2891-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
rss-glx-0.9.1/configure-2899-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
rss-glx-0.9.1/configure:2900:case `${MAKE-make} -f conftest.make 2>/dev/null` in
rss-glx-0.9.1/configure-2901-  *@@@%%%=?*=@@@%%%*)
##############################################
rss-glx-0.9.1/configure-2926-
rss-glx-0.9.1/configure:2927:if test "`cd $srcdir && pwd`" != "`pwd`"; then
rss-glx-0.9.1/configure-2928-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
rss-glx-0.9.1/configure-3055-# Ignore all kinds of additional output from `make'.
rss-glx-0.9.1/configure:3056:case `$am_make -s -f confmf 2> /dev/null` in #(
rss-glx-0.9.1/configure-3057-*the\ am__doit\ target*)
##############################################
rss-glx-0.9.1/configure-3065-   echo '.include "confinc"' > confmf
rss-glx-0.9.1/configure:3066:   case `$am_make -s -f confmf 2> /dev/null` in #(
rss-glx-0.9.1/configure-3067-   *the\ am__doit\ target*)
##############################################
rss-glx-0.9.1/configure-3443-$as_echo_n "checking whether the C compiler works... " >&6; }
rss-glx-0.9.1/configure:3444:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
rss-glx-0.9.1/configure-3445-
##############################################
rss-glx-0.9.1/configure-3487-	then :; else
rss-glx-0.9.1/configure:3488:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
rss-glx-0.9.1/configure-3489-	fi
##############################################
rss-glx-0.9.1/configure-3548-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
rss-glx-0.9.1/configure:3549:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
rss-glx-0.9.1/configure-3550-	  break;;
##############################################
rss-glx-0.9.1/configure-3657-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
rss-glx-0.9.1/configure:3658:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
rss-glx-0.9.1/configure-3659-       break;;
##############################################
rss-glx-0.9.1/configure-3916-  if test "$am_compiler_list" = ""; then
rss-glx-0.9.1/configure:3917:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
rss-glx-0.9.1/configure-3918-  fi
##############################################
rss-glx-0.9.1/configure-4173-  # Check for GNU $ac_path_GREP
rss-glx-0.9.1/configure:4174:case `"$ac_path_GREP" --version 2>&1` in
rss-glx-0.9.1/configure-4175-*GNU*)
##############################################
rss-glx-0.9.1/configure-4239-  # Check for GNU $ac_path_EGREP
rss-glx-0.9.1/configure:4240:case `"$ac_path_EGREP" --version 2>&1` in
rss-glx-0.9.1/configure-4241-*GNU*)
##############################################
rss-glx-0.9.1/configure-4400-do :
rss-glx-0.9.1/configure:4401:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rss-glx-0.9.1/configure-4402-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
rss-glx-0.9.1/configure-4406-  cat >>confdefs.h <<_ACEOF
rss-glx-0.9.1/configure:4407:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rss-glx-0.9.1/configure-4408-_ACEOF
##############################################
rss-glx-0.9.1/configure-4589-set dummy $CC
rss-glx-0.9.1/configure:4590:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
rss-glx-0.9.1/configure-4591-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
rss-glx-0.9.1/configure-5300-  if test "$am_compiler_list" = ""; then
rss-glx-0.9.1/configure:5301:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
rss-glx-0.9.1/configure-5302-  fi
##############################################
rss-glx-0.9.1/configure-5480-test "x$ac_build_alias" = x &&
rss-glx-0.9.1/configure:5481:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
rss-glx-0.9.1/configure-5482-test "x$ac_build_alias" = x &&
rss-glx-0.9.1/configure-5483-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
rss-glx-0.9.1/configure:5484:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
rss-glx-0.9.1/configure-5485-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
rss-glx-0.9.1/configure-5504-IFS=$ac_save_IFS
rss-glx-0.9.1/configure:5505:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
rss-glx-0.9.1/configure-5506-
##############################################
rss-glx-0.9.1/configure-5515-else
rss-glx-0.9.1/configure:5516:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
rss-glx-0.9.1/configure-5517-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
rss-glx-0.9.1/configure-5537-IFS=$ac_save_IFS
rss-glx-0.9.1/configure:5538:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
rss-glx-0.9.1/configure-5539-
##############################################
rss-glx-0.9.1/configure-5565-  # Check for GNU $ac_path_SED
rss-glx-0.9.1/configure:5566:case `"$ac_path_SED" --version 2>&1` in
rss-glx-0.9.1/configure-5567-*GNU*)
##############################################
rss-glx-0.9.1/configure-5644-  # Check for GNU $ac_path_FGREP
rss-glx-0.9.1/configure:5645:case `"$ac_path_FGREP" --version 2>&1` in
rss-glx-0.9.1/configure-5646-*GNU*)
##############################################
rss-glx-0.9.1/configure-5724-    # gcc leaves a trailing carriage return which upsets mingw
rss-glx-0.9.1/configure:5725:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
rss-glx-0.9.1/configure-5726-  *)
rss-glx-0.9.1/configure:5727:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
rss-glx-0.9.1/configure-5728-  esac
##############################################
rss-glx-0.9.1/configure-5733-      # Canonicalize the pathname of ld
rss-glx-0.9.1/configure:5734:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
rss-glx-0.9.1/configure-5735-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
rss-glx-0.9.1/configure:5736:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
rss-glx-0.9.1/configure-5737-      done
##############################################
rss-glx-0.9.1/configure-5768-      # Break only if it was the GNU/non-GNU ld that we prefer.
rss-glx-0.9.1/configure:5769:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
rss-glx-0.9.1/configure-5770-      *GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/configure-5799-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
rss-glx-0.9.1/configure:5800:case `$LD -v 2>&1 </dev/null` in
rss-glx-0.9.1/configure-5801-*GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/configure-5844-	# Tru64's nm complains that /dev/null is an invalid object file
rss-glx-0.9.1/configure:5845:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
rss-glx-0.9.1/configure-5846-	*/dev/null* | *'Invalid file or object type'*)
##############################################
rss-glx-0.9.1/configure-5850-	*)
rss-glx-0.9.1/configure:5851:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
rss-glx-0.9.1/configure-5852-	  */dev/null*)
##############################################
rss-glx-0.9.1/configure-6073-    # And add a safety zone
rss-glx-0.9.1/configure:6074:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
rss-glx-0.9.1/configure:6075:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
rss-glx-0.9.1/configure-6076-    ;;
##############################################
rss-glx-0.9.1/configure-6101-    if test -n "$kargmax"; then
rss-glx-0.9.1/configure:6102:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
rss-glx-0.9.1/configure-6103-    else
##############################################
rss-glx-0.9.1/configure-6109-    if test -n "$lt_cv_sys_max_cmd_len"; then
rss-glx-0.9.1/configure:6110:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
rss-glx-0.9.1/configure:6111:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
rss-glx-0.9.1/configure-6112-    else
##############################################
rss-glx-0.9.1/configure-6121-      # we can't tell.
rss-glx-0.9.1/configure:6122:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
rss-glx-0.9.1/configure-6123-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
rss-glx-0.9.1/configure-6125-      do
rss-glx-0.9.1/configure:6126:        i=`expr $i + 1`
rss-glx-0.9.1/configure-6127-        teststring=$teststring$teststring
##############################################
rss-glx-0.9.1/configure-6129-      # Only check the string length outside the loop.
rss-glx-0.9.1/configure:6130:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
rss-glx-0.9.1/configure-6131-      teststring=
##############################################
rss-glx-0.9.1/configure-6134-      # linker.  It appears as though 1/2 is a usable value.
rss-glx-0.9.1/configure:6135:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
rss-glx-0.9.1/configure-6136-    fi
##############################################
rss-glx-0.9.1/configure-6489-openbsd*)
rss-glx-0.9.1/configure:6490:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/configure-6491-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
rss-glx-0.9.1/configure-6978-# If we're using GNU nm, then use its standard symbol codes.
rss-glx-0.9.1/configure:6979:case `$NM -V 2>&1` in
rss-glx-0.9.1/configure-6980-*GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/configure-6996-mingw*)
rss-glx-0.9.1/configure:6997:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
rss-glx-0.9.1/configure-6998-  ;;
##############################################
rss-glx-0.9.1/configure-7192-  test $ac_status = 0; }; then
rss-glx-0.9.1/configure:7193:    case `/usr/bin/file conftest.$ac_objext` in
rss-glx-0.9.1/configure-7194-      *ELF-32*)
##############################################
rss-glx-0.9.1/configure-7212-    if test "$lt_cv_prog_gnu_ld" = yes; then
rss-glx-0.9.1/configure:7213:      case `/usr/bin/file conftest.$ac_objext` in
rss-glx-0.9.1/configure-7214-	*32-bit*)
##############################################
rss-glx-0.9.1/configure-7224-    else
rss-glx-0.9.1/configure:7225:      case `/usr/bin/file conftest.$ac_objext` in
rss-glx-0.9.1/configure-7226-	*32-bit*)
##############################################
rss-glx-0.9.1/configure-8252-  if test "$am_compiler_list" = ""; then
rss-glx-0.9.1/configure:8253:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
rss-glx-0.9.1/configure-8254-  fi
##############################################
rss-glx-0.9.1/configure-8735-done
rss-glx-0.9.1/configure:8736:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
rss-glx-0.9.1/configure-8737-
##############################################
rss-glx-0.9.1/configure-8764-	"file_magic "*)
rss-glx-0.9.1/configure:8765:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
rss-glx-0.9.1/configure-8766-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
rss-glx-0.9.1/configure-8830-	"file_magic "*)
rss-glx-0.9.1/configure:8831:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
rss-glx-0.9.1/configure-8832-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
rss-glx-0.9.1/configure-9169-      *)
rss-glx-0.9.1/configure:9170:	case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/configure-9171-	*Sun\ C*)
##############################################
rss-glx-0.9.1/configure-9505-  if test "$hard_links" = no; then
rss-glx-0.9.1/configure:9506:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
rss-glx-0.9.1/configure:9507:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
rss-glx-0.9.1/configure-9508-    need_locks=warn
##############################################
rss-glx-0.9.1/configure-9601-    supports_anon_versioning=no
rss-glx-0.9.1/configure:9602:    case `$LD -v 2>&1` in
rss-glx-0.9.1/configure-9603-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
rss-glx-0.9.1/configure-9667-	# is EXPORTS), use it as is; otherwise, prepend...
rss-glx-0.9.1/configure:9668:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
rss-glx-0.9.1/configure-9669-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
rss-glx-0.9.1/configure-9690-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
rss-glx-0.9.1/configure:9691:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
rss-glx-0.9.1/configure:9692:      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'
rss-glx-0.9.1/configure-9693-      ;;
##############################################
rss-glx-0.9.1/configure-9708-        pgcc*)				# Portland Group C compiler
rss-glx-0.9.1/configure:9709:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/configure-9710-	  tmp_addflag=' $pic_flag'
##############################################
rss-glx-0.9.1/configure-9712-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
rss-glx-0.9.1/configure:9713:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/configure-9714-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
rss-glx-0.9.1/configure-9727-	esac
rss-glx-0.9.1/configure:9728:	case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/configure-9729-	*Sun\ C*)			# Sun C 5.9
rss-glx-0.9.1/configure:9730:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/configure-9731-	  compiler_needs_object=yes
##############################################
rss-glx-0.9.1/configure-9796-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
rss-glx-0.9.1/configure:9797:      case `$LD -v 2>&1` in
rss-glx-0.9.1/configure-9798-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
rss-glx-0.9.1/configure-9917-	# below for broken collect2 doesn't work under 4.3+
rss-glx-0.9.1/configure:9918:	  collect2name=`${CC} -print-prog-name=collect2`
rss-glx-0.9.1/configure-9919-	  if test -f "$collect2name" &&
##############################################
rss-glx-0.9.1/configure-9985-    }'
rss-glx-0.9.1/configure:9986:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-9987-# Check for a 64-bit object if we didn't find anything.
rss-glx-0.9.1/configure-9988-if test -z "$aix_libpath"; then
rss-glx-0.9.1/configure:9989:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-9990-fi
##############################################
rss-glx-0.9.1/configure-9996-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
rss-glx-0.9.1/configure:9997:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
rss-glx-0.9.1/configure-9998-      else
##############################################
rss-glx-0.9.1/configure-10025-    }'
rss-glx-0.9.1/configure:10026:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-10027-# Check for a 64-bit object if we didn't find anything.
rss-glx-0.9.1/configure-10028-if test -z "$aix_libpath"; then
rss-glx-0.9.1/configure:10029:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-10030-fi
##############################################
rss-glx-0.9.1/configure-10080-      # FIXME: Setting linknames here is a bad hack.
rss-glx-0.9.1/configure:10081:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
rss-glx-0.9.1/configure-10082-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
rss-glx-0.9.1/configure-10085-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
rss-glx-0.9.1/configure:10086:      fix_srcfile_path='`cygpath -w "$srcfile"`'
rss-glx-0.9.1/configure-10087-      enable_shared_with_static_runtimes=yes
##############################################
rss-glx-0.9.1/configure-10238-      if test "$GCC" = yes; then
rss-glx-0.9.1/configure:10239:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-10240-	# Try to use the -exported_symbol ld option, if it does not
##############################################
rss-glx-0.9.1/configure-10249-if ac_fn_c_try_link "$LINENO"; then :
rss-glx-0.9.1/configure:10250:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
rss-glx-0.9.1/configure-10251-
##############################################
rss-glx-0.9.1/configure-10256-      else
rss-glx-0.9.1/configure:10257:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure:10258:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
rss-glx-0.9.1/configure-10259-      fi
##############################################
rss-glx-0.9.1/configure-10293-	hardcode_direct_absolute=yes
rss-glx-0.9.1/configure:10294:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/configure-10295-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
rss-glx-0.9.1/configure-10326-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
rss-glx-0.9.1/configure:10327:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-10328-      else
rss-glx-0.9.1/configure-10329-	allow_undefined_flag=' -expect_unresolved \*'
rss-glx-0.9.1/configure:10330:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-10331-      fi
##############################################
rss-glx-0.9.1/configure-10339-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
rss-glx-0.9.1/configure:10340:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-10341-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
rss-glx-0.9.1/configure-10343-	allow_undefined_flag=' -expect_unresolved \*'
rss-glx-0.9.1/configure:10344:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure:10345:	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~
rss-glx-0.9.1/configure:10346:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
rss-glx-0.9.1/configure-10347-
##############################################
rss-glx-0.9.1/configure-10362-      else
rss-glx-0.9.1/configure:10363:	case `$CC -V 2>&1` in
rss-glx-0.9.1/configure-10364-	*"Compilers 5.0"*)
##############################################
rss-glx-0.9.1/configure-10756-  esac
rss-glx-0.9.1/configure:10757:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
rss-glx-0.9.1/configure-10758-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
rss-glx-0.9.1/configure-10762-    # okay in the real world where ";" in dirpaths is itself problematic.
rss-glx-0.9.1/configure:10763:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
rss-glx-0.9.1/configure-10764-  else
rss-glx-0.9.1/configure:10765:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
rss-glx-0.9.1/configure-10766-  fi
##############################################
rss-glx-0.9.1/configure-10769-  lt_tmp_lt_search_path_spec=
rss-glx-0.9.1/configure:10770:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
rss-glx-0.9.1/configure-10771-  for lt_sys_path in $lt_search_path_spec; do
##############################################
rss-glx-0.9.1/configure-10798-}'`
rss-glx-0.9.1/configure:10799:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
rss-glx-0.9.1/configure-10800-else
##############################################
rss-glx-0.9.1/configure-10886-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
rss-glx-0.9.1/configure:10887:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
rss-glx-0.9.1/configure-10888-    ;;
##############################################
rss-glx-0.9.1/configure-10921-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
rss-glx-0.9.1/configure:10922:    postinstall_cmds='base_file=`basename \${file}`~
rss-glx-0.9.1/configure:10923:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
rss-glx-0.9.1/configure:10924:      dldir=$destdir/`dirname \$dlpath`~
rss-glx-0.9.1/configure-10925-      test -d \$dldir || mkdir -p \$dldir~
##############################################
rss-glx-0.9.1/configure-10930-      fi'
rss-glx-0.9.1/configure:10931:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
rss-glx-0.9.1/configure-10932-      dlpath=$dir/\$dldll~
##############################################
rss-glx-0.9.1/configure-10938-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
rss-glx-0.9.1/configure:10939:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/configure-10940-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
rss-glx-0.9.1/configure-10943-      # MinGW DLLs use traditional 'lib' prefix
rss-glx-0.9.1/configure:10944:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/configure:10945:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
rss-glx-0.9.1/configure-10946-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
rss-glx-0.9.1/configure-10952-        # which wouldn't understand a cygwinified path. Ahh.
rss-glx-0.9.1/configure:10953:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
rss-glx-0.9.1/configure-10954-      else
rss-glx-0.9.1/configure:10955:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
rss-glx-0.9.1/configure-10956-      fi
##############################################
rss-glx-0.9.1/configure-10959-      # pw32 DLLs use 'pw' prefix rather than 'lib'
rss-glx-0.9.1/configure:10960:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/configure-10961-      ;;
##############################################
rss-glx-0.9.1/configure-10965-  *)
rss-glx-0.9.1/configure:10966:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
rss-glx-0.9.1/configure-10967-    ;;
##############################################
rss-glx-0.9.1/configure-10982-  shlibpath_var=DYLD_LIBRARY_PATH
rss-glx-0.9.1/configure:10983:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
rss-glx-0.9.1/configure-10984-
##############################################
rss-glx-0.9.1/configure-11198-  if test -f /etc/ld.so.conf; then
rss-glx-0.9.1/configure:11199:    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;/^$/d' | tr '\n' ' '`
rss-glx-0.9.1/configure-11200-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
rss-glx-0.9.1/configure-11272-  shlibpath_var=LD_LIBRARY_PATH
rss-glx-0.9.1/configure:11273:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/configure-11274-    case $host_os in
##############################################
rss-glx-0.9.1/configure-12254-done
rss-glx-0.9.1/configure:12255:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
rss-glx-0.9.1/configure-12256-
##############################################
rss-glx-0.9.1/configure-12286-    # gcc leaves a trailing carriage return which upsets mingw
rss-glx-0.9.1/configure:12287:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
rss-glx-0.9.1/configure-12288-  *)
rss-glx-0.9.1/configure:12289:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
rss-glx-0.9.1/configure-12290-  esac
##############################################
rss-glx-0.9.1/configure-12295-      # Canonicalize the pathname of ld
rss-glx-0.9.1/configure:12296:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
rss-glx-0.9.1/configure-12297-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
rss-glx-0.9.1/configure:12298:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
rss-glx-0.9.1/configure-12299-      done
##############################################
rss-glx-0.9.1/configure-12330-      # Break only if it was the GNU/non-GNU ld that we prefer.
rss-glx-0.9.1/configure:12331:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
rss-glx-0.9.1/configure-12332-      *GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/configure-12361-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
rss-glx-0.9.1/configure:12362:case `$LD -v 2>&1 </dev/null` in
rss-glx-0.9.1/configure-12363-*GNU* | *'with BFD'*)
##############################################
rss-glx-0.9.1/configure-12395-        # ancient GNU ld didn't support --whole-archive et. al.
rss-glx-0.9.1/configure:12396:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
rss-glx-0.9.1/configure-12397-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
rss-glx-0.9.1/configure-12479-          # below for broken collect2 doesn't work under 4.3+
rss-glx-0.9.1/configure:12480:	  collect2name=`${CC} -print-prog-name=collect2`
rss-glx-0.9.1/configure-12481-	  if test -f "$collect2name" &&
##############################################
rss-glx-0.9.1/configure-12546-    }'
rss-glx-0.9.1/configure:12547:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-12548-# Check for a 64-bit object if we didn't find anything.
rss-glx-0.9.1/configure-12549-if test -z "$aix_libpath"; then
rss-glx-0.9.1/configure:12550:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-12551-fi
##############################################
rss-glx-0.9.1/configure-12558-
rss-glx-0.9.1/configure:12559:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
rss-glx-0.9.1/configure-12560-        else
##############################################
rss-glx-0.9.1/configure-12587-    }'
rss-glx-0.9.1/configure:12588:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-12589-# Check for a 64-bit object if we didn't find anything.
rss-glx-0.9.1/configure-12590-if test -z "$aix_libpath"; then
rss-glx-0.9.1/configure:12591:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
rss-glx-0.9.1/configure-12592-fi
##############################################
rss-glx-0.9.1/configure-12644-          # is EXPORTS), use it as is; otherwise, prepend...
rss-glx-0.9.1/configure:12645:          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
rss-glx-0.9.1/configure-12646-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
rss-glx-0.9.1/configure-12747-            # dependencies.
rss-glx-0.9.1/configure:12748:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/configure-12749-            ;;
##############################################
rss-glx-0.9.1/configure-12812-	    # dependencies.
rss-glx-0.9.1/configure:12813:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/configure-12814-	    ;;
##############################################
rss-glx-0.9.1/configure-12848-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
rss-glx-0.9.1/configure:12849:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
rss-glx-0.9.1/configure:12850:	archive_expsym_cmds_CXX='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'
rss-glx-0.9.1/configure-12851-	;;
##############################################
rss-glx-0.9.1/configure-12855-	    # SGI C++
rss-glx-0.9.1/configure:12856:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-12857-
##############################################
rss-glx-0.9.1/configure-12866-	      if test "$with_gnu_ld" = no; then
rss-glx-0.9.1/configure:12867:	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-12868-	      else
rss-glx-0.9.1/configure:12869:	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
rss-glx-0.9.1/configure-12870-	      fi
##############################################
rss-glx-0.9.1/configure-12887-	    # to its proper name (with version) after linking.
rss-glx-0.9.1/configure:12888:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
rss-glx-0.9.1/configure:12889:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
rss-glx-0.9.1/configure-12890-	    # Commands to make compiler produce verbose output that lists
##############################################
rss-glx-0.9.1/configure-12897-	    # dependencies.
rss-glx-0.9.1/configure:12898:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/configure-12899-
##############################################
rss-glx-0.9.1/configure-12912-	    # earlier do not add the objects themselves.
rss-glx-0.9.1/configure:12913:	    case `$CC -V 2>&1` in
rss-glx-0.9.1/configure-12914-	      *"Version 7."*)
##############################################
rss-glx-0.9.1/configure-12933-            # Portland Group C++ compiler
rss-glx-0.9.1/configure:12934:	    case `$CC -V` in
rss-glx-0.9.1/configure-12935-	    *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
##############################################
rss-glx-0.9.1/configure-12938-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
rss-glx-0.9.1/configure:12939:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
rss-glx-0.9.1/configure-12940-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
rss-glx-0.9.1/configure-12942-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
rss-glx-0.9.1/configure:12943:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
rss-glx-0.9.1/configure-12944-		$RANLIB $oldlib'
##############################################
rss-glx-0.9.1/configure-12947-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
rss-glx-0.9.1/configure:12948:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
rss-glx-0.9.1/configure-12949-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
rss-glx-0.9.1/configure-12951-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
rss-glx-0.9.1/configure:12952:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
rss-glx-0.9.1/configure-12953-	      ;;
##############################################
rss-glx-0.9.1/configure-12961-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
rss-glx-0.9.1/configure:12962:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/configure-12963-            ;;
##############################################
rss-glx-0.9.1/configure-12980-	    # dependencies.
rss-glx-0.9.1/configure:12981:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/configure-12982-	    ;;
##############################################
rss-glx-0.9.1/configure-12995-	  *)
rss-glx-0.9.1/configure:12996:	    case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/configure-12997-	    *Sun\ C*)
##############################################
rss-glx-0.9.1/configure-13002-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
rss-glx-0.9.1/configure:13003:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
rss-glx-0.9.1/configure-13004-	      compiler_needs_object_CXX=yes
##############################################
rss-glx-0.9.1/configure-13072-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
rss-glx-0.9.1/configure:13073:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/configure-13074-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
rss-glx-0.9.1/configure-13091-	    # to its proper name (with version) after linking.
rss-glx-0.9.1/configure:13092:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
rss-glx-0.9.1/configure-13093-
##############################################
rss-glx-0.9.1/configure-13112-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
rss-glx-0.9.1/configure:13113:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-13114-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
rss-glx-0.9.1/configure-13117-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
rss-glx-0.9.1/configure:13118:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure:13119:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
rss-glx-0.9.1/configure-13120-	          echo "-hidden">> $lib.exp~
rss-glx-0.9.1/configure:13121:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
rss-glx-0.9.1/configure-13122-	          $RM $lib.exp'
##############################################
rss-glx-0.9.1/configure-13136-	    # dependencies.
rss-glx-0.9.1/configure:13137:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
rss-glx-0.9.1/configure-13138-	    ;;
##############################################
rss-glx-0.9.1/configure-13143-	        osf3*)
rss-glx-0.9.1/configure:13144:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-13145-		  ;;
rss-glx-0.9.1/configure-13146-	        *)
rss-glx-0.9.1/configure:13147:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
rss-glx-0.9.1/configure-13148-		  ;;
##############################################
rss-glx-0.9.1/configure-13378-
rss-glx-0.9.1/configure:13379:  for p in `eval "$output_verbose_link_cmd"`; do
rss-glx-0.9.1/configure-13380-    case $p in
##############################################
rss-glx-0.9.1/configure-13463-linux*)
rss-glx-0.9.1/configure:13464:  case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/configure-13465-  *Sun\ C*)
##############################################
rss-glx-0.9.1/configure-13514-if test -n "${compiler_lib_search_path_CXX}"; then
rss-glx-0.9.1/configure:13515: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
rss-glx-0.9.1/configure-13516-fi
##############################################
rss-glx-0.9.1/configure-13747-	  *)
rss-glx-0.9.1/configure:13748:	    case `$CC -V 2>&1 | sed 5q` in
rss-glx-0.9.1/configure-13749-	    *Sun\ C*)
##############################################
rss-glx-0.9.1/configure-14092-  if test "$hard_links" = no; then
rss-glx-0.9.1/configure:14093:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
rss-glx-0.9.1/configure:14094:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
rss-glx-0.9.1/configure-14095-    need_locks=warn
##############################################
rss-glx-0.9.1/configure-14355-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
rss-glx-0.9.1/configure:14356:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
rss-glx-0.9.1/configure-14357-    ;;
##############################################
rss-glx-0.9.1/configure-14390-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
rss-glx-0.9.1/configure:14391:    postinstall_cmds='base_file=`basename \${file}`~
rss-glx-0.9.1/configure:14392:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
rss-glx-0.9.1/configure:14393:      dldir=$destdir/`dirname \$dlpath`~
rss-glx-0.9.1/configure-14394-      test -d \$dldir || mkdir -p \$dldir~
##############################################
rss-glx-0.9.1/configure-14399-      fi'
rss-glx-0.9.1/configure:14400:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
rss-glx-0.9.1/configure-14401-      dlpath=$dir/\$dldll~
##############################################
rss-glx-0.9.1/configure-14407-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
rss-glx-0.9.1/configure:14408:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/configure-14409-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
rss-glx-0.9.1/configure-14412-      # MinGW DLLs use traditional 'lib' prefix
rss-glx-0.9.1/configure:14413:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/configure:14414:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
rss-glx-0.9.1/configure-14415-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
rss-glx-0.9.1/configure-14421-        # which wouldn't understand a cygwinified path. Ahh.
rss-glx-0.9.1/configure:14422:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
rss-glx-0.9.1/configure-14423-      else
rss-glx-0.9.1/configure:14424:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
rss-glx-0.9.1/configure-14425-      fi
##############################################
rss-glx-0.9.1/configure-14428-      # pw32 DLLs use 'pw' prefix rather than 'lib'
rss-glx-0.9.1/configure:14429:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
rss-glx-0.9.1/configure-14430-      ;;
##############################################
rss-glx-0.9.1/configure-14434-  *)
rss-glx-0.9.1/configure:14435:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
rss-glx-0.9.1/configure-14436-    ;;
##############################################
rss-glx-0.9.1/configure-14451-  shlibpath_var=DYLD_LIBRARY_PATH
rss-glx-0.9.1/configure:14452:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
rss-glx-0.9.1/configure-14453-
##############################################
rss-glx-0.9.1/configure-14666-  if test -f /etc/ld.so.conf; then
rss-glx-0.9.1/configure:14667:    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;/^$/d' | tr '\n' ' '`
rss-glx-0.9.1/configure-14668-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
rss-glx-0.9.1/configure-14740-  shlibpath_var=LD_LIBRARY_PATH
rss-glx-0.9.1/configure:14741:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
rss-glx-0.9.1/configure-14742-    case $host_os in
##############################################
rss-glx-0.9.1/configure-15273-    for ac_var in incroot usrlibdir libdir; do
rss-glx-0.9.1/configure:15274:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
rss-glx-0.9.1/configure-15275-    done
##############################################
rss-glx-0.9.1/configure-15383-  LIBS=$ac_save_LIBS
rss-glx-0.9.1/configure:15384:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
rss-glx-0.9.1/configure-15385-do
##############################################
rss-glx-0.9.1/configure-16105-do :
rss-glx-0.9.1/configure:16106:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rss-glx-0.9.1/configure-16107-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
rss-glx-0.9.1/configure-16110-  cat >>confdefs.h <<_ACEOF
rss-glx-0.9.1/configure:16111:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rss-glx-0.9.1/configure-16112-_ACEOF
##############################################
rss-glx-0.9.1/configure-16207-do :
rss-glx-0.9.1/configure:16208:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
rss-glx-0.9.1/configure-16209-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
rss-glx-0.9.1/configure-16212-  cat >>confdefs.h <<_ACEOF
rss-glx-0.9.1/configure:16213:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
rss-glx-0.9.1/configure-16214-_ACEOF
##############################################
rss-glx-0.9.1/configure-16351-  test $ac_status = 0; }; then
rss-glx-0.9.1/configure:16352:  pkg_cv_Wand_CFLAGS=`$PKG_CONFIG --cflags "Wand >= 6.4" 2>/dev/null`
rss-glx-0.9.1/configure-16353-else
##############################################
rss-glx-0.9.1/configure-16369-  test $ac_status = 0; }; then
rss-glx-0.9.1/configure:16370:  pkg_cv_Wand_LIBS=`$PKG_CONFIG --libs "Wand >= 6.4" 2>/dev/null`
rss-glx-0.9.1/configure-16371-else
##############################################
rss-glx-0.9.1/configure-16388-        if test $_pkg_short_errors_supported = yes; then
rss-glx-0.9.1/configure:16389:	        Wand_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "Wand >= 6.4"`
rss-glx-0.9.1/configure-16390-        else
rss-glx-0.9.1/configure:16391:	        Wand_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "Wand >= 6.4"`
rss-glx-0.9.1/configure-16392-        fi
##############################################
rss-glx-0.9.1/configure-16454-  test $ac_status = 0; }; then
rss-glx-0.9.1/configure:16455:  pkg_cv_freealut_CFLAGS=`$PKG_CONFIG --cflags "freealut >= 1.0.0" 2>/dev/null`
rss-glx-0.9.1/configure-16456-else
##############################################
rss-glx-0.9.1/configure-16472-  test $ac_status = 0; }; then
rss-glx-0.9.1/configure:16473:  pkg_cv_freealut_LIBS=`$PKG_CONFIG --libs "freealut >= 1.0.0" 2>/dev/null`
rss-glx-0.9.1/configure-16474-else
##############################################
rss-glx-0.9.1/configure-16491-        if test $_pkg_short_errors_supported = yes; then
rss-glx-0.9.1/configure:16492:	        freealut_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "freealut >= 1.0.0"`
rss-glx-0.9.1/configure-16493-        else
rss-glx-0.9.1/configure:16494:	        freealut_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "freealut >= 1.0.0"`
rss-glx-0.9.1/configure-16495-        fi
##############################################
rss-glx-0.9.1/configure-17059-	if test -x "$which_xscreensaverdemo" ; then
rss-glx-0.9.1/configure:17060:		with_configdir=`strings $which_xscreensaverdemo | grep "\/config"`
rss-glx-0.9.1/configure-17061-
##############################################
rss-glx-0.9.1/configure-17128-  test $ac_status = 0; }; then
rss-glx-0.9.1/configure:17129:  pkg_cv_quesoglc_CFLAGS=`$PKG_CONFIG --cflags "quesoglc >= 0.7" 2>/dev/null`
rss-glx-0.9.1/configure-17130-else
##############################################
rss-glx-0.9.1/configure-17146-  test $ac_status = 0; }; then
rss-glx-0.9.1/configure:17147:  pkg_cv_quesoglc_LIBS=`$PKG_CONFIG --libs "quesoglc >= 0.7" 2>/dev/null`
rss-glx-0.9.1/configure-17148-else
##############################################
rss-glx-0.9.1/configure-17165-        if test $_pkg_short_errors_supported = yes; then
rss-glx-0.9.1/configure:17166:	        quesoglc_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "quesoglc >= 0.7"`
rss-glx-0.9.1/configure-17167-        else
rss-glx-0.9.1/configure:17168:	        quesoglc_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "quesoglc >= 0.7"`
rss-glx-0.9.1/configure-17169-        fi
##############################################
rss-glx-0.9.1/configure-17279-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
rss-glx-0.9.1/configure:17280:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
rss-glx-0.9.1/configure-17281-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
rss-glx-0.9.1/configure-17399-if test -z "$BASH_VERSION$ZSH_VERSION" \
rss-glx-0.9.1/configure:17400:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
rss-glx-0.9.1/configure-17401-  as_echo='print -r --'
rss-glx-0.9.1/configure-17402-  as_echo_n='print -rn --'
rss-glx-0.9.1/configure:17403:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
rss-glx-0.9.1/configure-17404-  as_echo='printf %s\n'
##############################################
rss-glx-0.9.1/configure-17406-else
rss-glx-0.9.1/configure:17407:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
rss-glx-0.9.1/configure-17408-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
rss-glx-0.9.1/configure-17416-	expr "X$arg" : "X\\(.*\\)$as_nl";
rss-glx-0.9.1/configure:17417:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
rss-glx-0.9.1/configure-17418-      esac;
##############################################
rss-glx-0.9.1/configure-17492-# ---------------------------------
rss-glx-0.9.1/configure:17493:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
rss-glx-0.9.1/configure-17494-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
rss-glx-0.9.1/configure-17564-  {
rss-glx-0.9.1/configure:17565:    as_val=`expr "$@" || test $? -eq 1`
rss-glx-0.9.1/configure-17566-  }
##############################################
rss-glx-0.9.1/configure-17668-      case $as_dir in #(
rss-glx-0.9.1/configure:17669:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
rss-glx-0.9.1/configure-17670-      *) as_qdir=$as_dir;;
##############################################
rss-glx-0.9.1/configure-17725-	esac;
rss-glx-0.9.1/configure:17726:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
rss-glx-0.9.1/configure-17727-	???[sx]*):;;*)false;;esac;fi
##############################################
rss-glx-0.9.1/configure-17815-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
rss-glx-0.9.1/configure:17816:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
rss-glx-0.9.1/configure-17817-ac_cs_version="\\
##############################################
rss-glx-0.9.1/configure-17840-  --*=*)
rss-glx-0.9.1/configure:17841:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
rss-glx-0.9.1/configure:17842:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
rss-glx-0.9.1/configure-17843-    ac_shift=:
##############################################
rss-glx-0.9.1/configure-17864-    case $ac_optarg in
rss-glx-0.9.1/configure:17865:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
rss-glx-0.9.1/configure-17866-    esac
##############################################
rss-glx-0.9.1/configure-17871-    case $ac_optarg in
rss-glx-0.9.1/configure:17872:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
rss-glx-0.9.1/configure-17873-    esac
##############################################
rss-glx-0.9.1/configure-17940-delay_variable_subst='$delay_variable_subst'
rss-glx-0.9.1/configure:17941:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17942:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17943:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17944:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17945:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17946:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17947:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17948:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17949:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17950:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17951:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17952:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17953:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17954:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17955:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17956:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17957:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17958:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17959:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17960:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17961:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17962:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17963:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17964:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17965:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17966:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17967:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17968:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17969:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17970:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17971:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17972:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17973:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17974:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17975:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17976:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17977:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17978:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17979:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17980:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17981:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17982:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17983:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17984:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17985:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17986:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17987:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17988:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17989:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17990:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17991:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17992:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17993:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17994:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17995:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17996:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17997:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17998:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:17999:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18000:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18001:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18002:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18003:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18004:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18005:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18006:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18007:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18008:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18009:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18010:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18011:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18012:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18013:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18014:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18015:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18016:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18017:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18018:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18019:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18020:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18021:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18022:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18023:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18024:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18025:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18026:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18027:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18028:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18029:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18030:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18031:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18032:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18033:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18034:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18035:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18036:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18037:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18038:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18039:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18040:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18041:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18042:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18043:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18044:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18045:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18046:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18047:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18048:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18049:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18050:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18051:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18052:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18053:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18054:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18055:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18056:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18057:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18058:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18059:compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18060:predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18061:postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18062:predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18063:postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18064:compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18065:LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18066:old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18067:compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18068:GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18069:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18070:lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18071:lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18072:lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18073:lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18074:archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18075:enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18076:export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18077:whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18078:compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18079:old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18080:old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18081:archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18082:archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18083:module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18084:module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18085:with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18086:allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18087:no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18088:hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18089:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18090:hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18091:hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18092:hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18093:hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18094:hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18095:hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18096:inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18097:link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18098:fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18099:always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18100:export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18101:exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18102:include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18103:prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18104:file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18105:hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18106:compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18107:predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18108:postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18109:predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18110:postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure:18111:compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
rss-glx-0.9.1/configure-18112-
##############################################
rss-glx-0.9.1/configure-18207-compiler_lib_search_path_CXX; do
rss-glx-0.9.1/configure:18208:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
rss-glx-0.9.1/configure-18209-    *[\\\\\\\`\\"\\\$]*)
rss-glx-0.9.1/configure:18210:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
rss-glx-0.9.1/configure-18211-      ;;
##############################################
rss-glx-0.9.1/configure-18245-prelink_cmds_CXX; do
rss-glx-0.9.1/configure:18246:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
rss-glx-0.9.1/configure-18247-    *[\\\\\\\`\\"\\\$]*)
rss-glx-0.9.1/configure:18248:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
rss-glx-0.9.1/configure-18249-      ;;
##############################################
rss-glx-0.9.1/configure-18257-case \$lt_ECHO in
rss-glx-0.9.1/configure:18258:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
rss-glx-0.9.1/configure-18259-  ;;
##############################################
rss-glx-0.9.1/configure-18354-fi
rss-glx-0.9.1/configure:18355:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
rss-glx-0.9.1/configure-18356-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
rss-glx-0.9.1/configure-18371-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
rss-glx-0.9.1/configure:18372:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
rss-glx-0.9.1/configure-18373-ac_delim='%!_!# '
##############################################
rss-glx-0.9.1/configure-18377-
rss-glx-0.9.1/configure:18378:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
rss-glx-0.9.1/configure-18379-  if test $ac_delim_n = $ac_delim_num; then
##############################################
rss-glx-0.9.1/configure-18507-for ac_last_try in false false :; do
rss-glx-0.9.1/configure:18508:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
rss-glx-0.9.1/configure-18509-  if test -z "$ac_t"; then
##############################################
rss-glx-0.9.1/configure-18639-      esac
rss-glx-0.9.1/configure:18640:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
rss-glx-0.9.1/configure-18641-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
rss-glx-0.9.1/configure-18698-*)
rss-glx-0.9.1/configure:18699:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
rss-glx-0.9.1/configure-18700-  # A ".." for each directory in $ac_dir_suffix.
rss-glx-0.9.1/configure:18701:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
rss-glx-0.9.1/configure-18702-  case $ac_top_builddir_sub in
##############################################
rss-glx-0.9.1/configure-18759-/@mandir@/p'
rss-glx-0.9.1/configure:18760:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
rss-glx-0.9.1/configure-18761-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
rss-glx-0.9.1/configure-18776-
rss-glx-0.9.1/configure:18777:# Neutralize VPATH when `$srcdir' = `.'.
rss-glx-0.9.1/configure-18778-# Shell code in configure.ac might set extrasub.
##############################################
rss-glx-0.9.1/configure-18804-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
rss-glx-0.9.1/configure:18805:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
rss-glx-0.9.1/configure:18806:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
rss-glx-0.9.1/configure-18807-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
rss-glx-0.9.1/configure-18849-    * )
rss-glx-0.9.1/configure:18850:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
rss-glx-0.9.1/configure-18851-  esac
##############################################
rss-glx-0.9.1/configure-18896-    # Strip MF so we end up with the name of the file.
rss-glx-0.9.1/configure:18897:    mf=`echo "$mf" | sed -e 's/:.*$//'`
rss-glx-0.9.1/configure-18898-    # Check whether this is an Automake generated Makefile or not.
##############################################
rss-glx-0.9.1/configure-18933-    # from the Makefile without running `make'.
rss-glx-0.9.1/configure:18934:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
rss-glx-0.9.1/configure-18935-    test -z "$DEPDIR" && continue
rss-glx-0.9.1/configure:18936:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
rss-glx-0.9.1/configure-18937-    test -z "am__include" && continue
rss-glx-0.9.1/configure:18938:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
rss-glx-0.9.1/configure-18939-    # When using ansi2knr, U may be empty or an underscore; expand it
rss-glx-0.9.1/configure:18940:    U=`sed -n 's/^U = //p' < "$mf"`
rss-glx-0.9.1/configure-18941-    # Find all dependency output files, they are included files with
##############################################
rss-glx-0.9.1/configure-18994-
rss-glx-0.9.1/configure:18995:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
rss-glx-0.9.1/configure-18996-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
rss-glx-0.9.1/configure-19523-  # Extract subdirectory from the argument.
rss-glx-0.9.1/configure:19524:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
rss-glx-0.9.1/configure-19525-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
rss-glx-0.9.1/configure-19534-{
rss-glx-0.9.1/configure:19535:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
rss-glx-0.9.1/configure-19536-}
##############################################
rss-glx-0.9.1/configure-19561-{
rss-glx-0.9.1/configure:19562:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
rss-glx-0.9.1/configure:19563:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
rss-glx-0.9.1/configure-19564-}
##############################################
rss-glx-0.9.1/configure-19568-{
rss-glx-0.9.1/configure:19569:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
rss-glx-0.9.1/configure-19570-}
##############################################
rss-glx-0.9.1/configure-19574-{
rss-glx-0.9.1/configure:19575:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
rss-glx-0.9.1/configure-19576-}
##############################################
rss-glx-0.9.1/configure-19580-{
rss-glx-0.9.1/configure:19581:  func_arith_result=`expr "$@"`
rss-glx-0.9.1/configure-19582-}
##############################################
rss-glx-0.9.1/configure-19587-{
rss-glx-0.9.1/configure:19588:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
rss-glx-0.9.1/configure-19589-}
##############################################
rss-glx-0.9.1/config.sub-56-
rss-glx-0.9.1/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
rss-glx-0.9.1/config.sub-58-
##############################################
rss-glx-0.9.1/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
rss-glx-0.9.1/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
rss-glx-0.9.1/config.sub-122-case $maybe_os in
##############################################
rss-glx-0.9.1/config.sub-126-    os=-$maybe_os
rss-glx-0.9.1/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
rss-glx-0.9.1/config.sub-128-    ;;
rss-glx-0.9.1/config.sub-129-  *)
rss-glx-0.9.1/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
rss-glx-0.9.1/config.sub-131-    if [ $basic_machine != $1 ]
rss-glx-0.9.1/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
rss-glx-0.9.1/config.sub-133-    else os=; fi
##############################################
rss-glx-0.9.1/config.sub-177-		os=-sco5v6
rss-glx-0.9.1/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-179-		;;
##############################################
rss-glx-0.9.1/config.sub-181-		os=-sco3.2v5
rss-glx-0.9.1/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-183-		;;
##############################################
rss-glx-0.9.1/config.sub-185-		os=-sco3.2v4
rss-glx-0.9.1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-187-		;;
rss-glx-0.9.1/config.sub-188-	-sco3.2.[4-9]*)
rss-glx-0.9.1/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
rss-glx-0.9.1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-191-		;;
##############################################
rss-glx-0.9.1/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
rss-glx-0.9.1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-195-		;;
##############################################
rss-glx-0.9.1/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
rss-glx-0.9.1/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-199-		;;
##############################################
rss-glx-0.9.1/config.sub-201-		os=-sco3.2v2
rss-glx-0.9.1/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-203-		;;
rss-glx-0.9.1/config.sub-204-	-udk*)
rss-glx-0.9.1/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-206-		;;
##############################################
rss-glx-0.9.1/config.sub-208-		os=-isc2.2
rss-glx-0.9.1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-210-		;;
##############################################
rss-glx-0.9.1/config.sub-214-	-isc*)
rss-glx-0.9.1/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rss-glx-0.9.1/config.sub-216-		;;
##############################################
rss-glx-0.9.1/config.sub-220-	-ptx*)
rss-glx-0.9.1/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
rss-glx-0.9.1/config.sub-222-		;;
rss-glx-0.9.1/config.sub-223-	-windowsnt*)
rss-glx-0.9.1/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
rss-glx-0.9.1/config.sub-225-		;;
##############################################
rss-glx-0.9.1/config.sub-310-	*-*-*)
rss-glx-0.9.1/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
rss-glx-0.9.1/config.sub-312-		exit 1
##############################################
rss-glx-0.9.1/config.sub-416-	amd64-*)
rss-glx-0.9.1/config.sub:417:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-418-		;;
##############################################
rss-glx-0.9.1/config.sub-454-	blackfin-*)
rss-glx-0.9.1/config.sub:455:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-456-		os=-linux
##############################################
rss-glx-0.9.1/config.sub-645-	i*86v32)
rss-glx-0.9.1/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rss-glx-0.9.1/config.sub-647-		os=-sysv32
##############################################
rss-glx-0.9.1/config.sub-649-	i*86v4*)
rss-glx-0.9.1/config.sub:650:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rss-glx-0.9.1/config.sub-651-		os=-sysv4
##############################################
rss-glx-0.9.1/config.sub-653-	i*86v)
rss-glx-0.9.1/config.sub:654:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rss-glx-0.9.1/config.sub-655-		os=-sysv
##############################################
rss-glx-0.9.1/config.sub-657-	i*86sol2)
rss-glx-0.9.1/config.sub:658:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rss-glx-0.9.1/config.sub-659-		os=-solaris2
##############################################
rss-glx-0.9.1/config.sub-687-	m68knommu-*)
rss-glx-0.9.1/config.sub:688:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-689-		os=-linux
##############################################
rss-glx-0.9.1/config.sub-717-	mips3*-*)
rss-glx-0.9.1/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
rss-glx-0.9.1/config.sub-719-		;;
rss-glx-0.9.1/config.sub-720-	mips3*)
rss-glx-0.9.1/config.sub:721:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
rss-glx-0.9.1/config.sub-722-		;;
##############################################
rss-glx-0.9.1/config.sub-735-	ms1-*)
rss-glx-0.9.1/config.sub:736:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
rss-glx-0.9.1/config.sub-737-		;;
##############################################
rss-glx-0.9.1/config.sub-840-	parisc-*)
rss-glx-0.9.1/config.sub:841:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-842-		os=-linux
##############################################
rss-glx-0.9.1/config.sub-856-	pc98-*)
rss-glx-0.9.1/config.sub:857:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-858-		;;
##############################################
rss-glx-0.9.1/config.sub-871-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
rss-glx-0.9.1/config.sub:872:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-873-		;;
rss-glx-0.9.1/config.sub-874-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
rss-glx-0.9.1/config.sub:875:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-876-		;;
rss-glx-0.9.1/config.sub-877-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
rss-glx-0.9.1/config.sub:878:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-879-		;;
rss-glx-0.9.1/config.sub-880-	pentium4-*)
rss-glx-0.9.1/config.sub:881:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-882-		;;
##############################################
rss-glx-0.9.1/config.sub-889-		;;
rss-glx-0.9.1/config.sub:890:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-891-		;;
##############################################
rss-glx-0.9.1/config.sub-895-	ppcle-* | powerpclittle-*)
rss-glx-0.9.1/config.sub:896:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-897-		;;
##############################################
rss-glx-0.9.1/config.sub-899-		;;
rss-glx-0.9.1/config.sub:900:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-901-		;;
##############################################
rss-glx-0.9.1/config.sub-905-	ppc64le-* | powerpc64little-*)
rss-glx-0.9.1/config.sub:906:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
rss-glx-0.9.1/config.sub-907-		;;
##############################################
rss-glx-0.9.1/config.sub-1193-	*)
rss-glx-0.9.1/config.sub:1194:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
rss-glx-0.9.1/config.sub-1195-		exit 1
##############################################
rss-glx-0.9.1/config.sub-1201-	*-digital*)
rss-glx-0.9.1/config.sub:1202:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
rss-glx-0.9.1/config.sub-1203-		;;
rss-glx-0.9.1/config.sub-1204-	*-commodore*)
rss-glx-0.9.1/config.sub:1205:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
rss-glx-0.9.1/config.sub-1206-		;;
##############################################
rss-glx-0.9.1/config.sub-1219-	-solaris1 | -solaris1.*)
rss-glx-0.9.1/config.sub:1220:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
rss-glx-0.9.1/config.sub-1221-		;;
##############################################
rss-glx-0.9.1/config.sub-1231-	-gnu/linux*)
rss-glx-0.9.1/config.sub:1232:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
rss-glx-0.9.1/config.sub-1233-		;;
##############################################
rss-glx-0.9.1/config.sub-1275-	-nto*)
rss-glx-0.9.1/config.sub:1276:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
rss-glx-0.9.1/config.sub-1277-		;;
##############################################
rss-glx-0.9.1/config.sub-1282-	-mac*)
rss-glx-0.9.1/config.sub:1283:		os=`echo $os | sed -e 's|mac|macos|'`
rss-glx-0.9.1/config.sub-1284-		;;
##############################################
rss-glx-0.9.1/config.sub-1288-	-linux*)
rss-glx-0.9.1/config.sub:1289:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
rss-glx-0.9.1/config.sub-1290-		;;
rss-glx-0.9.1/config.sub-1291-	-sunos5*)
rss-glx-0.9.1/config.sub:1292:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
rss-glx-0.9.1/config.sub-1293-		;;
rss-glx-0.9.1/config.sub-1294-	-sunos6*)
rss-glx-0.9.1/config.sub:1295:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
rss-glx-0.9.1/config.sub-1296-		;;
##############################################
rss-glx-0.9.1/config.sub-1343-	-sinix5.*)
rss-glx-0.9.1/config.sub:1344:		os=`echo $os | sed -e 's|sinix|sysv|'`
rss-glx-0.9.1/config.sub-1345-		;;
##############################################
rss-glx-0.9.1/config.sub-1394-		# Get rid of the `-' at the beginning of $os.
rss-glx-0.9.1/config.sub:1395:		os=`echo $os | sed 's/[^-]*-//'`
rss-glx-0.9.1/config.sub:1396:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
rss-glx-0.9.1/config.sub-1397-		exit 1
##############################################
rss-glx-0.9.1/config.sub-1645-		esac
rss-glx-0.9.1/config.sub:1646:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
rss-glx-0.9.1/config.sub-1647-		;;
##############################################
rss-glx-0.9.1/src/drempels.cpp-52-
rss-glx-0.9.1/src/drempels.cpp:53:static const char *indirect_fp_asm = {
rss-glx-0.9.1/src/drempels.cpp-54-"!!ARBfp1.0\n"
##############################################
rss-glx-0.9.1/src/Makefile.in-215-	ps-recursive uninstall-recursive
rss-glx-0.9.1/src/Makefile.in:216:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
rss-glx-0.9.1/src/Makefile.in-217-am__vpath_adj = case $$p in \
rss-glx-0.9.1/src/Makefile.in:218:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
rss-glx-0.9.1/src/Makefile.in-219-    *) f=$$p;; \
rss-glx-0.9.1/src/Makefile.in-220-  esac;
rss-glx-0.9.1/src/Makefile.in:221:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
rss-glx-0.9.1/src/Makefile.in-222-am__install_max = 40
rss-glx-0.9.1/src/Makefile.in-223-am__nobase_strip_setup = \
rss-glx-0.9.1/src/Makefile.in:224:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
rss-glx-0.9.1/src/Makefile.in-225-am__nobase_strip = \
##############################################
rss-glx-0.9.1/src/Makefile.in-272-  while test -n "$$dir1"; do \
rss-glx-0.9.1/src/Makefile.in:273:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
rss-glx-0.9.1/src/Makefile.in-274-    if test "$$first" != "."; then \
rss-glx-0.9.1/src/Makefile.in-275-      if test "$$first" = ".."; then \
rss-glx-0.9.1/src/Makefile.in:276:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
rss-glx-0.9.1/src/Makefile.in:277:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
rss-glx-0.9.1/src/Makefile.in-278-      else \
rss-glx-0.9.1/src/Makefile.in:279:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
rss-glx-0.9.1/src/Makefile.in-280-        if test "$$first2" = "$$first"; then \
rss-glx-0.9.1/src/Makefile.in:281:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
rss-glx-0.9.1/src/Makefile.in-282-        else \
##############################################
rss-glx-0.9.1/src/Makefile.in-287-    fi; \
rss-glx-0.9.1/src/Makefile.in:288:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
rss-glx-0.9.1/src/Makefile.in-289-  done; \
##############################################
rss-glx-0.9.1/src/Makefile.in-551-	test -n "$(EXEEXT)" || exit 0; \
rss-glx-0.9.1/src/Makefile.in:552:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
rss-glx-0.9.1/src/Makefile.in-553-	echo " rm -f" $$list; \
##############################################
rss-glx-0.9.1/src/Makefile.in-560-	test -n "$(EXEEXT)" || exit 0; \
rss-glx-0.9.1/src/Makefile.in:561:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
rss-glx-0.9.1/src/Makefile.in-562-	echo " rm -f" $$list; \
##############################################
rss-glx-0.9.1/src/Makefile.in-705-.c.obj:
rss-glx-0.9.1/src/Makefile.in:706:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/Makefile.in-707-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:710:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/Makefile.in-711-
##############################################
rss-glx-0.9.1/src/Makefile.in-719-matrixview-driver.o: driver.c
rss-glx-0.9.1/src/Makefile.in:720:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -MT matrixview-driver.o -MD -MP -MF $(DEPDIR)/matrixview-driver.Tpo -c -o matrixview-driver.o `test -f 'driver.c' || echo '$(srcdir)/'`driver.c
rss-glx-0.9.1/src/Makefile.in-721-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/matrixview-driver.Tpo $(DEPDIR)/matrixview-driver.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:724:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -c -o matrixview-driver.o `test -f 'driver.c' || echo '$(srcdir)/'`driver.c
rss-glx-0.9.1/src/Makefile.in-725-
rss-glx-0.9.1/src/Makefile.in-726-matrixview-driver.obj: driver.c
rss-glx-0.9.1/src/Makefile.in:727:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -MT matrixview-driver.obj -MD -MP -MF $(DEPDIR)/matrixview-driver.Tpo -c -o matrixview-driver.obj `if test -f 'driver.c'; then $(CYGPATH_W) 'driver.c'; else $(CYGPATH_W) '$(srcdir)/driver.c'; fi`
rss-glx-0.9.1/src/Makefile.in-728-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/matrixview-driver.Tpo $(DEPDIR)/matrixview-driver.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-730-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:731:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -c -o matrixview-driver.obj `if test -f 'driver.c'; then $(CYGPATH_W) 'driver.c'; else $(CYGPATH_W) '$(srcdir)/driver.c'; fi`
rss-glx-0.9.1/src/Makefile.in-732-
rss-glx-0.9.1/src/Makefile.in-733-matrixview-matrixview.o: matrixview.c
rss-glx-0.9.1/src/Makefile.in:734:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -MT matrixview-matrixview.o -MD -MP -MF $(DEPDIR)/matrixview-matrixview.Tpo -c -o matrixview-matrixview.o `test -f 'matrixview.c' || echo '$(srcdir)/'`matrixview.c
rss-glx-0.9.1/src/Makefile.in-735-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/matrixview-matrixview.Tpo $(DEPDIR)/matrixview-matrixview.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:738:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -c -o matrixview-matrixview.o `test -f 'matrixview.c' || echo '$(srcdir)/'`matrixview.c
rss-glx-0.9.1/src/Makefile.in-739-
rss-glx-0.9.1/src/Makefile.in-740-matrixview-matrixview.obj: matrixview.c
rss-glx-0.9.1/src/Makefile.in:741:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -MT matrixview-matrixview.obj -MD -MP -MF $(DEPDIR)/matrixview-matrixview.Tpo -c -o matrixview-matrixview.obj `if test -f 'matrixview.c'; then $(CYGPATH_W) 'matrixview.c'; else $(CYGPATH_W) '$(srcdir)/matrixview.c'; fi`
rss-glx-0.9.1/src/Makefile.in-742-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/matrixview-matrixview.Tpo $(DEPDIR)/matrixview-matrixview.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-744-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:745:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -c -o matrixview-matrixview.obj `if test -f 'matrixview.c'; then $(CYGPATH_W) 'matrixview.c'; else $(CYGPATH_W) '$(srcdir)/matrixview.c'; fi`
rss-glx-0.9.1/src/Makefile.in-746-
rss-glx-0.9.1/src/Makefile.in-747-matrixview-matrixview_textures.o: matrixview_textures.c
rss-glx-0.9.1/src/Makefile.in:748:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -MT matrixview-matrixview_textures.o -MD -MP -MF $(DEPDIR)/matrixview-matrixview_textures.Tpo -c -o matrixview-matrixview_textures.o `test -f 'matrixview_textures.c' || echo '$(srcdir)/'`matrixview_textures.c
rss-glx-0.9.1/src/Makefile.in-749-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/matrixview-matrixview_textures.Tpo $(DEPDIR)/matrixview-matrixview_textures.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:752:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -c -o matrixview-matrixview_textures.o `test -f 'matrixview_textures.c' || echo '$(srcdir)/'`matrixview_textures.c
rss-glx-0.9.1/src/Makefile.in-753-
rss-glx-0.9.1/src/Makefile.in-754-matrixview-matrixview_textures.obj: matrixview_textures.c
rss-glx-0.9.1/src/Makefile.in:755:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -MT matrixview-matrixview_textures.obj -MD -MP -MF $(DEPDIR)/matrixview-matrixview_textures.Tpo -c -o matrixview-matrixview_textures.obj `if test -f 'matrixview_textures.c'; then $(CYGPATH_W) 'matrixview_textures.c'; else $(CYGPATH_W) '$(srcdir)/matrixview_textures.c'; fi`
rss-glx-0.9.1/src/Makefile.in-756-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/matrixview-matrixview_textures.Tpo $(DEPDIR)/matrixview-matrixview_textures.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:759:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(matrixview_CFLAGS) $(CFLAGS) -c -o matrixview-matrixview_textures.obj `if test -f 'matrixview_textures.c'; then $(CYGPATH_W) 'matrixview_textures.c'; else $(CYGPATH_W) '$(srcdir)/matrixview_textures.c'; fi`
rss-glx-0.9.1/src/Makefile.in-760-
##############################################
rss-glx-0.9.1/src/Makefile.in-768-.cpp.obj:
rss-glx-0.9.1/src/Makefile.in:769:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/Makefile.in-770-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-772-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:773:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/Makefile.in-774-
##############################################
rss-glx-0.9.1/src/Makefile.in-782-drempels-drempels.o: drempels.cpp
rss-glx-0.9.1/src/Makefile.in:783:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-drempels.o -MD -MP -MF $(DEPDIR)/drempels-drempels.Tpo -c -o drempels-drempels.o `test -f 'drempels.cpp' || echo '$(srcdir)/'`drempels.cpp
rss-glx-0.9.1/src/Makefile.in-784-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-drempels.Tpo $(DEPDIR)/drempels-drempels.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-786-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:787:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-drempels.o `test -f 'drempels.cpp' || echo '$(srcdir)/'`drempels.cpp
rss-glx-0.9.1/src/Makefile.in-788-
rss-glx-0.9.1/src/Makefile.in-789-drempels-drempels.obj: drempels.cpp
rss-glx-0.9.1/src/Makefile.in:790:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-drempels.obj -MD -MP -MF $(DEPDIR)/drempels-drempels.Tpo -c -o drempels-drempels.obj `if test -f 'drempels.cpp'; then $(CYGPATH_W) 'drempels.cpp'; else $(CYGPATH_W) '$(srcdir)/drempels.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-791-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-drempels.Tpo $(DEPDIR)/drempels-drempels.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-793-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:794:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-drempels.obj `if test -f 'drempels.cpp'; then $(CYGPATH_W) 'drempels.cpp'; else $(CYGPATH_W) '$(srcdir)/drempels.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-795-
rss-glx-0.9.1/src/Makefile.in-796-drempels-gpoly.o: gpoly.cpp
rss-glx-0.9.1/src/Makefile.in:797:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-gpoly.o -MD -MP -MF $(DEPDIR)/drempels-gpoly.Tpo -c -o drempels-gpoly.o `test -f 'gpoly.cpp' || echo '$(srcdir)/'`gpoly.cpp
rss-glx-0.9.1/src/Makefile.in-798-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-gpoly.Tpo $(DEPDIR)/drempels-gpoly.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-800-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:801:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-gpoly.o `test -f 'gpoly.cpp' || echo '$(srcdir)/'`gpoly.cpp
rss-glx-0.9.1/src/Makefile.in-802-
rss-glx-0.9.1/src/Makefile.in-803-drempels-gpoly.obj: gpoly.cpp
rss-glx-0.9.1/src/Makefile.in:804:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-gpoly.obj -MD -MP -MF $(DEPDIR)/drempels-gpoly.Tpo -c -o drempels-gpoly.obj `if test -f 'gpoly.cpp'; then $(CYGPATH_W) 'gpoly.cpp'; else $(CYGPATH_W) '$(srcdir)/gpoly.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-805-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-gpoly.Tpo $(DEPDIR)/drempels-gpoly.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-807-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:808:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-gpoly.obj `if test -f 'gpoly.cpp'; then $(CYGPATH_W) 'gpoly.cpp'; else $(CYGPATH_W) '$(srcdir)/gpoly.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-809-
rss-glx-0.9.1/src/Makefile.in-810-drempels-TexMgr.o: TexMgr.cpp
rss-glx-0.9.1/src/Makefile.in:811:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-TexMgr.o -MD -MP -MF $(DEPDIR)/drempels-TexMgr.Tpo -c -o drempels-TexMgr.o `test -f 'TexMgr.cpp' || echo '$(srcdir)/'`TexMgr.cpp
rss-glx-0.9.1/src/Makefile.in-812-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-TexMgr.Tpo $(DEPDIR)/drempels-TexMgr.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-814-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:815:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-TexMgr.o `test -f 'TexMgr.cpp' || echo '$(srcdir)/'`TexMgr.cpp
rss-glx-0.9.1/src/Makefile.in-816-
rss-glx-0.9.1/src/Makefile.in-817-drempels-TexMgr.obj: TexMgr.cpp
rss-glx-0.9.1/src/Makefile.in:818:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-TexMgr.obj -MD -MP -MF $(DEPDIR)/drempels-TexMgr.Tpo -c -o drempels-TexMgr.obj `if test -f 'TexMgr.cpp'; then $(CYGPATH_W) 'TexMgr.cpp'; else $(CYGPATH_W) '$(srcdir)/TexMgr.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-819-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-TexMgr.Tpo $(DEPDIR)/drempels-TexMgr.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-821-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:822:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-TexMgr.obj `if test -f 'TexMgr.cpp'; then $(CYGPATH_W) 'TexMgr.cpp'; else $(CYGPATH_W) '$(srcdir)/TexMgr.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-823-
rss-glx-0.9.1/src/Makefile.in-824-drempels-rgbhsl.o: rgbhsl.cpp
rss-glx-0.9.1/src/Makefile.in:825:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-rgbhsl.o -MD -MP -MF $(DEPDIR)/drempels-rgbhsl.Tpo -c -o drempels-rgbhsl.o `test -f 'rgbhsl.cpp' || echo '$(srcdir)/'`rgbhsl.cpp
rss-glx-0.9.1/src/Makefile.in-826-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-rgbhsl.Tpo $(DEPDIR)/drempels-rgbhsl.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-828-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:829:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-rgbhsl.o `test -f 'rgbhsl.cpp' || echo '$(srcdir)/'`rgbhsl.cpp
rss-glx-0.9.1/src/Makefile.in-830-
rss-glx-0.9.1/src/Makefile.in-831-drempels-rgbhsl.obj: rgbhsl.cpp
rss-glx-0.9.1/src/Makefile.in:832:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -MT drempels-rgbhsl.obj -MD -MP -MF $(DEPDIR)/drempels-rgbhsl.Tpo -c -o drempels-rgbhsl.obj `if test -f 'rgbhsl.cpp'; then $(CYGPATH_W) 'rgbhsl.cpp'; else $(CYGPATH_W) '$(srcdir)/rgbhsl.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-833-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/drempels-rgbhsl.Tpo $(DEPDIR)/drempels-rgbhsl.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-835-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:836:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drempels_CXXFLAGS) $(CXXFLAGS) -c -o drempels-rgbhsl.obj `if test -f 'rgbhsl.cpp'; then $(CYGPATH_W) 'rgbhsl.cpp'; else $(CYGPATH_W) '$(srcdir)/rgbhsl.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-837-
rss-glx-0.9.1/src/Makefile.in-838-skyrocket-skyrocket.o: skyrocket.cpp
rss-glx-0.9.1/src/Makefile.in:839:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket.Tpo -c -o skyrocket-skyrocket.o `test -f 'skyrocket.cpp' || echo '$(srcdir)/'`skyrocket.cpp
rss-glx-0.9.1/src/Makefile.in-840-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket.Tpo $(DEPDIR)/skyrocket-skyrocket.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-842-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:843:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket.o `test -f 'skyrocket.cpp' || echo '$(srcdir)/'`skyrocket.cpp
rss-glx-0.9.1/src/Makefile.in-844-
rss-glx-0.9.1/src/Makefile.in-845-skyrocket-skyrocket.obj: skyrocket.cpp
rss-glx-0.9.1/src/Makefile.in:846:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket.Tpo -c -o skyrocket-skyrocket.obj `if test -f 'skyrocket.cpp'; then $(CYGPATH_W) 'skyrocket.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-847-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket.Tpo $(DEPDIR)/skyrocket-skyrocket.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-849-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:850:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket.obj `if test -f 'skyrocket.cpp'; then $(CYGPATH_W) 'skyrocket.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-851-
rss-glx-0.9.1/src/Makefile.in-852-skyrocket-skyrocket_flare.o: skyrocket_flare.cpp
rss-glx-0.9.1/src/Makefile.in:853:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_flare.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_flare.Tpo -c -o skyrocket-skyrocket_flare.o `test -f 'skyrocket_flare.cpp' || echo '$(srcdir)/'`skyrocket_flare.cpp
rss-glx-0.9.1/src/Makefile.in-854-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_flare.Tpo $(DEPDIR)/skyrocket-skyrocket_flare.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-856-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:857:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_flare.o `test -f 'skyrocket_flare.cpp' || echo '$(srcdir)/'`skyrocket_flare.cpp
rss-glx-0.9.1/src/Makefile.in-858-
rss-glx-0.9.1/src/Makefile.in-859-skyrocket-skyrocket_flare.obj: skyrocket_flare.cpp
rss-glx-0.9.1/src/Makefile.in:860:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_flare.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_flare.Tpo -c -o skyrocket-skyrocket_flare.obj `if test -f 'skyrocket_flare.cpp'; then $(CYGPATH_W) 'skyrocket_flare.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_flare.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-861-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_flare.Tpo $(DEPDIR)/skyrocket-skyrocket_flare.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-863-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:864:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_flare.obj `if test -f 'skyrocket_flare.cpp'; then $(CYGPATH_W) 'skyrocket_flare.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_flare.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-865-
rss-glx-0.9.1/src/Makefile.in-866-skyrocket-skyrocket_particle.o: skyrocket_particle.cpp
rss-glx-0.9.1/src/Makefile.in:867:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_particle.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_particle.Tpo -c -o skyrocket-skyrocket_particle.o `test -f 'skyrocket_particle.cpp' || echo '$(srcdir)/'`skyrocket_particle.cpp
rss-glx-0.9.1/src/Makefile.in-868-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_particle.Tpo $(DEPDIR)/skyrocket-skyrocket_particle.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-870-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:871:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_particle.o `test -f 'skyrocket_particle.cpp' || echo '$(srcdir)/'`skyrocket_particle.cpp
rss-glx-0.9.1/src/Makefile.in-872-
rss-glx-0.9.1/src/Makefile.in-873-skyrocket-skyrocket_particle.obj: skyrocket_particle.cpp
rss-glx-0.9.1/src/Makefile.in:874:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_particle.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_particle.Tpo -c -o skyrocket-skyrocket_particle.obj `if test -f 'skyrocket_particle.cpp'; then $(CYGPATH_W) 'skyrocket_particle.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_particle.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-875-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_particle.Tpo $(DEPDIR)/skyrocket-skyrocket_particle.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-877-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:878:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_particle.obj `if test -f 'skyrocket_particle.cpp'; then $(CYGPATH_W) 'skyrocket_particle.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_particle.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-879-
rss-glx-0.9.1/src/Makefile.in-880-skyrocket-skyrocket_shockwave.o: skyrocket_shockwave.cpp
rss-glx-0.9.1/src/Makefile.in:881:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_shockwave.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_shockwave.Tpo -c -o skyrocket-skyrocket_shockwave.o `test -f 'skyrocket_shockwave.cpp' || echo '$(srcdir)/'`skyrocket_shockwave.cpp
rss-glx-0.9.1/src/Makefile.in-882-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_shockwave.Tpo $(DEPDIR)/skyrocket-skyrocket_shockwave.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-884-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:885:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_shockwave.o `test -f 'skyrocket_shockwave.cpp' || echo '$(srcdir)/'`skyrocket_shockwave.cpp
rss-glx-0.9.1/src/Makefile.in-886-
rss-glx-0.9.1/src/Makefile.in-887-skyrocket-skyrocket_shockwave.obj: skyrocket_shockwave.cpp
rss-glx-0.9.1/src/Makefile.in:888:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_shockwave.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_shockwave.Tpo -c -o skyrocket-skyrocket_shockwave.obj `if test -f 'skyrocket_shockwave.cpp'; then $(CYGPATH_W) 'skyrocket_shockwave.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_shockwave.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-889-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_shockwave.Tpo $(DEPDIR)/skyrocket-skyrocket_shockwave.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-891-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:892:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_shockwave.obj `if test -f 'skyrocket_shockwave.cpp'; then $(CYGPATH_W) 'skyrocket_shockwave.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_shockwave.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-893-
rss-glx-0.9.1/src/Makefile.in-894-skyrocket-skyrocket_smoke.o: skyrocket_smoke.cpp
rss-glx-0.9.1/src/Makefile.in:895:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_smoke.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_smoke.Tpo -c -o skyrocket-skyrocket_smoke.o `test -f 'skyrocket_smoke.cpp' || echo '$(srcdir)/'`skyrocket_smoke.cpp
rss-glx-0.9.1/src/Makefile.in-896-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_smoke.Tpo $(DEPDIR)/skyrocket-skyrocket_smoke.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-898-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:899:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_smoke.o `test -f 'skyrocket_smoke.cpp' || echo '$(srcdir)/'`skyrocket_smoke.cpp
rss-glx-0.9.1/src/Makefile.in-900-
rss-glx-0.9.1/src/Makefile.in-901-skyrocket-skyrocket_smoke.obj: skyrocket_smoke.cpp
rss-glx-0.9.1/src/Makefile.in:902:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_smoke.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_smoke.Tpo -c -o skyrocket-skyrocket_smoke.obj `if test -f 'skyrocket_smoke.cpp'; then $(CYGPATH_W) 'skyrocket_smoke.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_smoke.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-903-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_smoke.Tpo $(DEPDIR)/skyrocket-skyrocket_smoke.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-905-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:906:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_smoke.obj `if test -f 'skyrocket_smoke.cpp'; then $(CYGPATH_W) 'skyrocket_smoke.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_smoke.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-907-
rss-glx-0.9.1/src/Makefile.in-908-skyrocket-skyrocket_sound.o: skyrocket_sound.cpp
rss-glx-0.9.1/src/Makefile.in:909:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_sound.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_sound.Tpo -c -o skyrocket-skyrocket_sound.o `test -f 'skyrocket_sound.cpp' || echo '$(srcdir)/'`skyrocket_sound.cpp
rss-glx-0.9.1/src/Makefile.in-910-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_sound.Tpo $(DEPDIR)/skyrocket-skyrocket_sound.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-912-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:913:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_sound.o `test -f 'skyrocket_sound.cpp' || echo '$(srcdir)/'`skyrocket_sound.cpp
rss-glx-0.9.1/src/Makefile.in-914-
rss-glx-0.9.1/src/Makefile.in-915-skyrocket-skyrocket_sound.obj: skyrocket_sound.cpp
rss-glx-0.9.1/src/Makefile.in:916:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_sound.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_sound.Tpo -c -o skyrocket-skyrocket_sound.obj `if test -f 'skyrocket_sound.cpp'; then $(CYGPATH_W) 'skyrocket_sound.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_sound.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-917-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_sound.Tpo $(DEPDIR)/skyrocket-skyrocket_sound.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-919-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:920:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_sound.obj `if test -f 'skyrocket_sound.cpp'; then $(CYGPATH_W) 'skyrocket_sound.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_sound.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-921-
rss-glx-0.9.1/src/Makefile.in-922-skyrocket-skyrocket_world.o: skyrocket_world.cpp
rss-glx-0.9.1/src/Makefile.in:923:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_world.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_world.Tpo -c -o skyrocket-skyrocket_world.o `test -f 'skyrocket_world.cpp' || echo '$(srcdir)/'`skyrocket_world.cpp
rss-glx-0.9.1/src/Makefile.in-924-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_world.Tpo $(DEPDIR)/skyrocket-skyrocket_world.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-926-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:927:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_world.o `test -f 'skyrocket_world.cpp' || echo '$(srcdir)/'`skyrocket_world.cpp
rss-glx-0.9.1/src/Makefile.in-928-
rss-glx-0.9.1/src/Makefile.in-929-skyrocket-skyrocket_world.obj: skyrocket_world.cpp
rss-glx-0.9.1/src/Makefile.in:930:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_world.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_world.Tpo -c -o skyrocket-skyrocket_world.obj `if test -f 'skyrocket_world.cpp'; then $(CYGPATH_W) 'skyrocket_world.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_world.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-931-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_world.Tpo $(DEPDIR)/skyrocket-skyrocket_world.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-933-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:934:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_world.obj `if test -f 'skyrocket_world.cpp'; then $(CYGPATH_W) 'skyrocket_world.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_world.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-935-
rss-glx-0.9.1/src/Makefile.in-936-skyrocket-skyrocket_textures.o: skyrocket_textures.cpp
rss-glx-0.9.1/src/Makefile.in:937:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_textures.o -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_textures.Tpo -c -o skyrocket-skyrocket_textures.o `test -f 'skyrocket_textures.cpp' || echo '$(srcdir)/'`skyrocket_textures.cpp
rss-glx-0.9.1/src/Makefile.in-938-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_textures.Tpo $(DEPDIR)/skyrocket-skyrocket_textures.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-940-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:941:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_textures.o `test -f 'skyrocket_textures.cpp' || echo '$(srcdir)/'`skyrocket_textures.cpp
rss-glx-0.9.1/src/Makefile.in-942-
rss-glx-0.9.1/src/Makefile.in-943-skyrocket-skyrocket_textures.obj: skyrocket_textures.cpp
rss-glx-0.9.1/src/Makefile.in:944:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -MT skyrocket-skyrocket_textures.obj -MD -MP -MF $(DEPDIR)/skyrocket-skyrocket_textures.Tpo -c -o skyrocket-skyrocket_textures.obj `if test -f 'skyrocket_textures.cpp'; then $(CYGPATH_W) 'skyrocket_textures.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_textures.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-945-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/skyrocket-skyrocket_textures.Tpo $(DEPDIR)/skyrocket-skyrocket_textures.Po
##############################################
rss-glx-0.9.1/src/Makefile.in-947-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Makefile.in:948:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(skyrocket_CXXFLAGS) $(CXXFLAGS) -c -o skyrocket-skyrocket_textures.obj `if test -f 'skyrocket_textures.cpp'; then $(CYGPATH_W) 'skyrocket_textures.cpp'; else $(CYGPATH_W) '$(srcdir)/skyrocket_textures.cpp'; fi`
rss-glx-0.9.1/src/Makefile.in-949-
##############################################
rss-glx-0.9.1/src/Makefile.in-1004-	@list='$(dist_config_DATA)'; test -n "$(configdir)" || list=; \
rss-glx-0.9.1/src/Makefile.in:1005:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
rss-glx-0.9.1/src/Makefile.in-1006-	test -n "$$files" || exit 0; \
##############################################
rss-glx-0.9.1/src/Makefile.in-1024-	@list='$(dist_kdessconfig_DATA)'; test -n "$(kdessconfigdir)" || list=; \
rss-glx-0.9.1/src/Makefile.in:1025:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
rss-glx-0.9.1/src/Makefile.in-1026-	test -n "$$files" || exit 0; \
##############################################
rss-glx-0.9.1/src/Makefile.in-1044-	dot_seen=no; \
rss-glx-0.9.1/src/Makefile.in:1045:	target=`echo $@ | sed s/-recursive//`; \
rss-glx-0.9.1/src/Makefile.in-1046-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
rss-glx-0.9.1/src/Makefile.in-1079-	rev="$$rev ."; \
rss-glx-0.9.1/src/Makefile.in:1080:	target=`echo $@ | sed s/-recursive//`; \
rss-glx-0.9.1/src/Makefile.in-1081-	for subdir in $$rev; do \
##############################################
rss-glx-0.9.1/src/Makefile.in-1157-GTAGS:
rss-glx-0.9.1/src/Makefile.in:1158:	here=`$(am__cd) $(top_builddir) && pwd` \
rss-glx-0.9.1/src/Makefile.in-1159-	  && $(am__cd) $(top_srcdir) \
##############################################
rss-glx-0.9.1/src/Makefile.in-1178-	else :; fi
rss-glx-0.9.1/src/Makefile.in:1179:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/Makefile.in:1180:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/Makefile.in-1181-	list='$(DISTFILES)'; \
##############################################
rss-glx-0.9.1/src/Makefile.in-1192-	  if test -d $$d/$$file; then \
rss-glx-0.9.1/src/Makefile.in:1193:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rss-glx-0.9.1/src/Makefile.in-1194-	    if test -d "$(distdir)/$$file"; then \
##############################################
rss-glx-0.9.1/src/shaders.h-25-
rss-glx-0.9.1/src/shaders.h:26:const char* goo_vp_asm = {
rss-glx-0.9.1/src/shaders.h-27-"!!ARBvp1.0\n"
##############################################
rss-glx-0.9.1/src/shaders.h-53-
rss-glx-0.9.1/src/shaders.h:54:const char* goo_fp_asm = {
rss-glx-0.9.1/src/shaders.h-55-"!!ARBfp1.0\n"
##############################################
rss-glx-0.9.1/src/shaders.h-99-
rss-glx-0.9.1/src/shaders.h:100:const char* tunnel_vp_asm = {
rss-glx-0.9.1/src/shaders.h-101-"!!ARBvp1.0\n"
##############################################
rss-glx-0.9.1/src/shaders.h-122-
rss-glx-0.9.1/src/shaders.h:123:const char* tunnel_fp_asm = {
rss-glx-0.9.1/src/shaders.h-124-"!!ARBfp1.0\n"
##############################################
rss-glx-0.9.1/src/Implicit/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES =
rss-glx-0.9.1/src/Implicit/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
rss-glx-0.9.1/src/Implicit/Makefile.in-48-am__vpath_adj = case $$p in \
rss-glx-0.9.1/src/Implicit/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
rss-glx-0.9.1/src/Implicit/Makefile.in-50-    *) f=$$p;; \
rss-glx-0.9.1/src/Implicit/Makefile.in-51-  esac;
rss-glx-0.9.1/src/Implicit/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
rss-glx-0.9.1/src/Implicit/Makefile.in-53-am__install_max = 40
rss-glx-0.9.1/src/Implicit/Makefile.in-54-am__nobase_strip_setup = \
rss-glx-0.9.1/src/Implicit/Makefile.in:55:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
rss-glx-0.9.1/src/Implicit/Makefile.in-56-am__nobase_strip = \
##############################################
rss-glx-0.9.1/src/Implicit/Makefile.in-288-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
rss-glx-0.9.1/src/Implicit/Makefile.in:289:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
rss-glx-0.9.1/src/Implicit/Makefile.in-290-	  test "$$dir" != "$$p" || dir=.; \
##############################################
rss-glx-0.9.1/src/Implicit/Makefile.in-320-.cpp.obj:
rss-glx-0.9.1/src/Implicit/Makefile.in:321:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/Implicit/Makefile.in-322-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rss-glx-0.9.1/src/Implicit/Makefile.in-324-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/Implicit/Makefile.in:325:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/Implicit/Makefile.in-326-
##############################################
rss-glx-0.9.1/src/Implicit/Makefile.in-384-GTAGS:
rss-glx-0.9.1/src/Implicit/Makefile.in:385:	here=`$(am__cd) $(top_builddir) && pwd` \
rss-glx-0.9.1/src/Implicit/Makefile.in-386-	  && $(am__cd) $(top_srcdir) \
##############################################
rss-glx-0.9.1/src/Implicit/Makefile.in-392-distdir: $(DISTFILES)
rss-glx-0.9.1/src/Implicit/Makefile.in:393:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/Implicit/Makefile.in:394:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/Implicit/Makefile.in-395-	list='$(DISTFILES)'; \
##############################################
rss-glx-0.9.1/src/Implicit/Makefile.in-406-	  if test -d $$d/$$file; then \
rss-glx-0.9.1/src/Implicit/Makefile.in:407:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rss-glx-0.9.1/src/Implicit/Makefile.in-408-	    if test -d "$(distdir)/$$file"; then \
##############################################
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES =
rss-glx-0.9.1/src/PixelCity/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
rss-glx-0.9.1/src/PixelCity/Makefile.in-48-am__vpath_adj = case $$p in \
rss-glx-0.9.1/src/PixelCity/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
rss-glx-0.9.1/src/PixelCity/Makefile.in-50-    *) f=$$p;; \
rss-glx-0.9.1/src/PixelCity/Makefile.in-51-  esac;
rss-glx-0.9.1/src/PixelCity/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
rss-glx-0.9.1/src/PixelCity/Makefile.in-53-am__install_max = 40
rss-glx-0.9.1/src/PixelCity/Makefile.in-54-am__nobase_strip_setup = \
rss-glx-0.9.1/src/PixelCity/Makefile.in:55:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
rss-glx-0.9.1/src/PixelCity/Makefile.in-56-am__nobase_strip = \
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-319-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
rss-glx-0.9.1/src/PixelCity/Makefile.in:320:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
rss-glx-0.9.1/src/PixelCity/Makefile.in-321-	  test "$$dir" != "$$p" || dir=.; \
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-362-.c.obj:
rss-glx-0.9.1/src/PixelCity/Makefile.in:363:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/PixelCity/Makefile.in-364-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-366-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/PixelCity/Makefile.in:367:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/PixelCity/Makefile.in-368-
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-383-.cpp.obj:
rss-glx-0.9.1/src/PixelCity/Makefile.in:384:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/PixelCity/Makefile.in-385-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-387-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/PixelCity/Makefile.in:388:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/PixelCity/Makefile.in-389-
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-447-GTAGS:
rss-glx-0.9.1/src/PixelCity/Makefile.in:448:	here=`$(am__cd) $(top_builddir) && pwd` \
rss-glx-0.9.1/src/PixelCity/Makefile.in-449-	  && $(am__cd) $(top_srcdir) \
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-455-distdir: $(DISTFILES)
rss-glx-0.9.1/src/PixelCity/Makefile.in:456:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/PixelCity/Makefile.in:457:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/PixelCity/Makefile.in-458-	list='$(DISTFILES)'; \
##############################################
rss-glx-0.9.1/src/PixelCity/Makefile.in-469-	  if test -d $$d/$$file; then \
rss-glx-0.9.1/src/PixelCity/Makefile.in:470:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rss-glx-0.9.1/src/PixelCity/Makefile.in-471-	    if test -d "$(distdir)/$$file"; then \
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES =
rss-glx-0.9.1/src/rsMath/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
rss-glx-0.9.1/src/rsMath/Makefile.in-48-am__vpath_adj = case $$p in \
rss-glx-0.9.1/src/rsMath/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
rss-glx-0.9.1/src/rsMath/Makefile.in-50-    *) f=$$p;; \
rss-glx-0.9.1/src/rsMath/Makefile.in-51-  esac;
rss-glx-0.9.1/src/rsMath/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
rss-glx-0.9.1/src/rsMath/Makefile.in-53-am__install_max = 40
rss-glx-0.9.1/src/rsMath/Makefile.in-54-am__nobase_strip_setup = \
rss-glx-0.9.1/src/rsMath/Makefile.in:55:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
rss-glx-0.9.1/src/rsMath/Makefile.in-56-am__nobase_strip = \
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-296-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
rss-glx-0.9.1/src/rsMath/Makefile.in:297:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
rss-glx-0.9.1/src/rsMath/Makefile.in-298-	  test "$$dir" != "$$p" || dir=.; \
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-323-.c.obj:
rss-glx-0.9.1/src/rsMath/Makefile.in:324:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/rsMath/Makefile.in-325-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-327-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/rsMath/Makefile.in:328:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/rsMath/Makefile.in-329-
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-344-.cpp.obj:
rss-glx-0.9.1/src/rsMath/Makefile.in:345:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/rsMath/Makefile.in-346-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-348-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rss-glx-0.9.1/src/rsMath/Makefile.in:349:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
rss-glx-0.9.1/src/rsMath/Makefile.in-350-
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-408-GTAGS:
rss-glx-0.9.1/src/rsMath/Makefile.in:409:	here=`$(am__cd) $(top_builddir) && pwd` \
rss-glx-0.9.1/src/rsMath/Makefile.in-410-	  && $(am__cd) $(top_srcdir) \
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-416-distdir: $(DISTFILES)
rss-glx-0.9.1/src/rsMath/Makefile.in:417:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/rsMath/Makefile.in:418:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rss-glx-0.9.1/src/rsMath/Makefile.in-419-	list='$(DISTFILES)'; \
##############################################
rss-glx-0.9.1/src/rsMath/Makefile.in-430-	  if test -d $$d/$$file; then \
rss-glx-0.9.1/src/rsMath/Makefile.in:431:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rss-glx-0.9.1/src/rsMath/Makefile.in-432-	    if test -d "$(distdir)/$$file"; then \
##############################################
rss-glx-0.9.1/src/skyrocket_textures/earthnearmap-1-<M</<M<VhUHYHB[F%>+'
##############################################
##############################################
##############################################
rss-glx-0.9.1/src/skyrocket_textures/earthnearmap-64-  )!,@4*D/.M26V:2#&'%*##############################################
##############################################
##############################################
##############################################
##############################################
##############################################
##############################################
rss-glx-0.9.1/src/skyrocket_textures/earthnearmap-111-
##############################################
##############################################
rss-glx-0.9.1/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
rss-glx-0.9.1/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
rss-glx-0.9.1/depcomp-71-
##############################################
rss-glx-0.9.1/depcomp-217-  # Version 6 uses the directory in both cases.
rss-glx-0.9.1/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
rss-glx-0.9.1/depcomp-219-  test "x$dir" = "x$object" && dir=
rss-glx-0.9.1/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
rss-glx-0.9.1/depcomp-221-  if test "$libtool" = yes; then
##############################################
rss-glx-0.9.1/depcomp-246-    # Do two passes, one to just change these to
rss-glx-0.9.1/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
rss-glx-0.9.1/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
rss-glx-0.9.1/depcomp-288-  # Do two passes, one to just change these to
rss-glx-0.9.1/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
rss-glx-0.9.1/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
rss-glx-0.9.1/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
rss-glx-0.9.1/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
rss-glx-0.9.1/depcomp-306-  test "x$dir" = "x$object" && dir=
rss-glx-0.9.1/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
rss-glx-0.9.1/depcomp-308-  if test "$libtool" = yes; then
##############################################
rss-glx-0.9.1/depcomp-343-   # Subdirectories are respected.
rss-glx-0.9.1/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
rss-glx-0.9.1/depcomp-345-   test "x$dir" = "x$object" && dir=
rss-glx-0.9.1/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
rss-glx-0.9.1/depcomp-347-
##############################################
rss-glx-0.9.1/depcomp-482-  done
rss-glx-0.9.1/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
rss-glx-0.9.1/depcomp-484-  touch "$tmpdepfile"
##############################################
rss-glx-0.9.1/compile-105-# Name of file we expect compiler to create.
rss-glx-0.9.1/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
rss-glx-0.9.1/compile-107-
##############################################
rss-glx-0.9.1/compile-111-# object file name, since that is what matters with a parallel build.
rss-glx-0.9.1/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
rss-glx-0.9.1/compile-113-while true; do
##############################################
rss-glx-0.9.1/.pc/configure.patch/configure.in-170-	if test -x "$which_xscreensaverdemo" ; then
rss-glx-0.9.1/.pc/configure.patch/configure.in:171:		with_configdir=`strings $which_xscreensaverdemo | grep "\/config"`
rss-glx-0.9.1/.pc/configure.patch/configure.in-172-
##############################################
rss-glx-0.9.1/configure.in-147-	if test -x "$which_xscreensaverdemo" ; then
rss-glx-0.9.1/configure.in:148:		with_configdir=`strings $which_xscreensaverdemo | grep "\/config"`
rss-glx-0.9.1/configure.in-149-