===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ucimf-openvanilla-2.10.11/config.guess-40-
ucimf-openvanilla-2.10.11/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
ucimf-openvanilla-2.10.11/config.guess-42-
##############################################
ucimf-openvanilla-2.10.11/config.guess-110-: ${TMPDIR=/tmp} ;
ucimf-openvanilla-2.10.11/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ucimf-openvanilla-2.10.11/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ucimf-openvanilla-2.10.11/config.guess-196-	    *)
ucimf-openvanilla-2.10.11/config.guess:197:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ucimf-openvanilla-2.10.11/config.guess-198-		;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-223-	*4.0)
ucimf-openvanilla-2.10.11/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ucimf-openvanilla-2.10.11/config.guess-225-		;;
ucimf-openvanilla-2.10.11/config.guess-226-	*5.*)
ucimf-openvanilla-2.10.11/config.guess:227:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ucimf-openvanilla-2.10.11/config.guess-228-		;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
ucimf-openvanilla-2.10.11/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ucimf-openvanilla-2.10.11/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
ucimf-openvanilla-2.10.11/config.guess-271-	# 1.2 uses "1.2" for uname -r.
ucimf-openvanilla-2.10.11/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ucimf-openvanilla-2.10.11/config.guess-273-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-328-    s390x:SunOS:*:*)
ucimf-openvanilla-2.10.11/config.guess:329:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ucimf-openvanilla-2.10.11/config.guess-330-	exit ;;
ucimf-openvanilla-2.10.11/config.guess-331-    sun4H:SunOS:5.*:*)
ucimf-openvanilla-2.10.11/config.guess:332:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ucimf-openvanilla-2.10.11/config.guess-333-	exit ;;
ucimf-openvanilla-2.10.11/config.guess-334-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ucimf-openvanilla-2.10.11/config.guess:335:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ucimf-openvanilla-2.10.11/config.guess-336-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-353-	fi
ucimf-openvanilla-2.10.11/config.guess:354:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ucimf-openvanilla-2.10.11/config.guess-355-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-359-	# it's likely to be more like Solaris than SunOS4.
ucimf-openvanilla-2.10.11/config.guess:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ucimf-openvanilla-2.10.11/config.guess-361-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
ucimf-openvanilla-2.10.11/config.guess:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ucimf-openvanilla-2.10.11/config.guess-370-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-374-    sun*:*:4.2BSD:*)
ucimf-openvanilla-2.10.11/config.guess:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ucimf-openvanilla-2.10.11/config.guess-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ucimf-openvanilla-2.10.11/config.guess-456-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ucimf-openvanilla-2.10.11/config.guess:457:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ucimf-openvanilla-2.10.11/config.guess:458:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ucimf-openvanilla-2.10.11/config.guess-459-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ucimf-openvanilla-2.10.11/config.guess-512-    *:IRIX*:*:*)
ucimf-openvanilla-2.10.11/config.guess:513:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ucimf-openvanilla-2.10.11/config.guess-514-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-542-EOF
ucimf-openvanilla-2.10.11/config.guess:543:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ucimf-openvanilla-2.10.11/config.guess-544-		then
##############################################
ucimf-openvanilla-2.10.11/config.guess-555-    *:AIX:*:[456])
ucimf-openvanilla-2.10.11/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ucimf-openvanilla-2.10.11/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ucimf-openvanilla-2.10.11/config.guess-590-    9000/[34678]??:HP-UX:*:*)
ucimf-openvanilla-2.10.11/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ucimf-openvanilla-2.10.11/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
ucimf-openvanilla-2.10.11/config.guess-644-EOF
ucimf-openvanilla-2.10.11/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ucimf-openvanilla-2.10.11/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ucimf-openvanilla-2.10.11/config.guess-672-    ia64:HP-UX:*:*)
ucimf-openvanilla-2.10.11/config.guess:673:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ucimf-openvanilla-2.10.11/config.guess-674-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ucimf-openvanilla-2.10.11/config.guess-702-EOF
ucimf-openvanilla-2.10.11/config.guess:703:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ucimf-openvanilla-2.10.11/config.guess-704-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ucimf-openvanilla-2.10.11/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ucimf-openvanilla-2.10.11/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ucimf-openvanilla-2.10.11/config.guess-775-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ucimf-openvanilla-2.10.11/config.guess-778-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ucimf-openvanilla-2.10.11/config.guess:779:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ucimf-openvanilla-2.10.11/config.guess-780-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ucimf-openvanilla-2.10.11/config.guess-793-	    pc98)
ucimf-openvanilla-2.10.11/config.guess:794:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ucimf-openvanilla-2.10.11/config.guess-795-	    amd64)
ucimf-openvanilla-2.10.11/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ucimf-openvanilla-2.10.11/config.guess-797-	    *)
ucimf-openvanilla-2.10.11/config.guess:798:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ucimf-openvanilla-2.10.11/config.guess-799-	esac
##############################################
ucimf-openvanilla-2.10.11/config.guess-847-    prep*:SunOS:5.*:*)
ucimf-openvanilla-2.10.11/config.guess:848:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ucimf-openvanilla-2.10.11/config.guess-849-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-851-	# the GNU system
ucimf-openvanilla-2.10.11/config.guess:852:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ucimf-openvanilla-2.10.11/config.guess-853-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-855-	# other systems with GNU libc and userland
ucimf-openvanilla-2.10.11/config.guess:856:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ucimf-openvanilla-2.10.11/config.guess-857-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-904-EOF
ucimf-openvanilla-2.10.11/config.guess:905:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
ucimf-openvanilla-2.10.11/config.guess-906-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
ucimf-openvanilla-2.10.11/config.guess-932-EOF
ucimf-openvanilla-2.10.11/config.guess:933:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ucimf-openvanilla-2.10.11/config.guess-934-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
ucimf-openvanilla-2.10.11/config.guess-1014-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ucimf-openvanilla-2.10.11/config.guess:1015:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ucimf-openvanilla-2.10.11/config.guess-1016-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ucimf-openvanilla-2.10.11/config.guess-1281-    *:DragonFly:*:*)
ucimf-openvanilla-2.10.11/config.guess:1282:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ucimf-openvanilla-2.10.11/config.guess-1283-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-1294-    i*86:skyos:*:*)
ucimf-openvanilla-2.10.11/config.guess:1295:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ucimf-openvanilla-2.10.11/config.guess-1296-	exit ;;
##############################################
ucimf-openvanilla-2.10.11/config.guess-1422-
ucimf-openvanilla-2.10.11/config.guess:1423:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ucimf-openvanilla-2.10.11/config.guess-1424-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-48-CONFIG_CLEAN_VPATH_FILES =
ucimf-openvanilla-2.10.11/src/Makefile.in:49:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ucimf-openvanilla-2.10.11/src/Makefile.in-50-am__vpath_adj = case $$p in \
ucimf-openvanilla-2.10.11/src/Makefile.in:51:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ucimf-openvanilla-2.10.11/src/Makefile.in-52-    *) f=$$p;; \
ucimf-openvanilla-2.10.11/src/Makefile.in-53-  esac;
ucimf-openvanilla-2.10.11/src/Makefile.in:54:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ucimf-openvanilla-2.10.11/src/Makefile.in-55-am__install_max = 40
ucimf-openvanilla-2.10.11/src/Makefile.in-56-am__nobase_strip_setup = \
ucimf-openvanilla-2.10.11/src/Makefile.in:57:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ucimf-openvanilla-2.10.11/src/Makefile.in-58-am__nobase_strip = \
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-289-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
ucimf-openvanilla-2.10.11/src/Makefile.in:290:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
ucimf-openvanilla-2.10.11/src/Makefile.in-291-	  test "$$dir" != "$$p" || dir=.; \
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-314-.cpp.obj:
ucimf-openvanilla-2.10.11/src/Makefile.in:315:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ucimf-openvanilla-2.10.11/src/Makefile.in-316-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-318-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ucimf-openvanilla-2.10.11/src/Makefile.in:319:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ucimf-openvanilla-2.10.11/src/Makefile.in-320-
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-328-openvanilla_la-openvanilla.lo: openvanilla.cpp
ucimf-openvanilla-2.10.11/src/Makefile.in:329:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openvanilla_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT openvanilla_la-openvanilla.lo -MD -MP -MF $(DEPDIR)/openvanilla_la-openvanilla.Tpo -c -o openvanilla_la-openvanilla.lo `test -f 'openvanilla.cpp' || echo '$(srcdir)/'`openvanilla.cpp
ucimf-openvanilla-2.10.11/src/Makefile.in-330-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/openvanilla_la-openvanilla.Tpo $(DEPDIR)/openvanilla_la-openvanilla.Plo
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-332-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ucimf-openvanilla-2.10.11/src/Makefile.in:333:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openvanilla_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o openvanilla_la-openvanilla.lo `test -f 'openvanilla.cpp' || echo '$(srcdir)/'`openvanilla.cpp
ucimf-openvanilla-2.10.11/src/Makefile.in-334-
ucimf-openvanilla-2.10.11/src/Makefile.in-335-openvanilla_la-ovimf.lo: ovimf.cpp
ucimf-openvanilla-2.10.11/src/Makefile.in:336:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openvanilla_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT openvanilla_la-ovimf.lo -MD -MP -MF $(DEPDIR)/openvanilla_la-ovimf.Tpo -c -o openvanilla_la-ovimf.lo `test -f 'ovimf.cpp' || echo '$(srcdir)/'`ovimf.cpp
ucimf-openvanilla-2.10.11/src/Makefile.in-337-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/openvanilla_la-ovimf.Tpo $(DEPDIR)/openvanilla_la-ovimf.Plo
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-339-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ucimf-openvanilla-2.10.11/src/Makefile.in:340:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openvanilla_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o openvanilla_la-ovimf.lo `test -f 'ovimf.cpp' || echo '$(srcdir)/'`ovimf.cpp
ucimf-openvanilla-2.10.11/src/Makefile.in-341-
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-392-GTAGS:
ucimf-openvanilla-2.10.11/src/Makefile.in:393:	here=`$(am__cd) $(top_builddir) && pwd` \
ucimf-openvanilla-2.10.11/src/Makefile.in-394-	  && $(am__cd) $(top_srcdir) \
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-400-distdir: $(DISTFILES)
ucimf-openvanilla-2.10.11/src/Makefile.in:401:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ucimf-openvanilla-2.10.11/src/Makefile.in:402:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ucimf-openvanilla-2.10.11/src/Makefile.in-403-	list='$(DISTFILES)'; \
##############################################
ucimf-openvanilla-2.10.11/src/Makefile.in-414-	  if test -d $$d/$$file; then \
ucimf-openvanilla-2.10.11/src/Makefile.in:415:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ucimf-openvanilla-2.10.11/src/Makefile.in-416-	    if test -d "$(distdir)/$$file"; then \
##############################################
ucimf-openvanilla-2.10.11/missing-139-       # Could not run --version or --help.  This is probably someone
ucimf-openvanilla-2.10.11/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
ucimf-openvanilla-2.10.11/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
ucimf-openvanilla-2.10.11/missing-173-         from any GNU archive site."
ucimf-openvanilla-2.10.11/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
ucimf-openvanilla-2.10.11/missing-175-    test -z "$files" && files="config.h"
##############################################
ucimf-openvanilla-2.10.11/missing-202-         proper tools for further handling them.
ucimf-openvanilla-2.10.11/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
ucimf-openvanilla-2.10.11/missing-204-         archive site."
ucimf-openvanilla-2.10.11/missing-205-
ucimf-openvanilla-2.10.11/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
ucimf-openvanilla-2.10.11/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ucimf-openvanilla-2.10.11/missing-208-    if test -f "$file"; then
##############################################
ucimf-openvanilla-2.10.11/missing-231-	*.y)
ucimf-openvanilla-2.10.11/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ucimf-openvanilla-2.10.11/missing-233-	    if test -f "$SRCFILE"; then
##############################################
ucimf-openvanilla-2.10.11/missing-235-	    fi
ucimf-openvanilla-2.10.11/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ucimf-openvanilla-2.10.11/missing-237-	    if test -f "$SRCFILE"; then
##############################################
ucimf-openvanilla-2.10.11/missing-261-	*.l)
ucimf-openvanilla-2.10.11/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ucimf-openvanilla-2.10.11/missing-263-	    if test -f "$SRCFILE"; then
##############################################
ucimf-openvanilla-2.10.11/missing-280-
ucimf-openvanilla-2.10.11/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
ucimf-openvanilla-2.10.11/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ucimf-openvanilla-2.10.11/missing-283-    if test -f "$file"; then
##############################################
ucimf-openvanilla-2.10.11/missing-300-    # The file to touch is that specified with -o ...
ucimf-openvanilla-2.10.11/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
ucimf-openvanilla-2.10.11/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ucimf-openvanilla-2.10.11/missing-303-    if test -z "$file"; then
ucimf-openvanilla-2.10.11/missing-304-      # ... or it is the one specified with @setfilename ...
ucimf-openvanilla-2.10.11/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ucimf-openvanilla-2.10.11/missing-306-      file=`sed -n '
##############################################
ucimf-openvanilla-2.10.11/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
ucimf-openvanilla-2.10.11/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
ucimf-openvanilla-2.10.11/missing-314-    fi
##############################################
ucimf-openvanilla-2.10.11/missing-336-	*o*)
ucimf-openvanilla-2.10.11/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
ucimf-openvanilla-2.10.11/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
ucimf-openvanilla-2.10.11/missing-342-	*h*)
ucimf-openvanilla-2.10.11/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
ucimf-openvanilla-2.10.11/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
ucimf-openvanilla-2.10.11/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ucimf-openvanilla-2.10.11/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ucimf-openvanilla-2.10.11/depcomp-69-
##############################################
ucimf-openvanilla-2.10.11/depcomp-224-  # Version 6 uses the directory in both cases.
ucimf-openvanilla-2.10.11/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ucimf-openvanilla-2.10.11/depcomp-226-  test "x$dir" = "x$object" && dir=
ucimf-openvanilla-2.10.11/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ucimf-openvanilla-2.10.11/depcomp-228-  if test "$libtool" = yes; then
##############################################
ucimf-openvanilla-2.10.11/depcomp-253-    # Do two passes, one to just change these to
ucimf-openvanilla-2.10.11/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
ucimf-openvanilla-2.10.11/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
ucimf-openvanilla-2.10.11/depcomp-295-  # Do two passes, one to just change these to
ucimf-openvanilla-2.10.11/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
ucimf-openvanilla-2.10.11/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ucimf-openvanilla-2.10.11/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
ucimf-openvanilla-2.10.11/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ucimf-openvanilla-2.10.11/depcomp-313-  test "x$dir" = "x$object" && dir=
ucimf-openvanilla-2.10.11/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ucimf-openvanilla-2.10.11/depcomp-315-  if test "$libtool" = yes; then
##############################################
ucimf-openvanilla-2.10.11/depcomp-355-   # Subdirectories are respected.
ucimf-openvanilla-2.10.11/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ucimf-openvanilla-2.10.11/depcomp-357-   test "x$dir" = "x$object" && dir=
ucimf-openvanilla-2.10.11/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ucimf-openvanilla-2.10.11/depcomp-359-
##############################################
ucimf-openvanilla-2.10.11/depcomp-501-  done
ucimf-openvanilla-2.10.11/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
ucimf-openvanilla-2.10.11/depcomp-503-  touch "$tmpdepfile"
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-87-  while test -n "$$dir1"; do \
ucimf-openvanilla-2.10.11/Makefile.in:88:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ucimf-openvanilla-2.10.11/Makefile.in-89-    if test "$$first" != "."; then \
ucimf-openvanilla-2.10.11/Makefile.in-90-      if test "$$first" = ".."; then \
ucimf-openvanilla-2.10.11/Makefile.in:91:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ucimf-openvanilla-2.10.11/Makefile.in:92:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ucimf-openvanilla-2.10.11/Makefile.in-93-      else \
ucimf-openvanilla-2.10.11/Makefile.in:94:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ucimf-openvanilla-2.10.11/Makefile.in-95-        if test "$$first2" = "$$first"; then \
ucimf-openvanilla-2.10.11/Makefile.in:96:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ucimf-openvanilla-2.10.11/Makefile.in-97-        else \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-102-    fi; \
ucimf-openvanilla-2.10.11/Makefile.in:103:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ucimf-openvanilla-2.10.11/Makefile.in-104-  done; \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-313-	dot_seen=no; \
ucimf-openvanilla-2.10.11/Makefile.in:314:	target=`echo $@ | sed s/-recursive//`; \
ucimf-openvanilla-2.10.11/Makefile.in-315-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-348-	rev="$$rev ."; \
ucimf-openvanilla-2.10.11/Makefile.in:349:	target=`echo $@ | sed s/-recursive//`; \
ucimf-openvanilla-2.10.11/Makefile.in-350-	for subdir in $$rev; do \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-426-GTAGS:
ucimf-openvanilla-2.10.11/Makefile.in:427:	here=`$(am__cd) $(top_builddir) && pwd` \
ucimf-openvanilla-2.10.11/Makefile.in-428-	  && $(am__cd) $(top_srcdir) \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-436-	test -d "$(distdir)" || mkdir "$(distdir)"
ucimf-openvanilla-2.10.11/Makefile.in:437:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ucimf-openvanilla-2.10.11/Makefile.in:438:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ucimf-openvanilla-2.10.11/Makefile.in-439-	list='$(DISTFILES)'; \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-450-	  if test -d $$d/$$file; then \
ucimf-openvanilla-2.10.11/Makefile.in:451:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ucimf-openvanilla-2.10.11/Makefile.in-452-	    if test -d "$(distdir)/$$file"; then \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-558-	test -d $(distdir)/_build || exit 0; \
ucimf-openvanilla-2.10.11/Makefile.in:559:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ucimf-openvanilla-2.10.11/Makefile.in-560-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-592-	@$(am__cd) '$(distuninstallcheck_dir)' \
ucimf-openvanilla-2.10.11/Makefile.in:593:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
ucimf-openvanilla-2.10.11/Makefile.in-594-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ucimf-openvanilla-2.10.11/Makefile.in-604-	fi
ucimf-openvanilla-2.10.11/Makefile.in:605:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ucimf-openvanilla-2.10.11/Makefile.in-606-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ucimf-openvanilla-2.10.11/INSTALL-173-directory configuration variables that were expressed in terms of
ucimf-openvanilla-2.10.11/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
ucimf-openvanilla-2.10.11/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
ucimf-openvanilla-2.10.11/m4/ltsugar.m4-67-m4_define([lt_combine],
ucimf-openvanilla-2.10.11/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
ucimf-openvanilla-2.10.11/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-120-done
ucimf-openvanilla-2.10.11/m4/libtool.m4:121:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-122-])
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-410-m4_define([_LT_CONFIG_STATUS_DECLARE],
ucimf-openvanilla-2.10.11/m4/libtool.m4:411:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
ucimf-openvanilla-2.10.11/m4/libtool.m4-412-
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-420-#
ucimf-openvanilla-2.10.11/m4/libtool.m4:421:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/m4/libtool.m4-422-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-522-]], lt_decl_quote_varnames); do
ucimf-openvanilla-2.10.11/m4/libtool.m4:523:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-524-    *[[\\\\\\\`\\"\\\$]]*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:525:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
ucimf-openvanilla-2.10.11/m4/libtool.m4-526-      ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-535-]], lt_decl_dquote_varnames); do
ucimf-openvanilla-2.10.11/m4/libtool.m4:536:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-537-    *[[\\\\\\\`\\"\\\$]]*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:538:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
ucimf-openvanilla-2.10.11/m4/libtool.m4-539-      ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-548-*'\\\[$]0 --fallback-echo"')dnl "
ucimf-openvanilla-2.10.11/m4/libtool.m4:549:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
ucimf-openvanilla-2.10.11/m4/libtool.m4-550-  ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-684-
ucimf-openvanilla-2.10.11/m4/libtool.m4:685:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ucimf-openvanilla-2.10.11/m4/libtool.m4-686-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1031-    }'
ucimf-openvanilla-2.10.11/m4/libtool.m4:1032:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1033-# Check for a 64-bit object if we didn't find anything.
ucimf-openvanilla-2.10.11/m4/libtool.m4-1034-if test -z "$aix_libpath"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:1035:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1036-fi],[])
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1063-  # Remove one level of quotation (which was required for Make).
ucimf-openvanilla-2.10.11/m4/libtool.m4:1064:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1065-  ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1074-  :
ucimf-openvanilla-2.10.11/m4/libtool.m4:1075:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-1076-  # Yippee, $ECHO works!
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1100-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
ucimf-openvanilla-2.10.11/m4/libtool.m4:1101:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1102-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1108-
ucimf-openvanilla-2.10.11/m4/libtool.m4:1109:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/m4/libtool.m4:1110:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1111-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1123-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
ucimf-openvanilla-2.10.11/m4/libtool.m4:1124:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/m4/libtool.m4:1125:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1126-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1135-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/m4/libtool.m4:1136:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1137-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1150-        ECHO='printf %s\n'
ucimf-openvanilla-2.10.11/m4/libtool.m4:1151:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/m4/libtool.m4:1152:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1153-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1155-	  :
ucimf-openvanilla-2.10.11/m4/libtool.m4:1156:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1157-	     test "X$echo_testing_string" = 'X\t' &&
ucimf-openvanilla-2.10.11/m4/libtool.m4:1158:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1159-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1164-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
ucimf-openvanilla-2.10.11/m4/libtool.m4:1165:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1166-	     test "X$echo_testing_string" = 'X\t' &&
ucimf-openvanilla-2.10.11/m4/libtool.m4:1167:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ucimf-openvanilla-2.10.11/m4/libtool.m4-1168-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1174-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
ucimf-openvanilla-2.10.11/m4/libtool.m4:1175:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
ucimf-openvanilla-2.10.11/m4/libtool.m4-1176-	    then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1182-	  if test "$prev" != 'sed 50q "[$]0"'; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:1183:	    echo_test_string=`eval $prev`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1184-	    export echo_test_string
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1225-  if AC_TRY_EVAL(ac_compile); then
ucimf-openvanilla-2.10.11/m4/libtool.m4:1226:    case `/usr/bin/file conftest.$ac_objext` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-1227-      *ELF-32*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1241-    if test "$lt_cv_prog_gnu_ld" = yes; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:1242:      case `/usr/bin/file conftest.$ac_objext` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-1243-	*32-bit*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1253-    else
ucimf-openvanilla-2.10.11/m4/libtool.m4:1254:      case `/usr/bin/file conftest.$ac_objext` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-1255-	*32-bit*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1545-    # And add a safety zone
ucimf-openvanilla-2.10.11/m4/libtool.m4:1546:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ucimf-openvanilla-2.10.11/m4/libtool.m4:1547:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1548-    ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1573-    if test -n "$kargmax"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:1574:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1575-    else
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1581-    if test -n "$lt_cv_sys_max_cmd_len"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:1582:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ucimf-openvanilla-2.10.11/m4/libtool.m4:1583:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1584-    else
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1593-      # we can't tell.
ucimf-openvanilla-2.10.11/m4/libtool.m4:1594:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
ucimf-openvanilla-2.10.11/m4/libtool.m4-1595-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1597-      do
ucimf-openvanilla-2.10.11/m4/libtool.m4:1598:        i=`expr $i + 1`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1599-        teststring=$teststring$teststring
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1601-      # Only check the string length outside the loop.
ucimf-openvanilla-2.10.11/m4/libtool.m4:1602:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1603-      teststring=
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1606-      # linker.  It appears as though 1/2 is a usable value.
ucimf-openvanilla-2.10.11/m4/libtool.m4:1607:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ucimf-openvanilla-2.10.11/m4/libtool.m4-1608-    fi
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-1921-  if test "$hard_links" = no; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:1922:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
ucimf-openvanilla-2.10.11/m4/libtool.m4-1923-    need_locks=warn
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2047-  esac
ucimf-openvanilla-2.10.11/m4/libtool.m4:2048:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2049-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2053-    # okay in the real world where ";" in dirpaths is itself problematic.
ucimf-openvanilla-2.10.11/m4/libtool.m4:2054:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2055-  else
ucimf-openvanilla-2.10.11/m4/libtool.m4:2056:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2057-  fi
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2060-  lt_tmp_lt_search_path_spec=
ucimf-openvanilla-2.10.11/m4/libtool.m4:2061:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2062-  for lt_sys_path in $lt_search_path_spec; do
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2089-}'`
ucimf-openvanilla-2.10.11/m4/libtool.m4:2090:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2091-else
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2177-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ucimf-openvanilla-2.10.11/m4/libtool.m4:2178:    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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-2179-    ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2212-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ucimf-openvanilla-2.10.11/m4/libtool.m4:2213:    postinstall_cmds='base_file=`basename \${file}`~
ucimf-openvanilla-2.10.11/m4/libtool.m4:2214:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ucimf-openvanilla-2.10.11/m4/libtool.m4:2215:      dldir=$destdir/`dirname \$dlpath`~
ucimf-openvanilla-2.10.11/m4/libtool.m4-2216-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2221-      fi'
ucimf-openvanilla-2.10.11/m4/libtool.m4:2222:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ucimf-openvanilla-2.10.11/m4/libtool.m4-2223-      dlpath=$dir/\$dldll~
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2229-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ucimf-openvanilla-2.10.11/m4/libtool.m4:2230:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/m4/libtool.m4-2231-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2234-      # MinGW DLLs use traditional 'lib' prefix
ucimf-openvanilla-2.10.11/m4/libtool.m4:2235:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/m4/libtool.m4:2236:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2237-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2243-        # which wouldn't understand a cygwinified path. Ahh.
ucimf-openvanilla-2.10.11/m4/libtool.m4:2244:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2245-      else
ucimf-openvanilla-2.10.11/m4/libtool.m4:2246:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2247-      fi
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2250-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ucimf-openvanilla-2.10.11/m4/libtool.m4:2251:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/m4/libtool.m4-2252-      ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2256-  *)
ucimf-openvanilla-2.10.11/m4/libtool.m4:2257:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
ucimf-openvanilla-2.10.11/m4/libtool.m4-2258-    ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2273-  shlibpath_var=DYLD_LIBRARY_PATH
ucimf-openvanilla-2.10.11/m4/libtool.m4:2274:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ucimf-openvanilla-2.10.11/m4/libtool.m4-2275-m4_if([$1], [],[
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2474-  if test -f /etc/ld.so.conf; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:2475:    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' ' '`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2476-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2548-  shlibpath_var=LD_LIBRARY_PATH
ucimf-openvanilla-2.10.11/m4/libtool.m4:2549:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-2550-    case $host_os in
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2763-	"file_magic "*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:2764:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2765-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2845-    # gcc leaves a trailing carriage return which upsets mingw
ucimf-openvanilla-2.10.11/m4/libtool.m4:2846:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ucimf-openvanilla-2.10.11/m4/libtool.m4-2847-  *)
ucimf-openvanilla-2.10.11/m4/libtool.m4:2848:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ucimf-openvanilla-2.10.11/m4/libtool.m4-2849-  esac
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2854-      # Canonicalize the pathname of ld
ucimf-openvanilla-2.10.11/m4/libtool.m4:2855:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2856-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ucimf-openvanilla-2.10.11/m4/libtool.m4:2857:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-2858-      done
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2885-      # Break only if it was the GNU/non-GNU ld that we prefer.
ucimf-openvanilla-2.10.11/m4/libtool.m4:2886:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-2887-      *GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-2925-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ucimf-openvanilla-2.10.11/m4/libtool.m4:2926:case `$LD -v 2>&1 </dev/null` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-2927-*GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-3109-openbsd*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:3110:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-3111-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-3200-	# Tru64's nm complains that /dev/null is an invalid object file
ucimf-openvanilla-2.10.11/m4/libtool.m4:3201:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-3202-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-3206-	*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:3207:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-3208-	  */dev/null*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-3371-# If we're using GNU nm, then use its standard symbol codes.
ucimf-openvanilla-2.10.11/m4/libtool.m4:3372:case `$NM -V 2>&1` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-3373-*GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-3389-mingw*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:3390:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ucimf-openvanilla-2.10.11/m4/libtool.m4-3391-  ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-3440-    nlist=conftest.nm
ucimf-openvanilla-2.10.11/m4/libtool.m4:3441:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-3442-      # Try sorting and uniquifying the output.
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-3747-	  *)
ucimf-openvanilla-2.10.11/m4/libtool.m4:3748:	    case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-3749-	    *Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4031-      *)
ucimf-openvanilla-2.10.11/m4/libtool.m4:4032:	case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-4033-	*Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4286-    supports_anon_versioning=no
ucimf-openvanilla-2.10.11/m4/libtool.m4:4287:    case `$LD -v 2>&1` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-4288-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4352-	# is EXPORTS), use it as is; otherwise, prepend...
ucimf-openvanilla-2.10.11/m4/libtool.m4:4353:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-4354-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4375-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ucimf-openvanilla-2.10.11/m4/libtool.m4:4376:      _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4377:      _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4378-      ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4393-        pgcc*)				# Portland Group C compiler
ucimf-openvanilla-2.10.11/m4/libtool.m4:4394:	  _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4395-	  tmp_addflag=' $pic_flag'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4397-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
ucimf-openvanilla-2.10.11/m4/libtool.m4:4398:	  _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4399-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4412-	esac
ucimf-openvanilla-2.10.11/m4/libtool.m4:4413:	case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-4414-	*Sun\ C*)			# Sun C 5.9
ucimf-openvanilla-2.10.11/m4/libtool.m4:4415:	  _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4416-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4481-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:4482:      case `$LD -v 2>&1` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-4483-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4602-	# below for broken collect2 doesn't work under 4.3+
ucimf-openvanilla-2.10.11/m4/libtool.m4:4603:	  collect2name=`${CC} -print-prog-name=collect2`
ucimf-openvanilla-2.10.11/m4/libtool.m4-4604-	  if test -f "$collect2name" &&
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4652-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
ucimf-openvanilla-2.10.11/m4/libtool.m4:4653:        _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"
ucimf-openvanilla-2.10.11/m4/libtool.m4-4654-      else
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4707-      # FIXME: Setting linknames here is a bad hack.
ucimf-openvanilla-2.10.11/m4/libtool.m4:4708:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
ucimf-openvanilla-2.10.11/m4/libtool.m4-4709-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4712-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4713:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4714-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4842-      if test "$GCC" = yes; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:4843:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4844-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4849-        AC_LINK_IFELSE(int foo(void) {},
ucimf-openvanilla-2.10.11/m4/libtool.m4:4850:          _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4851-        )
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4853-      else
ucimf-openvanilla-2.10.11/m4/libtool.m4:4854:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4855:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4856-      fi
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4890-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
ucimf-openvanilla-2.10.11/m4/libtool.m4:4891:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-4892-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4923-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4924:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4925-      else
ucimf-openvanilla-2.10.11/m4/libtool.m4-4926-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4927:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4928-      fi
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4936-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4937:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4938-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4940-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4941:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4:4942:	_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~
ucimf-openvanilla-2.10.11/m4/libtool.m4:4943:	$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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-4944-
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-4959-      else
ucimf-openvanilla-2.10.11/m4/libtool.m4:4960:	case `$CC -V 2>&1` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-4961-	*"Compilers 5.0"*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5151-        _LT_TAGVAR(allow_undefined_flag, $1)=
ucimf-openvanilla-2.10.11/m4/libtool.m4:5152:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
ucimf-openvanilla-2.10.11/m4/libtool.m4-5153-        then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5465-        # ancient GNU ld didn't support --whole-archive et. al.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5466:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
ucimf-openvanilla-2.10.11/m4/libtool.m4-5467-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5548-          # below for broken collect2 doesn't work under 4.3+
ucimf-openvanilla-2.10.11/m4/libtool.m4:5549:	  collect2name=`${CC} -print-prog-name=collect2`
ucimf-openvanilla-2.10.11/m4/libtool.m4-5550-	  if test -f "$collect2name" &&
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5598-
ucimf-openvanilla-2.10.11/m4/libtool.m4:5599:          _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"
ucimf-openvanilla-2.10.11/m4/libtool.m4-5600-        else
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5655-          # is EXPORTS), use it as is; otherwise, prepend...
ucimf-openvanilla-2.10.11/m4/libtool.m4:5656:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-5657-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5731-            # dependencies.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5732:            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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5733-            ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5796-	    # dependencies.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5797:	    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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5798-	    ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5832-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5833:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4:5834:	_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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5835-	;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5839-	    # SGI C++
ucimf-openvanilla-2.10.11/m4/libtool.m4:5840:	    _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5841-
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5850-	      if test "$with_gnu_ld" = no; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:5851:	        _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5852-	      else
ucimf-openvanilla-2.10.11/m4/libtool.m4:5853:	        _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5854-	      fi
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5871-	    # to its proper name (with version) after linking.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5872:	    _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4:5873:	    _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5874-	    # Commands to make compiler produce verbose output that lists
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5881-	    # dependencies.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5882:	    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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5883-
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5896-	    # earlier do not add the objects themselves.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5897:	    case `$CC -V 2>&1` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-5898-	      *"Version 7."*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5917-            # Portland Group C++ compiler
ucimf-openvanilla-2.10.11/m4/libtool.m4:5918:	    case `$CC -V` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-5919-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5922-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
ucimf-openvanilla-2.10.11/m4/libtool.m4:5923:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5924-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5926-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
ucimf-openvanilla-2.10.11/m4/libtool.m4:5927:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
ucimf-openvanilla-2.10.11/m4/libtool.m4-5928-		$RANLIB $oldlib'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5931-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ucimf-openvanilla-2.10.11/m4/libtool.m4:5932:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5933-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5935-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ucimf-openvanilla-2.10.11/m4/libtool.m4:5936:		$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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5937-	      ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5945-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
ucimf-openvanilla-2.10.11/m4/libtool.m4:5946:	    _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5947-            ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5964-	    # dependencies.
ucimf-openvanilla-2.10.11/m4/libtool.m4:5965:	    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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5966-	    ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5979-	  *)
ucimf-openvanilla-2.10.11/m4/libtool.m4:5980:	    case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-5981-	    *Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-5986-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
ucimf-openvanilla-2.10.11/m4/libtool.m4:5987:	      _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-5988-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6056-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
ucimf-openvanilla-2.10.11/m4/libtool.m4:6057:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4-6058-	    _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'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6075-	    # to its proper name (with version) after linking.
ucimf-openvanilla-2.10.11/m4/libtool.m4:6076:	    _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-6077-
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6096-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ucimf-openvanilla-2.10.11/m4/libtool.m4:6097:	        _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-6098-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6101-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ucimf-openvanilla-2.10.11/m4/libtool.m4:6102:	        _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4:6103:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ucimf-openvanilla-2.10.11/m4/libtool.m4-6104-	          echo "-hidden">> $lib.exp~
ucimf-openvanilla-2.10.11/m4/libtool.m4:6105:	          $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~
ucimf-openvanilla-2.10.11/m4/libtool.m4-6106-	          $RM $lib.exp'
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6120-	    # dependencies.
ucimf-openvanilla-2.10.11/m4/libtool.m4:6121:	    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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-6122-	    ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6127-	        osf3*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:6128:	          _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-6129-		  ;;
ucimf-openvanilla-2.10.11/m4/libtool.m4-6130-	        *)
ucimf-openvanilla-2.10.11/m4/libtool.m4:6131:	          _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'
ucimf-openvanilla-2.10.11/m4/libtool.m4-6132-		  ;;
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6426-
ucimf-openvanilla-2.10.11/m4/libtool.m4:6427:  for p in `eval "$output_verbose_link_cmd"`; do
ucimf-openvanilla-2.10.11/m4/libtool.m4-6428-    case $p in
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6512-linux*)
ucimf-openvanilla-2.10.11/m4/libtool.m4:6513:  case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/m4/libtool.m4-6514-  *Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-6563-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
ucimf-openvanilla-2.10.11/m4/libtool.m4:6564: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
ucimf-openvanilla-2.10.11/m4/libtool.m4-6565-fi
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7103-    test $lt_ac_count -gt 10 && break
ucimf-openvanilla-2.10.11/m4/libtool.m4:7104:    lt_ac_count=`expr $lt_ac_count + 1`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7105-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7278-  # Extract subdirectory from the argument.
ucimf-openvanilla-2.10.11/m4/libtool.m4:7279:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7280-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7289-{
ucimf-openvanilla-2.10.11/m4/libtool.m4:7290:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7291-}
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7319-{
ucimf-openvanilla-2.10.11/m4/libtool.m4:7320:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
ucimf-openvanilla-2.10.11/m4/libtool.m4:7321:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7322-}
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7326-{
ucimf-openvanilla-2.10.11/m4/libtool.m4:7327:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7328-}
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7332-{
ucimf-openvanilla-2.10.11/m4/libtool.m4:7333:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7334-}
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7338-{
ucimf-openvanilla-2.10.11/m4/libtool.m4:7339:  func_arith_result=`expr "$[@]"`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7340-}
##############################################
ucimf-openvanilla-2.10.11/m4/libtool.m4-7345-{
ucimf-openvanilla-2.10.11/m4/libtool.m4:7346:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
ucimf-openvanilla-2.10.11/m4/libtool.m4-7347-}
##############################################
ucimf-openvanilla-2.10.11/m4/ac-define-dir.m4-4-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
ucimf-openvanilla-2.10.11/m4/ac-define-dir.m4:5:  ac_define_dir=`eval echo [$]$2`
ucimf-openvanilla-2.10.11/m4/ac-define-dir.m4:6:  ac_define_dir=`eval echo [$]ac_define_dir`
ucimf-openvanilla-2.10.11/m4/ac-define-dir.m4-7-  $1="$ac_define_dir"
##############################################
ucimf-openvanilla-2.10.11/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
ucimf-openvanilla-2.10.11/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ucimf-openvanilla-2.10.11/configure-49-  as_echo='print -r --'
ucimf-openvanilla-2.10.11/configure-50-  as_echo_n='print -rn --'
ucimf-openvanilla-2.10.11/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ucimf-openvanilla-2.10.11/configure-52-  as_echo='printf %s\n'
##############################################
ucimf-openvanilla-2.10.11/configure-54-else
ucimf-openvanilla-2.10.11/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ucimf-openvanilla-2.10.11/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ucimf-openvanilla-2.10.11/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
ucimf-openvanilla-2.10.11/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ucimf-openvanilla-2.10.11/configure-66-      esac;
##############################################
ucimf-openvanilla-2.10.11/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ucimf-openvanilla-2.10.11/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ucimf-openvanilla-2.10.11/configure-176-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ucimf-openvanilla-2.10.11/configure-291-      case $as_dir in #(
ucimf-openvanilla-2.10.11/configure:292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ucimf-openvanilla-2.10.11/configure-293-      *) as_qdir=$as_dir;;
##############################################
ucimf-openvanilla-2.10.11/configure-356-  {
ucimf-openvanilla-2.10.11/configure:357:    as_val=`expr "$@" || test $? -eq 1`
ucimf-openvanilla-2.10.11/configure-358-  }
##############################################
ucimf-openvanilla-2.10.11/configure-363-# ---------------------------------
ucimf-openvanilla-2.10.11/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ucimf-openvanilla-2.10.11/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ucimf-openvanilla-2.10.11/configure-426-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ucimf-openvanilla-2.10.11/configure:427:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ucimf-openvanilla-2.10.11/configure-428-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ucimf-openvanilla-2.10.11/configure-517-	esac;
ucimf-openvanilla-2.10.11/configure:518:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ucimf-openvanilla-2.10.11/configure-519-	???[sx]*):;;*)false;;esac;fi
##############################################
ucimf-openvanilla-2.10.11/configure-538-  # Remove one level of quotation (which was required for Make).
ucimf-openvanilla-2.10.11/configure:539:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
ucimf-openvanilla-2.10.11/configure-540-  ;;
##############################################
ucimf-openvanilla-2.10.11/configure-549-  :
ucimf-openvanilla-2.10.11/configure:550:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
ucimf-openvanilla-2.10.11/configure-551-  # Yippee, $ECHO works!
##############################################
ucimf-openvanilla-2.10.11/configure-575-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
ucimf-openvanilla-2.10.11/configure:576:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
ucimf-openvanilla-2.10.11/configure-577-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
ucimf-openvanilla-2.10.11/configure-583-
ucimf-openvanilla-2.10.11/configure:584:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/configure:585:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-586-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/configure-598-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
ucimf-openvanilla-2.10.11/configure:599:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/configure:600:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-601-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/configure-610-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/configure:611:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-612-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/configure-625-        ECHO='printf %s\n'
ucimf-openvanilla-2.10.11/configure:626:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
ucimf-openvanilla-2.10.11/configure:627:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-628-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/configure-630-	  :
ucimf-openvanilla-2.10.11/configure:631:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-632-	     test "X$echo_testing_string" = 'X\t' &&
ucimf-openvanilla-2.10.11/configure:633:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-634-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/configure-639-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
ucimf-openvanilla-2.10.11/configure:640:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-641-	     test "X$echo_testing_string" = 'X\t' &&
ucimf-openvanilla-2.10.11/configure:642:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ucimf-openvanilla-2.10.11/configure-643-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ucimf-openvanilla-2.10.11/configure-649-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
ucimf-openvanilla-2.10.11/configure:650:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
ucimf-openvanilla-2.10.11/configure-651-	    then
##############################################
ucimf-openvanilla-2.10.11/configure-657-	  if test "$prev" != 'sed 50q "$0"'; then
ucimf-openvanilla-2.10.11/configure:658:	    echo_test_string=`eval $prev`
ucimf-openvanilla-2.10.11/configure-659-	    export echo_test_string
##############################################
ucimf-openvanilla-2.10.11/configure-952-  case $ac_option in
ucimf-openvanilla-2.10.11/configure:953:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ucimf-openvanilla-2.10.11/configure-954-  *)	ac_optarg=yes ;;
##############################################
ucimf-openvanilla-2.10.11/configure-995-  -disable-* | --disable-*)
ucimf-openvanilla-2.10.11/configure:996:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ucimf-openvanilla-2.10.11/configure-997-    # Reject names that are not valid shell variable names.
##############################################
ucimf-openvanilla-2.10.11/configure-1000-    ac_useropt_orig=$ac_useropt
ucimf-openvanilla-2.10.11/configure:1001:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucimf-openvanilla-2.10.11/configure-1002-    case $ac_user_opts in
##############################################
ucimf-openvanilla-2.10.11/configure-1021-  -enable-* | --enable-*)
ucimf-openvanilla-2.10.11/configure:1022:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ucimf-openvanilla-2.10.11/configure-1023-    # Reject names that are not valid shell variable names.
##############################################
ucimf-openvanilla-2.10.11/configure-1026-    ac_useropt_orig=$ac_useropt
ucimf-openvanilla-2.10.11/configure:1027:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucimf-openvanilla-2.10.11/configure-1028-    case $ac_user_opts in
##############################################
ucimf-openvanilla-2.10.11/configure-1225-  -with-* | --with-*)
ucimf-openvanilla-2.10.11/configure:1226:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ucimf-openvanilla-2.10.11/configure-1227-    # Reject names that are not valid shell variable names.
##############################################
ucimf-openvanilla-2.10.11/configure-1230-    ac_useropt_orig=$ac_useropt
ucimf-openvanilla-2.10.11/configure:1231:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucimf-openvanilla-2.10.11/configure-1232-    case $ac_user_opts in
##############################################
ucimf-openvanilla-2.10.11/configure-1241-  -without-* | --without-*)
ucimf-openvanilla-2.10.11/configure:1242:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ucimf-openvanilla-2.10.11/configure-1243-    # Reject names that are not valid shell variable names.
##############################################
ucimf-openvanilla-2.10.11/configure-1246-    ac_useropt_orig=$ac_useropt
ucimf-openvanilla-2.10.11/configure:1247:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucimf-openvanilla-2.10.11/configure-1248-    case $ac_user_opts in
##############################################
ucimf-openvanilla-2.10.11/configure-1279-  *=*)
ucimf-openvanilla-2.10.11/configure:1280:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ucimf-openvanilla-2.10.11/configure-1281-    # Reject names that are not valid shell variable names.
##############################################
ucimf-openvanilla-2.10.11/configure-1300-if test -n "$ac_prev"; then
ucimf-openvanilla-2.10.11/configure:1301:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ucimf-openvanilla-2.10.11/configure-1302-  as_fn_error "missing argument to $ac_option"
##############################################
ucimf-openvanilla-2.10.11/configure-1322-    */ )
ucimf-openvanilla-2.10.11/configure:1323:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ucimf-openvanilla-2.10.11/configure-1324-      eval $ac_var=\$ac_val;;
##############################################
ucimf-openvanilla-2.10.11/configure-1359-ac_ls_di=`ls -di .` &&
ucimf-openvanilla-2.10.11/configure:1360:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ucimf-openvanilla-2.10.11/configure-1361-  as_fn_error "working directory cannot be determined"
##############################################
ucimf-openvanilla-2.10.11/configure-1415-case $srcdir in
ucimf-openvanilla-2.10.11/configure:1416:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ucimf-openvanilla-2.10.11/configure-1417-esac
##############################################
ucimf-openvanilla-2.10.11/configure-1458-By default, \`make install' will install all the files in
ucimf-openvanilla-2.10.11/configure:1459:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ucimf-openvanilla-2.10.11/configure:1460:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ucimf-openvanilla-2.10.11/configure-1461-for instance \`--prefix=\$HOME'.
##############################################
ucimf-openvanilla-2.10.11/configure-1558-*)
ucimf-openvanilla-2.10.11/configure:1559:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ucimf-openvanilla-2.10.11/configure-1560-  # A ".." for each directory in $ac_dir_suffix.
ucimf-openvanilla-2.10.11/configure:1561:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ucimf-openvanilla-2.10.11/configure-1562-  case $ac_top_builddir_sub in
##############################################
ucimf-openvanilla-2.10.11/configure-2223-    *\'*)
ucimf-openvanilla-2.10.11/configure:2224:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ucimf-openvanilla-2.10.11/configure-2225-    esac
##############################################
ucimf-openvanilla-2.10.11/configure-2310-      case $ac_val in
ucimf-openvanilla-2.10.11/configure:2311:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ucimf-openvanilla-2.10.11/configure-2312-      esac
##############################################
ucimf-openvanilla-2.10.11/configure-2327-	case $ac_val in
ucimf-openvanilla-2.10.11/configure:2328:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ucimf-openvanilla-2.10.11/configure-2329-	esac
##############################################
ucimf-openvanilla-2.10.11/configure-2440-    set,)
ucimf-openvanilla-2.10.11/configure:2441:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ucimf-openvanilla-2.10.11/configure:2442:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ucimf-openvanilla-2.10.11/configure-2443-      ac_cache_corrupted=: ;;
##############################################
ucimf-openvanilla-2.10.11/configure-2451-	# differences in whitespace do not lead to failure.
ucimf-openvanilla-2.10.11/configure:2452:	ac_old_val_w=`echo x $ac_old_val`
ucimf-openvanilla-2.10.11/configure:2453:	ac_new_val_w=`echo x $ac_new_val`
ucimf-openvanilla-2.10.11/configure-2454-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ucimf-openvanilla-2.10.11/configure-2471-    case $ac_new_val in
ucimf-openvanilla-2.10.11/configure:2472:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ucimf-openvanilla-2.10.11/configure-2473-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ucimf-openvanilla-2.10.11/configure-2640-if (
ucimf-openvanilla-2.10.11/configure:2641:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ucimf-openvanilla-2.10.11/configure-2642-   if test "$*" = "X"; then
ucimf-openvanilla-2.10.11/configure-2643-      # -L didn't work.
ucimf-openvanilla-2.10.11/configure:2644:      set X `ls -t "$srcdir/configure" conftest.file`
ucimf-openvanilla-2.10.11/configure-2645-   fi
##############################################
ucimf-openvanilla-2.10.11/configure-2676-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ucimf-openvanilla-2.10.11/configure:2677:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ucimf-openvanilla-2.10.11/configure-2678-
ucimf-openvanilla-2.10.11/configure-2679-# expand $ac_aux_dir to an absolute path
ucimf-openvanilla-2.10.11/configure:2680:am_aux_dir=`cd $ac_aux_dir && pwd`
ucimf-openvanilla-2.10.11/configure-2681-
##############################################
ucimf-openvanilla-2.10.11/configure-2821-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
ucimf-openvanilla-2.10.11/configure:2822:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ucimf-openvanilla-2.10.11/configure-2823-	     'mkdir (GNU coreutils) '* | \
##############################################
ucimf-openvanilla-2.10.11/configure-2900-set x ${MAKE-make}
ucimf-openvanilla-2.10.11/configure:2901:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ucimf-openvanilla-2.10.11/configure-2902-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
ucimf-openvanilla-2.10.11/configure-2910-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ucimf-openvanilla-2.10.11/configure:2911:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ucimf-openvanilla-2.10.11/configure-2912-  *@@@%%%=?*=@@@%%%*)
##############################################
ucimf-openvanilla-2.10.11/configure-2937-
ucimf-openvanilla-2.10.11/configure:2938:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ucimf-openvanilla-2.10.11/configure-2939-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ucimf-openvanilla-2.10.11/configure-3159-$as_echo_n "checking whether the C++ compiler works... " >&6; }
ucimf-openvanilla-2.10.11/configure:3160:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ucimf-openvanilla-2.10.11/configure-3161-
##############################################
ucimf-openvanilla-2.10.11/configure-3203-	then :; else
ucimf-openvanilla-2.10.11/configure:3204:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ucimf-openvanilla-2.10.11/configure-3205-	fi
##############################################
ucimf-openvanilla-2.10.11/configure-3264-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ucimf-openvanilla-2.10.11/configure:3265:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ucimf-openvanilla-2.10.11/configure-3266-	  break;;
##############################################
ucimf-openvanilla-2.10.11/configure-3373-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ucimf-openvanilla-2.10.11/configure:3374:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ucimf-openvanilla-2.10.11/configure-3375-       break;;
##############################################
ucimf-openvanilla-2.10.11/configure-3532-# Ignore all kinds of additional output from `make'.
ucimf-openvanilla-2.10.11/configure:3533:case `$am_make -s -f confmf 2> /dev/null` in #(
ucimf-openvanilla-2.10.11/configure-3534-*the\ am__doit\ target*)
##############################################
ucimf-openvanilla-2.10.11/configure-3542-   echo '.include "confinc"' > confmf
ucimf-openvanilla-2.10.11/configure:3543:   case `$am_make -s -f confmf 2> /dev/null` in #(
ucimf-openvanilla-2.10.11/configure-3544-   *the\ am__doit\ target*)
##############################################
ucimf-openvanilla-2.10.11/configure-3603-  if test "$am_compiler_list" = ""; then
ucimf-openvanilla-2.10.11/configure:3604:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ucimf-openvanilla-2.10.11/configure-3605-  fi
##############################################
ucimf-openvanilla-2.10.11/configure-4270-  if test "$am_compiler_list" = ""; then
ucimf-openvanilla-2.10.11/configure:4271:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ucimf-openvanilla-2.10.11/configure-4272-  fi
##############################################
ucimf-openvanilla-2.10.11/configure-4405-test "x$ac_build_alias" = x &&
ucimf-openvanilla-2.10.11/configure:4406:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ucimf-openvanilla-2.10.11/configure-4407-test "x$ac_build_alias" = x &&
ucimf-openvanilla-2.10.11/configure-4408-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
ucimf-openvanilla-2.10.11/configure:4409:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ucimf-openvanilla-2.10.11/configure-4410-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ucimf-openvanilla-2.10.11/configure-4429-IFS=$ac_save_IFS
ucimf-openvanilla-2.10.11/configure:4430:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ucimf-openvanilla-2.10.11/configure-4431-
##############################################
ucimf-openvanilla-2.10.11/configure-4440-else
ucimf-openvanilla-2.10.11/configure:4441:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ucimf-openvanilla-2.10.11/configure-4442-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ucimf-openvanilla-2.10.11/configure-4462-IFS=$ac_save_IFS
ucimf-openvanilla-2.10.11/configure:4463:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ucimf-openvanilla-2.10.11/configure-4464-
##############################################
ucimf-openvanilla-2.10.11/configure-4490-  # Check for GNU $ac_path_SED
ucimf-openvanilla-2.10.11/configure:4491:case `"$ac_path_SED" --version 2>&1` in
ucimf-openvanilla-2.10.11/configure-4492-*GNU*)
##############################################
ucimf-openvanilla-2.10.11/configure-4566-  # Check for GNU $ac_path_GREP
ucimf-openvanilla-2.10.11/configure:4567:case `"$ac_path_GREP" --version 2>&1` in
ucimf-openvanilla-2.10.11/configure-4568-*GNU*)
##############################################
ucimf-openvanilla-2.10.11/configure-4632-  # Check for GNU $ac_path_EGREP
ucimf-openvanilla-2.10.11/configure:4633:case `"$ac_path_EGREP" --version 2>&1` in
ucimf-openvanilla-2.10.11/configure-4634-*GNU*)
##############################################
ucimf-openvanilla-2.10.11/configure-4699-  # Check for GNU $ac_path_FGREP
ucimf-openvanilla-2.10.11/configure:4700:case `"$ac_path_FGREP" --version 2>&1` in
ucimf-openvanilla-2.10.11/configure-4701-*GNU*)
##############################################
ucimf-openvanilla-2.10.11/configure-4779-    # gcc leaves a trailing carriage return which upsets mingw
ucimf-openvanilla-2.10.11/configure:4780:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ucimf-openvanilla-2.10.11/configure-4781-  *)
ucimf-openvanilla-2.10.11/configure:4782:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ucimf-openvanilla-2.10.11/configure-4783-  esac
##############################################
ucimf-openvanilla-2.10.11/configure-4788-      # Canonicalize the pathname of ld
ucimf-openvanilla-2.10.11/configure:4789:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ucimf-openvanilla-2.10.11/configure-4790-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ucimf-openvanilla-2.10.11/configure:4791:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ucimf-openvanilla-2.10.11/configure-4792-      done
##############################################
ucimf-openvanilla-2.10.11/configure-4823-      # Break only if it was the GNU/non-GNU ld that we prefer.
ucimf-openvanilla-2.10.11/configure:4824:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ucimf-openvanilla-2.10.11/configure-4825-      *GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/configure-4854-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ucimf-openvanilla-2.10.11/configure:4855:case `$LD -v 2>&1 </dev/null` in
ucimf-openvanilla-2.10.11/configure-4856-*GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/configure-4899-	# Tru64's nm complains that /dev/null is an invalid object file
ucimf-openvanilla-2.10.11/configure:4900:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ucimf-openvanilla-2.10.11/configure-4901-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ucimf-openvanilla-2.10.11/configure-4905-	*)
ucimf-openvanilla-2.10.11/configure:4906:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ucimf-openvanilla-2.10.11/configure-4907-	  */dev/null*)
##############################################
ucimf-openvanilla-2.10.11/configure-5128-    # And add a safety zone
ucimf-openvanilla-2.10.11/configure:5129:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ucimf-openvanilla-2.10.11/configure:5130:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ucimf-openvanilla-2.10.11/configure-5131-    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-5156-    if test -n "$kargmax"; then
ucimf-openvanilla-2.10.11/configure:5157:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
ucimf-openvanilla-2.10.11/configure-5158-    else
##############################################
ucimf-openvanilla-2.10.11/configure-5164-    if test -n "$lt_cv_sys_max_cmd_len"; then
ucimf-openvanilla-2.10.11/configure:5165:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ucimf-openvanilla-2.10.11/configure:5166:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ucimf-openvanilla-2.10.11/configure-5167-    else
##############################################
ucimf-openvanilla-2.10.11/configure-5176-      # we can't tell.
ucimf-openvanilla-2.10.11/configure:5177:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
ucimf-openvanilla-2.10.11/configure-5178-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ucimf-openvanilla-2.10.11/configure-5180-      do
ucimf-openvanilla-2.10.11/configure:5181:        i=`expr $i + 1`
ucimf-openvanilla-2.10.11/configure-5182-        teststring=$teststring$teststring
##############################################
ucimf-openvanilla-2.10.11/configure-5184-      # Only check the string length outside the loop.
ucimf-openvanilla-2.10.11/configure:5185:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ucimf-openvanilla-2.10.11/configure-5186-      teststring=
##############################################
ucimf-openvanilla-2.10.11/configure-5189-      # linker.  It appears as though 1/2 is a usable value.
ucimf-openvanilla-2.10.11/configure:5190:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ucimf-openvanilla-2.10.11/configure-5191-    fi
##############################################
ucimf-openvanilla-2.10.11/configure-5544-openbsd*)
ucimf-openvanilla-2.10.11/configure:5545:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/configure-5546-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ucimf-openvanilla-2.10.11/configure-6033-# If we're using GNU nm, then use its standard symbol codes.
ucimf-openvanilla-2.10.11/configure:6034:case `$NM -V 2>&1` in
ucimf-openvanilla-2.10.11/configure-6035-*GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/configure-6051-mingw*)
ucimf-openvanilla-2.10.11/configure:6052:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ucimf-openvanilla-2.10.11/configure-6053-  ;;
##############################################
ucimf-openvanilla-2.10.11/configure-6248-  test $ac_status = 0; }; then
ucimf-openvanilla-2.10.11/configure:6249:    case `/usr/bin/file conftest.$ac_objext` in
ucimf-openvanilla-2.10.11/configure-6250-      *ELF-32*)
##############################################
ucimf-openvanilla-2.10.11/configure-6268-    if test "$lt_cv_prog_gnu_ld" = yes; then
ucimf-openvanilla-2.10.11/configure:6269:      case `/usr/bin/file conftest.$ac_objext` in
ucimf-openvanilla-2.10.11/configure-6270-	*32-bit*)
##############################################
ucimf-openvanilla-2.10.11/configure-6280-    else
ucimf-openvanilla-2.10.11/configure:6281:      case `/usr/bin/file conftest.$ac_objext` in
ucimf-openvanilla-2.10.11/configure-6282-	*32-bit*)
##############################################
ucimf-openvanilla-2.10.11/configure-7262-do :
ucimf-openvanilla-2.10.11/configure:7263:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ucimf-openvanilla-2.10.11/configure-7264-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ucimf-openvanilla-2.10.11/configure-7268-  cat >>confdefs.h <<_ACEOF
ucimf-openvanilla-2.10.11/configure:7269:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ucimf-openvanilla-2.10.11/configure-7270-_ACEOF
##############################################
ucimf-openvanilla-2.10.11/configure-7576-  if test "$am_compiler_list" = ""; then
ucimf-openvanilla-2.10.11/configure:7577:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ucimf-openvanilla-2.10.11/configure-7578-  fi
##############################################
ucimf-openvanilla-2.10.11/configure-8089-done
ucimf-openvanilla-2.10.11/configure:8090:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ucimf-openvanilla-2.10.11/configure-8091-
##############################################
ucimf-openvanilla-2.10.11/configure-8118-	"file_magic "*)
ucimf-openvanilla-2.10.11/configure:8119:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ucimf-openvanilla-2.10.11/configure-8120-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ucimf-openvanilla-2.10.11/configure-8184-	"file_magic "*)
ucimf-openvanilla-2.10.11/configure:8185:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ucimf-openvanilla-2.10.11/configure-8186-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ucimf-openvanilla-2.10.11/configure-8527-      *)
ucimf-openvanilla-2.10.11/configure:8528:	case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/configure-8529-	*Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/configure-8863-  if test "$hard_links" = no; then
ucimf-openvanilla-2.10.11/configure:8864:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ucimf-openvanilla-2.10.11/configure:8865:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ucimf-openvanilla-2.10.11/configure-8866-    need_locks=warn
##############################################
ucimf-openvanilla-2.10.11/configure-8959-    supports_anon_versioning=no
ucimf-openvanilla-2.10.11/configure:8960:    case `$LD -v 2>&1` in
ucimf-openvanilla-2.10.11/configure-8961-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ucimf-openvanilla-2.10.11/configure-9025-	# is EXPORTS), use it as is; otherwise, prepend...
ucimf-openvanilla-2.10.11/configure:9026:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ucimf-openvanilla-2.10.11/configure-9027-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ucimf-openvanilla-2.10.11/configure-9048-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ucimf-openvanilla-2.10.11/configure:9049:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ucimf-openvanilla-2.10.11/configure:9050:      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'
ucimf-openvanilla-2.10.11/configure-9051-      ;;
##############################################
ucimf-openvanilla-2.10.11/configure-9066-        pgcc*)				# Portland Group C compiler
ucimf-openvanilla-2.10.11/configure:9067:	  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'
ucimf-openvanilla-2.10.11/configure-9068-	  tmp_addflag=' $pic_flag'
##############################################
ucimf-openvanilla-2.10.11/configure-9070-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
ucimf-openvanilla-2.10.11/configure:9071:	  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'
ucimf-openvanilla-2.10.11/configure-9072-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ucimf-openvanilla-2.10.11/configure-9085-	esac
ucimf-openvanilla-2.10.11/configure:9086:	case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/configure-9087-	*Sun\ C*)			# Sun C 5.9
ucimf-openvanilla-2.10.11/configure:9088:	  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'
ucimf-openvanilla-2.10.11/configure-9089-	  compiler_needs_object=yes
##############################################
ucimf-openvanilla-2.10.11/configure-9154-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ucimf-openvanilla-2.10.11/configure:9155:      case `$LD -v 2>&1` in
ucimf-openvanilla-2.10.11/configure-9156-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ucimf-openvanilla-2.10.11/configure-9275-	# below for broken collect2 doesn't work under 4.3+
ucimf-openvanilla-2.10.11/configure:9276:	  collect2name=`${CC} -print-prog-name=collect2`
ucimf-openvanilla-2.10.11/configure-9277-	  if test -f "$collect2name" &&
##############################################
ucimf-openvanilla-2.10.11/configure-9343-    }'
ucimf-openvanilla-2.10.11/configure:9344:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-9345-# Check for a 64-bit object if we didn't find anything.
ucimf-openvanilla-2.10.11/configure-9346-if test -z "$aix_libpath"; then
ucimf-openvanilla-2.10.11/configure:9347:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-9348-fi
##############################################
ucimf-openvanilla-2.10.11/configure-9354-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
ucimf-openvanilla-2.10.11/configure:9355:        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"
ucimf-openvanilla-2.10.11/configure-9356-      else
##############################################
ucimf-openvanilla-2.10.11/configure-9383-    }'
ucimf-openvanilla-2.10.11/configure:9384:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-9385-# Check for a 64-bit object if we didn't find anything.
ucimf-openvanilla-2.10.11/configure-9386-if test -z "$aix_libpath"; then
ucimf-openvanilla-2.10.11/configure:9387:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-9388-fi
##############################################
ucimf-openvanilla-2.10.11/configure-9438-      # FIXME: Setting linknames here is a bad hack.
ucimf-openvanilla-2.10.11/configure:9439:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
ucimf-openvanilla-2.10.11/configure-9440-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
ucimf-openvanilla-2.10.11/configure-9443-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
ucimf-openvanilla-2.10.11/configure:9444:      fix_srcfile_path='`cygpath -w "$srcfile"`'
ucimf-openvanilla-2.10.11/configure-9445-      enable_shared_with_static_runtimes=yes
##############################################
ucimf-openvanilla-2.10.11/configure-9596-      if test "$GCC" = yes; then
ucimf-openvanilla-2.10.11/configure:9597:	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'
ucimf-openvanilla-2.10.11/configure-9598-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ucimf-openvanilla-2.10.11/configure-9607-if ac_fn_c_try_link "$LINENO"; then :
ucimf-openvanilla-2.10.11/configure:9608:  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'
ucimf-openvanilla-2.10.11/configure-9609-
##############################################
ucimf-openvanilla-2.10.11/configure-9614-      else
ucimf-openvanilla-2.10.11/configure:9615:	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'
ucimf-openvanilla-2.10.11/configure:9616:	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'
ucimf-openvanilla-2.10.11/configure-9617-      fi
##############################################
ucimf-openvanilla-2.10.11/configure-9651-	hardcode_direct_absolute=yes
ucimf-openvanilla-2.10.11/configure:9652:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/configure-9653-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ucimf-openvanilla-2.10.11/configure-9684-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ucimf-openvanilla-2.10.11/configure:9685:	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'
ucimf-openvanilla-2.10.11/configure-9686-      else
ucimf-openvanilla-2.10.11/configure-9687-	allow_undefined_flag=' -expect_unresolved \*'
ucimf-openvanilla-2.10.11/configure:9688:	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'
ucimf-openvanilla-2.10.11/configure-9689-      fi
##############################################
ucimf-openvanilla-2.10.11/configure-9697-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ucimf-openvanilla-2.10.11/configure:9698:	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'
ucimf-openvanilla-2.10.11/configure-9699-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
ucimf-openvanilla-2.10.11/configure-9701-	allow_undefined_flag=' -expect_unresolved \*'
ucimf-openvanilla-2.10.11/configure:9702:	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'
ucimf-openvanilla-2.10.11/configure:9703:	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~
ucimf-openvanilla-2.10.11/configure:9704:	$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'
ucimf-openvanilla-2.10.11/configure-9705-
##############################################
ucimf-openvanilla-2.10.11/configure-9720-      else
ucimf-openvanilla-2.10.11/configure:9721:	case `$CC -V 2>&1` in
ucimf-openvanilla-2.10.11/configure-9722-	*"Compilers 5.0"*)
##############################################
ucimf-openvanilla-2.10.11/configure-10114-  esac
ucimf-openvanilla-2.10.11/configure:10115:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ucimf-openvanilla-2.10.11/configure-10116-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
ucimf-openvanilla-2.10.11/configure-10120-    # okay in the real world where ";" in dirpaths is itself problematic.
ucimf-openvanilla-2.10.11/configure:10121:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
ucimf-openvanilla-2.10.11/configure-10122-  else
ucimf-openvanilla-2.10.11/configure:10123:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ucimf-openvanilla-2.10.11/configure-10124-  fi
##############################################
ucimf-openvanilla-2.10.11/configure-10127-  lt_tmp_lt_search_path_spec=
ucimf-openvanilla-2.10.11/configure:10128:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ucimf-openvanilla-2.10.11/configure-10129-  for lt_sys_path in $lt_search_path_spec; do
##############################################
ucimf-openvanilla-2.10.11/configure-10156-}'`
ucimf-openvanilla-2.10.11/configure:10157:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
ucimf-openvanilla-2.10.11/configure-10158-else
##############################################
ucimf-openvanilla-2.10.11/configure-10244-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ucimf-openvanilla-2.10.11/configure:10245:    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'
ucimf-openvanilla-2.10.11/configure-10246-    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-10279-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ucimf-openvanilla-2.10.11/configure:10280:    postinstall_cmds='base_file=`basename \${file}`~
ucimf-openvanilla-2.10.11/configure:10281:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ucimf-openvanilla-2.10.11/configure:10282:      dldir=$destdir/`dirname \$dlpath`~
ucimf-openvanilla-2.10.11/configure-10283-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ucimf-openvanilla-2.10.11/configure-10288-      fi'
ucimf-openvanilla-2.10.11/configure:10289:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ucimf-openvanilla-2.10.11/configure-10290-      dlpath=$dir/\$dldll~
##############################################
ucimf-openvanilla-2.10.11/configure-10296-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ucimf-openvanilla-2.10.11/configure:10297:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/configure-10298-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ucimf-openvanilla-2.10.11/configure-10301-      # MinGW DLLs use traditional 'lib' prefix
ucimf-openvanilla-2.10.11/configure:10302:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/configure:10303:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ucimf-openvanilla-2.10.11/configure-10304-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
ucimf-openvanilla-2.10.11/configure-10310-        # which wouldn't understand a cygwinified path. Ahh.
ucimf-openvanilla-2.10.11/configure:10311:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ucimf-openvanilla-2.10.11/configure-10312-      else
ucimf-openvanilla-2.10.11/configure:10313:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ucimf-openvanilla-2.10.11/configure-10314-      fi
##############################################
ucimf-openvanilla-2.10.11/configure-10317-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ucimf-openvanilla-2.10.11/configure:10318:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/configure-10319-      ;;
##############################################
ucimf-openvanilla-2.10.11/configure-10323-  *)
ucimf-openvanilla-2.10.11/configure:10324:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ucimf-openvanilla-2.10.11/configure-10325-    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-10340-  shlibpath_var=DYLD_LIBRARY_PATH
ucimf-openvanilla-2.10.11/configure:10341:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ucimf-openvanilla-2.10.11/configure-10342-
##############################################
ucimf-openvanilla-2.10.11/configure-10556-  if test -f /etc/ld.so.conf; then
ucimf-openvanilla-2.10.11/configure:10557:    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' ' '`
ucimf-openvanilla-2.10.11/configure-10558-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ucimf-openvanilla-2.10.11/configure-10630-  shlibpath_var=LD_LIBRARY_PATH
ucimf-openvanilla-2.10.11/configure:10631:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/configure-10632-    case $host_os in
##############################################
ucimf-openvanilla-2.10.11/configure-11612-done
ucimf-openvanilla-2.10.11/configure:11613:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ucimf-openvanilla-2.10.11/configure-11614-
##############################################
ucimf-openvanilla-2.10.11/configure-11644-    # gcc leaves a trailing carriage return which upsets mingw
ucimf-openvanilla-2.10.11/configure:11645:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ucimf-openvanilla-2.10.11/configure-11646-  *)
ucimf-openvanilla-2.10.11/configure:11647:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ucimf-openvanilla-2.10.11/configure-11648-  esac
##############################################
ucimf-openvanilla-2.10.11/configure-11653-      # Canonicalize the pathname of ld
ucimf-openvanilla-2.10.11/configure:11654:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ucimf-openvanilla-2.10.11/configure-11655-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ucimf-openvanilla-2.10.11/configure:11656:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ucimf-openvanilla-2.10.11/configure-11657-      done
##############################################
ucimf-openvanilla-2.10.11/configure-11688-      # Break only if it was the GNU/non-GNU ld that we prefer.
ucimf-openvanilla-2.10.11/configure:11689:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ucimf-openvanilla-2.10.11/configure-11690-      *GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/configure-11719-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ucimf-openvanilla-2.10.11/configure:11720:case `$LD -v 2>&1 </dev/null` in
ucimf-openvanilla-2.10.11/configure-11721-*GNU* | *'with BFD'*)
##############################################
ucimf-openvanilla-2.10.11/configure-11753-        # ancient GNU ld didn't support --whole-archive et. al.
ucimf-openvanilla-2.10.11/configure:11754:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
ucimf-openvanilla-2.10.11/configure-11755-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
ucimf-openvanilla-2.10.11/configure-11837-          # below for broken collect2 doesn't work under 4.3+
ucimf-openvanilla-2.10.11/configure:11838:	  collect2name=`${CC} -print-prog-name=collect2`
ucimf-openvanilla-2.10.11/configure-11839-	  if test -f "$collect2name" &&
##############################################
ucimf-openvanilla-2.10.11/configure-11904-    }'
ucimf-openvanilla-2.10.11/configure:11905:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-11906-# Check for a 64-bit object if we didn't find anything.
ucimf-openvanilla-2.10.11/configure-11907-if test -z "$aix_libpath"; then
ucimf-openvanilla-2.10.11/configure:11908:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-11909-fi
##############################################
ucimf-openvanilla-2.10.11/configure-11916-
ucimf-openvanilla-2.10.11/configure:11917:          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"
ucimf-openvanilla-2.10.11/configure-11918-        else
##############################################
ucimf-openvanilla-2.10.11/configure-11945-    }'
ucimf-openvanilla-2.10.11/configure:11946:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-11947-# Check for a 64-bit object if we didn't find anything.
ucimf-openvanilla-2.10.11/configure-11948-if test -z "$aix_libpath"; then
ucimf-openvanilla-2.10.11/configure:11949:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ucimf-openvanilla-2.10.11/configure-11950-fi
##############################################
ucimf-openvanilla-2.10.11/configure-12002-          # is EXPORTS), use it as is; otherwise, prepend...
ucimf-openvanilla-2.10.11/configure:12003:          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ucimf-openvanilla-2.10.11/configure-12004-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
ucimf-openvanilla-2.10.11/configure-12105-            # dependencies.
ucimf-openvanilla-2.10.11/configure:12106:            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'
ucimf-openvanilla-2.10.11/configure-12107-            ;;
##############################################
ucimf-openvanilla-2.10.11/configure-12170-	    # dependencies.
ucimf-openvanilla-2.10.11/configure:12171:	    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'
ucimf-openvanilla-2.10.11/configure-12172-	    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-12206-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ucimf-openvanilla-2.10.11/configure:12207:	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'
ucimf-openvanilla-2.10.11/configure:12208:	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'
ucimf-openvanilla-2.10.11/configure-12209-	;;
##############################################
ucimf-openvanilla-2.10.11/configure-12213-	    # SGI C++
ucimf-openvanilla-2.10.11/configure:12214:	    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'
ucimf-openvanilla-2.10.11/configure-12215-
##############################################
ucimf-openvanilla-2.10.11/configure-12224-	      if test "$with_gnu_ld" = no; then
ucimf-openvanilla-2.10.11/configure:12225:	        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'
ucimf-openvanilla-2.10.11/configure-12226-	      else
ucimf-openvanilla-2.10.11/configure:12227:	        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'
ucimf-openvanilla-2.10.11/configure-12228-	      fi
##############################################
ucimf-openvanilla-2.10.11/configure-12245-	    # to its proper name (with version) after linking.
ucimf-openvanilla-2.10.11/configure:12246:	    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'
ucimf-openvanilla-2.10.11/configure:12247:	    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'
ucimf-openvanilla-2.10.11/configure-12248-	    # Commands to make compiler produce verbose output that lists
##############################################
ucimf-openvanilla-2.10.11/configure-12255-	    # dependencies.
ucimf-openvanilla-2.10.11/configure:12256:	    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'
ucimf-openvanilla-2.10.11/configure-12257-
##############################################
ucimf-openvanilla-2.10.11/configure-12270-	    # earlier do not add the objects themselves.
ucimf-openvanilla-2.10.11/configure:12271:	    case `$CC -V 2>&1` in
ucimf-openvanilla-2.10.11/configure-12272-	      *"Version 7."*)
##############################################
ucimf-openvanilla-2.10.11/configure-12291-            # Portland Group C++ compiler
ucimf-openvanilla-2.10.11/configure:12292:	    case `$CC -V` in
ucimf-openvanilla-2.10.11/configure-12293-	    *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
##############################################
ucimf-openvanilla-2.10.11/configure-12296-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
ucimf-openvanilla-2.10.11/configure:12297:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
ucimf-openvanilla-2.10.11/configure-12298-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
ucimf-openvanilla-2.10.11/configure-12300-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
ucimf-openvanilla-2.10.11/configure:12301:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
ucimf-openvanilla-2.10.11/configure-12302-		$RANLIB $oldlib'
##############################################
ucimf-openvanilla-2.10.11/configure-12305-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ucimf-openvanilla-2.10.11/configure:12306:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
ucimf-openvanilla-2.10.11/configure-12307-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
ucimf-openvanilla-2.10.11/configure-12309-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ucimf-openvanilla-2.10.11/configure:12310:		$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'
ucimf-openvanilla-2.10.11/configure-12311-	      ;;
##############################################
ucimf-openvanilla-2.10.11/configure-12319-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
ucimf-openvanilla-2.10.11/configure:12320:	    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'
ucimf-openvanilla-2.10.11/configure-12321-            ;;
##############################################
ucimf-openvanilla-2.10.11/configure-12338-	    # dependencies.
ucimf-openvanilla-2.10.11/configure:12339:	    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'
ucimf-openvanilla-2.10.11/configure-12340-	    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-12353-	  *)
ucimf-openvanilla-2.10.11/configure:12354:	    case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/configure-12355-	    *Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/configure-12360-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
ucimf-openvanilla-2.10.11/configure:12361:	      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'
ucimf-openvanilla-2.10.11/configure-12362-	      compiler_needs_object_CXX=yes
##############################################
ucimf-openvanilla-2.10.11/configure-12430-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
ucimf-openvanilla-2.10.11/configure:12431:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/configure-12432-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
ucimf-openvanilla-2.10.11/configure-12449-	    # to its proper name (with version) after linking.
ucimf-openvanilla-2.10.11/configure:12450:	    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'
ucimf-openvanilla-2.10.11/configure-12451-
##############################################
ucimf-openvanilla-2.10.11/configure-12470-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
ucimf-openvanilla-2.10.11/configure:12471:	        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'
ucimf-openvanilla-2.10.11/configure-12472-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
ucimf-openvanilla-2.10.11/configure-12475-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
ucimf-openvanilla-2.10.11/configure:12476:	        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'
ucimf-openvanilla-2.10.11/configure:12477:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ucimf-openvanilla-2.10.11/configure-12478-	          echo "-hidden">> $lib.exp~
ucimf-openvanilla-2.10.11/configure:12479:	          $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~
ucimf-openvanilla-2.10.11/configure-12480-	          $RM $lib.exp'
##############################################
ucimf-openvanilla-2.10.11/configure-12494-	    # dependencies.
ucimf-openvanilla-2.10.11/configure:12495:	    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'
ucimf-openvanilla-2.10.11/configure-12496-	    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-12501-	        osf3*)
ucimf-openvanilla-2.10.11/configure:12502:	          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'
ucimf-openvanilla-2.10.11/configure-12503-		  ;;
ucimf-openvanilla-2.10.11/configure-12504-	        *)
ucimf-openvanilla-2.10.11/configure:12505:	          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'
ucimf-openvanilla-2.10.11/configure-12506-		  ;;
##############################################
ucimf-openvanilla-2.10.11/configure-12736-
ucimf-openvanilla-2.10.11/configure:12737:  for p in `eval "$output_verbose_link_cmd"`; do
ucimf-openvanilla-2.10.11/configure-12738-    case $p in
##############################################
ucimf-openvanilla-2.10.11/configure-12821-linux*)
ucimf-openvanilla-2.10.11/configure:12822:  case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/configure-12823-  *Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/configure-12872-if test -n "${compiler_lib_search_path_CXX}"; then
ucimf-openvanilla-2.10.11/configure:12873: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
ucimf-openvanilla-2.10.11/configure-12874-fi
##############################################
ucimf-openvanilla-2.10.11/configure-13105-	  *)
ucimf-openvanilla-2.10.11/configure:13106:	    case `$CC -V 2>&1 | sed 5q` in
ucimf-openvanilla-2.10.11/configure-13107-	    *Sun\ C*)
##############################################
ucimf-openvanilla-2.10.11/configure-13450-  if test "$hard_links" = no; then
ucimf-openvanilla-2.10.11/configure:13451:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ucimf-openvanilla-2.10.11/configure:13452:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ucimf-openvanilla-2.10.11/configure-13453-    need_locks=warn
##############################################
ucimf-openvanilla-2.10.11/configure-13713-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ucimf-openvanilla-2.10.11/configure:13714:    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'
ucimf-openvanilla-2.10.11/configure-13715-    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-13748-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ucimf-openvanilla-2.10.11/configure:13749:    postinstall_cmds='base_file=`basename \${file}`~
ucimf-openvanilla-2.10.11/configure:13750:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ucimf-openvanilla-2.10.11/configure:13751:      dldir=$destdir/`dirname \$dlpath`~
ucimf-openvanilla-2.10.11/configure-13752-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ucimf-openvanilla-2.10.11/configure-13757-      fi'
ucimf-openvanilla-2.10.11/configure:13758:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ucimf-openvanilla-2.10.11/configure-13759-      dlpath=$dir/\$dldll~
##############################################
ucimf-openvanilla-2.10.11/configure-13765-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ucimf-openvanilla-2.10.11/configure:13766:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/configure-13767-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ucimf-openvanilla-2.10.11/configure-13770-      # MinGW DLLs use traditional 'lib' prefix
ucimf-openvanilla-2.10.11/configure:13771:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/configure:13772:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ucimf-openvanilla-2.10.11/configure-13773-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
ucimf-openvanilla-2.10.11/configure-13779-        # which wouldn't understand a cygwinified path. Ahh.
ucimf-openvanilla-2.10.11/configure:13780:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ucimf-openvanilla-2.10.11/configure-13781-      else
ucimf-openvanilla-2.10.11/configure:13782:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ucimf-openvanilla-2.10.11/configure-13783-      fi
##############################################
ucimf-openvanilla-2.10.11/configure-13786-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ucimf-openvanilla-2.10.11/configure:13787:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ucimf-openvanilla-2.10.11/configure-13788-      ;;
##############################################
ucimf-openvanilla-2.10.11/configure-13792-  *)
ucimf-openvanilla-2.10.11/configure:13793:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ucimf-openvanilla-2.10.11/configure-13794-    ;;
##############################################
ucimf-openvanilla-2.10.11/configure-13809-  shlibpath_var=DYLD_LIBRARY_PATH
ucimf-openvanilla-2.10.11/configure:13810:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ucimf-openvanilla-2.10.11/configure-13811-
##############################################
ucimf-openvanilla-2.10.11/configure-14024-  if test -f /etc/ld.so.conf; then
ucimf-openvanilla-2.10.11/configure:14025:    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' ' '`
ucimf-openvanilla-2.10.11/configure-14026-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ucimf-openvanilla-2.10.11/configure-14098-  shlibpath_var=LD_LIBRARY_PATH
ucimf-openvanilla-2.10.11/configure:14099:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ucimf-openvanilla-2.10.11/configure-14100-    case $host_os in
##############################################
ucimf-openvanilla-2.10.11/configure-14417-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ucimf-openvanilla-2.10.11/configure:14418:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ucimf-openvanilla-2.10.11/configure-14419-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ucimf-openvanilla-2.10.11/configure-14450-  cat >>confdefs.h <<_ACEOF
ucimf-openvanilla-2.10.11/configure:14451:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ucimf-openvanilla-2.10.11/configure-14452-_ACEOF
##############################################
ucimf-openvanilla-2.10.11/configure-14947-do :
ucimf-openvanilla-2.10.11/configure:14948:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ucimf-openvanilla-2.10.11/configure-14949-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ucimf-openvanilla-2.10.11/configure-14952-  cat >>confdefs.h <<_ACEOF
ucimf-openvanilla-2.10.11/configure:14953:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ucimf-openvanilla-2.10.11/configure-14954-_ACEOF
##############################################
ucimf-openvanilla-2.10.11/configure-14962-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
ucimf-openvanilla-2.10.11/configure:14963:  ac_define_dir=`eval echo $libdir`
ucimf-openvanilla-2.10.11/configure:14964:  ac_define_dir=`eval echo $ac_define_dir`
ucimf-openvanilla-2.10.11/configure-14965-  LIBDIR="$ac_define_dir"
##############################################
ucimf-openvanilla-2.10.11/configure-14975-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
ucimf-openvanilla-2.10.11/configure:14976:  ac_define_dir=`eval echo $datadir`
ucimf-openvanilla-2.10.11/configure:14977:  ac_define_dir=`eval echo $ac_define_dir`
ucimf-openvanilla-2.10.11/configure-14978-  DATADIR="$ac_define_dir"
##############################################
ucimf-openvanilla-2.10.11/configure-15097-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ucimf-openvanilla-2.10.11/configure:15098:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ucimf-openvanilla-2.10.11/configure-15099-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ucimf-openvanilla-2.10.11/configure-15192-if test -z "$BASH_VERSION$ZSH_VERSION" \
ucimf-openvanilla-2.10.11/configure:15193:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ucimf-openvanilla-2.10.11/configure-15194-  as_echo='print -r --'
ucimf-openvanilla-2.10.11/configure-15195-  as_echo_n='print -rn --'
ucimf-openvanilla-2.10.11/configure:15196:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ucimf-openvanilla-2.10.11/configure-15197-  as_echo='printf %s\n'
##############################################
ucimf-openvanilla-2.10.11/configure-15199-else
ucimf-openvanilla-2.10.11/configure:15200:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ucimf-openvanilla-2.10.11/configure-15201-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ucimf-openvanilla-2.10.11/configure-15209-	expr "X$arg" : "X\\(.*\\)$as_nl";
ucimf-openvanilla-2.10.11/configure:15210:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ucimf-openvanilla-2.10.11/configure-15211-      esac;
##############################################
ucimf-openvanilla-2.10.11/configure-15285-# ---------------------------------
ucimf-openvanilla-2.10.11/configure:15286:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ucimf-openvanilla-2.10.11/configure-15287-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ucimf-openvanilla-2.10.11/configure-15357-  {
ucimf-openvanilla-2.10.11/configure:15358:    as_val=`expr "$@" || test $? -eq 1`
ucimf-openvanilla-2.10.11/configure-15359-  }
##############################################
ucimf-openvanilla-2.10.11/configure-15461-      case $as_dir in #(
ucimf-openvanilla-2.10.11/configure:15462:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ucimf-openvanilla-2.10.11/configure-15463-      *) as_qdir=$as_dir;;
##############################################
ucimf-openvanilla-2.10.11/configure-15518-	esac;
ucimf-openvanilla-2.10.11/configure:15519:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ucimf-openvanilla-2.10.11/configure-15520-	???[sx]*):;;*)false;;esac;fi
##############################################
ucimf-openvanilla-2.10.11/configure-15608-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ucimf-openvanilla-2.10.11/configure:15609:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ucimf-openvanilla-2.10.11/configure-15610-ac_cs_version="\\
##############################################
ucimf-openvanilla-2.10.11/configure-15633-  --*=*)
ucimf-openvanilla-2.10.11/configure:15634:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ucimf-openvanilla-2.10.11/configure:15635:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ucimf-openvanilla-2.10.11/configure-15636-    ac_shift=:
##############################################
ucimf-openvanilla-2.10.11/configure-15657-    case $ac_optarg in
ucimf-openvanilla-2.10.11/configure:15658:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ucimf-openvanilla-2.10.11/configure-15659-    esac
##############################################
ucimf-openvanilla-2.10.11/configure-15664-    case $ac_optarg in
ucimf-openvanilla-2.10.11/configure:15665:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ucimf-openvanilla-2.10.11/configure-15666-    esac
##############################################
ucimf-openvanilla-2.10.11/configure-15733-delay_variable_subst='$delay_variable_subst'
ucimf-openvanilla-2.10.11/configure:15734:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15735:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15736:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15737:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15738:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15739:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15740:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15741:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15742:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15743:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15744:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15745:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15746:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15747:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15748:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15749:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15750:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15751:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15752:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15753:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15754:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15755:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15756:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15757:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15758:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15759:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15760:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15761:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15762:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15763:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15764:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15765:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15766:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15767:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15768:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15769:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15770:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15771:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15772:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15773:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15774:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15775:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15776:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15777:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15778: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"`'
ucimf-openvanilla-2.10.11/configure:15779: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"`'
ucimf-openvanilla-2.10.11/configure:15780:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15781:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15782:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15783:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15784:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15785:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15786:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15787:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15788:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15789:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15790:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15791:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15792:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15793:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15794:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15795:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15796:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15797:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15798:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15799:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15800:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15801:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15802:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15803:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15804:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15805:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15806:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15807:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15808:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15809:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15810:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15811:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15812:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15813:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15814:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15815:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15816:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15817:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15818:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15819:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15820:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15821:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15822:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15823:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15824:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15825:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15826:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15827:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15828:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15829:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15830:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15831:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15832:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15833:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15834:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15835:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15836:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15837:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15838:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15839:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15840:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15841:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15842:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15843:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15844:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15845:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15846:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15847:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15848:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15849:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15850:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15851:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15852:compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15853:predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15854:postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15855:predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15856:postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15857:compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15858:LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15859:old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15860:compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15861:GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15862:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15863:lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15864:lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15865:lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15866:lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15867:archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15868:enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15869:export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15870:whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15871:compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15872:old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15873:old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15874:archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15875:archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15876:module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15877:module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15878:with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15879:allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15880:no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15881:hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15882:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15883:hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15884:hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15885:hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15886:hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15887:hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15888:hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15889:inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15890:link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15891:fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15892:always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15893:export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15894:exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15895:include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15896:prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15897:file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15898:hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15899:compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15900:predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15901:postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15902:predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15903:postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure:15904:compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
ucimf-openvanilla-2.10.11/configure-15905-
##############################################
ucimf-openvanilla-2.10.11/configure-16000-compiler_lib_search_path_CXX; do
ucimf-openvanilla-2.10.11/configure:16001:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
ucimf-openvanilla-2.10.11/configure-16002-    *[\\\\\\\`\\"\\\$]*)
ucimf-openvanilla-2.10.11/configure:16003:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
ucimf-openvanilla-2.10.11/configure-16004-      ;;
##############################################
ucimf-openvanilla-2.10.11/configure-16038-prelink_cmds_CXX; do
ucimf-openvanilla-2.10.11/configure:16039:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
ucimf-openvanilla-2.10.11/configure-16040-    *[\\\\\\\`\\"\\\$]*)
ucimf-openvanilla-2.10.11/configure:16041:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
ucimf-openvanilla-2.10.11/configure-16042-      ;;
##############################################
ucimf-openvanilla-2.10.11/configure-16050-case \$lt_ECHO in
ucimf-openvanilla-2.10.11/configure:16051:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
ucimf-openvanilla-2.10.11/configure-16052-  ;;
##############################################
ucimf-openvanilla-2.10.11/configure-16143-fi
ucimf-openvanilla-2.10.11/configure:16144:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ucimf-openvanilla-2.10.11/configure-16145-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ucimf-openvanilla-2.10.11/configure-16160-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
ucimf-openvanilla-2.10.11/configure:16161:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
ucimf-openvanilla-2.10.11/configure-16162-ac_delim='%!_!# '
##############################################
ucimf-openvanilla-2.10.11/configure-16166-
ucimf-openvanilla-2.10.11/configure:16167:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ucimf-openvanilla-2.10.11/configure-16168-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ucimf-openvanilla-2.10.11/configure-16296-for ac_last_try in false false :; do
ucimf-openvanilla-2.10.11/configure:16297:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
ucimf-openvanilla-2.10.11/configure-16298-  if test -z "$ac_t"; then
##############################################
ucimf-openvanilla-2.10.11/configure-16428-      esac
ucimf-openvanilla-2.10.11/configure:16429:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ucimf-openvanilla-2.10.11/configure-16430-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ucimf-openvanilla-2.10.11/configure-16487-*)
ucimf-openvanilla-2.10.11/configure:16488:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ucimf-openvanilla-2.10.11/configure-16489-  # A ".." for each directory in $ac_dir_suffix.
ucimf-openvanilla-2.10.11/configure:16490:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ucimf-openvanilla-2.10.11/configure-16491-  case $ac_top_builddir_sub in
##############################################
ucimf-openvanilla-2.10.11/configure-16548-/@mandir@/p'
ucimf-openvanilla-2.10.11/configure:16549:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ucimf-openvanilla-2.10.11/configure-16550-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ucimf-openvanilla-2.10.11/configure-16565-
ucimf-openvanilla-2.10.11/configure:16566:# Neutralize VPATH when `$srcdir' = `.'.
ucimf-openvanilla-2.10.11/configure-16567-# Shell code in configure.ac might set extrasub.
##############################################
ucimf-openvanilla-2.10.11/configure-16593-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ucimf-openvanilla-2.10.11/configure:16594:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
ucimf-openvanilla-2.10.11/configure:16595:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
ucimf-openvanilla-2.10.11/configure-16596-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
ucimf-openvanilla-2.10.11/configure-16638-    * )
ucimf-openvanilla-2.10.11/configure:16639:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ucimf-openvanilla-2.10.11/configure-16640-  esac
##############################################
ucimf-openvanilla-2.10.11/configure-16685-    # Strip MF so we end up with the name of the file.
ucimf-openvanilla-2.10.11/configure:16686:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ucimf-openvanilla-2.10.11/configure-16687-    # Check whether this is an Automake generated Makefile or not.
##############################################
ucimf-openvanilla-2.10.11/configure-16722-    # from the Makefile without running `make'.
ucimf-openvanilla-2.10.11/configure:16723:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ucimf-openvanilla-2.10.11/configure-16724-    test -z "$DEPDIR" && continue
ucimf-openvanilla-2.10.11/configure:16725:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ucimf-openvanilla-2.10.11/configure-16726-    test -z "am__include" && continue
ucimf-openvanilla-2.10.11/configure:16727:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ucimf-openvanilla-2.10.11/configure-16728-    # When using ansi2knr, U may be empty or an underscore; expand it
ucimf-openvanilla-2.10.11/configure:16729:    U=`sed -n 's/^U = //p' < "$mf"`
ucimf-openvanilla-2.10.11/configure-16730-    # Find all dependency output files, they are included files with
##############################################
ucimf-openvanilla-2.10.11/configure-16783-
ucimf-openvanilla-2.10.11/configure:16784:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ucimf-openvanilla-2.10.11/configure-16785-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
ucimf-openvanilla-2.10.11/configure-17312-  # Extract subdirectory from the argument.
ucimf-openvanilla-2.10.11/configure:17313:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
ucimf-openvanilla-2.10.11/configure-17314-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
ucimf-openvanilla-2.10.11/configure-17323-{
ucimf-openvanilla-2.10.11/configure:17324:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
ucimf-openvanilla-2.10.11/configure-17325-}
##############################################
ucimf-openvanilla-2.10.11/configure-17350-{
ucimf-openvanilla-2.10.11/configure:17351:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
ucimf-openvanilla-2.10.11/configure:17352:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
ucimf-openvanilla-2.10.11/configure-17353-}
##############################################
ucimf-openvanilla-2.10.11/configure-17357-{
ucimf-openvanilla-2.10.11/configure:17358:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
ucimf-openvanilla-2.10.11/configure-17359-}
##############################################
ucimf-openvanilla-2.10.11/configure-17363-{
ucimf-openvanilla-2.10.11/configure:17364:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
ucimf-openvanilla-2.10.11/configure-17365-}
##############################################
ucimf-openvanilla-2.10.11/configure-17369-{
ucimf-openvanilla-2.10.11/configure:17370:  func_arith_result=`expr "$@"`
ucimf-openvanilla-2.10.11/configure-17371-}
##############################################
ucimf-openvanilla-2.10.11/configure-17376-{
ucimf-openvanilla-2.10.11/configure:17377:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
ucimf-openvanilla-2.10.11/configure-17378-}
##############################################
ucimf-openvanilla-2.10.11/config.sub-59-
ucimf-openvanilla-2.10.11/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
ucimf-openvanilla-2.10.11/config.sub-61-
##############################################
ucimf-openvanilla-2.10.11/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations.
ucimf-openvanilla-2.10.11/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ucimf-openvanilla-2.10.11/config.sub-126-case $maybe_os in
##############################################
ucimf-openvanilla-2.10.11/config.sub-131-    os=-$maybe_os
ucimf-openvanilla-2.10.11/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ucimf-openvanilla-2.10.11/config.sub-133-    ;;
ucimf-openvanilla-2.10.11/config.sub-134-  *)
ucimf-openvanilla-2.10.11/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ucimf-openvanilla-2.10.11/config.sub-136-    if [ $basic_machine != $1 ]
ucimf-openvanilla-2.10.11/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
ucimf-openvanilla-2.10.11/config.sub-138-    else os=; fi
##############################################
ucimf-openvanilla-2.10.11/config.sub-185-		os=-sco5v6
ucimf-openvanilla-2.10.11/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-187-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-189-		os=-sco3.2v5
ucimf-openvanilla-2.10.11/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-191-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-193-		os=-sco3.2v4
ucimf-openvanilla-2.10.11/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-195-		;;
ucimf-openvanilla-2.10.11/config.sub-196-	-sco3.2.[4-9]*)
ucimf-openvanilla-2.10.11/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ucimf-openvanilla-2.10.11/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-199-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
ucimf-openvanilla-2.10.11/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-203-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
ucimf-openvanilla-2.10.11/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-207-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-209-		os=-sco3.2v2
ucimf-openvanilla-2.10.11/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-211-		;;
ucimf-openvanilla-2.10.11/config.sub-212-	-udk*)
ucimf-openvanilla-2.10.11/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-214-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-216-		os=-isc2.2
ucimf-openvanilla-2.10.11/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-218-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-222-	-isc*)
ucimf-openvanilla-2.10.11/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-224-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-228-	-ptx*)
ucimf-openvanilla-2.10.11/config.sub:229:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ucimf-openvanilla-2.10.11/config.sub-230-		;;
ucimf-openvanilla-2.10.11/config.sub-231-	-windowsnt*)
ucimf-openvanilla-2.10.11/config.sub:232:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ucimf-openvanilla-2.10.11/config.sub-233-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-324-	*-*-*)
ucimf-openvanilla-2.10.11/config.sub:325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ucimf-openvanilla-2.10.11/config.sub-326-		exit 1
##############################################
ucimf-openvanilla-2.10.11/config.sub-435-	amd64-*)
ucimf-openvanilla-2.10.11/config.sub:436:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-437-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-477-	blackfin-*)
ucimf-openvanilla-2.10.11/config.sub:478:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-479-		os=-linux
##############################################
ucimf-openvanilla-2.10.11/config.sub-680-	i*86v32)
ucimf-openvanilla-2.10.11/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-682-		os=-sysv32
##############################################
ucimf-openvanilla-2.10.11/config.sub-684-	i*86v4*)
ucimf-openvanilla-2.10.11/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-686-		os=-sysv4
##############################################
ucimf-openvanilla-2.10.11/config.sub-688-	i*86v)
ucimf-openvanilla-2.10.11/config.sub:689:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-690-		os=-sysv
##############################################
ucimf-openvanilla-2.10.11/config.sub-692-	i*86sol2)
ucimf-openvanilla-2.10.11/config.sub:693:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ucimf-openvanilla-2.10.11/config.sub-694-		os=-solaris2
##############################################
ucimf-openvanilla-2.10.11/config.sub-722-	m68knommu-*)
ucimf-openvanilla-2.10.11/config.sub:723:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-724-		os=-linux
##############################################
ucimf-openvanilla-2.10.11/config.sub-755-	mips3*-*)
ucimf-openvanilla-2.10.11/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ucimf-openvanilla-2.10.11/config.sub-757-		;;
ucimf-openvanilla-2.10.11/config.sub-758-	mips3*)
ucimf-openvanilla-2.10.11/config.sub:759:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ucimf-openvanilla-2.10.11/config.sub-760-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-773-	ms1-*)
ucimf-openvanilla-2.10.11/config.sub:774:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ucimf-openvanilla-2.10.11/config.sub-775-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-878-	parisc-*)
ucimf-openvanilla-2.10.11/config.sub:879:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-880-		os=-linux
##############################################
ucimf-openvanilla-2.10.11/config.sub-894-	pc98-*)
ucimf-openvanilla-2.10.11/config.sub:895:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-896-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-909-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ucimf-openvanilla-2.10.11/config.sub:910:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-911-		;;
ucimf-openvanilla-2.10.11/config.sub-912-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ucimf-openvanilla-2.10.11/config.sub:913:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-914-		;;
ucimf-openvanilla-2.10.11/config.sub-915-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ucimf-openvanilla-2.10.11/config.sub:916:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-917-		;;
ucimf-openvanilla-2.10.11/config.sub-918-	pentium4-*)
ucimf-openvanilla-2.10.11/config.sub:919:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-920-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-927-		;;
ucimf-openvanilla-2.10.11/config.sub:928:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-929-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-933-	ppcle-* | powerpclittle-*)
ucimf-openvanilla-2.10.11/config.sub:934:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-935-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-937-		;;
ucimf-openvanilla-2.10.11/config.sub:938:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-939-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-943-	ppc64le-* | powerpc64little-*)
ucimf-openvanilla-2.10.11/config.sub:944:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub-945-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1240-	*)
ucimf-openvanilla-2.10.11/config.sub:1241:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ucimf-openvanilla-2.10.11/config.sub-1242-		exit 1
##############################################
ucimf-openvanilla-2.10.11/config.sub-1248-	*-digital*)
ucimf-openvanilla-2.10.11/config.sub:1249:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ucimf-openvanilla-2.10.11/config.sub-1250-		;;
ucimf-openvanilla-2.10.11/config.sub-1251-	*-commodore*)
ucimf-openvanilla-2.10.11/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ucimf-openvanilla-2.10.11/config.sub-1253-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1269-	-solaris1 | -solaris1.*)
ucimf-openvanilla-2.10.11/config.sub:1270:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ucimf-openvanilla-2.10.11/config.sub-1271-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1281-	-gnu/linux*)
ucimf-openvanilla-2.10.11/config.sub:1282:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ucimf-openvanilla-2.10.11/config.sub-1283-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1326-	-nto*)
ucimf-openvanilla-2.10.11/config.sub:1327:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ucimf-openvanilla-2.10.11/config.sub-1328-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1333-	-mac*)
ucimf-openvanilla-2.10.11/config.sub:1334:		os=`echo $os | sed -e 's|mac|macos|'`
ucimf-openvanilla-2.10.11/config.sub-1335-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1339-	-linux*)
ucimf-openvanilla-2.10.11/config.sub:1340:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ucimf-openvanilla-2.10.11/config.sub-1341-		;;
ucimf-openvanilla-2.10.11/config.sub-1342-	-sunos5*)
ucimf-openvanilla-2.10.11/config.sub:1343:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ucimf-openvanilla-2.10.11/config.sub-1344-		;;
ucimf-openvanilla-2.10.11/config.sub-1345-	-sunos6*)
ucimf-openvanilla-2.10.11/config.sub:1346:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ucimf-openvanilla-2.10.11/config.sub-1347-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1394-	-sinix5.*)
ucimf-openvanilla-2.10.11/config.sub:1395:		os=`echo $os | sed -e 's|sinix|sysv|'`
ucimf-openvanilla-2.10.11/config.sub-1396-		;;
##############################################
ucimf-openvanilla-2.10.11/config.sub-1450-		# Get rid of the `-' at the beginning of $os.
ucimf-openvanilla-2.10.11/config.sub:1451:		os=`echo $os | sed 's/[^-]*-//'`
ucimf-openvanilla-2.10.11/config.sub:1452:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ucimf-openvanilla-2.10.11/config.sub-1453-		exit 1
##############################################
ucimf-openvanilla-2.10.11/config.sub-1701-		esac
ucimf-openvanilla-2.10.11/config.sub:1702:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ucimf-openvanilla-2.10.11/config.sub-1703-		;;
##############################################
ucimf-openvanilla-2.10.11/install-sh-217-      fi
ucimf-openvanilla-2.10.11/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ucimf-openvanilla-2.10.11/install-sh-219-    *)
##############################################
ucimf-openvanilla-2.10.11/install-sh-269-      dstdir=$dst
ucimf-openvanilla-2.10.11/install-sh:270:      dst=$dstdir/`basename "$src"`
ucimf-openvanilla-2.10.11/install-sh-271-      dstdir_status=0
##############################################
ucimf-openvanilla-2.10.11/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ucimf-openvanilla-2.10.11/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ucimf-openvanilla-2.10.11/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
ucimf-openvanilla-2.10.11/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ucimf-openvanilla-2.10.11/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ucimf-openvanilla-2.10.11/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ucimf-openvanilla-2.10.11/install-sh-418-	    case $prefix in
ucimf-openvanilla-2.10.11/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ucimf-openvanilla-2.10.11/install-sh-420-	      *) qprefix=$prefix;;
##############################################
ucimf-openvanilla-2.10.11/install-sh-467-    if $copy_on_change &&
ucimf-openvanilla-2.10.11/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
ucimf-openvanilla-2.10.11/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
ucimf-openvanilla-2.10.11/install-sh-470-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-161-  # Extract subdirectory from the argument.
ucimf-openvanilla-2.10.11/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
ucimf-openvanilla-2.10.11/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-167-  fi
ucimf-openvanilla-2.10.11/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
ucimf-openvanilla-2.10.11/ltmain.sh-169-}
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-193-     progdir=$func_dirname_result
ucimf-openvanilla-2.10.11/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
ucimf-openvanilla-2.10.11/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
ucimf-openvanilla-2.10.11/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
ucimf-openvanilla-2.10.11/ltmain.sh-223-bs='\\'
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
ucimf-openvanilla-2.10.11/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
ucimf-openvanilla-2.10.11/ltmain.sh-330-      done
ucimf-openvanilla-2.10.11/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
ucimf-openvanilla-2.10.11/ltmain.sh-332-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-363-      # If mktemp works, use that first and foremost
ucimf-openvanilla-2.10.11/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-365-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-394-      *[\\\`\"\$]*)
ucimf-openvanilla-2.10.11/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
ucimf-openvanilla-2.10.11/ltmain.sh-396-      *)
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
ucimf-openvanilla-2.10.11/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
ucimf-openvanilla-2.10.11/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
ucimf-openvanilla-2.10.11/ltmain.sh-539-	p
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-565-  :
ucimf-openvanilla-2.10.11/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
ucimf-openvanilla-2.10.11/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-685-	# quotes we have to do it in 2 steps:
ucimf-openvanilla-2.10.11/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
ucimf-openvanilla-2.10.11/ltmain.sh-687-	eval "$extractedcf"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
ucimf-openvanilla-2.10.11/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
ucimf-openvanilla-2.10.11/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1028-	    # Evaluate the configuration.
ucimf-openvanilla-2.10.11/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
ucimf-openvanilla-2.10.11/ltmain.sh-1030-	    CC_quoted=
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1036-	    case "$@ " in
ucimf-openvanilla-2.10.11/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
ucimf-openvanilla-2.10.11/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1213-    *.[cCFSifmso] | \
ucimf-openvanilla-2.10.11/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
ucimf-openvanilla-2.10.11/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
ucimf-openvanilla-2.10.11/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
ucimf-openvanilla-2.10.11/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
ucimf-openvanilla-2.10.11/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-1311-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1358-      if test "$need_locks" = warn &&
ucimf-openvanilla-2.10.11/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ucimf-openvanilla-2.10.11/ltmain.sh-1360-	$ECHO "\
ucimf-openvanilla-2.10.11/ltmain.sh-1361-*** ERROR, $lockfile contains:
ucimf-openvanilla-2.10.11/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-1363-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1407-      if test "$need_locks" = warn &&
ucimf-openvanilla-2.10.11/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ucimf-openvanilla-2.10.11/ltmain.sh-1409-	$ECHO "\
ucimf-openvanilla-2.10.11/ltmain.sh-1410-*** ERROR, $lockfile contains:
ucimf-openvanilla-2.10.11/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-1412-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1665-	  test -n "$library_names" && \
ucimf-openvanilla-2.10.11/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
ucimf-openvanilla-2.10.11/ltmain.sh-1667-	  continue
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
ucimf-openvanilla-2.10.11/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
ucimf-openvanilla-2.10.11/ltmain.sh-1678-	  fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-1694-      # Get the absolute pathname.
ucimf-openvanilla-2.10.11/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
ucimf-openvanilla-2.10.11/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
ucimf-openvanilla-2.10.11/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2014-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
ucimf-openvanilla-2.10.11/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2027-	  else
ucimf-openvanilla-2.10.11/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2029-	  fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2185-	    fi
ucimf-openvanilla-2.10.11/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
ucimf-openvanilla-2.10.11/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
ucimf-openvanilla-2.10.11/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
ucimf-openvanilla-2.10.11/ltmain.sh-2189-	      finalize=no
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2204-	        # Replace the output file specification.
ucimf-openvanilla-2.10.11/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-2206-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
ucimf-openvanilla-2.10.11/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2225-	  fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2294-    my_pic_p="${3-no}"
ucimf-openvanilla-2.10.11/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-2296-    my_dlsyms=
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
ucimf-openvanilla-2.10.11/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ucimf-openvanilla-2.10.11/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
ucimf-openvanilla-2.10.11/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ucimf-openvanilla-2.10.11/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2520-	  else
ucimf-openvanilla-2.10.11/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
ucimf-openvanilla-2.10.11/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2523-	  fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2525-	*)
ucimf-openvanilla-2.10.11/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
ucimf-openvanilla-2.10.11/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2528-	  ;;
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2540-      # Nullify the symbol file.
ucimf-openvanilla-2.10.11/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
ucimf-openvanilla-2.10.11/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
ucimf-openvanilla-2.10.11/ltmain.sh-2543-    fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2555-  win32_libid_type="unknown"
ucimf-openvanilla-2.10.11/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-2557-  case $win32_fileres in
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2652-	  darwin_curdir=`pwd`
ucimf-openvanilla-2.10.11/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
ucimf-openvanilla-2.10.11/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
ucimf-openvanilla-2.10.11/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
ucimf-openvanilla-2.10.11/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
ucimf-openvanilla-2.10.11/ltmain.sh-2657-	    darwin_arch=
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
ucimf-openvanilla-2.10.11/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
ucimf-openvanilla-2.10.11/ltmain.sh-2669-	    darwin_file=
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
ucimf-openvanilla-2.10.11/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
ucimf-openvanilla-2.10.11/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2686-      esac
ucimf-openvanilla-2.10.11/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
ucimf-openvanilla-2.10.11/ltmain.sh-2688-    done
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2757-      shift
ucimf-openvanilla-2.10.11/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
ucimf-openvanilla-2.10.11/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2769-  # Find the directory that this script lives in.
ucimf-openvanilla-2.10.11/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
ucimf-openvanilla-2.10.11/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
ucimf-openvanilla-2.10.11/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
ucimf-openvanilla-2.10.11/ltmain.sh-2775-  while test -n \"\$file\"; do
ucimf-openvanilla-2.10.11/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
ucimf-openvanilla-2.10.11/ltmain.sh-2777-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2785-
ucimf-openvanilla-2.10.11/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
ucimf-openvanilla-2.10.11/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
ucimf-openvanilla-2.10.11/ltmain.sh-2788-  done
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2816-    case \"\$thisdir\" in
ucimf-openvanilla-2.10.11/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
ucimf-openvanilla-2.10.11/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2822-  # Try to get the absolute directory name.
ucimf-openvanilla-2.10.11/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
ucimf-openvanilla-2.10.11/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
ucimf-openvanilla-2.10.11/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
ucimf-openvanilla-2.10.11/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
ucimf-openvanilla-2.10.11/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
ucimf-openvanilla-2.10.11/ltmain.sh-2849-      else
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
ucimf-openvanilla-2.10.11/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
ucimf-openvanilla-2.10.11/ltmain.sh-2881-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-2994-          *cygwin* )
ucimf-openvanilla-2.10.11/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
ucimf-openvanilla-2.10.11/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-3006-            # the odd construction:
ucimf-openvanilla-2.10.11/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-3073-          *cygwin* )
ucimf-openvanilla-2.10.11/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
ucimf-openvanilla-2.10.11/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-4240-	    moreargs=
ucimf-openvanilla-2.10.11/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
ucimf-openvanilla-2.10.11/ltmain.sh-4242-	    do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-4490-	*)
ucimf-openvanilla-2.10.11/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
ucimf-openvanilla-2.10.11/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ucimf-openvanilla-2.10.11/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
ucimf-openvanilla-2.10.11/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
ucimf-openvanilla-2.10.11/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
ucimf-openvanilla-2.10.11/ltmain.sh-4929-    else
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5053-	  for deplib in $dependency_libs; do
ucimf-openvanilla-2.10.11/ltmain.sh:5054:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
ucimf-openvanilla-2.10.11/ltmain.sh-5055-	    case " $weak_libs " in
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5231-		  set dummy $deplibs_check_method; shift
ucimf-openvanilla-2.10.11/ltmain.sh:5232:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ucimf-openvanilla-2.10.11/ltmain.sh-5233-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5294-	else
ucimf-openvanilla-2.10.11/ltmain.sh:5295:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
ucimf-openvanilla-2.10.11/ltmain.sh-5296-	fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5323-	if test -n "$inherited_linker_flags"; then
ucimf-openvanilla-2.10.11/ltmain.sh:5324:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
ucimf-openvanilla-2.10.11/ltmain.sh-5325-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5331-	fi
ucimf-openvanilla-2.10.11/ltmain.sh:5332:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-5333-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5398-	*)
ucimf-openvanilla-2.10.11/ltmain.sh:5399:	  abs_ladir=`cd "$ladir" && pwd`
ucimf-openvanilla-2.10.11/ltmain.sh-5400-	  if test -z "$abs_ladir"; then
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5624-	    shift
ucimf-openvanilla-2.10.11/ltmain.sh:5625:	    libname=`eval "\\$ECHO \"$libname_spec\""`
ucimf-openvanilla-2.10.11/ltmain.sh-5626-	    # use dlname if we got it. it's perfectly good, no?
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5908-		*)
ucimf-openvanilla-2.10.11/ltmain.sh:5909:		  absdir=`cd "$dir" && pwd`
ucimf-openvanilla-2.10.11/ltmain.sh-5910-		  if test -z "$absdir"; then
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5919-		  depdepl=
ucimf-openvanilla-2.10.11/ltmain.sh:5920:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
ucimf-openvanilla-2.10.11/ltmain.sh-5921-		  if test -n "$deplibrary_names" ; then
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5926-		      depdepl="$absdir/$objdir/$depdepl"
ucimf-openvanilla-2.10.11/ltmain.sh:5927:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
ucimf-openvanilla-2.10.11/ltmain.sh-5928-                      if test -z "$darwin_install_name"; then
ucimf-openvanilla-2.10.11/ltmain.sh:5929:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
ucimf-openvanilla-2.10.11/ltmain.sh-5930-                      fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5941-		else
ucimf-openvanilla-2.10.11/ltmain.sh:5942:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ucimf-openvanilla-2.10.11/ltmain.sh-5943-		  test -z "$libdir" && \
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-5964-	else
ucimf-openvanilla-2.10.11/ltmain.sh:5965:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-5966-	fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6113-	test "$module" = no && \
ucimf-openvanilla-2.10.11/ltmain.sh:6114:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
ucimf-openvanilla-2.10.11/ltmain.sh-6115-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6250-	if test "$age" -gt "$current"; then
ucimf-openvanilla-2.10.11/ltmain.sh:6251:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
ucimf-openvanilla-2.10.11/ltmain.sh-6252-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6411-	removelist=
ucimf-openvanilla-2.10.11/ltmain.sh:6412:	tempremovelist=`$ECHO "$output_objdir/*"`
ucimf-openvanilla-2.10.11/ltmain.sh-6413-	for p in $tempremovelist; do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6437-	# Transform .lo files to .o files.
ucimf-openvanilla-2.10.11/ltmain.sh:6438:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
ucimf-openvanilla-2.10.11/ltmain.sh-6439-      fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6442-      #for path in $notinst_path; do
ucimf-openvanilla-2.10.11/ltmain.sh:6443:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
ucimf-openvanilla-2.10.11/ltmain.sh:6444:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
ucimf-openvanilla-2.10.11/ltmain.sh:6445:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
ucimf-openvanilla-2.10.11/ltmain.sh-6446-      #done
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6562-		if test -n "$i" ; then
ucimf-openvanilla-2.10.11/ltmain.sh:6563:		  libname=`eval "\\$ECHO \"$libname_spec\""`
ucimf-openvanilla-2.10.11/ltmain.sh:6564:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ucimf-openvanilla-2.10.11/ltmain.sh-6565-		  set dummy $deplib_matches; shift
ucimf-openvanilla-2.10.11/ltmain.sh-6566-		  deplib_match=$1
ucimf-openvanilla-2.10.11/ltmain.sh:6567:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ucimf-openvanilla-2.10.11/ltmain.sh-6568-		    newdeplibs="$newdeplibs $i"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6605-		  if test -n "$i" ; then
ucimf-openvanilla-2.10.11/ltmain.sh:6606:		    libname=`eval "\\$ECHO \"$libname_spec\""`
ucimf-openvanilla-2.10.11/ltmain.sh:6607:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ucimf-openvanilla-2.10.11/ltmain.sh-6608-		    set dummy $deplib_matches; shift
ucimf-openvanilla-2.10.11/ltmain.sh-6609-		    deplib_match=$1
ucimf-openvanilla-2.10.11/ltmain.sh:6610:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ucimf-openvanilla-2.10.11/ltmain.sh-6611-		      newdeplibs="$newdeplibs $i"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6640-	  set dummy $deplibs_check_method; shift
ucimf-openvanilla-2.10.11/ltmain.sh:6641:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ucimf-openvanilla-2.10.11/ltmain.sh-6642-	  for a_deplib in $deplibs; do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6655-	      if test -n "$a_deplib" ; then
ucimf-openvanilla-2.10.11/ltmain.sh:6656:		libname=`eval "\\$ECHO \"$libname_spec\""`
ucimf-openvanilla-2.10.11/ltmain.sh-6657-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ucimf-openvanilla-2.10.11/ltmain.sh:6658:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-6659-		  for potent_lib in $potential_libs; do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6671-		      while test -h "$potlib" 2>/dev/null; do
ucimf-openvanilla-2.10.11/ltmain.sh:6672:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
ucimf-openvanilla-2.10.11/ltmain.sh-6673-			case $potliblink in
ucimf-openvanilla-2.10.11/ltmain.sh-6674-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
ucimf-openvanilla-2.10.11/ltmain.sh:6675:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
ucimf-openvanilla-2.10.11/ltmain.sh-6676-			esac
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6712-	  set dummy $deplibs_check_method; shift
ucimf-openvanilla-2.10.11/ltmain.sh:6713:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ucimf-openvanilla-2.10.11/ltmain.sh-6714-	  for a_deplib in $deplibs; do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6727-	      if test -n "$a_deplib" ; then
ucimf-openvanilla-2.10.11/ltmain.sh:6728:		libname=`eval "\\$ECHO \"$libname_spec\""`
ucimf-openvanilla-2.10.11/ltmain.sh-6729-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ucimf-openvanilla-2.10.11/ltmain.sh:6730:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ucimf-openvanilla-2.10.11/ltmain.sh-6731-		  for potent_lib in $potential_libs; do
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6771-	      # can't use Xsed below, because $i might contain '/'
ucimf-openvanilla-2.10.11/ltmain.sh:6772:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
ucimf-openvanilla-2.10.11/ltmain.sh-6773-	    done
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6796-	  # On Rhapsody replace the C library with the System framework
ucimf-openvanilla-2.10.11/ltmain.sh:6797:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
ucimf-openvanilla-2.10.11/ltmain.sh-6798-	  ;;
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6848-	*-*-darwin*)
ucimf-openvanilla-2.10.11/ltmain.sh:6849:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
ucimf-openvanilla-2.10.11/ltmain.sh:6850:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
ucimf-openvanilla-2.10.11/ltmain.sh:6851:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-6852-	  ;;
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6972-	# Use standard objects if they are pic
ucimf-openvanilla-2.10.11/ltmain.sh:6973:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ucimf-openvanilla-2.10.11/ltmain.sh-6974-	test "X$libobjs" = "X " && libobjs=
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-6987-	    # exporting using user supplied symfile
ucimf-openvanilla-2.10.11/ltmain.sh:6988:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
ucimf-openvanilla-2.10.11/ltmain.sh-6989-	      # and it's NOT already a .def file. Must figure out
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7139-	  save_output=$output
ucimf-openvanilla-2.10.11/ltmain.sh:7140:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
ucimf-openvanilla-2.10.11/ltmain.sh-7141-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7443-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
ucimf-openvanilla-2.10.11/ltmain.sh:7444:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
ucimf-openvanilla-2.10.11/ltmain.sh-7445-	else
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7454-      # Create the old-style object.
ucimf-openvanilla-2.10.11/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
ucimf-openvanilla-2.10.11/ltmain.sh-7456-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7514-	# On Rhapsody replace the C library is the System framework
ucimf-openvanilla-2.10.11/ltmain.sh:7515:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
ucimf-openvanilla-2.10.11/ltmain.sh:7516:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
ucimf-openvanilla-2.10.11/ltmain.sh-7517-	;;
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7532-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
ucimf-openvanilla-2.10.11/ltmain.sh:7533:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
ucimf-openvanilla-2.10.11/ltmain.sh:7534:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-7535-	;;
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7610-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ucimf-openvanilla-2.10.11/ltmain.sh:7611:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
ucimf-openvanilla-2.10.11/ltmain.sh-7612-	  case :$dllsearchpath: in
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7670-	# Transform all the library objects into standard objects.
ucimf-openvanilla-2.10.11/ltmain.sh:7671:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ucimf-openvanilla-2.10.11/ltmain.sh:7672:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ucimf-openvanilla-2.10.11/ltmain.sh-7673-      fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7700-	# Replace the output file specification.
ucimf-openvanilla-2.10.11/ltmain.sh:7701:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-7702-	link_command="$compile_command$compile_rpath"
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7747-	# Replace the output file specification.
ucimf-openvanilla-2.10.11/ltmain.sh:7748:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-7749-	# Delete the old output file.
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7766-	  if test "$fast_install" = yes; then
ucimf-openvanilla-2.10.11/ltmain.sh:7767:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-7768-	  else
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7778-      # Replace the output file specification.
ucimf-openvanilla-2.10.11/ltmain.sh:7779:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
ucimf-openvanilla-2.10.11/ltmain.sh-7780-
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7802-	relink_command="(cd `pwd`; $relink_command)"
ucimf-openvanilla-2.10.11/ltmain.sh:7803:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
ucimf-openvanilla-2.10.11/ltmain.sh-7804-      fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-7811-	esac
ucimf-openvanilla-2.10.11/ltmain.sh:7812:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
ucimf-openvanilla-2.10.11/ltmain.sh-7813-      else
ucimf-openvanilla-2.10.11/ltmain.sh:7814:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
ucimf-openvanilla-2.10.11/ltmain.sh-7815-      fi
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-8045-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
ucimf-openvanilla-2.10.11/ltmain.sh:8046:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
ucimf-openvanilla-2.10.11/ltmain.sh-8047-      if test "$hardcode_automatic" = yes ; then
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-8065-		name="$func_basename_result"
ucimf-openvanilla-2.10.11/ltmain.sh:8066:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ucimf-openvanilla-2.10.11/ltmain.sh-8067-		test -z "$libdir" && \
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-8081-		name="$func_basename_result"
ucimf-openvanilla-2.10.11/ltmain.sh:8082:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ucimf-openvanilla-2.10.11/ltmain.sh-8083-		test -z "$libdir" && \
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-8100-		name="$func_basename_result"
ucimf-openvanilla-2.10.11/ltmain.sh:8101:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ucimf-openvanilla-2.10.11/ltmain.sh-8102-		test -z "$libdir" && \
##############################################
ucimf-openvanilla-2.10.11/ltmain.sh-8404-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
ucimf-openvanilla-2.10.11/ltmain.sh:8405:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
ucimf-openvanilla-2.10.11/ltmain.sh-8406-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
ucimf-openvanilla-2.10.11/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
ucimf-openvanilla-2.10.11/aclocal.m4-69-#
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ucimf-openvanilla-2.10.11/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ucimf-openvanilla-2.10.11/aclocal.m4-93-# and then we would define $MISSING as
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
ucimf-openvanilla-2.10.11/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
ucimf-openvanilla-2.10.11/aclocal.m4-109-])
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-208-  if test "$am_compiler_list" = ""; then
ucimf-openvanilla-2.10.11/aclocal.m4:209:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ucimf-openvanilla-2.10.11/aclocal.m4-210-  fi
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-354-    # Strip MF so we end up with the name of the file.
ucimf-openvanilla-2.10.11/aclocal.m4:355:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ucimf-openvanilla-2.10.11/aclocal.m4-356-    # Check whether this is an Automake generated Makefile or not.
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-363-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ucimf-openvanilla-2.10.11/aclocal.m4:364:      dirpart=`AS_DIRNAME("$mf")`
ucimf-openvanilla-2.10.11/aclocal.m4-365-    else
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-369-    # from the Makefile without running `make'.
ucimf-openvanilla-2.10.11/aclocal.m4:370:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ucimf-openvanilla-2.10.11/aclocal.m4-371-    test -z "$DEPDIR" && continue
ucimf-openvanilla-2.10.11/aclocal.m4:372:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ucimf-openvanilla-2.10.11/aclocal.m4-373-    test -z "am__include" && continue
ucimf-openvanilla-2.10.11/aclocal.m4:374:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ucimf-openvanilla-2.10.11/aclocal.m4-375-    # When using ansi2knr, U may be empty or an underscore; expand it
ucimf-openvanilla-2.10.11/aclocal.m4:376:    U=`sed -n 's/^U = //p' < "$mf"`
ucimf-openvanilla-2.10.11/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-385-      test -f "$dirpart/$file" && continue
ucimf-openvanilla-2.10.11/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
ucimf-openvanilla-2.10.11/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-440-AC_REQUIRE([AC_PROG_INSTALL])dnl
ucimf-openvanilla-2.10.11/aclocal.m4:441:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ucimf-openvanilla-2.10.11/aclocal.m4-442-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-542-    * )
ucimf-openvanilla-2.10.11/aclocal.m4:543:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ucimf-openvanilla-2.10.11/aclocal.m4-544-  esac
ucimf-openvanilla-2.10.11/aclocal.m4-545-done
ucimf-openvanilla-2.10.11/aclocal.m4:546:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ucimf-openvanilla-2.10.11/aclocal.m4-547-
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-617-# Ignore all kinds of additional output from `make'.
ucimf-openvanilla-2.10.11/aclocal.m4:618:case `$am_make -s -f confmf 2> /dev/null` in #(
ucimf-openvanilla-2.10.11/aclocal.m4-619-*the\ am__doit\ target*)
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-627-   echo '.include "confinc"' > confmf
ucimf-openvanilla-2.10.11/aclocal.m4:628:   case `$am_make -s -f confmf 2> /dev/null` in #(
ucimf-openvanilla-2.10.11/aclocal.m4-629-   *the\ am__doit\ target*)
##############################################
ucimf-openvanilla-2.10.11/aclocal.m4-780-if (
ucimf-openvanilla-2.10.11/aclocal.m4:781:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ucimf-openvanilla-2.10.11/aclocal.m4-782-   if test "$[*]" = "X"; then
ucimf-openvanilla-2.10.11/aclocal.m4-783-      # -L didn't work.
ucimf-openvanilla-2.10.11/aclocal.m4:784:      set X `ls -t "$srcdir/configure" conftest.file`
ucimf-openvanilla-2.10.11/aclocal.m4-785-   fi